
/* ------------ LAYOUT ------------ */

#content-two-col { 
	background: transparent url(/images/text-line.gif) top left repeat-y;
	padding-bottom: 10px;
}

/* FOR IE5 MAC */
/*\*//*/
#content-two-col { margin-top: 30px; }
#big-box-top, #big-box-mid, #big-box-bot { background-image: none; }
/**/

#home #content-two-col, #contact #content-two-col { background-image: none; }

#footer { background: #010101; }


/* ------------ INTRO ------------ */

/* Hide from IE Mac \*/
#intro { min-height: 220px; }
* html #intro { height: 220px; }
/* End hide from IE Mac */

/* ------------ MENU ------------ */


ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active,
#home li#nav-home a,
#hosting li#nav-hosting a,
#uptime li#nav-uptime a,
#billing li#nav-billing a,
#backups li#nav-backups a,
#contact li#nav-contact a {
	color: #c4db0d;
}

/* ------------ TEXT ------------ */

a { color: #8a8f05; }


/* ------------ PAGE CONTENT ------------ */

#maintext {
	width:530px; 
	margin-right: 20px;
	float: left;
	display: inline;
}

#main-text p { margin: 10px 0 0; }

#mainpic {
	float: right;
	text-align: center;
	width: 160px; 
	display: inline;
	padding-top: 10px;
}

/* ------------ CONTACT ------------ */

#contactinfo h3 {
	margin-bottom: -10px;
}

#contactinfo {
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 160px;
	display:inline;
}

#contactinfo p {
	margin-left: 20px;
}

#form {
	float:right;
	margin-right: 61px;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 430px;
	display: inline;
}

.thankyou {
	margin-top: 15px;
	margin-left: 0;
}


/* ------------ EXTRAS ------------ */

#home #big-box-mid {
	text-align: center;
}

#home #big-box-mid p { margin: 0 0 10px 0; padding: 0; }

#home #big-box-mid img {
	margin: 0 25px;
}


