/* pre sets */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url('bg.png') repeat-x;
}

/* header and navigation */

#header {
	height: 70px;
	width: 820px;
	margin: 0 auto;
	background-image:url(logo.png);
	background-repeat:no-repeat;
}
#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(nav_current.png);
	background-position: center center;
	height: 29px;
	line-height: 29px;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	border-right: 1px solid #37537c;
	border-left: 1px solid #37537c;
	padding: 19px;
}

/* content area */

#content {
	width: 800px;
	padding: 10px;
	background-color: #fff;
	margin: 0 auto;
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #292929;
	text-align: left;
	line-height:16px;

}
#content a:link, #content a:visited {
	font-size: 11px;
	font-family: verdana, tahoma;
	color: #4a4a4a;
}
#content a:hover {
	color: #000000;
}
#left {
	float: left;
	width: 580px;
	text-align:justify;
}
#right {
	float: left;
	margin-left: 20px;
	width: 200px;
}
#left h1 {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-weight: bold;
	font-size: 20px;
	color: #00295c;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
	line-height:normal;
	letter-spacing:-1px;
}
#right h1 {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #00295c;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
	line-height:normal;
	letter-spacing:-1px;
}

/* 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: verdana, tahoma;
	font-size: 10px;
	color: #4a4a4a;
}
#footer a:link, #footer a:visited {
	font-family: verdana, tahoma;
	font-size: 10px;
	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(rounded_top.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	width: 580px;
}
#roundcontent {
	padding: 10px;
	width: 560px;
	background-image: url(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: #00295c;
	border-bottom: 0;
	margin-bottom: 0;
}
#location {
	font-family: verdana;
	font-size: 9px;
	color: #3d3d3d;
	margin-bottom: 10px;
}
#breadcrumb{
	padding:3px;
	padding-left:10px;
	background:#e5e5e5;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 20px;
	color: #3D3D3D;
	line-height:18px;

}

#location strong {
	font-weight: bold;
	color: #989898;
}
#rightbox {
	padding: 10px;
	background-color: #f0f0f0;
}
#subnav {
	padding: 10px;
	background-color: #f0f0f0;
	overflow: auto;
}
#subnav h1 {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #00295c;
	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: #2782c1;
	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: #2782c1;
	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;
	line-height:normal;
}
#banner h2 {
	color: #cccccc;
	font-family: "Trebuchet MS", verdana, tahoma;
	font-size: 18px;
	margin-top: 10px;
	line-height:normal;
}
#homebanner {
	background-image: url(speed.png);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 754px;
	height: 90px;
	padding: 20px;
	border: 3px solid #e0e0e0;
	text-align: right;
	margin-bottom: 10px;
}
#vzbanner {
	background-image: url(plvz.png);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 754px;
	height: 90px;
	padding: 20px;
	border: 3px solid #e0e0e0;
	text-align: right;
	margin-bottom: 10px;
}
#cubebanner {
	background-image: url(cubed.png);
	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(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(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(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(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: 137px;
	float: left;
	background-color: #3c567b;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	margin-right: 1px;
	font-family:Trebuchet MS, Verdana;
}
#homeservicehead2 {
	width: 137px;
	float: left;
	background-color: #3c567b;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	font-family:Trebuchet MS, Verdana;
}
#homeservicehead3 {
	width: 137px;
	float: left;
	background-color: #3c567b;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	margin-left: 1px;
	font-family:Trebuchet MS, Verdana;
}
#homeservice {
	width: 133px;
	float: left;
	background-color: #f1f1f1;
	padding: 5px;
	margin-right: 1px;
	margin-left: 1px;
}
#homeservicemiddle {
	width: 133px;
	float: left;
	background-color: #f1f1f1;
	padding: 5px;
	margin-right: 1px;
	margin-left: 1px;
}

/* shared/reseller hosting */

#planwrapper {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}
#sharedplanhead {
	background-image: url(shared.png);
	width: 373px;
	height: 37px;
	margin-bottom: 2px;
	margin-left: 207px;
	margin-top: 25px;
}
#resellerplanhead {
	background-image: url(reseller.png);
	width: 373px;
	height: 37px;
	margin-bottom: 2px;
	margin-left: 207px;
	margin-top: 25px;
}
#vpsplanhead {
	background: url('vps.png') no-repeat;
	width: 403px;
	height: 37px;
	margin-bottom: 2px;
	margin-left: 175px;
	margin-top: 25px;
}
#vpsplanhead .planname{
	color:#fff;
	font-size:16px;
	float:left;
	font-weight:bold;
	margin-top:8px;
	text-align:center;
	width:100px;
}

