body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
}

#head {
	height: 135px;
	background: #3a77d0 url(../img/header_bg.jpg) repeat-x top left;
	border: #000 solid 1px;
}

#head img {
	margin: 19px 0 6px 30px;
	border: none;
}

#head p {
	position: absolute;
	top: 50px;
	right: 60px;
	width: 200px;
	margin: 0px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 160%;
	display: block;
	/*border: #000 solid 1px; */
}

#sidebar {
	float: left;
	width: 20%;
	margin: 16px 2px 6px 10px;
}

#sidebar img.ad {
	margin-top: 4px;
}

#content {
	float: left;
	margin: 18px 10px 10px 20px;
	width: 70%;
	letter-spacing: .10em;
}

#content p {
	font-size: 90%;
	line-height: 1.8em;
}

#content dl {
	float: left;
	width: 222px;
	letter-spacing: .05em;
	margin: 24px 0 16px 14px;
}

#content dl.wide {
	width: 250px;
}

#content dl.thin {
	width: 180px;
}

#content dt {
	color: #850a12;
	font-size: 80%;
	line-height: 1.5em;
	font-weight: bold;
}

#content dd {
	font-size: 70%;
	font-weight: bold;
	line-height: 1.8em;
	margin-left: 0;
}

#content dl dd ul li {
	margin: 2px 0;
}

#content dl dd ul {
	margin: 0;
	padding: 0 0 0 14px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #2356a2;
}

#content h1, #content h2 {
	font-size: 100%;
	margin-bottom: -10px;
}

#content img.techLogos {
	margin-top: -6px;
	clear: both;
}

#footer {
	clear: both;
	background: #3a77d0 url(../img/bottom_bg.jpg) repeat-x bottom left;
	width: 100%;
	height: 320px;
}

#footer ul.row1 {
	float: left;
	margin-top: 20px;
}

#footer ul.row2 {
	float: left;
	margin-top: 20px;
}

#footer ul.row3 {
	float: left;
	margin-top: 20px;
}

#footer ul.row4 {
	float: left;
	height: 210px;
	margin-left: 60px;
	margin-top: 34px;
	padding-top: 30px;
	list-style: none;
	border-left: #fff solid 1px;
}

#footer ul.row4 li {
	margin: 10px;
	margin-left: 4px;
	font-size: 80%;
}

#footer ul.row4 li a {
	text-decoration: none;
	color: #fff;
}

#footer ul.row4 li a:hover {
	text-decoration: underline;
}

#footer ul#btmNav {
	padding-top: 20px;
}

#footer ul.row1 img, #footer ul.row2 img, #footer ul.row3 img {
	border: 0;
	margin-bottom: -10px;
}

#footer .row1 a, #footer .row2 a, #footer .row3 a {
	text-decoration: none;
	color: #fff;
}

#footer.row1, #footer.row2, #footer.row3 {
	
}

#footer ul.row1 li, #footer ul.row2 li, #footer ul.row3 li {
	list-style: none;
	border: 0;
	margin-bottom: 30px;
}

#nav {
	clear: both;
	float: left;
	width: 99%;
	margin: 0;
	padding: 10px 0 0 12px;
	list-style: none;
	background: url(../img/nav_border.gif) repeat-x bottom left;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#nav a {
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #000;
	border-bottom: none;
	background: #2a0181;
	color: #fff;
	font-weight: bold;
}

#nav a:hover, body#home #t-home a {
	color: #000;
	padding-bottom: 5px;
	border-color: #000;
	background: #fff url(../img/tab_selected_bg.gif) repeat-x top left;
}

#nav a:hover, body#about #t-about a, body#plans #t-plans a, body#infrastructure #t-infrastructure a, body#support #t-support a, body#faq #t-faq a, body#contact #t-contact a, body#coldfusion-plans #t-plans a, body#windows-plans #t-plans a, body#linux-plans #t-plans a, body#ASP-NET-plans #t-plans a {
	color: #000;
	padding-bottom: 5px;
	border-color: #000;
	background: #fff url(../img/tab_selected_bg.gif) repeat-x top left;
}

#contact fieldset, #contact fieldset table {
	width: 660px;
}

#contact #contactInfo {
	margin-bottom: 30px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	text-align: left;
	margin-left: 8px;
	color: #2356a2;
}

#sidebar h3 {
	font-size: 110%;
}

#l-Resources {
	list-style: none;
	margin-top: -14px;
	text-align: left;
	margin-left: 12px;
	font-size: 110%;
}

#l-Resources li {
	margin-bottom: 6px;
}

