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

/* Colour Palette: 
Blue: #4376c9;
Grey: #CCCCCC;
*/

* {
	margin:0;
	padding:0;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#CDCDCD url(/_assets/_images/_background/topbg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
.clearDiv {
	width:0;
	height:0;
	clear:both;
}
/*Wrapper Styling*/
#wrapper {
	width:930px;
	margin:10px auto 0 auto;
	background:none;
}

/*Top Navigation Styling*/
#topNav {
	width:930px;
	height:20px;
	background:none;
	text-align:right;
}
#topNav a {
	float:right;
	width:100px;
	height:16px;
	margin:0 5px 0 0;
	padding:4px 0 0 0;
	background:url(../_images/_navigation/navTop/grey_bg.gif);
	text-align:center;
	text-decoration:none;
	color:#333333;
	font-size:11px;
	outline:none;
}
#topNav a:hover {
	background:url(../_images/_navigation/navTop/blue_bg.gif);
	color:#FFFFFF;
}
#topNav .active {
	background:url(../_images/_navigation/navTop/blue_bg.gif);
	color:#FFFFFF;
}
#topNav .last {
	margin:0px;
}
.blueDivideBar {
	width:930px;
	height:15px;
	background-color:#4376c9;
}
#topBanner {
	width:860px;
	height:110px;
	padding:0 35px;
	background-color:#FFFFFF;
}
/*Top Logo/Contact/Order Now Styling*/
#logoHold {
	width:200px;
	height:110px;
	float:left;
}
#contactDetails {
	float:left;
	width:485px;
	height:110px;
	text-align:right;
}
#contactDetails h1 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}
#contactDetails h1 a {
	color:#000000;
	text-decoration:none;
}
#contactDetails h1 a:hover {
	color:#4376c9;
}
#contactDetails h2 {
	font-weight:bold;
	font-size:11px;
	color:#999999;
}
#contactDetails h2 a {
	color:#666666;
	text-decoration:none;
}
#contactDetails h2 a:hover {
	color:#999999;
}
#orderNow {
	position:absolute;
	width:170px;
	height:110px;
	margin:48px 0 0 740px;
}
/*Main Navigation Styling*/
#mainNavHold {
	width:860px;
	padding:0 35px;
	background-color:#fff;
}
#mainNav {
	width:860px;
	height:25px;
	background:url(../_images/_navigation/mainNav/mainNavBg.gif) repeat-x;
}
#mainNav a {
	float:left;
	height:20px;
	border-right:1px solid #FFFFFF;
	padding:5px 11px 0;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#mainNav a:hover {
	background-color:#4376c9;
}
/*Alert/Notice Message Styling*/
#alert{
	width:860px;
	padding:0 35px;
	background-color:#FFFFFF;
}
#alertMsg{
	width:860px;
	background-color:#fff194;
	text-align:center;
	padding:10px 0;
}
#alertMsg p{
	font-size:11px;
}
#alertMsg a{
	color:#000000;
	font-weight:bold;
}
#alertMsg .notice{
	color:#FF0000;
	font-weight:bold;
}
/*Promotional Banner Styling*/
#promoBanner {
	width:930px;
	height:360px;
	padding:0;
}
#promoAds .promoMessage{
	width:231px;
	height:70px;
	float:left;
	background:url(../_images/_promo/trans_on.png);
	border-right:1px solid #CCCCCC;
	text-align:center;
}
#promoAds .promoMessage img{
	border:none;
}
#promoSearch{
	width:930px;
	height:70px;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
}
.promoSearchImage{
	float:left;
	width:250px;
	height:70px;	
}
#promoSearchForm{
	float:left;
	width:388px;
	padding:15px 20px 0 20px;
}
#promoSearchForm .searchBox{
	width: 230px;
	height:21px;
	background:url(../_images/_promo/form_bg.png) no-repeat;
	border:none;
	padding:4px 10px 0 10px;
	margin:0 10px 3px 0;
	cursor:text;
	font-size:13px;
}
#promoSearchForm .searchBtn{
	width: 128px;
	height:25px;
	background:url(../_images/_promo/form_btn_bg.png) no-repeat;
	border:none;
	outline:none;
	margin:0 0 3px 0;
	cursor:pointer;
}
#promoSearchForm .small_copy{
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
}
#promoSearchForm .small_copy a{
	color:#FFFFFF;
}
/*Introduction Styling*/
#introCopy {
	width:890px;
	padding:15px 20px 0px 20px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	font-size:13px;
	padding-bottom:10px;
	clear:both;
}
#introCopy h1 {
	font-size:14px;
	padding-top:10px;
	margin-bottom:10px;
}
#introCopy p {
	font-size:12px;
	margin-bottom:10px;
}
#introCopy a {
	color:#4376c9;
	text-decoration:none;
	font-weight:bold;
}
#introCopy a:hover {
	color:#999999;
}
/*Features Styling*/
#featureHold {
	width:890px;
	padding:0 20px;
	padding-top:10px;
	background-color:#FFFFFF;
}
#featureHold .feature {
	width:433px;
	height:208px;
	background-color:#eff1ec;
	border:1px solid #999999;
	float:left;
	margin:0 20px 0 0;
}
#featureHold .featureText{
	width:403px;
	height:183px;
	z-index:50;
	padding:10px 15px 15px 15px;
	font-family:Arial, Helvetica, sans-serif;
}
#featureHold .featureText h1{
	font-size:20px;
	color:#333333;
	margin-bottom:10px;
}
#featureHold .featureText p{
	font-size:12px;
	color:#000000;
}
#featureHold .featureText a {
	color:#4376c9;
	text-decoration:none;
	font-weight:bold;
}
#featureHold .featureText a:hover {
	color:#999999;
}
#featureHold .featureOverlay{
	width:413px;
	height:25px;
	background-color:#4376c9;
	z-index:51;
	margin-top:-43px;
	padding:18px 10px 0;
	text-align:center;
}
#featureHold .featureOverlay h1{
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:-2px;
}
#featureHold .featureOverlay a{
	color:#FFFFFF;
}
#featureHold .featureOverlay a:hover{
	color:#333333;
}
/*End/Close Copy Styling*/
#endCopy {
	width:890px;
	padding:0 20px 20px;
	background-color:#FFFFFF;
	clear:both;
	align:left;
}
#endCopy p {
	font-size:12px;
}
#endCopy a {
	color:#4376c9;
	text-decoration:none;
	font-weight:bold;
}
#endCopy a:hover {
	color:#999999;
}
/*Footer Styling*/
#footer {
	width:930px;
	padding:20px 0 20px 15px;
	clear:both;
	background-color:#CDCDCD;
	margin-bottom:20px;
}
#footer .list{
	float:left;
	margin-right:40px;
}
#footer li{
	list-style:none;
	font-size:11px;
	margin-bottom:4px;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.promoSearchImage a img {
border:none;
}
div.footerinsidetop {
line-height:11px;
margin-left:0px;
margin-right:0px;
padding:2px 30px 3px 30px;
font-size:12px;
background:#ffff99;
}


