/*************************************
				RESET
*************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	color: #0e6ebf;
	font-weight: bold;
}
del {
	text-decoration: line-through;
	color:#F00;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************************
				FORM
*************************************/

input
{
	border: 1px solid #252525;
	padding: 3px;
	background-color:#FEFEFE;
}
textarea
{
	border: 1px solid #252525;
	padding: 3px;
	background-color:#FEFEFE;
}

/*************************************
				MAIN
*************************************/

body {
	background: #f6f7f9 url(../img/bg.jpg) top center repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b9b9c;
}

p {
	line-height: 16px;
	margin: 0 0 20px 0;
}


.title_text {
	font-size: 14px;
}

.blue_text {
	color: #0e6ebf;
}

.blue_bold {
	color: #0e6ebf;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
a {
	color: #505050;
	text-decoration: none;
}

a:hover {
	color: #0e6ebf;
}

h1, h2, h3, h4, h5, h6 {
	color: #0e6ebf;
	font-weight: bold;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #414141;
	padding-bottom: 2px;
}

h1 {
	color: #3D3D3E;
	font-size: 30px;
}

h2 {
	color: #3D3D3E;
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

h6 {
	font-size: 10px;
}

img {
	border: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: url(../img/header_bg.jpg) top center no-repeat;
	height: 366px;
	position: relative;
}

#logo {
	height: 100px;
	width: 275px;
	border: none;
	position: relative;
	top: 40px;
	left: 30px;
}

#search {
	float: right;
	width: 222px;
	position: absolute;
	top: 60px;
	right: 0px;
}

#search ul {
	float: right;
	margin: 0 0 10px 0;
}

#search li {
	float: left;
	margin: 0 20px 0 0;
}

.search {
	background: url(../img/search_bg.png) top left no-repeat;
	border: none;
	width: 172px;
	height: 19px;
	padding: 3px 30px 0 0;
}

.search_btn {
	position: relative;
	left: -25px;
}

#host_sol {
	position: absolute;
	top: 190px;
	left: 160px;
}

#top_learn_more {
	position: absolute;
	top: 290px;
	left: 396px;
}
#top_contact_sales {
	position: absolute;
	top: 310px;
	left: 384px;
}

.header_text {
	position: absolute;
	color:#666;
	top: 195px;
	left: 500px;
	width: 320px;
	font-size: 11px;
	line-height: 14px;
}

#phone {
	position: absolute;
	top: 310px;
	left: 500px;
}


/**************************
			NAV
**************************/
#nav {
	background: url(../img/nav_bg.jpg) top center repeat-x;
	height: 50px;
}

#nav li a {
	width: 210px;
	height: 20px;
	float: left;
	font-weight: bold;
	text-shadow: 1px 1px #FFFFFF;
	padding: 15px;
}

#nav li a:hover {
	background: url(../img/nav_hover.jpg) top left no-repeat;
	height: 20px;
	width: 210px;
	text-shadow: 1px 1px #000000;
}

#nav li a:hover .nav_title {
	color: white;
}

#nav .nav_on a {
	background: url(../img/nav_hover.jpg) top left no-repeat;
	height: 20px;
	width: 210px;
	text-shadow: 1px 1px #000000;
}

#nav .nav_on .nav_title {
	color: white;
}

#nav .nav_on a .nav_subtitle {
	color: #80b7de;
	text-shadow: 1px 1px #00578f;
}

.nav_subtitle {
	font-size: 10px;
	font-weight: normal;
	color: #767676;
}

#nav li a:hover .nav_subtitle {
	color: #80b7de;
	text-shadow: 1px 1px #00578f;
}

/**************************
			SUBNAV
**************************/
#subnav {
	background: url(../img/subnav_bg.jpg) top center repeat-x;
	height: 30px;
}

#subnav li a {
	color: #767676;
	height: 21px;
	float: left;
	font-weight: bold;
	text-shadow: 1px 1px #FFFFFF;
	padding: 9px 10px 0 10px;
	font-variant: small-caps;
}

#subnav li a:hover, .active {
	background: #FFFFFF;
	height: 21px;
	text-shadow: 1px 1px #FFFFFF;
}

/**************************
			BODY
**************************/
#content {
	background: #f6f7f9;
	padding: 20px;
	min-height: 500px;
	color: #252525;
}

#left_column {
	margin: 0 0 0 0;
	width: 680px;
	float: left;
}

#right_column {
	width: 220px;
	margin: 0 0 0 20px;
	float: left;
}

