* {
	margin:0;
	padding:0;
	}
body {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	}
body.index {
	background-image:url(../images/bg-index.jpg);
	}	
#container {
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	clear:left;	
	width:980px;
	position:relative;
	}


#header {
	padding:10px 10px 0;
	margin-bottom:12px;
	}
#header h1 {
	}
#header h1 a {
	text-indent:-9999px;
	display:block;
	height:74px;
	width:138px;
	outline:none;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	}
#header h2 {
	position:absolute;
	font-weight:normal;
	color:#FFF;
	font-size:21px;
	left:170px;
	top:34px;
	}
#header ul {
	position:absolute;
	right:0;
	top:31px;
	list-style:none;
	}
#header ul li {
	float:left;
	color:#FFF;
	font-size:21px;
	padding:3px 11px 12px;
	margin-right:10px;
	background-position:top;
	background-repeat:no-repeat;
	}
#header ul li a {
	text-decoration:none;
	color:#FFF;
	}
#header ul li.headNav1 {
	background-image:url(../images/headerNavBg1.gif)
	}
#header ul li.headNav2 {
	background-image:url(../images/headerNavBg2.gif)
	}
#header ul li.headNav3 {
	background-image:url(../images/headerNavBg3.gif)
	}
	

#navigation {
	background-image:url(../images/navBg.gif);
	height:51px;
	}
#navigation ul {
	list-style:none;
	margin-left:10px;
	}
#navigation ul li {
	float:left;
	font-size:15px;
	}
#navigation ul li a {
    color:#4B6E88;
    display:block;
    padding:17px 10px 17px 10px;
    text-decoration:none; 
    }



/* home page only styles */
#showcase {
	height:391px;
	position:relative;
	border-bottom:1px solid #A8BBCB;
	margin-bottom:17px;
	}
#showcase ul#slideShow {
	list-style:none;
	height:391px;
	}
#showcase li.showcaseSlide {
	height:369px;
	width:958px;
	padding:11px;
	position:absolute;
	display:none;
	}
#showcase li.showcaseSlide h2 {
	background-image:url(../images/showcaseHeaderBg.png);
	background-repeat:no-repeat;
	padding:15px 10px 5px 15px;
	font-size:26px;
	font-weight:normal;
	color:#FFF;
	}
#showcase li.showcaseSlide div.showcaseInfo {
	position:absolute;
	right:10px;
	top:20px;
	width:320px;
	color:#35516D;
	}	
#showcase li.showcaseSlide div.showcaseInfo p {
	margin-bottom:8px;
	font-size:14px;
	}
#showcase li.showcaseSlide div.showcaseInfo p span {
	background-color:#FFF;
	color:#00ACE7;
	}
#showcase li.showcaseSlide div.showcaseInfo ul {
	list-style:none;
	margin-bottom:8px;
	}
#showcase li.showcaseSlide div.showcaseInfo ul li {
	border-bottom:1px dotted #00ACE7;
	padding:5px 5px 5px 20px;
	background-image:url(../images/bullet-tick-blue.gif);
	background-repeat:no-repeat;
	background-position:center left;	
	color:#00ACE7;
	font-weight:bold;
	font-size:15px;
	}
		
#showcase ul#showcaseNav {
	position:absolute;
	bottom:0;
	background-image:url(../images/showcaseNavBg.png);
	background-repeat:repeat-x;
	list-style:none;
	height:51px;
	padding:8px 0 8px 12px;
	width:968px;
	z-index:99;
	}
#showcase ul#showcaseNav li {
	float:left;
	margin-right:11px;
	text-align:center;
	}
#showcase ul#showcaseNav li a {
	display:block;
	font-size:26px;
	color:#FFF;
	text-decoration:none;	
	padding:8px;
	outline:none;
	}
#showcase ul#showcaseNav li.b1 a {
	background-image:url(../images/showcaseButtonBg1.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:154px;
	}
#showcase ul#showcaseNav li.b2 a {
	background-image:url(../images/showcaseButtonBg2.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:114px;
	}
