@charset "utf-8";

/* CSS Document */

a:active, a:focus {
	outline: none;
}

html {
	height: 100%;
}

body {
/*background-image:url(../img/top_bg.jpg);*/
	background-image: url(../img/all_bg.jpg);
	background-color: #0B2848;
	background-repeat: repeat-x;
	height: 100%;
}

#wrapper {
	margin: 0px auto;
	width: 990px;
	text-align: left;
	background-color: #FFFFFF;
	display: table;
	top: 0px;
}

#header {
	width: 990px;
	height: 202px;
	float: left;
	margin-left: 0px;
}

#main_home {
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 990px;
}

.main_gray {
	background-image: url(../img/gray_bg.jpg);
	background-color: #FDFDFD;
}

#left_home {
	float: left;
	width: 490px;
	margin-top: 3px;
}

#right_home {
	float: left;
	margin-top: 6px;
}

.small_box {
	margin-top: 3px;
	height: 130px;
	width: 240px;
	float: left;
/*
	background-image: url(../img/box_small.png) !important;
 	background-image: none;
 	filter: none !important;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/box_small.png');
	*/
}

.small_box img {
	margin-top: 16px;
	margin-left: 18px;
}

.large_box {
	margin-top: 0px;
	height: 135px;
	width: 487px;
	float: left;
	margin-left: 8px;
/*background-image: url(../img/box_large.png) !important;
 	background-image: none;
 	filter: none !important;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/box_large.png');*/
}

.large_box img {
	margin-top: 22px;
	margin-left: 21px;
}

.test1 #banner_1,.test1 #banner_2,
.test1 #banner_3,.test1 #banner_4,
.test1 #banner_5,.test1 #banner_6,
.test1 #banner_7,.test1 #banner_8 {
	margin-top: 0px;
	padding-top: 42px;
	padding-left: 15px;
	height: 70px;
	width: 225px;
	float: left;
}

.test1 #banner_1 h2,.test1 #banner_2 h2,
.test1 #banner_3 h2,.test1 #banner_4 h2,
.test1 #banner_5 h2,.test1 #banner_6 h2,
.test1 #banner_7 h2,.test1 #banner_8 h2,
.test1 #banner_1 h3,.test1 #banner_2 h3,
.test1 #banner_3 h3,.test1 #banner_4 h3,
.test1 #banner_5 h3,.test1 #banner_6 h3,
.test1 #banner_7 h3,.test1 #banner_8 h3 {
	text-indent: -5500px;
	margin: 0;
	padding: 0;
}

a.fullbutton {
	display: block;
	width: 223px;
	height: 74px;
	text-decoration: none;
}

.test1 #banner_1 {
	background: url(../img/home-sprite.png) 0px 0px no-repeat;
}

.test1 #banner_2 {
	background: url(../img/home-sprite.png) -243px 0px no-repeat;
}

.test1 #banner_3 {
	background-image: url(../img/box-business.png);
}

.test1 #banner_3 {
	background: url(../img/home-sprite.png) -972px 0px no-repeat;
}

.test1 #banner_4 {
	background: url(../img/home-sprite.png) -729px 0px no-repeat;
}

.test1 #banner_5 {
	background: url(../img/home-sprite.png) -486px 0px no-repeat;
}

.test1 #banner_6 {
	background: url(../img/home-sprite.png) -1458px 0px no-repeat;
}

.test1 #banner_7 {
	background: url(../img/home-sprite.png) -1215px 0px no-repeat;
}

.test1 #banner_8 {
	background: url(../img/home-sprite.png) -1701px 0px no-repeat;
}

/* Comment out for text version of plan boxes
.test1 #banner_1.uk {
	background-image: url(../img/box-starter-uk.png);
	
}
.test1 #banner_2.uk{
	background-image: url(../img/box-basic-uk.png);
	
}
.test1 #banner_3.uk{
	background-image: url(../img/box-business-uk.png);
	
}
.test1 #banner_3.uk{
	background-image: url(../img/box-tremendesk-uk.png);
	
}
.test1 #banner_4.uk{
	background-image: url(../img/box-quicksite-build-uk.png);
		
}
.test1 #banner_5.uk{
	background-image: url(../img/box-windows-uk.png);
	
}
.test1 #banner_6.uk{
	background-image: url(../img/box-dedicated-uk.png);
	
}
.test1 #banner_7.uk{
	background-image: url(../img/box-vps-uk.png);
}
*/

.test1 #banner_8.uk {
	background: url(../img/home-sprite.png) -1944px 0px no-repeat;
}

a.home-buy {
	float: left;
	display: block;
	height: 20px;
	width: 78px;
	background-image: url(../img/buy-now.png);
	text-indent: -5500px;
	margin: 0;
}

a:hover.home-buy {
	background-image: url(../img/buy-now-h.png);
	text-indent: -5500px;
}

a.home-info {
	float: left;
	background-image: url(../img/more-info.png);
	display: block;
	height: 20px;
	width: 126px;
	text-indent: -5500px;
	margin: 0 0 0 8px;
	padding: 0;
}

a:hover.home-info {
	background-image: url(../img/more-info-h.png);
}

ul.legal {
	padding-left: 20px;
}

ul.legal li {
	list-style-type: decimal;
}

ul.legal ol {
	padding-left: 20px;
	padding-top: 10px;
}

ul.legal ol li {
	list-style-type: none;
}

