body {
	background: #2a65a1 url('../images/global-theme/background.png') repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #434343;
	margin: 0;
	padding: 0;
}
div#containerMain {
	padding: 0 21px;
	margin: 0 auto;
	width: 982px;
	background: url('../images/nav/topNav_bottom_bkg.png') repeat-y;
}
div#containerMain ul li { list-style: none; }
/*div#dnrSearch { margin:0 0 8px 10px;  width: 964px; height: 34px; background: url('images/home/dnr_search_bar.png') no-repeat; 
color:#ffffff; }*/
/* HOME PAGE */
div#topOffer {
	margin: 0 0 8px 10px;
	width: 100%;
	background: url('../images/home/top_offer_bar.png') no-repeat;
	color: #FF9900;
	text-align: center;
}

div.lookUp select, div#dnrSearch div.lookUp input { font-size: 10px; color: #000066; padding:0; }
div.lookUp { width:330px; float:right;  }
div.lookUp .www { margin:10px 0 0 0; float:left; }
div.lookUp .domain { margin:8px 3px 0 3px; float:left; }
div.lookUp .extension { margin:8px 0 0 0; float:left; }
div.lookUp .go { margin:7px 0 0 8px; float:left; }
div.text { font-size: 18px; padding:5px 0 0 20px; }

div#homeMasthead{ margin:0 0 8px 10px; z-index: -7; }
div.homeBanner { width:964px; height: 219px; }

div#fourBoxHD {
	margin-left: 10px;
	width: 964px;
	height: 200px;
	background: url('../images/home/4box_header.png') no-repeat;
	color: #ffffff;
}
div#fourBoxHD .box1, div#fourBoxHD .box2, div#fourBoxHD .box3, div#fourBoxHD .box4 { float:left; width:241px; height:150px; }
div#fourBoxHD h3 {
	margin: 8px 20px 0 20px;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	border-bottom: 1px dotted;
	padding-bottom: 3px;
}
div#fourBoxHD .desc1 {
	font-size: 11px;
	margin: 15px 10px 0 100px;
}
div#fourBoxHD .desc2 {
	font-size: 11px;
	margin: 15px 10px 0 85px;
}
div#fourBoxHD .desc4 {
	font-size: 11px;
	margin: 15px 10px 0 85px;
}
div#fourBoxHD .learMoreLink { height:20px; }
div#fourBoxHD .learMoreLink a { font-size:11px;  margin-left:20px; color:#fff; }
div#fourBoxHD .learMoreLink a:hover { text-decoration:none; }

div#homeTopContent {
	border-style: none;
	position: relative;
	background: #ffffff;
	margin: 0 0 10px 0;
	padding: 5px 20px 10px 20px;
}