span#alertra {
font-size:10px;
}

div#fstats span#alertra a{
text-decoration:none;
}

span.stat {
color:red;
font-size:16px;
font-weight:bold;
}

div.fcopy {
font-size:11px;
line-height:17px;
background:#EEEEEE;
text-align:left;
font-color:#000;
padding:5px 0px 0 10px;
float:right;
margin-right:30px;
width:300px;
}

#leftnoside, div#left {
	width:860px;
	padding:5px 35px 0px 35px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	font-size:11px;
	clear:both;
}

#v2leftnoside, div#v2left {
	width:900px;
	padding:5px 15px 0px 15px;
	background-color:#FFFFFF;
	line-height:19px;
	font-size:11px;
	clear:both;
}

div#v2left ul, div#v2left ol {
margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	font-size:11px;
}

.l {
width:648px;
float:left;
}


.v2l {
width:640px;
float:left;
}

.v2ld {
width:600px;
float:left;
}

.v2serversr {
width:640px;
float:left;
}


/*V2Wrapper Styling*/
#v2wrapper {
	width:930px;
	margin:10px auto 0;
	background:none;
}
/*Quick Links Styling*/
#v2quickLinks {
	width:930px;
	height:20px;
	background:none;
	text-align:right;
}
#v2quickLinks a {
	float:right;
	width:100px;
	height:16px;
	margin:0 5px 0 0;
	padding:4px 0 0 0;
	background:url(../_images/_navigation/quickLinks/grey_bg.gif);
	text-align:center;
	text-decoration:none;
	color:#333333;
	font-size:12px;
	outline:none;
}
#v2quickLinks a:hover {
	background:url(../_images/_navigation/quickLinks/blue_bg.gif);
	color:#FFFFFF;
}
#v2quickLinks .active {
	background:url(../_images/_navigation/quickLinks/blue_bg.gif);
	color:#FFFFFF;
}
#v2quickLinks .last {
	margin:0 10px 0 0;
}
/*Main Header Styling*/
#v2mainHeader{
	width:930px;
	height:30px; /* -3px to account for border */
	padding:47px 0 0 0;
	background:url(../_images/_navigation/mainHeader/background.gif);
	border-bottom:3px solid #000000;
}
#v2mainNav{
	height:30px;
	float:right;
	padding-right:10px;
}
#v2mainNav ul li{
	float:left;
	list-style:none;
}
#v2mainNav ul li a{
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:10px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background:url(../_images/_navigation/mainHeader/mainNavBackground.gif)	center no-repeat;
	padding:10px 13px;
	border-right:1px solid #ffffff;
}
#v2mainNav ul li a.first{
	background:url(../_images/_navigation/mainHeader/mainNavBackground.gif)	left no-repeat;
	padding-left:16px
}
#v2mainNav ul li a.last{
	background:url(../_images/_navigation/mainHeader/mainNavBackground.gif)	right no-repeat;
	padding-right:16px;
	border-right:none;
}
#v2mainNav ul li a.start{
	background:url(../_images/_navigation/mainHeader/mainNavBackgroundGreen.gif) right no-repeat;
}
#v2mainNav ul li a:hover{
	background:url(../_images/_navigation/mainHeader/mainNavBackgroundWhite.gif) center no-repeat;
	color:#333333;
}
#v2mainNav ul li a.first:hover{
	background:url(../_images/_navigation/mainHeader/mainNavBackgroundWhite.gif) left no-repeat;
}
#v2mainNav ul li a.last:hover{
	background:url(../_images/_navigation/mainHeader/mainNavBackgroundWhite.gif) right no-repeat;
}
#v2personalLinks{
	float:right;
	height:20px;
	margin:-63px 0 0 10px;
}
#v2personalLinks ul{
	padding:0 5px;
}
#v2personalLinks ul li{
	float:left;
	list-style:none;
	color:#274473;
	font-size:11px;
}
#v2personalLinks ul li a{
	font-size:11px;
	line-height:11px;
	margin:0 5px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#v2personalLinks ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#v2mainLogo{
	position:absolute;
	margin:-47px 0 0 30px;
}