ul.qs-examples li {
	list-style-type: none;
	display: inline;
}

#footer {
	margin-top: 20px;
	float: right;
	width: 960px;
	color: #6b6b6b;
	margin-bottom: 15px;
}

#footer #footer-left {
	background: url(../img/lunarpages_logo.jpg) no-repeat;
	float: left;
	width: 162px;
	height: 45px;
}

#footer #footer-right {
	float: right;
	width: 785px;
}

#footer #footer-right .option {
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#footer #footer-right .option A {
	color: #646464;
	text-decoration: none;
}

#footer #footer-right .option A:hover {
	color: #999999;
}

#footer #footer-right #copy {
	clear: both;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 750px;
	margin-top: 23px;
	margin-left: 4px;
}

/* import from style.css */

#home_container {
	clear: both;
	margin: auto;
	/*background:url(../images/background.jpg) repeat-x bottom;*/
	width: 965px;
	overflow: hidden;
}

#home_container #left {
	float: left;
}

#home_container #left #br_higher a {
	width: 480px;
	height: 260px;
	float:left;
	padding:0;
	margin:0;
	border:none;
}
#home_container #left #br_higher a img {
padding:0;
margin:0;
border:none;
clear:both;
}
#home_container #left #banner_center a {
	clear:both;
	display: block;
	height: 61px;
	width: 480px;
	background: url(../img/banner_center.gif) no-repeat;
}

#home_container #left #banner_domain {
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #33a2cf;
	padding: 0;
	padding-top: 18px;
	padding-left: 20px;
	height: 42px;
	width:

460px;
	/*	background:url(../img/banner_domains.gif) no-repeat; */
	background: url(../img/domain_form_bg.gif) no-repeat;
}

#home_container #right {
	float: right;
	width: 484px;
}

#home_container #right div {
	float: left;
	padding-bottom: 1px;
}

#home_container #right div.topbox {
	margin-top: 0px;
}

#home_container #tab_box {
	margin-left: 5px;
}

#home_container #tabs_content {
	width: 920px;
}

#home_container .tabs_content {
	width: 920px;
}

#home_container #tabs_bar .tab h1, #home_container #tabs_bar .tab_hover h1 {
	line-height: 11px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0;
}

#home_container #tabs_bar .tab {
	background-image: url(../img/tabs/tab_05.jpg);
	background-repeat: no-repeat;
	width: 237px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 1px;
}

#home_container #tabs_bar .tab_hover {
	background-image: url(../img/tabs/tab_06.jpg);
	background-repeat: no-repeat;
	width: 237px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 1px;
}

#home_container #tabs_bar .tab1,
#home_container #tabs_bar .tab2,
#home_container #tabs_bar .tab3,
#home_container #tabs_bar .tab4 {
	background-image: url(../img/tabs/tab_affordable.jpg);
	background-repeat: no-repeat;
	width: 238px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 0px;
	text-indent: -5500px;
}

#home_container #tabs_bar .tab_hover1,
	#home_container #tabs_bar .tab_hover2,
	#home_container #tabs_bar .tab_hover3,
	#home_container #tabs_bar .tab_hover4 {
	background-image: url(../img/tabs/tab_affordable_h.jpg);
	background-repeat: no-repeat;
	width: 238px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 0px;
	text-indent: -5500px;
}

#home_container #tabs_bar .tab2 {
	background-image: url(../img/tabs/tab_security.jpg);
	background-repeat: no-repeat;
}

#home_container #tabs_bar .tab_hover2 {
	background-image: url(../img/tabs/tab_security_h.jpg);
	background-repeat: no-repeat;
}

#home_container #tabs_bar .tab3 {
	background-image: url(../img/tabs/tab_reliability.jpg);
	background-repeat: no-repeat;
}

#home_container #tabs_bar .tab_hover3 {
	background-image: url(../img/tabs/tab_reliability_h.jpg);
	background-repeat: no-repeat;
}

#home_container #tabs_bar .tab4 {
	background-image: url(../img/tabs/tab_software.jpg);
	background-repeat: no-repeat;
}

#home_container #tabs_bar .tab_hover4 {
	background-image: url(../img/tabs/tab_software_h.jpg);
	background-repeat: no-repeat;
}

#home_container #tabs_bar .tab h1, #home_container #tabs_bar .tab_hover h1 {
	padding-top: 0px;
}

/* Class Tab Bar  */

.tabs_bar {
	clear: both;
}

#home_container .tabs_bar .tab h1, #home_container .tabs_bar .tab_hover h1 {
	line-height: 11px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0;
}

#home_container .tabs_bar .tab {
	background-image: url(../img/tabs/tab_05.jpg);
	background-repeat: no-repeat;
	width: 237px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 1px;
}

#home_container .tabs_bar .tab_hover {
	background-image: url(../img/tabs/tab_06.jpg);
	background-repeat: no-repeat;
	width: 237px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 1px;
}

#home_container .tabs_bar .tab1,
#home_container .tabs_bar .tab2,
#home_container .tabs_bar .tab3,
#home_container .tabs_bar .tab4 {
	background-image: url(../img/tabs/tab_affordable.jpg);
	background-repeat: no-repeat;
	width: 238px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 0px;
	text-indent: -5500px;
}

#home_container .tabs_bar .tab_hover1,
	#home_container .tabs_bar .tab_hover2,
	#home_container .tabs_bar .tab_hover3,
	#home_container .tabs_bar .tab_hover4 {
	background-image: url(../img/tabs/tab_affordable_h.jpg);
	background-repeat: no-repeat;
	width: 238px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 0px;
	text-indent: -5500px;
}