#dedicatedplanhead {
	background-image: url(dedicated.png);
	width: 373px;
	height: 37px;
	margin-bottom: 2px;
	margin-left: 207px;
	margin-top: 25px;
}
#planhead1 {
	width: 170px;
	margin-right: 1px;
	float: left;
	background-color: #e4edef;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	text-align: right;
	font-weight: bold;
	font-family: verdana, tahoma;
	font-size: 11px;
}
#plan1 {
	width: 100px;
	float: left;
	background-color: #e4edef;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-left:1px;
	font-family: verdana, tahoma;
	font-size: 11px;
}

#planhead2 {
	width: 170px;
	margin-right: 1px;
	float: left;
	background-color: #ecf4f5;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	text-align: right;
	font-weight: bold;
	font-family: verdana, tahoma;
	font-size: 11px;
}
#plan2 {
	width: 100px;
	float: left;
	background-color: #ecf4f5;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-left:1px;
	font-family: verdana, tahoma;
	font-size: 11px;
}

#orderhead {
	width: 170px;
	height: 1px;
	margin-right: 2px;
	float: left;
	padding-right: 3px;
	text-align: right;
	font-weight: bold;
}
#order {
	width: 100px;
	float: left;
	text-align: center;
}
#ordercenter {
	width: 123px;
	float: left;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}

/* New CSS Menu */

#miniflex {
	width: 100%;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 2px solid #003366;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #003366;
	}

.sbox{
	width:100%;
	border:1px solid #aaa;
	margin:5px;
	float:left;
}
.sboxhead{
	margin:5px;
	padding:5px;
	background:#A5DBEB;
	border:1px solid #aaa;
	font-family:trebuchet ms, verdana;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

.sboxcontent{
	float: left;
	margin-top: 5px;
	padding:5px;
	padding-top:0px;
	text-align:justify;
	font-family:verdana;
	font-size:10px;
}

.sboxcontent ul{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
list-style:none;
}

.sboxcontent li{
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 35px;
	background-image: url(plus.png);
	background-repeat: no-repeat;
	background-position: 10px;

}

.wbox{
	width:100%;
	border:1px solid #aaa;
	margin:5px;
	float:left;
}
#left h2 {
	font-family: "Trebuchet MS", verdana, tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #00295c;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
	line-height:normal;
	letter-spacing:-1px;
	}
.wboxhead{
	margin:5px;
	padding:5px;
	background:#A5DBEB;
	border:1px solid #aaa;
	font-family:trebuchet ms, verdana;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

.wboxcapsule{
	float: left;
	margin-top: 5px;
	padding:5px;
	padding-top:0px;
	text-align:justify;
	font-family:verdana;
	font-size:10px;
	background-position: 10px;
	background-repeat: no-repeat;
	height:70px;
}
.wboxcontent{
	float: left;
	padding-top:0px;
	text-align:justify;
	font-family:verdana;
	font-size:10px;
	padding-left:75px;
	vertical-align:middle;
}

.wboxcontent ul{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
list-style:none;
}

.wboxcontent li{
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: 10px;

}

.wboxcontent img{
	padding-left: 10px;
	padding-top: 5px;
	}
	
	.box{
	width:250px;
	border:1px solid #aaa;
	margin:5px;
	float:left;
}
.boxhead1{
	margin:5px;
	padding:5px;
	background:#A5DBEB;
	border:1px solid #aaa;
	font-family:trebuchet ms, verdana;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

.boxhead2{
	margin:5px;
	padding:5px;
	background: #CCFF66;
	border:1px solid #aaa;
	font-family:trebuchet ms, verdana;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
.boxcontent{
	float: left;
	margin-top: 5px;
	padding:5px;
	padding-top:0px;
	text-align:justify;
	font-family:verdana;
	font-size:10px;
}
.boxcontent img{
	float:left;
	margin:4px;
	margin-right:6px;
}