<!--Font Styles

div.v2welcome {
line-height:16px;
text-align:left;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;;
}-->


h1 {
line-height:15px;
color: #3760A4;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
margin-top:15px
}

h2 {
line-height:15px;
color: #444444;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
margin-top:8px;
margin-bottom:22px;
}

h3 {
line-height:15px;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
align:right;
margin-top:5px
}

h4 {
line-height:10px;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#888888;
margin-top:5px
}

h5 {
line-height:15px;
color: #3760A4;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
margin-top:12px;
margin-bottom:9px;
}

p {
margin:1px 0 7px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
text-decoration:none;
}

div#quote {
	margin:0px 0px 0px 0px;
	width:100%px;
	background:#FFFFCC;
	padding:1px 5px 1px 5px;
	border: 1px #F0C28F;
}

	div#quote p {
		font-size:10px;
		color:#444444;
		font-family:Arial, Helvetica, sans-serif;
	}


	div#quote h1 {
		font-size:10px;
		color:#3760a4;
		font-weigh:strong;
		margin: 0 0 0 0;
		font-family:Arial, Helvetica, sans-serif;
	}

div#domainchecker {
	margin:0px 0px 0px 0px;
	background:#88A0B8;
	margin-left:7px;
	width:235px;
	padding:5px 5px 10px 10px;
	border-bottom: 2px solid #1F375D;
}

	div#domainchecker p {
		font-size:11px;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
	}


	div#domainchecker h1 {
		font-size:10px;
		color: #0c3313;
		font-weight:strong;
		margin: 0 0 0 0;
		font-family:Arial, Helvetica, sans-serif;
	}



