/* @override http://wansecurity.com/css/wansecurity.css */

/*div { border: solid 1px #ccc; }*/

BODY {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: #452faf;
	line-height: 1.3em;
}

pre {
	font-family: monospace;
}

h1 {
        font-size: 1.4em;
        font-weight: bold;
}

h2 {
        font-size: 1.5em;
        font-weight: bold;
}

h3 {
        font-size: 1.15em;
        font-weight: bold;
}

h4 {
        font-size: 1.1em;
        font-weight: bold;
}

h5 {
        font-size: 1.0em;
        font-weight: bold;
}

a {
	outline: 0;
	-moz-outline: none;	
}

a:focus, a:active { outline: 0; -moz-outline: none; }

.corporate {
	font-weight: bold;
}


/*
 *		Stuff for the Header
 */

#headerbg {
	background-image: url(/img/bg00.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
	text-indent: -3000px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width: 950px;
	height: 115px;
	overflow: auto;
}

#logo {
	float: left;
}

#logo h1 {
	top: 0;
	left: 0;
	text-indent: -3000px;
	position: relative;
	height: 100px;
	width: 532px;
	background-image: url(/img/logo.jpg);
}

#contact {
	float: right;
	position: relative;
	top: 10px;
	right: 32px;
	width: 205px;
	height: 60px;
	text-indent: -3000px;
	background-image: url(/img/freedial.jpg);
	background-repeat: no-repeat;
	background-position: 0px  0;	
}

table.support-login {
	width: 205px;
	margin-top: 36px;
	text-indent: 0px;
}

table.support-login td.right {
	width: 67%;
}

table.support-login td.left {
	width: 33%;
}


table.support-login td.right input {
	width: 90%;
}



/*
 *		Stuff for the menu
 */


#menu {
	margin-left: auto;
	margin-right: auto;
	height: 29px;
	width: 950px;
	background-image: url(/img/menu_bg.jpg);
}

#nav {
	position: relative;
	margin-left: 25px;
}

#nav ul {
	list-style: none;
	text-transform: uppercase;
}

#nav li {
	background: none;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

#nav li a {
	float: left;
	margin: 0 4px 0 0;
	position: static;
	text-indent: -3000px;
	-moz-outline: none;
}

#nav li a.active, #nav li a:hover, #nav li a.selected {
	background-position: 0 -28px;	
}



#nav_home a {
	display: block;
	width: 79px;
	height: 28px;
	background: url(/img/home_btn.jpg) no-repeat 0 0;
}

#nav_dedicated a {
	display: block;
	width: 161px;
	height: 28px;
	background: url(/img/dedicated_btn.jpg) no-repeat 0 0;
}

#state_select {
        width: 100px;
}

#country {
        width: 100px;
}
#nav_virtual a {
	display: block;
	width: 150px;
	height: 28px;
	background: url(/img/virtual_btn.jpg) no-repeat 0 0;
}


#nav_special a {
	display: none;
	width: 181px;
	height: 28px;
	background: url(/img/special_btn.jpg) no-repeat 0 0;
}


#nav a, #nav a:visited {
	text-decoration: none;
	color: #000;
}

#nav a:hover {
	text-decoration: underline;
}


#support_links {
	position: relative;
	float: right;
	right: 32px;
	width: 205px;
	height: 29px;
	text-align: center;
	top: 5px;
}

#support_links ul li {
	vertical-align: middle;
	width: 205px;
	display: inline;
	padding: 2px;
	margin: 0;
	list-style-type: none;
}

#support_links a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px ! important;
	color: #452faf;
}

#support_links a:hover {	
	color: #e2106b;
}

#support_links a.unavailable {
	color: #d5d3cc;
}


/*
 *		Error Div
 */

div#error_div {
	margin-left: auto;
	margin-right: auto;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-image: url(/img/error.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 659px;
	height: 620px;
	text-align: center;
}

div#error_div p {
	font-size: 16px;
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/*
 *		Stuff for the main div (Where the flash is)
 */


#mainbg {
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
}

#no_script_home {
	position: relative;
	background-image: url(/img/main_top.jpg);
	height: 290px;
	width: 950px;
}

#no_script_dedicated {
	position: relative;
	background-image: url(/img/main_dedicated.jpg);
	height: 290px;
	width: 950px;
}

#no_script_virtual {
	position: relative;
	background-image: url(/img/main_virtual.jpg);
	height: 290px;
	width: 950px;
}



#main {
	margin-left: auto;
	margin-right: auto;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width: 950px;
}


#content {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#articles {
	float: left;
	padding: 15px;
	width: 620px;
	height: auto;
	background-image: url(/img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#about {
	margin-top: 15px;
	width: 720px;
	float: left;
}

#about h2 {
}

#about * {
	padding: 10px;
}

#about h3 {
	color: #E2106B;
}

#about p {
	font-size: 1em;
	text-align: justify;
}


#plans {
	margin-top: 15px;
	float: left;
}



#managed_plan_header {
	margin-top: 15px;
	width: 720px;
	height: 51px;
	background-image: url(/img/managed_hosting_title.jpg);
	background-repeat: no-repeat;
}

#self_managed_plan_header {
	width: 720px;
	height: 51px;
	background-image: url(/img/self_managed_hosting_title.jpg);
	background-repeat: no-repeat;
}


div.plan_content {
	font-size: 12px;
	width: 720px;
	background-image: url(/img/chart_bg_middle.jpg);
	background-repeat: repeat-y;
}


table.plans {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 688px;
}

.plan_content table.plans th {
	white-space:	nowrap;
}

.plan_content table.plans tr.plan {
	white-space:	nowrap;
}


.plan_content table tr.alt {
	vertical-align: middle;
	background-color: #eef0ef;
}