div.blueBar {
	/*	width: 600px;*/
	height: 36px;
	background: url('../images/home/blue_bar400.png') repeat-x;
	color: #ffffff;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
div.blueBar div { padding:7px 0 0 20px; }
div.blueBarContent { padding: 1px 10px 10px 20px; border: 1px solid #bebebe; border-top:0; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; }
div#blueBarContent a:hover { text-decoration:none; }
ation:none; }


/* GLOBAL styles */
h1, .h1 { font-size: 24px; font-weight: normal;  }
h2, .h2 {
	color: #0066FF;
	font-size: 24px;
	font-weight: normal;
}
h3, .h3 { color: #005596; font-size: 15px; font-weight: normal;  }
h4, .h4 { color: #005596; font-size: 13px; font-weight: bold; }
h5, .h5 { font-size: 13px; font-weight: bold; }

hr { border-color: #bebebe; border-style: dotted; border-width: 0 0 1px 0; color: #fff; background: #fff; }
img { border: 0; }

.noDisplay { display: none; }
.clear { clear: both; float: none!important; margin: 0; padding: 0; }
.infoLayer { visibility:hidden; background: #50A11E; border: 1px solid #42851B; color: #fff; width:200px; padding:5px; display: block; position: absolute; z-index:99; }
.nobr { white-space: nowrap; }
.listLeft { width:300px; float:left; padding-left:20px }
.listRight { width:300px; float:right;}
.fLeft { float:left; }
.fRight { float:right; }
.center { text-align:center; }
.right { text-align:right; }
.nobr { white-space: nowrap; }
.backTop { text-align:right; font-size:11px; }
.footNote { font-style:italic; font-size: 10px; line-height:12px; color:#6a6a6a; }
.required { color: #ff5500; } 

.blueTitle { color: #005596; font-weight:bold; }
.blue { color: #005596; }
.green { color: #008b00; }
.burgandy { color: #990000; }
.sm { font-size:10px; }
.sm11, code { font-size:11px; }
.gray { color: #898989; }
.white { color: #ffffff; }

/* BUTTON styles */
.buttonDark {
	padding: 5px 10px;
	background: url('../images/buttons/bkg_dark.png') repeat-x;
	margin: 0 6px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.buttonGreen { padding: 5px 10px; background: url('../images/buttons/bkg_green.png') repeat-x; 
margin: 0 6px; color: #fff; text-decoration: none; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.buttonBlue { padding: 5px 10px; background: url('../images/buttons/bkg_blue.png') repeat-x; 
margin: 0 6px; color: #fff; text-decoration: none; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

div#pageContent .buttonDark {
	padding: 5px 10px;
	background: url('../images/buttons/bkg_dark.png') repeat-x;
	margin: 0 6px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#pageContent .buttonGreen { padding: 5px 10px; background: url('../images/buttons/bkg_green.png') repeat-x; 
margin: 0 6px; color: #fff; text-decoration: none; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div#pageContent .buttonBlue { padding: 5px 10px; background: url('../images/buttons/bkg_blue.png') repeat-x; 
margin: 0 6px; color: #fff; text-decoration: none; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div#pageContent .buttonBlueLG { padding: 5px 10px; background: url('../images/buttons/bkg_blue_lg.png') repeat-x; 
margin: 0 6px; color: #fff; text-decoration: none; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

div#pageContent td.buttonTD { padding:15px 5px 10px 5px; }

/* TOP NAVIGATION/LOGO styles */
div#header {
	background: url('../images/nav/header_bkg.jpg') no-repeat;
	height: 115px;
}
div#header h1 { float: left; width: 300px; height: 63px; margin: 0; padding: 0; }
div#header h1 a {
	float: left;
	display: block;
	width: 300px;
	height: 63px;
	margin: 10px;
	background: url('../images/nav/bnznetslogo2.png') no-repeat;
}

form#searchForm { border-style: none;
	border-color: inherit;
	border-width: 0;
	float: left; 	margin-top: 20px; 	margin-right: 3px; background: url('../images/nav/search.gif') no-repeat; 
	width: 161px; 	height: 19px; 	display: block; }
form#searchForm input.text { border: 0; background: none; padding-top: 3px; margin-left: 30px; color:#909090; font-size:11px; }
form#searchForm label, form#searchForm input.button { display: none; }

#cartItems { float: left;
 }
#cartItems .cart { float:left; margin: 23px 5px 0 20px; } 
#cartItems .items { float:left; margin: 23px 5px 0 0; color:#ffffff; font-size:11px; }
#cartItems .items strong { color: #62BC36 }
#cartItems .checkout {
	background-position: center top;
	float: left;
	margin: 20px 8px 0 10px;
	color: #FF9900;
	font-size: medium;
	font-weight: bold;
}

/* TOP NAVIGATION styles */
		/* NAV1 - Titles */
div#nav1 {
	float: left;
	padding: 18px 0 10px;
	margin-left: 70px;
	width: 390px;
	overflow: hidden;
}
div#nav1 ul { margin: 0 0 0 -3px; padding: 0; width: 390px; }
div#nav1 ul li {
	background: url('../images/nav/nav1_separator.png') no-repeat;
	display: block;
	float: left;
}
div#nav1 ul li a {
	letter-spacing: 0.1em;
	width: 130px;
	padding: 5px;
	text-align: center;
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
div#nav1 ul li:hover ul  { display: block; }
		
		/* NAV1 - DropDown Menu */		
div#nav1 ul li ul {
	list-style: none;
	padding: 10px 20px;
	width: auto;
	position: absolute;
	margin: 25px 0 0 5px;
	display: none;
	border: 1px solid #b2b2b2;
	background: #fff;
	z-index: 50;
}
div#nav1 ul li ul div.pointer {
	background: url('../images/nav/nav1_arrow.png') no-repeat;
	position: absolute;
	top: -9px;
	left: 35px;
	width: 15px;
	height: 9px;
}
div#nav1 ul li ul li { float: none; background: none; }
div#nav1 ul li ul li a { text-align: left; width: auto; color: #646464; letter-spacing: normal; float: none; font-size: 12px; padding: 0; font-weight: bold; }
div#nav1 ul li ul li a:hover { text-decoration: underline; }

		/* NAV1 - Sub-Menu */	
div#nav1 ul li ul li ul { border: 0; margin: 3px 20px; position: relative; padding: 0; }
div#nav1 ul li ul li ul li a { font-weight: normal; font-size: 11px; }

		/* NAV2 - Titles */
div#nav2 {
	clear: left;
	float: right;
	margin-top: -5px;
	padding-right: 15px;
	overflow-x: hidden;
	overflow: auto;
}
div#nav2 ul { clear: both; margin: 6px 0 0 -3px; padding: 0; width: 650px; }
div#nav2 ul li {
	list-style: none;
	background: url('../images/nav/nav2_separator.png') no-repeat;
	display: block;
	float: left;
}
div#nav2 ul li a { padding: 8px 15px; display: block; float: left; color: #014874; text-decoration: none; font-weight: bold; }
div#nav2 ul li a:hover {
	color: #fff;
	background: #BBBBBB url('../images/nav/nav2_hover.png') repeat-x;
}

		/* NAV2 - DropDown Menu - */	
div#nav2 ul li div {
	overflow: hidden;
	margin: 30px 0 0 -200px;
	padding: 0;
	float: none;
	display: none;
	position: absolute;
	border: 1px solid #b2b2b2;
	background: #e5e5e5 url('../images/nav/nav2_sub_side.jpg') no-repeat;
	z-index: 50;
}
div#nav2 ul li div ul {
	width: 400px;
	margin: 0;
	padding: 0;
	background: #4B961F url('../images/nav/nav2_sub_bkg.jpg') no-repeat;
	padding: 15px;
}
div#nav2 ul li:hover div, div#nav2 ul li.hover div { display: block; }

		/* NAV2 - Sub-Menu 1 */	
div#nav2 ul li div.single { width: auto; margin: 30px 0 0; }
div#nav2 ul li div.single ul { width: auto; }
div#nav2 ul li div.single ul li { float: none; clear: both; width: auto; }
div#nav2 ul li ul li { margin: 3px 10px 3px 0; background: none; display: block; float: left; width: 190px; }
div#nav2 ul li ul li a {
	display: block;
	text-decoration: none;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #7BB666;
	color: #014874;
	font-size: 14px;
	background: none;
	float: none;
	font-weight: normal;
}
div#nav2 ul li ul li a:hover {
	background: none;
	text-decoration: underline;
	color: #FF9900;
}
         
		/* NAV2 - Sub-Menu 2 */	