div#v2sidebar_aboutus {
	margin:25px 0px 0 655px;
	width:250px;
	background:white;
	border-left:1px solid #999;
}

div.v2sidebar_servers {
	margin:10px 0px 0 647px;
	width:255px;
	background:#e5e5e5;
	color:white;
	font-size:12px;
}

	div.v2sidebar_servers_header {
		padding:2px 0px 2px 10px;
		width:240px;
		margin-bottom:0px;
		margin-left:7px;
		background:#1F375D;
	}

	div.v2sidebar_servers a {
		padding:2px 0px 2px 10px;
		background:#B5BDCA;
		text-decoration:none;
		width:240px;
		margin-left:7px;
		color:#222;
		font-size:12px;
		display:block;
	}
	
	div.v2sidebar_servers a:hover {
		padding:2px 0px 2px 10px;
		background:#333333;
		text-decoration:none;
		width:240px;
		margin-left:7px;
		color:#E5E5E5;
		font-size:12px;
		display:block;
	}


div#v2sidebar_aboutus a, div#v2sidebarbox_inner a {
	decoration: none;
}

div#v2sidebarbox {
	margin:0px 0px 0 0px;
	width:100%px;
	background:#D9E0EB;
	padding:3px 3px 3px 3px
}

div#v2sidebarbox_inner {
	margin:0px 0px 0 0px;
	width:100%px;
	background:#FAFAFA;
	padding:5px 5px 5px 5px
}

div#v2testimonialback {
	margin:0px 0px 0 0px;
	width:100%px;
	background:#CCCCCC;
	padding:5px 5px 5px 5px
}


div#v2sharednav {
	margin:0px 0px 0 0px;
	width:100%px;
	background:#dedede;
	padding:8px 5px 5px 15px
}

	div#v2sharednav p {
		font-size:11px;
	}
	
	div#v2sharednav a {
	text-decoration:none;
	color:black;
	}
	
	div#v2sharednav a:hover {
	text-decoration:underline;
	}
	
div#v2packageoverviewheader {
	margin:0px 0px 0 0px;
	width:100%px;
	background:#333333;
	padding:8px 5px 5px 15px
}

	div#v2packageoverviewheader p {
		font-size:11px;
		color:white;
	}
	
	div#v2packageoverviewheader a {
	text-decoration:none;
	color:white;
	}
	
	div#v2packageoverviewheader a:hover {
	text-decoration:underline;
	}
	
div#v2packagematrix {
	margin:0px 0px 0 0px;
	width:100%px;
	background:#545454;
	padding:8px 5px 5px 15px
}

	div#v2packagematrix p {
		font-size:11px;
		color:black;
	}
	
	div#v2packagematrix a {
	text-decoration:none;
	color:white;
	}
	
	div#v2packagematrix a:hover {
	text-decoration:underline;
	}
	
div#blackDivideBar {
	width:930px;
	height:2px;
	background-color:#000000;
	}
	
div#greyDivideBar {
	width:930px;
	height:2px;
	background-color:#cecece;
	}
	
div#blackHeaderBar {
	width:400px;
	height:1px;
	background-color:#000000;
	margin-top:-3px;
	margin-bottom:8px;
	}
	
div.sh_shared, div.reseller, div.reseller250, div.bplusback {
color:black;
width:174px;
height:240px;
float:left;
padding: 20px 5px 5px 5px;
margin-right:7px;
color:#000000;
}

