@charset "utf-8";
/* CSS Document */

/* RESET */
* 						{ margin:0; padding:0; }
body					{ font-family: Arial, Helvetica, sans-serif; background-color: #252525; }
a 						{ outline: none; }
img						{ border: none; }
li						{ list-style: none; }

.floatleft				{ float: left; }
.floatright				{ float: right; }
.clear 					{ clear: both; }

#page					{ width: 100%; background: url(../images/bg_inner.gif) top center repeat-x #E8E8E8; padding-bottom: 10px; }
#upperwrap				{ width: 960px; margin: 0 auto; }
#mainwrap				{ width: 962px; margin: 0 auto; padding-top: 12px; }
#lowerwrap				{ width: 960px; padding-top: 10px; margin: 0 auto; }

#content_container {
background: none !important;
border: none !important;
color:#666666;
margin:0 auto !important;
padding:0;
text-align:left;
width:950px;
}


#topnav {
	height: 40px;
	line-height: 35px;
	text-align: right;
	font-size: 12px;
	color: #e6e6e6;
}
#topnav img {
	vertical-align: middle;	
}
#topnav a {
	display: block;
	float: right;
	margin-left: 20px;
	font-size: 12px;
	color: #dedede;
	text-decoration: none;
}
#topnav a:hover {
	color: #fff;
}
#topnav a:active {
	color: #fff;
	padding-top: 1px;
}

#logo {
	height: 95px;
	width: 180px;
}
#mainnav {
	height: 95px;
	line-height: 95px;
}
#pagetitle {
	height: 141px;
	width: 960px;
	background: url(../images/pagetitle.jpg) top center no-repeat #0D254B;
}
#currentpagetitle {
	padding-top: 20px;
	padding-left: 3px;
	height: 60px;
	width: 670px;
}
#currentpagetitle h1 {
	color: #E7E7E7;
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	border: none !important;
}
#userinfo {
	color: #CCDFEA;
	height: 80px;
	line-height: 80px;
}
#userinfo a {
	color: #e7e7e7;
	padding-left: 15px;
	text-decoration: none;
	font-size: 12px;
}
.compare {
	color:#09C;
}
.compare:hover {
	color:#969;
}
#promoseal {
	height: 158px;
	width: 140px;
}
#pagenav ul {
	float: left;
	list-style: none inside none;
	z-index: 100;
	margin-top: 14px;
}
#pagenav li {
	color: #666;
	display: block;
	float: left;
	margin: 0 8px;
	text-align: center;
}
#pagenav a {
	display: block;
	background: url(../images/pagesub.gif) no-repeat;
	color: #777;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 34px;
	width: 121px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#pagenav a:hover {
	background-position: 0px 0px;
	color:#666;
}
#pagenav a:active {
	background-position: 0px -34px;
	color:#555;
}

#loggednav ul {
	float: left;
	list-style: none inside none;
	z-index: 100;
	height: 95px;
	line-height: 38px;
	display: block;
}
#loggednav li {
	padding-top: 30px;
	color: #888;
	display: block;
	float: left;
	margin: 0 4px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#loggednav a {
	display: block;
	background: url(../images/pagesub.gif) no-repeat;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 34px;
	width: 121px;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#loggednav a:hover {
	background-position: 0px 0px;
	color:#444;
}
#loggednav a:active {
	background-position: 0px -34px;
	color:#444;
}
.loggedinuser {
	color: #555;
}