/**************************
			FOOT
**************************/
#footer {
	background: #2f2f2f;
	border-top: 5px solid #5b5b5b;
	width: 100%;
	height: 125px;
	margin-top: 50px;
}
#footer_content {
	margin: auto;
	width: 960px;
	padding: 10px;
}
.footer_box {
	width: 180px;
	float: left;
	padding-left: 10px;
}
.footer_box ul {
	list-style-position: inside;
}
.footer_box li {
	list-style-position: inside;
	list-style-image:url(../img/list_mark.jpg);
	padding: 2px;
}
.footer_box li a{
	color: #9B9B9C;
	text-decoration: none;
}
.footer_box li a:hover{
	color: #fff;
}
#footer_cr {
	width: 200px;
	float: left;
	font-size:11px;
	text-align:center;
}
.hr_foot {
	border-top: 1px dashed #676767;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 100%;
}
/**************************
			HOMEPAGE
**************************/
.superscript{font-size:x-small; vertical-align:top;} 
.monthly{font-size:small;} 
.hp_image {
	width: 100%;
	height: 125px;
	background-color:#3CF;
	color:#FFF;
	font-size:18px
}
.hp_spot {
	margin-bottom: 10px;
	width: 100%;
	height: 134px;
	background-image: url(../img/hp_spot_bg.jpg);
	background-repeat:no-repeat;
}
.hp_spot_left {
	float:left;
	width: 190px;
}
.hp_spot_mid {
	float:left;
	width: 340px;
	margin-left: 10px;
	margin-top: 15px;
}
.hp_spot_right {
	float: left;
	color: #fff;
}
.hp_spot_addons {
	width: 122px;
	height: 21px;
	float:left;
	margin-top: 10px
}
.hp_spot_addon {
	background-image: url(../img/hp_spot_addon_bg.png);
	background-repeat:no-repeat;
	width: 120px;
	height: 13px;
	padding: 4px;
	margin-bottom: 1px;
	font-size:11px;
}
.hp_spot_price {
	color:#0E6EBF;
	font-size:28px;
	margin-left:25px;
	margin-top: 5px;
	width: 150px;
	height: 50px;
	vertical-align: middle;
	text-align:center;
}
.hp_order_btn {
	margin-top: 8px
}
.hp_spot_text {
	background-image: url(../img/hp_spot_text_bg.png);
	background-repeat:no-repeat;
	width: 168px;
	height: 29px;
	color:#FFFFFF;
	font-weight:bold;
	height:29px;
	margin-left:15px;
	margin-top:10px;
	padding-left:7px;
	padding-top:7px;
	width:168px;
	font-variant:small-caps;
}
.hp_spot_item {
	font-size:12px;
	color: #0e6ebf;
}
.hp_spot_item_spec {
	font-size:12px;
	color: #414141;
}
.hp_text {
	width: 100%;
}
.hp_text_box {
	background-image: url(../img/hp_text_box_bg.jpg);
	background-repeat: repeat-x;
	width: 199px;
	background-color:#FFF;	
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-bottom: 10px;
}
/**************************
			INFO
**************************/
.info_wrap {

}
.info_icon {
	float:left;
	width: 100px;
}
.info_text {
	padding-top: 15px;
	float:left;
	width: 700px;
}

/**************************
			SPOTS
**************************/
#spots {
	float: left;
	width: 680px;
	height:200px;
}
#spots_box_left {
	float: left;
	width: 190px;
	border: 3px solid #9b9b9c;
	padding: 10px;
	height:inherit;
}
#spots_box {
	float: left;
	width: 198px;
	border: 3px solid #9b9b9c;
	margin-left: 8px;
	padding: 10px;
	height:inherit;
}
#spots li {
	list-style:square;
	margin-left: 10px;
	margin-top: 3px;
	font-size:14px;
}
#spots_price {
	text-align:right;	
}
.spot_value {
	color: #0e6ebf;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
}
.spot_price {
	color: #0e6ebf;
	font-size:23px;
	font-weight:bold;
	letter-spacing: 2px;
}
.spots_price {
	text-align:right;	
}
.ds_icon {
	margin-right:20px;
}

/**************************
			NETWORK
**************************/
.nw_text_box {
	width: 199px;
	background-color:#FFF;	
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-bottom: 10px;
}
ul.nw_transit_list
{
	line-height:15px;
	margin-left:20px;
	margin-top:10px;
	list-style-image:url(../img/list_mark.jpg);
}
ul.nw_transit_list li
{
	padding-bottom: 2px;
}
/**************************
			DEDICATED
**************************/
.ds_sel_row_even
{
	border-bottom: solid #838283 1px;
}
.ds_sel_row_odd
{
	border-bottom: solid #838283 1px;
	background-color: #eeeeee;
}
.ds_sel_row_type
{
	background-image:url(../img/type-bg.jpg);
	background-repeat:repeat-x;
	color: #fff;
	font-variant:small-caps;
	font-weight: bold;
}
/**************************
			CONTACT
**************************/
ul.contact_list
{
	line-height:15px;
	margin-left:20px;
	margin-top: 5px;
	margin-bottom:5px;
	list-style-image:url(../img/list_mark.jpg);
}
ul.contact_list li
{
	padding-bottom: 2px;
}