#showcase ul#showcaseNav li.b1 a.current {
	background-image:url(../images/showcaseButtonBg1o.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#597C96;
	}
#showcase ul#showcaseNav li.b2 a.current {
	background-image:url(../images/showcaseButtonBg2o.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#597C96;
	}


#home-promos {	
	overflow:auto;
	margin-bottom:30px;	
	}
#home-promos div.home-promo {
	background-image:url(../images/homePromoBg.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-left:17px;
	width:275px;
	height:280px;
	padding:15px;
	}
#home-promos div.home-promo h4 {
	text-transform:uppercase;
	font-size:24px;
	font-weight:normal;
	color:#35516D;
	margin-bottom:10px;
	}
#home-promos div.home-promo ul {
	list-style:none;
	}
#home-promos div.home-promo ul li {
	border-bottom:1px dotted #00ACE7;
	padding:5px 5px 5px 20px;
	background-image:url(../images/bullet-tick.gif);
	background-repeat:no-repeat;
	background-position:center left;	
	color:#35516D;
	font-size:14px;
	}
#home-promos div.home-promo ul li.last {
	border:0;
	}
#home-promos div.home-promo p.button {
	text-align:center;
	margin:10px 5px;
	}
#home-promos div.home-promo p.button a {
	display:block;
	padding:5px;
	background-image:url(../images/buttonBg.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:22px;
	text-decoration:none;
	}
/* end home page only styles */





#content {
	background-color:#FFF;
	padding:20px 0 20px 20px;
	overflow:auto;
	min-height:700px;
	clear:both;
	}
#content div.left {
	float:left;
	width:600px;
	}
#content div.right {
	margin-left:630px;
	}
#content div.left div.text {
	padding-right:30px;
	}
	
#content h1 {
	color:#456789;
	font-size:24px;
	margin-bottom:20px;
	}
#content h2 {
	color:#35516D;
	font-size:20px;
	margin-bottom:10px;
	}
#content h3 {
	color:#5DACF9;
	margin-bottom:10px;
	}
#content h4 {
	}
#content h5 {
	color:#000;
	font-size:13px;
	margin-bottom:14px;
	}
#content p {
	color:#6C6C6C;
	margin-bottom:14px;
	}
#content a {
	color:#5DACF9;
	text-decoration:none;
	}

#content h1.packageTitle {
	padding-top:16px;
	}
#content h2.packageTitle {
	background-image:url(../images/showcaseHeaderBg.png);
	background-repeat:no-repeat;
	padding:15px 10px 5px 15px;
	font-size:26px;
	font-weight:normal;
	color:#FFF;
	float:left;
	width:300px;
	}
#content div.orderStep {
	background-image:url(../images/orderStepBg.gif);
	background-repeat:no-repeat;
	padding:10px 10px 20px;
	width:928px;
	font-size:13px;
	}
#content div.orderStep div.column1 {	
	width:370px;
	float:left;
	}
#content div.orderStep div.column2 {	
	margin-left:370px;
	}
#content div.orderStep table {
	border-collapse:collapse;
	}
#content div.orderStep table td,
#content div.orderStep table th {
	padding:0 0 20px;
	color:#6C6C6C;
	vertical-align:top;
	}
#content div.orderStep table tr th {
	font-size:15px;
	color:#000;
	text-align:right;
	width:280px;
	}
#content div.orderStep table td.mid {
	text-align:center;
	width:90px;
	font-weight:bold;
	color:#00ACE7;
	font-size:15px;
	}
#content div.orderStep.jNice table td.mid {
	padding-top:0;
	}
#content div.orderStep p.orderTotal {
	text-align:right;
	font-size:24px;
	font-weight:bold;
	color:#00ACE7;
	}
#content div.orderStep p.orderTotal span {
	color:#000;
	}
#content div.orderStep p.orderTotal a {
	padding:5px 75px;
	background-image:url(../images/buttonBg.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-decoration:none;
	}