#home_container .tabs_bar .tab2 {
	background-image: url(../img/tabs/tab_security.jpg);
	background-repeat: no-repeat;
}

#home_container .tabs_bar .tab_hover2 {
	background-image: url(../img/tabs/tab_security_h.jpg);
	background-repeat: no-repeat;
}

#home_container .tabs_bar .tab3 {
	background-image: url(../img/tabs/tab_reliability.jpg);
	background-repeat: no-repeat;
}

#home_container .tabs_bar .tab_hover3 {
	background-image: url(../img/tabs/tab_reliability_h.jpg);
	background-repeat: no-repeat;
}

#home_container .tabs_bar .tab4 {
	background-image: url(../img/tabs/tab_software.jpg);
	background-repeat: no-repeat;
}

#home_container .tabs_bar .tab_hover4 {
	background-image: url(../img/tabs/tab_software_h.jpg);
	background-repeat: no-repeat;
}

#home_container .tabs_bar .tab h1, #home_container .tabs_bar .tab_hover h1 {
	padding: 0px;
	margin: 0;
}

/* */

#home_container #tabs_content {
	border-top: 1px solid #f5f5f5;
}

#home_container #footer {
	margin-top: 20px;
	float: right;
	width: 960px;
	color: #6b6b6b;
}

#home_container #footer #footer-left {
	background: url(../img/lunarpages_logo.jpg) no-repeat;
	float: left;
	width: 162px;
	height: 45px;
}

#home_container #footer #footer-right {
	float: right;
	width: 785px;
}

#home_container #footer #footer-right .option {
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#home_container #footer #footer-right .option A {
	color: #646464;
	text-decoration: none;
}

#home_container #footer #footer-right .option A:hover {
	color: #999999;
}

#home_container #footer #footer-right #copy {
	clear: both;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 750px;
	margin-top: 23px;
	margin-left: 4px;
}

ul.footer-icons {
	list-style-type: none;
	text-align: center;
	margin: 0 0 0 50px;
}

ul.footer-icons li {
	display: inline;
	margin: 0 65px;
}

#loading {
	color: #010407;
	font-family: arial;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -170px;
	width: 300px;
	background-color: white;
	border: 1px solid black;
}

#loading_bar {
	padding: 5px;
}

.domains #tabs_bar {
	width: 960px;
	margin-top: 10px;
}

.domains #tabs_content {
	width: 918px;
}

.domains #tabs_bar .tab h1, #home_container #tabs_bar .tab_hover h1 {
	line-height: 11px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0;
}

.domains #tabs_bar .tab {
	background-image: url(../img/tabs/tab_07.jpg);
	background-repeat: no-repeat;
	width: 316px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: center;
	margin-right: 1px;
}

.domains #tabs_bar .tab_hover {
	background-image: url(../img/tabs/tab_08.jpg);
	background-repeat: no-repeat;
	width: 316px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: center;
	margin-right: 1px;
}

.domains #tabs_bar .tab h1, #home_container .tabs_bar .tab_hover h1 {
	padding-top: 0px;
}

.support-msg {
	color: #ff0000;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0px 0 0px;
}

/* imported from internals2.css */

#header {
	width: 100%;
	height: 202px;
	float: left;
	background: #091923 url(../img/header/header_bg_11.png) no-repeat;

}

#header.uk {
	background: #091923 url(../img/header/header_bg_11_uk.png) no-repeat;
	
}

#lang {
	float: left;
	height: 24px;
	width: 178px;
	margin-left: 5px;
}

a.us, a.gb, a.mx {
	display: block;
	float: left;
	width: 62px;
	height: 24px;
}

a.us {
	background: url(../img/header/us2.jpg) no-repeat;
	width: 54px;
}

a.us:hover {
	background: url(../img/header/us_hover2.jpg) no-repeat;
}

a.gb {
	background: url(../img/header/gb2.jpg) no-repeat;
}

a.gb:hover {
	background: url(../img/header/gb_hover2.jpg) no-repeat;
}

a.mx {
	background: url(../img/header/mx2.jpg) no-repeat;
}

a.mx:hover {
	background: url(../img/header/mx_hover2.jpg) no-repeat;
}

#loginlp {
	margin:0px 0 0 25px;
	padding:0;
	float:left;
	font-size: 10px;
	height:23px;
}

form#login_form label.pwd, form#login_form label.usr {
	margin-top:2px;
	color:#fff; 
	font-size:11px;
	height:23px;
	line-height:23px;
	font: 11px Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	margin-right:5px;
}

#loginlp input#username_login,  #loginlp input#password_login {	
	margin-top:2px;
	height:14px;
	font-size:11px;
	border: 0;
	float:left;	
	margin-right:7px;
}

#loginlp input#password_login {margin-right:4px;}

form#login_form input.login_btn { 
	background: transparent url(../img/header/header_login.png) no-repeat;
	width:52px;
	height:23px;
	cursor: pointer;
	border: 0;
	margin-top:-1px;
}

#main-links {
	float: right;
	width: 410px;
	height: 24px;
	margin-right:0px;
}

#main-links ul {
	width: 410px;
}

#main-links ul li {
	float: left;
	list-style-type: none;
	display: block;
}