div#nav2 ul li ul li ul { width: auto; padding: 0; clear: both; display: block; position: relative; border: 0; float: none; margin: 7px; background: none; }
div#nav2 ul li ul li ul li { margin: 1px 0; float: none; }
div#nav2 ul li ul li ul li a { border: 0; font-size: 12px; font-weight: bold; }

		/* NAV2 - Sub-Menu 3 */	
div#nav2 ul li ul li ul li ul { margin: 1px 0 1px 15px; }
div#nav2 ul li ul li ul li ul li a { font-size: 11px; font-weight: normal; padding: 0; }
		
div#nav2 ul li div#lastMenu { margin-left: -340px; }

/* MASTER HEADERS - STATIC */
div#masthead { width: 972px; height:240px; }
div#masthead div { width: 972px; height:240px; padding: 30px 0 0 40px; color: #fff; }
div#masthead div.exchange { padding-top: 60px; }
div#masthead div.about h2, div.contact h2, div.partners h2 { width: 600px; }
div#masthead div.about_managed h2 {
	background-color: #000000;
	width: 800px;
	text-align: center;
	padding-top: 45px;
}
div#masthead div.whyVerio h2, div.resource h2 { width: 470px; }
div#masthead div h2 { color: #fff; margin: 0; line-height: 32px; font-size: 29px; font-weight: 600; }
div#masthead div ul { margin:8px 0 0 0; padding:0; }
div#masthead div ul li { list-style: none; background: url('../images/global-theme/bullet_hd.png') no-repeat; 
font-size: 14px; padding: 3px 0 5px 25px; }
/* PAGE LAYOUT styles */
div#bodyMain {
	float: right;
	width: 725px;
}
div#pageContent {
	zoom: 1;
	position: relative;
	border: 1px solid #bebebe;
	background: #fff url('../images/global-theme/page_content_top_bkg.png') repeat-x;
	margin: 0 10px 0 10;
	padding: 5px 10px 10px 5px;
}
div#pageContent ul li { list-style-image: url('../images/global-theme/bullet.gif'); 
color: #005596; margin: 6px 0; }
div#pageContent ul li a { text-decoration: underline; } /* color: #005596; */
div#pageContent ul li ul  { padding-left:20px; margin:0;}
div#pageContent ul li ul li { list-style-image: url('../images/global-theme/bullet2.gif'); 
color: #434343; }
div#pageContent ol li { margin: 6px 2px; }
div#pageContentFooter {
	margin: 0;
	padding: 0;
	clear: both;
	width: 725px;
	height: 15px;
	background: url('../images/global-theme/page_content_bottom_bkg.png') no-repeat;
}