#plans {
	width: 960px;
	height: 150px;
	background: url(../images/plans_back.png) top center no-repeat #E8E8E8;
}
#basicframe {
	width: 318px;
	height: 150px;
	margin-right: 2px;
}
#basictitle {
	position: relative;
	top: 20px;
	left: 10px;
	width: 180px;
	height: 62px;
}
#basictitle h3 {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
}
#basicfeatures {
	position: relative;
	width: 180px;
	height: 88px;
	color: #fff;
	font-size: 15px;
	font-style: italic;
}
#basicfeatures p {
	margin-left: 15px;
}
#universalframe {
	width: 320px;
	height: 150px;
}
#universaltitle {
	position: relative;
	top: 20px;
	left: 15px;
	width: 200px;
	height: 62px;
}
#universaltitle h3 {
	font-size: 26px;
	color: #464646;
	font-weight: normal;
}
#universalfeatures {
	position: relative;
	width: 200px;
	height: 88px;
	color: #222222;
	font-size: 15px;
	font-style: italic;
}
#universalfeatures p {
	margin-left: 20px;
}
#businessframe {
	width: 318px;
	height: 150px;
	margin-left: 2px;
}
#businesstitle {
	position: relative;
	top: 20px;
	left: 20px;
	width: 200px;
	height: 62px;
}
#businesstitle h3 {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
}
#businessfeatures {
	position: relative;
	width: 200px;
	height: 88px;
	color: #fff;
	font-size: 15px;
	font-style: italic;
}
#businessfeatures p {
	margin-left: 20px;
}
#basicdetails {
	position: relative;
	top: 42px;
}
#basicdetails a {
	display: block;
	background: url(../images/plandetails.png) left top no-repeat transparent;
	color: #777;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 38px;
	width: 130px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#basicdetails a:hover {
	color:#666;
}
#basicdetails a:active {
	background: url(../images/plandetails_hover.png) left top no-repeat transparent;
	color:#333;
}
#universaldetails {
	position: relative;
	top: 42px;
	margin-left: -15px;
}
#universaldetails a {
	display: block;
	background: url(../images/plandetails.png) left top no-repeat transparent;
	color: #777;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 38px;
	width: 130px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#universaldetails a:hover {
	color:#666;
}
#universaldetails a:active {
	background: url(../images/plandetails_hover.png) left top no-repeat transparent;
	color:#333;
}
#businessdetails {
	position: relative;
	top: 42px;
	margin-left: -12px;
}
#businessdetails a {
	display: block;
	background: url(../images/plandetails.png) left top no-repeat transparent;
	color: #777;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	height: 38px;
	width: 130px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#businessdetails a:hover {
	color:#666;
}
#businessdetails a:active {
	background: url(../images/plandetails_hover.png) left top no-repeat transparent;
	color:#333;
}

#maintop {
	display: block;
	width: 962px;
	height: 10px;
	background: url(../images/maintop.gif) left top no-repeat #E8E8E8;
}
#mainbody {
	display: block;
	width: 962px;
	background: url(../images/mainbody.gif) left top repeat-y #E8E8E8;
}
#mainfooter {
	display: block;
	width: 962px;
	height: 10px;
	background: url(../images/mainfooter.gif) left top no-repeat #E8E8E8;
}
#mainhomecontent {
	width: 680px;
	padding: 0px 15px;
}
#mainbody h1 {
	color:#0F5AAF;
	font-size:24px;
	padding:0 0 10px;
}
#mainhomecontent ul {
	width: 220px;
	margin-right: 5px;
}
#mainhomecontent li {
	display: block;
	width: 190px;
	height: 30px;
	list-style:none outside none;
	background: url(../images/features-list.png) no-repeat scroll left center transparent;
	color:#777;
	padding-left: 30px;
	font-size: 12px;
	line-height: 30px;
	margin: 5px 0;
}
#mainhomecontent p {
	color: #909090;
	font-size: 13px;
	text-align: justify;
}
#mainhomesidebar {
	width: 252px;	
}
#mainhomesidebar p {
	color: #909090;
	font-size: 13px;
	text-align: justify;
	padding-right: 15px;
}
#footer {
	display: block;
	width: 100%;
	background: url(../images/footer.gif) left top repeat-x #282828;
	min-height: 160px;
	height: 160px;
}
#footer p {
	color: #e3e3e3;
	font-size: 12px;
	text-align: right;
	padding-top: 15px;
}
#footer h1 {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	border: none !important;
}
#footer ul {
	margin-right: 15px;
}
#footer li {
	display: block;
	height: 30px;
	list-style:none outside none;
	color:#666;
	font-size: 12px;
	line-height: 34px;
	margin: 0;
	border-top: 1px dotted #3F3F3F;
}
.news {
	width: 318px;	
}
.hostinglinks {
	width: 262px;	
}
#testimonials {
	width: 380px;
	color: #AEAEAE;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	line-height: 24px;
}
#author {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	color: #ccc;
	margin-top: 5px;
}
#author a {
	color: #008FBF;
	text-decoration: none;
}
#author a:hover {
	color: #00A9E1;
}
#seal {
	display: block;
	width: 118px;
	height: 43px;
	padding-top: 3px;
	padding-right: 3px;
	background: url(../images/seal_bg.png) center center no-repeat transparent;
	float: right;
}
#footer li a {
	font-size: 12px;
	margin-left: 7px;
	color: #B9B9B9;
	text-decoration: none;
}
#footer li a:hover {
	color: #E8E8E8;
	text-decoration: none;
}
#bottomlinks {
	margin-top: 10px;
	border-top: 1px dotted #444;
	line-height: 30px;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	font-weight:bold;
}
#bottomlinks a {
	color: #996699;
	text-decoration: none;
}
#bottomlinks a:hover {
	color: #DCCDE4;
	text-decoration: none;
}