div.sh_basic {
color:black;
width:170px;
height:170px;
float:left;
padding: 20px 5px 5px 5px;
margin-right:7px;
color:#444;
}


div.sh_shared p, div.sh_basic p, div.reseller p, div.reseller250 p, div.bplusback p {
font-color:black;
color:black;
}

div.sh_headings {
width:150px;
height:170px;
float:left;
margin-right:7px;
}


div.sh_shared {
background: #EFF1EC;
}

div.sh_basic {
background: #EFF1EC;
}

table.shared_hosting {
text-align:left;
border:0;
margin:0;
padding:5px 0;
background:545454;
width:900px;
}

table.shared_hosting td {
border:0;
padding:5px 5px 5px 5px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
border-left:2px solid #545454;
border-right:2px solid #545454;
background:#DEDEDE;
}

table.shared_hosting tr {
font-size:11px;
color: #333333;
margin:0;
background:#fff;
font-family:Arial, Helvetica, sans-serif;
border:0;
padding:0;
}

table.shared_hosting_sing {
text-align:left;
border:0;
margin:0;
padding:0px 0;
background:545454;
width:900px;
}

table.shared_hosting_sing td {
border:0;
padding:5px 5px 5px 5px;
margin:0;
border-left:2px solid #545454;
border-right:2px solid #545454;
background:#EFF1EC;
}

table.shared_hosting_sing tr {
font-size:11px;
color: #333333;
margin:0;
background:#fff;
border:0;
padding:0;
}

table.shared_hosting_individual {
text-align:left;
border:0;
margin:0px 0 0 -1px;
padding:5px 0;
background:ffffff;
width:640px;
}

table.shared_hosting_individual td {
border:0;
padding:5px 5px 5px 5px;
margin:0;
border-left:2px solid #ffffff;
border-right:2px solid #ffffff;
background:#EFF1EC;
}

table.shared_hosting_individual tr {
color: #333333;
font-size: 11px;
margin:0;
background:#fff;
border:0;
padding:0;
}

table.shared_hosting_prices {
text-align:left;
border:0;
margin:0px 0 0 -1px;
padding:5px 0;
background:white;
width:900px;
font-family:Arial, Helvetica, sans-serif;
}

table.shared_hosting_prices td {
border:0;
padding:5px 5px 5px 5px;
margin:0;
border-left:2px solid #545454;
border-right:2px solid #545454;
font-family:Arial, Helvetica, sans-serif;
background:#dedede;
}

table.shared_hosting_prices tr {
color: black;
font-size: 11px;
margin:0;
background:#fff;
font-family:Arial, Helvetica, sans-serif;
border:0;
padding:0;
}

<!--Dboxes-->

div.dbox, div.dboxr, div.dboxright {
color:#444;
line-height:19px;
width:445px;
height:210px;
float:left;
margin:0;
border:1px dashed black;
}

div.dbox2, div.dbox2r {
color:#444;
line-height:19px;
width:210px;
height:360px;
float:left;
margin:0;
border:0px dashed black;
background: #dedede;
}

div.domainsbox2 {
color:#444;
line-height:19px;
width:310px;
float:left;
margin-top:10px;
border:1px solid black;
background: #eff1ec;
}

div.domainsbox2r {
color:#444;
line-height:19px;
width:310px;
float:left;
margin-left:10px;
margin-top:10px;
border:1px solid black;
background: #eff1ec;
}



div.thin {
width:316px;
}

div.dbox2r {
margin:0 0 0 0px;
}

div.dboxr {
margin:5px 0 0 0px;
}

div.dboxright {
margin:5px 0 0 5px;
}

div.dbox h2, div.dbox2 h2, div.dbox2r h2, div.dboxr h2, div.dboxright h2, div.designerlisting h2, div.designwide h2, div.designthin h2, div.designthinright h2, div.widebackground h2, div.whm h2, h2.box {
font-size:16px;
margin-top:12px;
}


div.bplusback, div.bplusbacka {
background: #EFF1EC url(http://www.vidahost.com/images/businessplusback.jpg) no-repeat top left;
}

div.reseller, div.reseller250 {
background: #EFF1EC url(/images/resellerbox.jpg)  no-repeat top left;
}