div#pageContent a {
	color: #FF9933;
	text-decoration: underline;
}
div#pageContent a:hover { text-decoration: none;  }
div#pageContent a.blue:link, div#pageContent a.blue:visited { color: #005596; text-decoration: none; }
div#pageContent a.blue:hover { text-decoration: underline;  }

/* SIDEBAR LEFT styles */
div#sidebar { width: 230px; float: left; }
body.home div#sidebar {
	float: left;
	margin: 10px 10px 0 0;
}
div.sidebar_content {
	padding: 2px;
	border: 1px solid #bebebe;
	margin-right: 10px;
}

div#side_accordion span.accordion_on { left: auto; right: 0.5em; background: url('../images/global-theme/accordion_on.png') no-repeat;
}
div#side_accordion span.accordion_off { left: auto; right: 0.5em; background: url('../images/global-theme/accordion_off.png') no-repeat;
}

div#side_accordion p { margin: 6px 0; }
div#side_accordion div h2 { color: #005596; font-weight: bold; margin: 0; font-size: 18px; }
div#side_accordion div h3 { color: #008b00; font-weight: bold; margin: 0; font-size: 15px; }

div#side_accordion .cart h2 { padding-top:8px; }
div#side_accordion .cart h3 { border-bottom: 1px dotted #7BB666; border-top: 1px dotted #7BB666; margin-top:8px; margin-bottom:8px; padding: 4px 0; }
div#side_accordion .cart strong { color: #005596; }
div#side_accordion .cart select, div#side_accordion .cart input { font-size:10px; }

div#side_accordion .promotions hr { margin:12px 0 8px 0; }

div#side_accordion span.phone { color: #008b00; font-size: 18px; }  
div#side_accordion .cart, div#side_accordion .helpChoose, div#side_accordion .promotions, div#side_accordion .testimonials, div#side_accordion .askUs { zoom:1; }
  
div#sidebar a.buttonGreen { margin-bottom: 10px; color: #fff; }
div#sidebar a.buttonDark { margin-bottom: 10px; color: #FF9900; }  