.plan_content table .compare {
	display: none;
}

.plan_content table td {
	text-align: left;
	padding: 10px 7px 10px 7px;
}

.plan_content table th {
	text-align: left;
	padding: 10px 7px 10px 7px;
	font-weight: bolder;
	font-size: 12px;
}

.specifications {
}

tr.specifications td { margin: 0; padding: 0;}
tr.specifications td table td {
	vertical-align: top;
	margin: 0;
	padding: 0 0 5px 7px;
}

tr.specifications td table td.label {
	text-indent: -3000px;
	width: 100px;
}

tr.specifications td table td.options {
	width: auto;
}

table.spec_alt {
	border: 1px solid #cccccc;
}

table.specs {
	font-size: 12px;
	width: 100%;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.spg_desc {
	text-align: justify;
	padding: 5px 10px 5px 0;
}

table.specs th {
}

th.spec_label {
	width: 360px;
}

th.spec_price {
	width: 80px;
}

th.spec_setup {
}

td.spec_info_header {
	font-weight: bold ! important;
}



a.order_link {
	color: #e2106b;
	
	text-decoration: none;
	font-weight: bolder;
}

a.order_link:hover {
	color: #e2106b;
	text-decoration: underline;
	font-weight: bold;
}


.plan_bottom {
	width: 720px;
	height: 15px;
	margin-bottom: 5px;
	background-image: url(/img/chart_bg_bottom.jpg);
	background-repeat: no-repeat;	
	background-position: top center;
}


span.upgrades {
	color: #E2106B;
}


#articles_left_column {
	float: left;
}

#articles_right_column {
	float: right;
}

#managed_services {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 295px;
}

#managed_services h2 {
	padding: 0 0 5px 0;
}

#managed_services p {
	padding: 5px 0 5px 0; 
	text-align: justify;
}

#dedicated_servers {
	width: 295px;
}

#dedicated_servers h2 {
	padding: 0 0 5px 0;
}

#dedicated_servers p {
	padding: 5px 0 5px 0;
	text-align: justify;
}


#virtual_private_servers {
	clear: both;
	float: right;
	width: 295px;
}
#virtual_private_servers h2 {
	padding: 0 0 5px 0;
}
#virtual_private_servers p {
	padding: 5px 0 5px 0; 
	text-align: justify;
}


div.main_underline {
	background-image: url(/img/main_underline.jpg);
	background-repeat: repeat-x;
	height: 3px;
	width: 100%;
	margin: 0 0 0 0;
}


#features {
	margin-top: 15px;
	float: right;
	width: 220px;
}

#features_home {
	padding-top: 0px;
	margin-right: 15px;
	float: right;
}

#nexus9 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	float: left;
	width: 250px;
	height: 275px;
	background-image: url(/img/nd_ad.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	text-indent: -6000px;
}

#nexus9 a {
	width: 100%;
	height: 100%;
	display: block;
}


#total_control {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 200px;
	height: 196px;
	margin-bottom: 20px;
	background-image: url(/img/control_ad.jpg);
	background-repeat: no-repeat;
	text-indent: -6000px;
}

.bg_left {
	background-position: left;
}

.bg_right {
	background-position: right;
}


#total_control a {
	width: 100%;
	height: 100%;
	display: block;
}



#content_divider {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;	
	width: 950px;
	overflow: auto;
}

#network_partners {
	float: left;
	background-image: url(/img/network_partners_title.jpg);
	background-repeat: no-repeat;
	width: 650px;
	height: 220px;
}

#network_partners_scroller {
	position: relative;
	top: 68px;
	margin-left: auto;
	margin-right: auto;
	width: 618px;
	height: 100px;
	background-image: url(/img/network_partners.jpg);
	background-repeat: no-repeat;
}

/*#outer { overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle { position: absolute; top: 50%;}  for explorer only
#middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

#inner {position: relative; top: -50%}  for explorer only*/ 


#network_map {
	float: right;
	background-image: url(/img/network_map_title.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 220px;	
}


#wansecurity_network_map {
	text-indent: -3000px;
	position: relative;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 150px;
	background-image: url(/img/network_map.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}


/*
 *		Stuff for the Footer div
 */




#footer.order {
	width: 100%;
	margin-top: 20px;
	background-image: url(/img/footer_bg_bg.jpg);
	background-repeat: repeat-x;
	height: 53px;
	font-size: smaller;
	overflow: hidden;
	clear: both;
}

#footer {
	margin-top: 20px;
	width: 100%;
	background-image: url(/img/footer_bg_bg.jpg);
	background-repeat: repeat-x;
	height: 53px;
	font-size: smaller;
	overflow: hidden;
	clear: both;
}


#footer_content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 4px;
	background-image: url(/img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 950px;
}

#copyright {
	position: relative;
	float: left;
}

#footer_links {
	float: right;
}

#footer_content ul li {
	display: inline;
	width: 450px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer_content table {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 15px;
	display: table;
	width: 880px;
}

#footer_content a, #footer_content a:visited {
	text-decoration: none;
	color: #a558ff;
	font-size: 10px ! important;
}

#footer_content a:hover, #footer_content a:active {
	color: #ffb200;
}

li.divider {
	color: #3e298f;
	font-size: 12px;
	font-weight: bold;
}



/*
 *		Classes commonly used Globaly
 */




.right {
	text-align: right;
}

.left {
	text-align: left;
}

.cents {
	vertical-align: top;
	font-size: 7px;
	text-decoration: underline;
	margin: 0;
	padding: 1px;
}

.term {
	vertical-align: top;
	font-size: 7px;
	margin: 0;
	padding: 1px;
}

.hidden {
	display: none;
}



/*
 *		Classes commonly used outside of the website
 */


/* td.content select {
	width: 280px ! important;
}
*/