div.premium_sd, div.premium_bp {
background: #EFF1EC;
}

div.designwide {
background: url(http://www.vidahost.com/images/designwide.jpg)  no-repeat top left;
}

div.designerlist {
background: url(http://www.vidahost.com/images/designwide.jpg)  no-repeat top left;
}

div.designthin {
background: url(http://www.vidahost.com/images/designwide.jpg)  no-repeat top left;
}

div.designthinright {
background: url(http://www.vidahost.com/images/designwide.jpg)  no-repeat top left;
}

div.oneclick {
background: url(http://www.vidahost.com/images/homepageoneclick.jpg)  no-repeat top left;
}


div.widebackground {
background: url(http://www.vidahost.com/images/widebackground.jpg) no-repeat top left;
}

div.basicbackground {
background: url(http://www.vidahost.com/images/basicbackground.jpg) no-repeat top left;
}

div.flexibleemail {
background: url(/images/emailback.jpg)  no-repeat top left;
}

div.businessplushostinghomepage {
background: url(/images/businessplushostinghomepage.jpg)  no-repeat top left;
}

div.sh_basic {
background: #EFF1EC;
}

div.bdhome {
background: url(/images/businessplushomepage.jpg)  no-repeat top left;
}

div.inner {
margin-left:10px;
margin-right:10px;
}

div.inner h2, {
padding-bottom:3px;
}


div.widebackground {
background: url(http://www.vidahost.com/images/widebackground.jpg) no-repeat top left;
}

div.dbox h2, div.dbox2 h2, div.dbox2r h2, div.dboxr h2, div.designerlisting h2, div.designwide h2, div.designthin h2, div.designthinright h2, div.widebackground h2, div.whm h2, h2.box {
font-size:16px;
margin-top:12px;
}

div.widebackground, div.basicbackground	 {
color:#444;
line-height:19px;
width:900px;
height:210px;
float:left;
margin:0;
border:1px dashed black;
}

div.trialsidebarleft {
width:600px;
}

div.trialsidebarright {
width:200px;
}

div#chooser {
padding:0px 0px 0 0;
margin-top:0px;
background:none;
}

div#chooser form {
padding-left:0px;
}

div#chooser input {
padding:0px;
line-height:15px;
font-size:15px;
float:left;
margin-left:0px;
}

div#chooser input#d {
border:1px solid #ccc;
}

div#chooser input#submit {
padding:1px;
margin-left:2px;
width:180px;
font-size:15px;
float:none;
height:30px;
}

div#chooser select {
line-height:21px;
width:75px;
margin-left:2px;
padding:0px 0px 0px 1px;
font-size:15px;
border:none;
}

div#chooser p{
width:250px;
padding-left:0px;
}

div.domaincheckback {
line-height:30px;
margin-top:9px;
margin-right:7px;
margin-bottom:12px;
padding:15px 15px 15px 15px;
font-size:20px;
background:#C9D3D7;
}

div.domaincheckbackb {
line-height:30px;
margin-top:9px;
margin-right:7px;
margin-bottom:12px;
padding:15px 15px 15px 15px;
font-size:14px;
background:#C9D3D7;
}

#product_page{
	width:100%;
	padding:0 0 20px 0;
	background-color:#FFFFFF;
}
#product_page p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:15px;
}
#product_page .promo{
	width:930px;
	height:300px;
	margin:0px 0px 20px;
	border-bottom:5px solid #999999;
}
#product_page .subNav{
	width:888px;
	margin:0px 20px 20px;
	border:1px solid #cccccc;
}
#product_page .subNav ul{
	height:30px;
	margin-top:10px;
}
#product_page .subNav ul li{
	list-style:none;
	float:left;
	padding:3px 0;
}
#product_page .subNav ul li a{
	margin:0px 20px 0 0;
	padding:0px 9px 0 0;
	text-decoration:none;
	color:#999;
	font-weight:bold;
	line-height:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#product_page .subNav ul li a.first{
	padding:0 10px 0 20px;
}
#product_page .subNav ul li a:hover{
	color:#666666;
}
#product_page .icons{
	width:520px;
	float:left;
	padding:0 0 0 20px;
}
#product_page .icons .icon_singular{
	width:245px;
	height:80px;
	border:1px solid #cccccc;
	float:left;
	margin:0 8px 10px 0;
}
#product_page .icons .icon_singular:hover{
	border:1px solid #999999;
	width:245px;
	cursor:pointer;
	}