div#sidebar div#chat1, div#sidebar div#chat2, div#sidebar div#chat3, div#sidebar div#chat4, div#sidebar div#chat5, div#sidebar div#chat6 
	{
	margin-left: 6px;
	padding: 15px 10px 5px 6px;
}

div#sidebar div#chat1 {
	background: url('../images/nav/chat/chat1.gif') no-repeat left 50%;
}

div#sidebar div#chat2 { background: url('../images/nav/chat/chat2.gif') no-repeat left 50%;
}

div#sidebar div#chat3 { background: url('../images/nav/chat/chat3.gif') no-repeat left 50%;
}

div#sidebar div#chat4 { background: url('../images/nav/chat/chat4.gif') no-repeat left 50%;
}

div#sidebar div#chat5 { background: url('../images/nav/chat/chat5.gif') no-repeat left 50%;
}

div#sidebar div#chat6 {
	background-position: left 50%;
	background: url('../images/nav/chat/chat10.gif') no-repeat left
50%;
}

div#sidebar div#chat1 a, div#sidebar div#chat2 a, div#sidebar div#chat3 a, div#sidebar div#chat4 a, div#sidebar div#chat5 a, div#sidebar div#chat6 a 
	{ float: right; }

div#sidebar div#onlineForm { margin-right: 10px; background: url('../images/nav/form-icon.gif') no-repeat right 50%; 
padding: 15px 0 5px 10px; }
div#sidebar div#onlineForm a { float: left; }

div.sidebar_content_footer { height: 21px; background: url('../images/nav/sidebar_footer.png') no-repeat;
}
div.sidebar_promotions {
	padding: 2px;
	border: 1px solid #bebebe;
	text-align: center;
	text-decoration: none;
}
div.sidebar_promotions a {
	border-style: none;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}
/* FOOTER styles */
div#containerFooter { clear: both; background: url('../images/global-theme/footer_menu_left_bkg.png') no-repeat; 
padding: 10px 0 0 9px; height: 229px; }
      
div#footerMenu { background: #007A00 url('../images/global-theme/footer_menu_bkg.png') repeat-x; 
padding: 10px; height: 179px; }
div#footerMenu h4 { margin: 0; color: #fff; line-height: 14px; font-size: 14px; font-weight:normal; display: block; border-bottom: 2px solid #7BB06A; padding: 0 0 4px 2px; }
div#footerMenu ul { width: 170px; margin: 0 10px; padding: 0; float: left; }
div#footerMenu ul li {  list-style: none; color: #fff; padding: 0; margin: 0; }
div#footerMenu ul li a { line-height: 12px; padding: 3px 0 3px 2px; font-size: 11px; color: #fff; margin-top: 4px; border-bottom: 1px dotted #fff; display: block; text-decoration: none;  }
      
div#copyright { font-size: 11px; padding: 3px 20px; background: #2C6AA5; color: #fff; }
div#copyright span { float: left; margin-right: 30px; }
div#copyrightLinks { overflow: hidden; }
div#copyright ul { margin: 0 0 0 -3px; padding: 0; float: left; width: 770px; }
div#copyright ul li { display: block; float: left; }
div#copyright ul li a { border-left: 1px solid #fff; padding: 0 5px; text-decoration: none; color: #fff; display: block; float: left; }

div#affiliates { margin: 10px 25px; border-bottom: 1px dotted #ccc; }
div#affiliates a, div#affiliates img { margin: 0; padding: 0; }
a#ntt {
	margin: 10px 25px 0;
	float: right;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}

/* CONTENT styles */
div#bodyContent { padding: 10px; }
div#bodyContent td { vertical-align: top; }
div#bodyContent td ul { margin: 10px; }

div#pageContent div.breadcrumbs { color: #008b00; font-size:11px; }
div#pageContent div.breadcrumbs a { color: #434343; text-decoration: none; }
div#pageContent div.breadcrumbs a:hover {  text-decoration: underline; }
div#pageContent .rightButton { float:right; padding:5px;margin-top:15px; }
div#pageContent select, div#pageContent input, div#pageContent textarea { font-size: 11px; color: #000066; }