#content input.domain {
	width:149px;
	margin-bottom:5px;
	padding:7px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	background-image:url(../images/textfieldBg2.gif);
	background-repeat:no-repeat;
	color:#9DACBB;
	}
#content input.bespokedomain {
	width:317px;
	margin-bottom:5px;
	padding:7px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	background-image:url(../images/selectBg.gif);
	background-repeat:no-repeat;
	color:#9DACBB;
	}
#content select.subscription {
	width:330px;
	margin-bottom:5px;
	padding:7px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	background-image:url(../images/selectBg.gif);
	background-repeat:no-repeat;
	color:#9DACBB;
	}

#content select.managed-mail {
	width:330px;
	margin-bottom:5px;
	padding:7px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	background-image:url(../images/selectBg.gif);
	background-repeat:no-repeat;
	color:#9DACBB;
	}

#content ul#portfolio {
	list-style:none;
	}
#content ul#portfolio li {
	float:left;
	margin:0 15px 15px 0;
	}
#content ul#portfolio li a {
	border:1px solid #00ACE7;
	}



#content img.left {
	float:left;
	margin:0 20px 20px 0;
	}
#content img.right {
	float:right;
	margin:0 0 20px 20px;
	}

#content #clients {
	height:55px;
	overflow:hidden;
	margin-bottom:20px;
	}
#content #clients img {
	float:left;
	margin:0 5px;
	}



#content div.promo {
	background-position:top;
	background-repeat:no-repeat;
	padding:14px;
	margin-bottom:6px;
	}
#content div.promo p {
	font-size:13px;
	}
#content div.left div.promo {
	background-image:url(../images/promoBoxBigBg.gif);	
	width:572px;
	}
#content div.right div.promo {
	background-image:url(../images/promoBoxBg.gif);	
	width:281px;
	}



#content div.promo form {
	overflow:auto;
	}
#content div.promo form input.text {
	width:265px;
	margin-bottom:5px;
	padding:7px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	background-image:url(../images/textfieldBg.gif);
	background-repeat:no-repeat;
	color:#9DACBB;
	}
#content div.promo form textarea {
	width:265px;
	height:46px;
	margin-bottom:5px;
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:0;
	background-image:url(../images/textareaBg.gif);
	background-repeat:no-repeat;
	color:#9DACBB;
	}
#content div.promo form input.submit {
	float:right;
	margin:3px;
	}

#contentfull {
	background-color:#FFF;
	padding:10px 0 10px 10px;
	overflow:auto;
	min-height:700px;
	clear:both;
	}
#contentfull h1 {
	color:#456789;
	font-size:24px;
	margin-bottom:20px;
	}

#directory {
	background-image:url(../images/dirBg.gif);	
	background-repeat:no-repeat;	
	height:92px;
	font-size:12px;
	padding:15px 50px 25px;
	margin:0 10px;
	}
#directory a {
	color:#0065CC;
	text-decoration:none;
	}
#directory ul {
	float:left;
	list-style:none;
	width:200px;
	}
#directory ul li {
	margin-top:4px;
	font-weight:bold;
	}
#directory ul li ul {
	float:none;
	}
#directory ul li ul li {
	font-size:11px;
	font-weight:normal;
	}


#footer {
	background-image:url(../images/footerBg.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-bottom:40px;
	clear:both;
	margin:20px 10px 0 10px;
	}
#footer ul {
	list-style:none;
	margin-left:10px;
	}
#footer ul li {
	float:left;
	font-size:14px;
	}
#footer ul li a {
	display:block;
	padding:8px 10px;
	color:#1374D4;
	text-decoration:none;
	}
#footer p.copy {
	clear:both;
	padding:10px;
	color:#35516D;
	}





form#orderForm label.error { 
  color:red; 
  font-size:12px;
  border:none !important;
  background-color:transparent !important;
}


.snl {
    float:right;
    padding:10px;
    }
.snl img {
    border:0;
    margin-left:5px;
    }