#main-links ul li a {
	border: 0;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 23px;
}

#main-links ul li#home a {
	width: 41px;
	background: url(../img/header/home2.jpg) no-repeat;
}

#main-links ul li#home a:hover {
	background: url(../img/header/home_hover2.jpg) no-repeat;
}

#main-links ul li#about a {
	width: 66px;
	background: url(../img/header/about2.jpg) no-repeat;
}

#main-links ul li#about a:hover {
	background: url(../img/header/about_hover2.jpg) no-repeat;
}

#main-links ul li#login a {
	background: url(../img/header/login2.jpg) no-repeat;
	width: 45px;
}

#main-links ul li#login a:hover {
	background: url(../img/header/login_hover2.jpg) no-repeat;
}

#main-links ul li#legal a {
	background: url(../img/header/legal2.jpg) no-repeat;
	width: 46px;
}

#main-links ul li#legal a:hover {
	background: url(../img/header/legal_hover2.jpg) no-repeat;
}

#main-links ul li#contact a {
	background: url(../img/header/contact2.jpg) no-repeat;
	width: 58px;
}

#main-links ul li#contact a:hover {
	background: url(../img/header/contact_hover2.jpg) no-repeat;
}

#main-links ul li#education a {
	background: url(../img/header/education2.jpg) no-repeat;
	width: 119px;
}

#main-links ul li#education a:hover {
	background: url(../img/header/education_hover2.jpg) no-repeat;
}

#main-links ul li#testimonials a {
	background: url(../img/header/testimonials2.jpg) no-repeat;
	width: 76px;
}

#main-links ul li#testimonials a:hover {
	background: url(../img/header/testimonials_hover2.jpg) no-repeat;
}

#logo a {
	position: relative;
	top: -15px;
	left: 45px;
	clear: both;
	display: block;
	width: 280px;
	height: 60px;
}

#chat {
	clear: both;
	margin: 20px 33px 0 0;
	float: right;
	background: url(../img/chat_lpnew.jpg) no-repeat;
	background: url(../img/chat_lpnew_off.jpg) no-repeat;
	display: block;
	width: 174px;
	height: 29px;
}

#nav {
	position: relative;
	top: 1px;
	left: 0px;
	height: 29px;
	width: 990px;
}

#main {
	float: left;
	width: 942px;
	margin-left: 20px;
}

#main #left {
	float: left;
	width: 250px;
	margin-top: 3px;
}

#main #right {
	float: left;
	width: 680px;
	margin-top: 3px;
}

#main #right .top {
	background-image: url(../img/right_frame_top.jpg);
	background-repeat: no-repeat;
	height: 32px;
}

#main #right .top p {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-left: 11px;
	padding-top: 9px;
}

#main #right .mid {
	background-image: url(../img/right_frame_mid.jpg);
	background-repeat: repeat-y;
	width: 692px;
}

#main #right .bottom {
	background-image: url(../img/right_frame_bottom.jpg);
	background-repeat: no-repeat;
	height: 52px;
	margin-top: 0px;
}

/*MENU*/

#menu {
	background-image: url(../img/menu/mnu_bg.jpg);
	background-repeat: repeat-y;
	width: 214px;
}

#menu #top {
	background-image: url(../img/menu/mnu_top.jpg);
	background-repeat: no-repeat;
	width: 214px;
	height: 32px;
	margin-bottom: 10px;
}

#menu #top p {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-left: 11px;
	padding-top: 9px;
}

#menu #bottom {
	background-image: url(../img/menu/mnu_bottom.jpg);
	background-repeat: no-repeat;
	width: 214px;
	height: 52px;
}

#menu .button {
	border: 1px solid #BDBDBD;
	height: 18px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
}

#menu .title {
	background-image: url(../img/menu/mnu_title_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin-left: 8px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-left: 15px;
	padding-top: 15px;
}

#menu .content {
	font-family: arial;
	font-size: 11px;
	margin-left: 20px;
}

#menu a {
	text-decoration: none;
}

.support #menu a {
	display: block;
	color: #fff;
}
#menu a {color:#ffffff;}
/*GENERAL CONTENT*/

h1 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #010407;
	margin-bottom: 20px;
}

h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #010407;
	margin-top: 20px;
	margin-bottom: 15px;
}

form h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #010407;
	margin-top: 5px;
	margin-bottom: 0px;
}

.jobs h2, .jobs h2 a {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #010407;
	text-decoration: underline;
}

p {
	font-family: arial;
	font-size: 11px;
	color: #010407;
	margin-bottom: 20px;
	line-height: 15px;
}

p a {
	color: #010407;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

p.plain {
	margin-bottom: 0;
}
p.plain-small {
	margin-bottom: 0;
	font-size:11px;
}

#box p {
	font-size: 12px;
}

li {
	font-family: arial;
	font-size: 11px;
	color: #010407;
	margin-bottom: 20px;
	list-style: disc;
}

.list2 li {
	list-style-type: none;
	font-size: 12px;
}

.list2 li a {
	color: #010407;
	text-decoration: underline;
}

.available {
	color: #ff9900;
}

.included {
	color: #339900
}

.unlimited {
	color: #003366;
}

/*COLAPSIBLE LISTS*/

.collapsible_bottom {
	background-image: url(../img/collapsible/bottom.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 6px;
	clear: both;
	margin-bottom: 5px;
}

#basic-accordian {
	padding: 5px;
	width: 936px;
	position: relative;
	z-index: 2;
	margin-top: 80px;
}