div#pageContent a.h4:link, div#pageContent a.h4:visited { color: #005596; font-size: 13px; font-weight: bold; text-decoration: none; }
div#pageContent a.h4:hover { text-decoration: underline; }


/* INFO BOX - RIGHT styles */
#infoBox { width:200px; border:solid 2px #E6E6E6; background-color: #F3F8EC; float:right; margin:10px 0 8px 20px; }
#infoBox h4 { padding: 3px 12px 3px 12px; background:#cfcfcf; border:solid 2px #F3F8EC; margin:0; }
#infoBox .infoBoxContent { padding:0; margin:0; font-size:11px; } 
#infoBox .infoBoxContent li { margin-left: 0; }
#infoBox .infoBoxContent p { margin: 5px 10px 5px 10px;  }

/* CHARCOAL BOXES styles */
dl#greyBoxes { background: transparent; padding: 10px 0; color: #fff; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;  }
dl#greyBoxes div {
	background: #6C6C6C;
	padding: 5px 10px;
	width: 195px;
	margin: 5px;
	float: left;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
dl#greyBoxes dt { background: #005697; font-size: 14px; font-weight: bold; height: 30px; border-bottom: 1px dotted #fff; margin-top: 0; padding: 5px 0 10px; }

dl#greyBoxes dd { background: #005697; border: none; padding: 10px 5px;   margin: 0; }
dl#greyBoxes dd li { border-top: 1px dotted #fff; padding: 3px 0 0; margin: 3px 0; list-style-type:none; }
dl#greyBoxes dd ul { list-style-image: none; margin: 0; padding: 0; }
dl#greyBoxes dd ul li:first-child { border: none; }
dl#greyBoxes dd ul li a { color: #fff; }
dl#greyBoxes dd ul li { list-style-image: none; color: #fff; }

dl#greyBoxes dd.features { background: #0078c1; padding: 0; width: 215px; margin-left: -10px; }
dl#greyBoxes dd.features span { display: block; background: #005697; padding: 5px 10px; font-size: 14px; }
dl#greyBoxes dd.features p { display: block; padding: 5px 10px; margin:0; }
dl#greyBoxes dd.features ul { padding: 5px 10px; }   
     
dl#greyBoxes dd.buttons a { padding: 5px 10px; background: url('../images/buttons/bkg_green.png') repeat-x; 
margin: 0 6px; color: #fff; text-decoration: none; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* BLUE BOXES styles */
dl#blueBoxes { background: transparent; padding: 10px 0; color: #fff; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;  }
dl#blueBoxes div { background: #005697; padding: 5px 10px; width: 195px; margin: 5px; float: left; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; }
dl#blueBoxes dt { background: #005697; font-size: 14px; font-weight: bold; height: 30px; border-bottom: 1px dotted #fff; margin-top: 0; padding: 5px 0 10px; }

dl#blueBoxes dd { background: #005697; border: none; padding: 10px 5px;   margin: 0; }
dl#blueBoxes dd li { border-top: 1px dotted #fff; padding: 3px 0 0; margin: 3px 0; list-style-type:none; }
dl#blueBoxes dd ul { list-style-image: none; margin: 0; padding: 0; }
dl#blueBoxes dd ul li:first-child { border: none; }
dl#blueBoxes dd ul li a { color: #fff; }
dl#blueBoxes dd ul li { list-style-image: none; color: #fff; }

dl#blueBoxes dd.features { background: #0078c1; padding: 0; width: 215px; margin-left: -10px; }
dl#blueBoxes dd.features span { display: block; background: #005697; padding: 5px 10px; font-size: 14px; }
dl#blueBoxes dd.features p { display: block; padding: 5px 10px; margin:0; }
dl#blueBoxes dd.features ul { padding: 5px 10px; }   
     
