/* pre sets */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/* header and navigation */

#header {
	height: 60px;
	width: 820px;
	margin: 0 auto;
}
#nav {
	height: 29px;
	width: 820px;
	text-align: right;
	margin: 0 auto;
	overflow: hidden;
}
#nav a:link, #nav a:visited {
	padding: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #aaaaaa;
	text-decoration: none;
	line-height: 29px;
}
#nav a:hover {
	color: #ffffff;
}
#nav a.current {
	background-image: url(images/nav_current.png);
	background-position: center center;
	height: 29px;
	line-height: 29px;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	border-right: 1px solid #790000;
	border-left: 1px solid #790000;
	padding: 19px;
}

/* content area */

#content {
	width: 800px;
	padding: 10px;
	border-top: 3px solid #790000;
	background-color: #ffffff;
	margin: 0 auto;
	
	font-family: "Trebuchet MS", verdana, tahoma;
	font-size: 12px;
	color: #4a4a4a;
}
#content a:link, #content a:visited {
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, tahoma;
	color: #4a4a4a;
}
#content a:hover {
	color: #000000;
}
#left {
	float: left;
	width: 580px;
}
#right {
	float: left;
	margin-left: 20px;
	width: 200px;
}
#left h1 {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #411111;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 3px;
}
#right h1 {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #411111;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
}

/* footer */

#clearfloat {
	clear: both;
}
#footer {
	width: 800px;
	margin: 0 auto;
	clear: both;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	font-family: "Trebuchet MS", verdana, tahoma;
	font-size: 12px;
	color: #4a4a4a;
}
#footer a:link, #footer a:visited {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerleft {
	width: 400px;
	float: left;
}
#footerright {
	width: 400px;
	text-align: right;
	float: left;
}

/* content area sub-proporties */

#roundbox {
	background-image: url(images/rounded_top.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	width: 580px;
}
#roundcontent {
	padding: 10px;
	width: 560px;
	background-image: url(images/rounded_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#roundcontent h1 {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #810b0b;
	border-bottom: 0;
	margin-bottom: 0;
}
#location {
	font-family: verdana;
	font-size: 9px;
	color: #3d3d3d;
	margin-bottom: 10px;
}
#location strong {
	font-weight: bold;
	color: #989898;
}
#rightbox {
	padding: 10px;
	background-color: #f8f8f8;
}
#subnav {
	padding: 10px;
	background-color: #f8f8f8;
	overflow: auto;
}
#subnav h1 {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #810b0b;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnav li {
	padding: 0;
	margin: 0;
	clear: left;
	float: left;
	width: 100%;
}
#subnav a {
	width: 165px;
}
#subnav ul li a:link, #subnav ul li a:visited {
	display: block;
	background-color: #ffffff;
	padding: 5px;
	border-left: 5px solid #dcdcdc;
	color: #460000;
	text-decoration: none;
	border-bottom: 1px solid #ebebeb;
	margin: 0;
	margin-top: 3px;
}
#subnav ul li a:hover, #subnav ul li a.current {
	display: block;
	background-color: #ffffff;
	padding: 5px;
	border-left: 5px solid #adadad;
	color: #690a0a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ebebeb;
	margin: 0;
	margin-top: 3px;
}

/* black banner below nav properties */

#banner h1 {
	color: #ffffff;
	font-weight: bold;
	font-family: "Trebuchet MS", verdana, tahoma;
	font-size: 38px;
}
#banner h2 {
	color: #cccccc;
	font-family: "Trebuchet MS", verdana, tahoma;
	font-size: 18px;
	margin-top: 10px;
}
#homebanner {

	background-repeat: no-repeat;
	background-color: #000000;
	width: 754px;
	height: 90px;
	padding: 20px;
	border: 3px solid #e0e0e0;
	text-align: right;
	margin-bottom: 10px;
}
#servicesbanner {
	background-image: url(images/services.png);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 754px;
	height: 90px;
	padding: 20px;
	border: 3px solid #e0e0e0;
	text-align: right;
	margin-bottom: 10px;
}
#companybanner {
	background-image: url(images/company.png);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 754px;
	height: 90px;
	padding: 20px;
	border: 3px solid #e0e0e0;
	text-align: right;
	margin-bottom: 10px;
}
#contactbanner {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 754px;
	height: 90px;
	padding: 20px;
	border: 3px solid #e0e0e0;
	text-align: right;
	margin-bottom: 10px;
}
#networkbanner {
	background-image: url(images/network.png);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 754px;
	height: 90px;
	padding: 20px;
	border: 3px solid #e0e0e0;
	text-align: right;
	margin-bottom: 10px;
}

/* home page package block */

#homeservices {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000000;
}
#homeservicehead1 {
	width: 186px;
	float: left;
	background-color: #543434;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	text-align: center;
}
#homeservicehead2 {
	width: 186px;
	float: left;
	background-color: #4d2525;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
}
#homeservicehead3 {
	width: 186px;
	float: left;
	background-color: #451919;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	text-align: center;
}
#homeservice1 {
	width: 182px;
	float: left;
	background-color: #f1f1f1;
	padding: 5px;
}
#homeservice2 {
	width: 182px;
	float: left;
	background-color: #f1f1f1;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
}
#homeservice3 {
	width: 182px;
	float: left;
	background-color: #f1f1f1;
	padding: 5px;
}

/* shared/reseller hosting */

#planwrapper {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}
#sharedplanhead {
	background-image: url(images/shared.png);
	width: 373px;
	height: 37px;
	margin-bottom: 2px;
	margin-left: 207px;
	margin-top: 25px;
}
#resellerplanhead {
	background-image: url(images/reseller.png);
	width: 373px;
	height: 37px;
	margin-bottom: 2px;
	margin-left: 207px;
	margin-top: 25px;
}
#vpsplanhead {
	background-image: url(images/vps.png);
	width: 373px;
	height: 37px;
	margin-bottom: 2px;
	margin-left: 207px;
	margin-top: 25px;
}
#dedicatedplanhead {
	background-image: url(images/dedicated.png);
	width: 373px;
	height: 37px;
	margin-bottom: 2px;
	margin-left: 207px;
	margin-top: 25px;
}
#planhead1 {
	width: 202px;
	margin-right: 2px;
	float: left;
	background-color: #e4edef;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	text-align: right;
	font-weight: bold;
}
#plan1 {
	width: 123px;
	float: left;
	background-color: #e4edef;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#plancenter1 {
	width: 123px;
	float: left;
	background-color: #e4edef;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
#planhead2 {
	width: 202px;
	margin-right: 2px;
	float: left;
	background-color: #ecf4f5;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	text-align: right;
	font-weight: bold;
}
#plan2 {
	width: 123px;
	float: left;
	background-color: #ecf4f5;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#plancenter2 {
	width: 123px;
	float: left;
	background-color: #ecf4f5;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
#orderhead {
	width: 202px;
	height: 1px;
	margin-right: 2px;
	float: left;
	padding-right: 3px;
	text-align: right;
	font-weight: bold;
}
#order {
	width: 123px;
	float: left;
	text-align: center;
}
#ordercenter {
	width: 123px;
	float: left;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}