#product_page .details{
	width:335px;
	padding-left:15px;
	float:left;
}
#product_page .normalcontent{
	width:470px;
	padding-left:20px;
	float:left;
}

div.cpanelloginback {
line-height:30px;
margin-top:0px;
margin-bottom:20px;
padding:2px 2px 5px 2px;
font-size:14px;
width:350px;
background:#999999;
}

div.cpanelloginbackinner {
line-height:30px;
margin-top:0px;
margin-bottom:5px;
padding:5px 5px 5px 5px;
font-size:14px;
background:#DEDEDE;
}

div#v2leftjargon {
	width:900px;
	padding:5px 0px 0px 15px;
	background:url(/jargon-free-version/jargon-free-bg.jpg) no-repeat;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:-15px;
	line-height:19px;
	font-size:11px;
	clear:both;
}

div#v2leftbirthday {
	width:915px;
	padding:5px 0px 0px 15px;
	background:url(/images/background.jpg) no-repeat;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	line-height:19px;
	font-size:11px;
	clear:both;
}

div.designsectionback {
margin-top:20px;
margin-bottom:5px;
padding:10px 5px 20px 5px;
font-size:11px;
width:575px;
background:#F8F8F8;
border: 1px dashed #B23F3F;
}
	div.v2sidebar_servers_header {
		padding:2px 0px 2px 10px;
		width:240px;
		margin-bottom:0px;
		margin-left:7px;
		background:#1F375D;
	}
	
	
 */

/* Form Layout Defaults
 */
form dl { padding: 5px 0; margin: 0; clear:both; overflow:hidden; }
form dt, 
form dd { padding: 0; margin: 0; float: left; }
form dt { float: left; width: 15em; margin-right: 10px; text-align: right; font-weight: bold; }
form samp { font-size: 85%; color: #666; }
form .options-vertical .option { display:block; }
.inline-help { text-align: left; }
.highlight-error dt { color: #E33030; }
dl.error dt { color:red; background:none; }
dl.error { background:none; border:none; padding:0; margin:0; } /* Fixes IE6 error that displays background image from alert boxes */

/* Horizontal Form 1 (Labels on the top)
 */
.form-h1 dl { padding: 5px 20px 5px 0; float: left; clear:none; overflow:hidden; }
.form-h1 dd,.form-h1 dt { float:none; text-align: left; width: auto; }

/* Horizontal Form 2 (Labels on the left)
 */
.form-h2 dl { padding: 5px 20px 5px 0; float: left; clear:none; overflow:hidden; }
.form-h2 dt { float: left; margin-right: 5px; width: auto;  }
.form-h2 dd { float: left; width: auto;  }


.form-v1 dl { padding: 5px 0; }
.form-v1 dd,.form-v1 dt { float:none; text-align: left; width: auto; }

.form-v2 dt { text-align: left; }	


.visual-hide { position:absolute !important; left:-5000px !important;	 }
legend.visual-hide, x:-moz-any-link { display:none; } 

.incvat {
display:none;}

/** Style the tweets */
.twitts {
	background-color:#eff1ec;
	border:1px solid #999999;
	margin:0;
	padding:0;
}

.twitters ul, .twitters li {
  padding: 0;
  list-style: none;
font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
}

.twitters li {
margin-left:-20px;
color:white;
font-family:Arial, Helvetica, sans-serif;
border-bottom:1px solid #335998;
padding-bottom:6px;
font-size:12px;
margin-bottom:5px;
}

font-family:Arial, Helvetica, sans-serif;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}

/**Pageflip */

#pageflip {
	float:right;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url('/images/birthday-celebration-flip2.png') no-repeat right top;
	text-indent: -9999px;
}