dl#blueBoxes dd.buttons a { padding: 5px 10px; background: url('../images/buttons/bkg_green.png') repeat-x; 
margin: 0 6px; color: #fff; text-decoration: none; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

 /* MINI BLUE BOX styles */
dl#blueBoxSM { background: #005697;  padding:0 5px; margin: 5px; float: left; color:#fff; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px;  }
dl#blueBoxSM dt { font-size: 14px; font-weight: bold; border-bottom: 1px dotted #fff; margin-top: 0; padding: 5px; text-align:center; }
dl#blueBoxSM dd { display: block; margin:0; padding: 0 0 1px 0; }
dl#blueBoxSM dd p { margin-left:5px; }
dl#blueBoxSM dd ul { margin-left: 18px; padding:0px; }
dl#blueBoxSM dd ul li { list-style-image: url('../images/global-theme/bullet_white.gif'); 
color: #fff; margin: 6px 0; }
dl#blueBoxSM dd { display: block; margin:0; padding: 0 0 1px 0; }
dl#blueBoxSM dd p { margin-left:5px; }
dl#blueBoxSM dd ul { margin-left: 18px; padding:0px; }
dl#blueBoxSM dd ul li { list-style-image: url('../images/global-theme/bullet_white.gif'); 
color: #fff; margin: 6px 0; }
 /* MINI GREY BOX styles */
dl#greyBoxSM {
	border-width: 2px;
	border-color: #FF9900;
	background: #6C6C6C;
	padding: 0 5px;
	margin: 5px;
	float: left;
	color: #FFFFFF;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
dl#greyBoxSM dt {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	padding: 5px;
	text-align: center;
	background-color: #313031;
	color: #ff9900;
	border-bottom-color: #ff9900;
}
dl#greyBoxSM dd {
	display: block;
	margin: 0;
	padding: 0 0 1px 0;
	text-align: center;
}
dl#greyBoxSM dd p { margin-left:5px; }
dl#greyBoxSM dd ul { margin-left: 18px; padding:0px; }
dl#greyBoxSM dd ul li { list-style-image: url('../images/global-theme/bullet_white.gif'); 
color: #fff; margin: 6px 0; }
dl#greyBoxSM dd { display: block; margin:0; padding: 0 0 1px 0; }
dl#greyBoxSM dd p { margin-left:5px; }
dl#greyBoxSM dd ul { margin-left: 18px; padding:0px; }
dl#greyBoxSM dd ul li { list-style-image: url('../images/global-theme/bullet_white.gif'); 
color: #fff; margin: 6px 0; }



 /* COMPARE BOXES styles (/products/hosted-servers/ only) */
dl#compareBox { background: #005697; width:217px; padding:0; margin: 3px; float: left; color:#ffffff; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-topright: 8px;}
dl#compareBox dt { font-size: 20px;  padding: 8px; }
dl#compareBox dd { display: block; margin:0; padding:0; }
dl#compareBox .description { background:#007BBB; font-size:11px; height:100px; padding:8px; }
dl#compareBox .bars { background:#0093CC; padding:0; margin:0; }
dl#compareBox .button { padding:5px;  }