.accordion_headings {
	background-image: url(../img/collapsible/top.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 20px;
	clear: both;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 12px;
	display: block;
	cursor: pointer;
}

.accordion_headings:hover {
	background-image: url(../img/collapsible/top.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 20px;
	clear: both;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 12px;
	display: block;
	cursor: pointer;
}

.accordion_child {
	padding: 15px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}

.header_highlight {
	background-image: url(../img/collapsible/top.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 20px;
	clear: both;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 12px;
	display: block;
	cursor: pointer;
}

/* LIST TABLE */

.big_table {
	border: 1px solid #FFFFFF;
}

.cell_1_1 {
	background-image: url(../img/arrow_1_1.jpg);
	background-repeat: no-repeat;
	background-color: #5781A6;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	width: 50%;
	padding-left: 18px;
}

.cell_1_2 {
	background-image: url(../img/arrow_1_2.jpg);
	background-repeat: no-repeat;
	background-color: #85AACC;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	width: 50%;
	padding-left: 18px;
}

.cell_2_1 {
	background-image: url(../img/arrow_2_1.jpg);
	background-repeat: no-repeat;
	background-color: #F2F6F8;
	font-family: arial;
	font-size: 11px;
	color: #366E9E;
	font-weight: bold;
	height: 28px;
	width: 50%;
	padding-left: 18px;
}

.cell_2_2 {
	background-image: url(../img/arrow_2_1.jpg);
	background-repeat: no-repeat;
	background-color: #F6F8FB;
	font-family: arial;
	font-size: 11px;
	color: #366E9E;
	font-weight: bold;
	height: 28px;
	width: 50%;
	padding-left: 18px;
}

/* FORMS */

.table {
	margin-top: 30px;
	/*margin-bottom: 30px;*/
}

.table td {
	/*border:3px double #ccc;*/
	padding: 3px;
}

.textbox {
	/*background-color:#2E2E2E;*/
	border: 1px solid #9C9C9C;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	width: 98%;
}

.label {
	margin: 0px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	background-color: #2D2D2B;
	padding: 2px;
}

.btn {
	background-image: url(../img/buttons/black.jpg);
	background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #fff;
	border: 0px;
	width: 107px;
	height: 32px;
	cursor: pointer;
}

.buttons_box td {
	padding-top: 5px;
	text-align: right;
}

/* BIG BOX */

.big_box_top {
	background-image: url(../img/big_box/top_black.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 20px;
	clear: both;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 12px;
	display: block;
}

.big_box_mid {
	padding: 15px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	width: 904px;
}

.big_box_bottom {
	background-image: url(../img/big_box/bottom.jpg);
	background-repeat: no-repeat;
	width: 936px;
	height: 6px;
	clear: both;
	margin-bottom: 5px;
}

.cell_3_1 {
	background-image: url(../img/arrow_1_1.jpg);
	background-repeat: no-repeat;
	background-color: #5781A6;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 28px;
	padding-left: 18px;
}

.cell_3_2 {
	background-image: url(../img/arrow_1_2.jpg);
	background-repeat: no-repeat;
	background-color: #85AACC;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 28px;
	padding-left: 18px;
}

.cell_3_3 {
	background-color: #5781A6;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.container {
	background-image: url(../img/big_box/cont_mid.jpg);
	background-repeat: repeat-y;
	width: 902px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.con_top {
	background-image: url(../img/big_box/cont_top.jpg);
	background-repeat: no-repeat;
	width: 902px;
	padding-top: 4px;
}

.con_bottom {
	background-image: url(../img/big_box/cont_bottom.jpg);
	background-repeat: no-repeat;
	width: 902px;
	padding-top: 4px;
}

/*SOLUTIONS*/

#solutions-container {
	font-family: Tahoma;
}

#solutions-top {
	width: 942px;
	height: 170px;
	background: url(../img/solutions_top_1.png) no-repeat;
	font-family: Tahoma;
	padding-top: 10px;
}

#solutions-top.ukbg {
	width: 942px;
	height: 170px;
	background: url(../img/solutions_top_1_uk.png) no-repeat;
	font-family: Tahoma;
	padding-top: 10px;
}

#solutions-container p.price {
	color: #33a2cf;
	font: bold 24px Tahoma;
	margin: 0;
	text-align: right;
}

.s-top-left {
	float: left;
	height: 120px;
	width: 255px;
	padding: 10px 0px 0px 22px;
}

.s-top-center {
	float: left;
	height: 120px;
	width: 255px;
	margin-left: 28px;
	padding: 10px 0px 0px 28px;
}

.s-top-right {
	float: right;
	height: 120px;
	width: 255px;
	margin-right: 42px;
	padding: 10px 0px 0px 0px;
}

#solutions-center {
	width: 942px;
	height: 170px;
	background: url(../img/solutions_center.png) no-repeat;
	padding-top: 7px;
}

.solutions-center {
	width: 942px;
	height: 170px;
	background: url(../img/solutions_center_last.png) no-repeat;
	padding-top: 7px;
}

.solutions-center.row1 {
	width: 942px;
	height: 170px;
	background: url(../img/solutions_center_1.png) no-repeat;
	padding-top: 7px;
}

#solutions-bottom {
	width: 942px;
	height: 196px;
	background: url(../img/solutions_bottom.png) no-repeat;
	padding-top: 7px;
}