#l-Resources a {
	text-decoration: none;
}

#l-Resources a:hover {
	text-decoration: underline;
}

blockquote {
	background: #cfe0fd;
	border: solid 2px #779ad6;
	margin-left: 3px;
	/*width: 560px;
	height: 100px;*/
	color: #779ad6;
	font-size: 130%;
	font-weight: bold;
	padding: 16px;
	line-height: 1.6em;
}

#plans #content {
	float: left;
	margin: 18px 10px 10px 20px;
	width: 90%;
	letter-spacing: .10em;
}

#plans #content p {
	font-size: 90%;
	line-height: 1.8em;
}

#plans #content dl {
	float: left;
	width: 222px;
	letter-spacing: .05em;
	margin: 24px 0 16px 40px;
}

#plans #content dl.wide {
	width: 300px;
}

#plans #content dl.left {
	width: 300px;
	margin-left: 20px;
}

#plans #content dl.thin {
	width: 180px;
}

#plans #content dt {
	color: #850a12;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: dotted 1px #666;
}

#plans #content dd {
	font-size: 70%;
	font-weight: bold;
	line-height: 1.8em;
	margin-left: 0px;
	margin-top: 6px;
}

#plans #content dd img {
	/*margin-bottom: 10px;*/
	margin-right: 3px;
}

#plans #content dd img {
	border: 0;
}

#plans #content dl dd ul li {
	margin: 2px 0;
}

#plans #content dl dd ul {
	margin: 0;
	padding: 0 0 0 14px;
}

#coldfusion-plans #content img, #linux-plans #content img, #ASP-NET-plans #content img, #windows-plans #content img {
	margin: 4px;
}


#content table {
	padding: 0;
	margin: 0;
	border: solid 1px #000;
	width: 700px;
	border-collapse: collapse;
	text-align: center;
	font-size: 70%;
}

#content table tr {
	background-color: #f0f4ff;
}

#content table tr.altclr {
	/*background-color: #c7daff; e5efff*/
	background-color: #e0ebff;
}

#content th {
	text-align: left;
	text-indent: 4px;
	/*background-color: #fff;*/
	white-space: normal;
}

#coldfusion-plans #content thead th.title {
	background: #254f8b url(../img/icons/helm-logo.gif) 600px 2px no-repeat;
}

#linux-plans #content thead th.title {
	background: #254f8b url(../img/icons/plesk-cpanel-logos.jpg) 560px 0 no-repeat;
}

#ASP-NET-plans #content thead th.title {
	background: #254f8b url(../img/icons/plesk-helm-logos.jpg) 560px 0 no-repeat;
}

#windows-plans #content thead th.title {
	background: #254f8b url(../img/icons/plesk-helm-logos.jpg) 560px 0 no-repeat;
}

#content thead th.title {
	font-size: 120%;
}

#content thead th {
	text-align: center;
	background-color: #6197ff;
	/*background-color: #3366cc;*/
	color: #fff;
	height: 30px;
	font-size: 110%;
	letter-spacing: .4em;
}

#content .features, #content .email, #content .db, #content .tech {
	background-color: #36c;
	/*background-color: #c37c81;
	background-color: #fa3;*/
	width: 240px;
}

#content .features thead th, #content .email thead th, #content .db thead th, #content .tech thead th {
	width: 300px;
	height: 30px;
}

#content .features {
	background: #36c url(../img/icons/presentation.gif) 5px 2px no-repeat;
}

#content .email {
	background: #36c url(../img/icons/mail_check.gif) 5px -2px no-repeat;
}

#content .db {
	background: #36c url(../img/icons/database_check.gif) 5px 0px no-repeat;
}

#content .tech {
	background: #36c url(../img/icons/to-do-list_checked3.gif) 5px 2px no-repeat;
}

#content table thead {
	
}

#content table td, #content table th {
	border: solid 1px #000;
	padding: 2px;
	margin: 0;
}

#content table td img {
 	border: 0;
}

#content table tr.price  {
	font-weight: bold;
	font-size: 110%;
}

#content table td {
	width: 140px;
	height: 30px;
}

#content p.btmBorder {
	border-bottom: solid 2px #ccc;
}

#content ul#everyAccount {
	margin-left: 12px;
	width: 600px;
}

#content #everyAccount li {
	line-height: 3em;
	border-bottom: solid 1px #ccc;
	list-style: none;
	text-indent: 8px;
	background: url(../img/icons/check.png) top right no-repeat;
}

#content .keyDef {
	padding-left: 30px;
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}