/* TABS styles */
div#tabs { width: 670px; } 
#tabTop { margin: 0px; padding: 0px; background-color: #fff; border: #fff; float:left; height:45px; } 
.tabTopTitle {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	position: relative;
	float: left;
	background: #03628B url('../images/global-theme/tabs/tab_off.png') repeat-x;
	border-top-style: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: none;
	margin: 0 1px 0 0;
	padding: 4px 10px 6px 10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
div#tabs ul#tabTop li { list-style: none; }
div#tabs ul#tabTop li a { text-decoration:none; color:#fff; }
#tabContentGroup { clear: both; border-left: solid 1px #CCC; border-bottom: solid 1px #CCC; border-top: solid 1px #999; border-right: solid 1px #999; background-color: #fff; } 
.tabContent { padding: 0 10px 10px 10px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; line-height: 15px; } 
 		
		/* HOVER & SELECTED classes must remain below other TAB classes */
.tabTopHover { background: #5AB12B url('../images/global-theme/tabs/tab_hover.png') repeat-x; 
border-bottom-style: none; } 
.tabTopSelected {
	background: #CFCFCF url('../images/global-theme/tabs/tab_selected.png') repeat-x;
	border-bottom: solid #fff;
}
div#tabs ul#tabTop .tabTopSelected a { color:#000; }

/* PLAIN TABLE styles */
table.simpleTable thead, table.comparePlans thead { background-color: #CFCFCF; }
table.simpleTable .altRow, table.comparePlans .altRow, .altRow { background-color: #f1f1f1 }
table.simpleTable th { font-size: 12px; line-height: 14px; color: #005596; text-align:left; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding: 3px 3px 3px 8px; }
table.simpleTable td { font-size: 11px; padding:2px 5px 2px 9px; }

/* COMPARE PLAN SPECIFIC TABLE styles */
table.comparePlans th { font-size: 12px; line-height: 14px; color: #005697; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding: 3px 3px 3px 8px; }
table.comparePlans th:first-child { text-align:left; }
table.comparePlans td { font-size: 11px; text-align:center; padding:2px; }
table.comparePlans td:first-child { text-align:left; padding-left: 10px; }

/* FORM styles - 4 columns */
#formFour input.text { width: 150px;}
#formFour select { font-size:10px; }
#formFour .field1 { float:left; padding:2px 9px 2px 0; width:120px; text-align:right; }
#formFour .field2 { float:left; padding:2px; width:170px; }
#formFour .field3 { float:left; padding:2px 9px 2px 0; width:150px; text-align:right; }
#formFour .field4 { float:left; padding:2px; width:170px; }
#formFour .field5 { float:left; padding:2px 0 2px 0; width:460px; }
#formFour .textarea { width:450px; height:75px; }

/* CALLOUT BOXES styles */
div#callOut, div#callOut2 { float:right; width: 245px; margin: 0 0 8px 10px; background:url('../images/callouts/callout_bkg.jpg') no-repeat;
}
div#callOut dt, div#callOut2 dt {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	margin-top: 8px;
}

div#callOut dd, div#callOut2 dd {  margin:0; padding: 5px 10px 5px 15px; }
div#callOut dd.icon { position: absolute; width:84px; height:80px; top:90px; right:5px; }
div#callOut2 dd.icon { float:right; position:relative; width:54px; height:73px; top:-30px; padding:0; }
div#callOut dd div, div#callOut2 dd.div {  padding: 5px 0 10px 0; }
div#callOut dd h2, div#callOut2 h2 { color: #008b00; font-size: 16px; font-weight:bold; margin:8px 0 2px 0; }

div#callOutLG { float:right; width: 301px; margin: 0 0 8px 10px; background:url('../images/callouts/callout_bkg_lg.jpg') no-repeat;
}
div#callOutLG dt { color: #008b00; font-size: 16px; font-weight:bold; padding: 10px 0 5px 15px; }
div#callOutLG dd {  margin:0; padding: 10px 10px 5px 15px; }
div#callOutLG dd.icon { position: absolute; width:84px; height:87px; top:85px; right:5px; }
div#callOutLG dd div {  padding: 5px 0 10px 0; }
div#callOutLG dd h2 { color: #008b00; font-size: 16px; font-weight:bold; margin:8px 0 2px 0; }
div#callOutLG dd ul { padding-left:20px; margin:0;}
div#callOutLG dd ul li { list-style-image:url('../images/global-theme/bullet_square.gif'); 
list-style-type:square; color: #434343; font-size: 11px; margin:5px 0; }
#footerItems .parter {
	float: left;
/*	margin: 23px 5px 0 20px;*/
		background-image: url('../images/nav/solutions_partner_logo.jpg');
	background-repeat: no-repeat;
	width: 110px;
	height: 60px;

}


div.newStyle {
	height: 200px;
	background-image: url('http://office10/Bznets2010/images/headers/about_managed.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	width: 800px;
}