.solutions-center.ukbg {
	width: 942px;
	height: 170px;
	background: url(../img/solutions_center_last_uk.png) no-repeat;
	padding-top: 7px;
}

.solutions-center.row1uk {
	width: 942px;
	height: 170px;
	background: url(../img/solutions_center_1_uk.png) no-repeat;
	padding-top: 7px;
}

#solutions-bottom.ukbg {
	width: 942px;
	height: 196px;
	background: url(../img/solutions_bottom_uk.png) no-repeat;
	padding-top: 7px;
}

#solutions-special {
	width: 937px;
	height: 200px;
	background: url(../img/solutions_special2.png) no-repeat;
	padding-top: 9px;
}

#solutions-special.ukbg {
	width: 937px;
	height: 200px;
	background: url(../img/solutions_special_uk.png) no-repeat;
	padding-top: 9px;
}

#solutions-special .s-top-right {
	float: right;
	height: 120px;
	width: 255px;
	margin-right: 37px;
	padding: 10px 0px 0px 0px;
}

#solutions-container h3 {
	font-weight: normal;
	font-size: 14px;
	text-indent: -5555px;
}

#solutions-container ul {
	margin-top: 0px;
	margin-bottom: 12px;
}

#solutions-container ul li {
	list-style-type: none;
	margin: 8px 0;
	font-size: 12px;
	color: #6a6a6a;
}

#solutions-container a {
	color: #010407;
}

/*TOOLS*/

#tools-container {
	font-family: Tahoma;
}

#tools-top {
	width: 942px;
	height: 170px;
	background: url(../img/tools/tools_top.png) no-repeat;
	font-family: Tahoma;
	padding-top: 10px;
}

#tools-center {
	width: 942px;
	height: 170px;
	background: url(../img/tools/tools_center.png) no-repeat;
	padding-top: 7px;
}

.tools-center {
	width: 942px;
	height: 170px;
	background: url(../img/tools/tools_center.png) no-repeat;
	padding-top: 7px;
}

#tools-bottom {
	width: 942px;
	height: 196px;
	background: url(../img/tools/tools_bottom.png) no-repeat;
	padding-top: 7px;
}

#tools-container h2, h2 a {
	color: #33a2cf;
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

#tools-container h2.dmoz, h2 a.dmoz {
	margin-top: 3px;
}

#tools-container h2 a:hover {
	text-decoration: underline;
}

.t-top-left {
	float: left;
	height: 120px;
	width: 260px;
	padding: 18px 0px 0px 30px;
}

.t-top-center {
	float: left;
	height: 120px;
	width: 260px;
	margin-left: 28px;
	padding: 18px 0px 0px 30px;
}

.t-top-right {
	float: right;
	height: 120px;
	width: 260px;
	margin-right: 30px;
	padding: 18px 0px 0px 30px;
}

/*AFFILIATE*/

#affiliate-container ul {
	margin-left: 35px;
}

#affiliate-container div.box p, #affiliate-container p,#affiliate-container ul li, #affiliate-container ul li a {
	font-size: 11px;
}

#affiliate-container {
	
}

#affiliate-container {
	
}

span.right2 {
	background: url(../img/affiliate_money.jpg) no-repeat;
	background-color: transparent;
	float: right;
	padding: 0px 10px 0 0;
	margin-top: -25px;
	margin-right: 20px;
	width: 255px;
	height: 172px;
}

#affiliate-container h3, #affiliate-container table {
	font-family: Tahoma;
	margin-bottom: 7px;
}

#affiliate-container div.about_list ul li {
	list-style-type: none;
	padding: 5px 15px 5px 0;
}

#affiliate-container .box ol, #affiliate-container #box ul {
	padding-left: 35px;
}

#affiliate-container .box ol li, #affiliate-container #box ul li {
	padding: 0px 15px 0px 0;
	list-style-type: decimal;
}

#affiliate-container .box ul {
	margin-left: 35px;
}

#affiliate-container .box div.list2 table tr th {
	text-align: left;
	background-color: #38618F;
	color: #ffffff
}

#affiliate-container .box div.list2 table {
	background-image: none;
	border: 1px solid #38618F
}

#affiliate-container .box table {
	font-size: 12px;
}

#affiliate-container table tr.var1 {
	background-color: #DBE4F0
}

#affiliate-container table td.divider {
	border-right: 1px solid #38618F
}

#affiliate-container table th.divider {
	border-right: 1px solid #fff
}

#affiliate-container em {
	color: #FF0000
}

#affiliate-container a {
	color: #010407;
}

#affiliate-container a:hover {
	text-decoration: underline;
	color: #154f8a;
}

/*EDUCATION*/

#education-container ul {
	margin-left: 35px;
}

/*TABS*/

#tabs_bar {
	clear: both;
}

#tabs_bar .tab {
	background-image: url(../img/tabs/tab_03.jpg);
	background-repeat: no-repeat;
	width: 124px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 1px;
}

#tabs_bar .tab_hover {
	background-image: url(../img/tabs/tab_04.jpg);
	background-repeat: no-repeat;
	width: 124px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 1px;
}

#tabs_bar .ts {
	background-image: url(../img/tabs/tab_red.jpg);
	background-repeat: no-repeat;
	width: 124px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 1px;
}

#tabs_bar .ts_hover {
	background-image: url(../img/tabs/tab_04.jpg);
	background-repeat: no-repeat;
	width: 124px;
	height: 20px;
	cursor: pointer;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 12px;
	text-align: center;
	margin-right: 1px;
}

#tabs_content {
	clear: both;
	

/*

border-top:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;*/
	
	border: 1px solid #E3E3E3;
	padding: 15px;
	width: 910px;
/

*
	background-image: url(../img/tabs/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
*/
}

.tabs_content {
	clear: both;
	border: 1px solid #E3E3E3;
	padding: 15px;
	width: 910px;
}

/*SPECIAL OFFER*/

#tabs_content {


}

#tabs_content h2 {
	font-size: 16px;
	font-family: tahoma;
	padding-bottom: 15px;
}

#tabs_content p {


}

#tabs_content a {
	color: #010407;
}

#tabs_content a:hover {
	text-decoration: none;
}

#tabs_content ul li, ol li {
	list-style-type: none;
	margin-left: 0px;
}

#tabs_content ul li ul {
	margin-left: 20px;
}

#tabs_content #terms {
	padding-top: 0px;
}

#tabs_content #solutions-container {
	margin-left: -13px;
}

div.pricing-box {
	float: right;
	margin-top: -5px;
	width: 86px;
}

#solutions-container a.buy {
	display: block;
	float: left;
	height: 18px;
	width: 53px;
	background: url(../img/solutions_buy.png) no-repeat;
}

#solutions-container a.more {
	display: block;
	float: right;
	height: 18px;
	width: 29px;
	background: url(../img/solutions_info.png) no-repeat;
}

#solutions-container h3 {
	clear: left;
}

/* AFFILIATE BANNERS */

#main #banners-container #left {
	width: 240px;
}

#banners-container #right, #banners-container #right p, #banners-container #right #code form {
	font-size: 11px;
}

#banners-container	table , #banners-container table tr td {
	font-size: 12px;
	font-family: Tahoma, Geneva;
}

#banners-container	table tr td.td-title {
	padding-bottom: 10px;
	padding-top: 20px;
}

#banners-container	table form h5 {
	text-align: left;
}

#banners-container	div#code {
	border-bottom: 1px solid #C8D2E0;
	padding: 0 15px 15px 5px;
	margin-bottom: 0px;
	width: 700px;
}

#banners-container	div#box {
	margin-left: -10px;
}

#banners-container	strong {
	color: #305A8A
}

#banners-container ol {
	margin-left: 35px;
}

#banners-container ol li {
	font-size: 11px;
	list-style-type: decimal;
}

/* DESIGNERS PAGE */

.design-dir h2 a {
	margin-left: 20px;
	text-decoration: underline;
}

.design-dir	#box p.description, .design-dir #box p.info {
	font-family: arial;
	font-size: 11px;
	color: #010407;
	margin-bottom: 10px;
	line-height: 15px;
}

.design-dir	#box p.description, .design-dir #box p.info {
	background-image: none;
	text-align: justify;
	padding: 5px 40px 5px 20px;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

div.designer {
	margin-top: -15px;
	margin-right: 5px;
	z-index: 0;
	padding-top: 5px;
	border-bottom: 1px solid #2D6EA6;
}

.design-dir	#box p.btm {
	border-bottom: 1px solid #C8D2E0;
	margin: 0;
	padding: 0;
	font-size: 6px;
	border: none;
	clear: both;
}

.design-dir div a {
	color: #010407;
}

.design-dir div a.screen {
	display: block;
	width: 120px;
	height: 120px;
	margin: 20px 20px 25px 15px;
}

.design-dir div#box div.designer  div a.screen img {
	padding: 1px;
	border: 1px solid #E0E0E0;
}

.design-dir .style3 {
	color: #FF6600;
	font-weight: bold;
}

.design-dir ul {
	margin-left: 45px;
	margin-top: 5px;
}

.design-dir ul li {
	margin: 0;
	padding-bottom: 5px;
}

.design-dir	div#box div p img {
	float: none;
	padding: 0;
	margin: 0;
}

.design-dir #box div a img {
	position: relative;
	z-index: 1;
}

.design-dir .clear {
	clear: both;
}

/* PARTNERS */

.partners table {
	font-family: arial;
	font-size: 11px;
	color: #010407;
	line-height: 14px;
}

/* SITEMAP */

ul#column-1, ul#column-2, ul#column-3 {
	float: left;
	width: 250px;
	margin-right: 25px;
}

ul.primary {
	margin-left: 25px;
}

ul.primary li {
	list-style-type: none;
}

ul.primary li a, ul.secondary li a {
	text-decoration: underline;
	color: #010407;
}

ul.secondary {
	margin-left: 35px;
}

ul.secondary li {
	margin-bottom: 10px;
}

ul.secondary li {
	list-style-type: square;
}

ul li a:hover {
	color: #154f8a;
}

ol.offer1 {
	margin-left: 25px;
}

ol.offer1 li {
	list-style-type: decimal;
}

#right h2 a {
	text-decoration: underline;
	color: #010407;
}

input.add2cart {
	background: transparent url(/img/btn_add.png) no-repeat;
}

input.del4cart {
	background: transparent url(/img/btn_delete.png) no-repeat;
}

img.add2cart, img.del4cart {
	cursor: pointer;
}

input.add2cart, input.del4cart {
	display: block;
	border: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	padding-left: 16px;
	color: #FFF;
}

#lookup_result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.domains form table,.domains form #lookup_indicator, .domains form #premium_indicator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.jobs h2 {
	text-decoration: none;
	margin-bottom: 10px;
}

.jobs ol, .jobs ul {
	margin-left: 35px;
}

.jobs ol li {
	list-style-type: decimal;
}

.jobs ol li, .jobs ul li {
	margin: 3px;
}

.jobs a img {
	margin-top: 20px;
}

/*  WINTER SPECIAL INSITE */

#winter-wrapper {
	margin: 0 auto;
	background: url(img/special-offer/winter_bg_small.gif) repeat-x;
	background-position: 100px 0;
	width: 920px;
	height: 480px;
}

#winter-container {
	width: 843px;
	height: 463px;
	margin: 100px auto 10px;
	background: url(img/special-offer/winter_container_small.png) no-repeat;
}

#winter-content {
	background: transparent;
	width: 540px;
	margin-left: 40px;
	margin-top: 0;
	min-height: 100%;
	height: 100%;
}

#winter-signup-button {
	margin: 0;
	padding: 300px 0 0 230px
}

/*  SPECIAL INSITE */

#special-wrapper {
	margin: 0 auto;
	background-position: 100px 0;
	width: 920px;
	height: 480px;
}

#special-container {
	width: 920px;
	height: 463px;
	margin: 100px auto 10px;
	background: url(img/special-offer/great_deal.jpg) no-repeat;
}

#special-content {
	background: transparent;
	width: 540px;
	margin-left: 40px;
	margin-top: 0;
	min-height: 100%;
	height: 100%;
}

#special-signup-button {
	margin: 0;
	padding: 345px 0 0 38px
}

/* TESTIMONIALS */

.t-left, .t-right {
	width: 947px;
	height: 145px;
	background: url(img/testimonials/testimonials_bg.png) no-repeat;
	padding-top: 18px;
	padding-left: 21px;
}

.t-right img {
	float: right;
	padding-right: 42px;
}

.t-left img {
	float: left;
}

.t-right p {
	color: #154d71;
	font-size: 18px;
	line-height: 22px;
	width: 733px;
	padding-left: 10px;
	float: left;
}

.t-left p {
	color: #36a4d1;
	font-size: 18px;
	line-height: 22px;
	width: 745px;
	float: right;
	padding-right: 54px;
}

.t-left p.quote, .t-right p.quote {
	padding-top: 5px;
	height: 65px;
}

.t-left p.auth, .t-right p.auth {
	padding-top: 0px;
	margin-top: -28px;
	line-height: 18px;
}

#tabs_content td.cell_1_2 a, #tabs_content td.cell_1_1 a {
	color: #fff
}

#wizard-banner {
	height: 87px;
	padding-bottom: 0px;
}

#survey-container {
	background-image: none;
	background-repeat: repeat-y;
	width: 902px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.questionBox table tr th,.questionBox table tr td {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

p#suggestions {
	margin-top: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.questionBox {
	border: 1px solid #e1ebf0;
	border-top: 1px solid #fff;
	background-color: #F6F8FB;
	padding: 15px;
}

.urgent-info {
	color: red;
	font-weight: bold
}

#survey_box {
	border-top: 1px solid #e1ebf0;
}

#submit_next input {
	margin-top: 10px;
}

.survey_progress {
	background: url(../img/survey/survey_progress_2.gif) repeat-x;
}

.survey_left {
	background: url(../img/survey/survey_progress_4.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	text-indent: 10px;
}

/* Website Solutions*/

.web-solutions #tools-container h2 {
	margin-top: 0px;
	margin-bottom:10px;
	padding-bottom: 0;
}
.web-solutions h2 a{
	font-size:20px;
	

}
.web-solutions p {
	margin-top:0 ;
	padding-top:0;
	color: #7e7e7e;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.web-solutions .home-info {
	margin-left: 0;
}
/* Plan Page Header h1 */ 
#top-head { background:url(img/plans/starter1.png) 0 0 no-repeat;width:936px;height:261px; padding:10px 0 0; margin-bottom:10px; }
.basic #top-head {background:url(img/plans/basic1.png) 0 0 no-repeat;}
.business #top-head {background:url(img/plans/business1.png) 0 0 no-repeat;}
.windows #top-head {background:url(img/plans/windows1.png) 0 0 no-repeat;}
.reseller #top-head {background:url(img/plans/reseller1.png) 0 0 no-repeat;}
.solutions #top-head {background:url(img/plans/solutions1.png) 0 0 no-repeat;}
.spec-offer #top-head {background:url(img/plans/special-offer1.png) 0 0 no-repeat;height:173px;}
.wiz #top-head {background:url(img/plans/wizard1.png) 0 0 no-repeat;height:173px;}
.email #top-head {background:url(img/plans/email1.png) 0 0 no-repeat;margin-bottom:15px;}
#top-head div {float:left;width: 700px;}
.basic #top-head div, .reseller #top-head div {width: 575px;}
.windows #top-head div, .email #top-head div, .spec-offer #top-head div  {width: 650px;}

#top-head div h1 {
	font-size: 44px;
	color: #336699;
	margin: 0px 0 5px;
	padding:0;

}
.wiz #top-head div h1 {
	font-size:34px;
	}
	
#top-head div h2 {
	font-size: 36px;
	color: #6a6a6a;
	margin:0 0 10px;
	line-height:38px;

}
.wiz #top-head div h2 {
	margin-top:15px;
	font-size:30px;
	}

