@charset "utf-8";
/* CSS Document */

@variables {
  color_div_line: #808184;
  color_text_white_bg: #404041;
  bg_body: #302E2F;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #000;
	color: #FFF;
	min-width: 1000px;
}

img {
	border: none;
}

a, a:hover {
	color: #FFF;
}


h1 {
	font-size: 22px;
	line-height: 27px;
	margin: 5px 0;
}

h2 {
	font-size: 20px;
	*font-size: 18px;
	line-height: 24px;
	margin: 5px 0;
}

h3 {
	font-size: 17px;
	*font-size: 14px;
	line-height: 21px;
	margin: 10px 0 5px 0;
}

h4 {
	font-size: 16px;
	*font-size: 13px;
	line-height: 19px;
	margin: 10px 0 5px 0;
}

h5 {
	font-size: 13px;
	*font-size: 12px;
	line-height: 19px;
	margin: 10px 0 5px 0;
}

#header, #navbar, #banner, #breadcrumb, #main_content, #mainContent, #btmContent, #footer {
	width: 1000px;
	margin: auto;
	background-color: #3e3c3f;
}


/* HEADER */

#header {
	background-image: url(/images/template/hdr-bg-main.jpg);
	height: 130px;
	position: absolute;
	margin-bottom: 43px;
	top: 0;
    left: 50%;
    margin-left: -500px;

}

#header img#logo {
	position: absolute;
	top: 42px;
	left: 74px;
}

#header #buttons {
	position: absolute;
	top: 20px;
	right: 250px;
	text-align: right;
}

#header #buttons div {
	margin-bottom: 3px;
}

#header #buttons a {
	margin: 3px;
}

#header select#contact {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 216px;
	padding: 5px 2px;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #59585d;
	background-color: #4E4F51;
	color: #fff;
}

#header #search_box {
	position: absolute;
	top: 55px;
	right: 20px;
	width: 220px;
	text-align: right;
}

#header #search_box #search  {
	color: #999;
	width: 165px;
	*width: 178px;
	margin-right: 0;
	padding: 5px;
	background-color: #4E4F51;
	border: 1px solid #59585d;
	border-left: 0;	
	font-size: 11px;
}

#header #search_box #go  {
	vertical-align: middle;
	margin-left: 0;
	margin-top: -2px;
	*margin-top: -11px;
	height: 25px;
	height: 26px\9;
	border: 1px solid #6e6f73;
	background-color: #58595d;
	color: #fff;	
}


/* NAVBAR */
#navbar {
	height: 3.6em;
	background-image: url(/images/template/navbar-bg-main.jpg);
	position: absolute;
	z-index: 99;
	top: 130px;
	left: 50%;
    margin-left: -500px;
}

a#homeNav {
	border-left: none;
	margin-left: 0;
}


/* BANNER */
#banner {
	background-image: url(/images/template/banner-bg-main.jpg);
	background-repeat: repeat-x;
	height: 200px;
	text-align: center;
	border-top: 1px solid #3e3c3f;
}


/* BREADCRUMB */
#breadcrumb {
	background-color: #242625;
	padding: 7px 0;
	color: #e3001e;
	font-size: 11px;
	padding-top: 180px;
}

#breadcrumb a, #breadcrumb strong {
	margin: 5px;
	text-decoration: none;
	color: #ccc;
}

#breadcrumb a:hover {
	color: #FFF;
}


/* FOOTER */
#footer {
	background-image:url(/images/template/ftr-bg-main.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #999;
}

#footer a, #footer a:hover {
	color: #999;
}

#footer #mainFooter {
	overflow: hidden;
	width: 1000px;
	font-style: italic;
	/*background-image: url(/images/template/ftr-bg-top.gif);
	background-position: top;
	background-repeat: no-repeat;*/
}

#footer #mainFooter div {
	width: 13%;
	float: left;
	padding: 15px;
}

#footer #mainFooter div a, #footer #subFooter a {
	text-decoration: none;
}

#footer #mainFooter div a:hover, #footer #subFooter a:hover {
	color: #FFF;
}

#footer #mainFooter div h4 {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 12px;
}

#footer #mainFooter div ul {
	margin-left: -40px;
	*margin-left: 0;
	margin-top: 0;
	list-style-type: none;
}

#subFooter {
	text-align: center;
	padding-bottom: 20px;
}


/*COMMON STYLES*/

.bold {
	font-weight: bold;
}

.footnote, .caption  {
	color: #ccc;
	font-size: 11px;
	line-height: 14px;
}

.no_bul {
	list-style: none;
	margin-left: -40px;
	*margin-left: 0;
	
}

hr {
	color: #808184;
	background-color: #808184;
	height: 2px;
	border: none;
}

hr.thin {
	color: #808184;
	background-color: #808184;
	height: 1px;
	border: none;
}

.container {
	overflow: hidden;
	position: relative;
}

.col_wide {
	padding-left: 10px;
	padding-right: 10px;
}

.phone {
	width: 266px; 
	height: 46px; 
	background-image: url(/images/about/sdbr-btn-phone.gif); 
	font-size: 16px; 
	font-weight: bold;
}

.phone p {
	padding: 15px 0 10px 80px;
	margin: 0;
}

/*FONT SIZE*/
.size_xsm {
	font-size: 10px;
}

.size_sm {
	font-size: 11px;
}

.size_l {
	font-size: 14px;
}

.size_xl {
	font-size: 16px;
}

.size_xxl {
	font-size: 18px;
}

.size_xxxl {
	font-size: 20px;
}

.size_xxxxl {
	font-size: 24px;
}

/*BUTTONS*/
a.btn_77x32 {
	display: block;
	width: 77px;
	height: 22px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
	line-height: 15px;
}
a.btn_97x27 {
	display: block;
	width: 97px;
	height: 22px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
}
a.btn_135x36 {
	display: block;
	width: 135px;
	height: 26px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
}
a.btn_170x36 {
	display: block;
	width: 170px;
	height: 26px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
}

a.btn_195x42 {
	display: block;
	width: 195px;
	height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 12px;
}

a.btn_294x51 {
	display: block;
	width: 294px;
	height: 36px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
}


/* TABBED STYLES */

.tabbed-content .col1, .tabbed-content .col2 {
	float: left;
	width: 280px;
	padding: 0 20px 0 0;
}
.tabbed-content .col1 h3, .tabbed-content .col2 h3 {
	margin-bottom: 0;
}
.tabbed-content .col1 h3 img, .tabbed-content .col2 h3 img {
	vertical-align: middle;
}
.tabbed-content .col1 h4, .tabbed-content .col2 h4 {
	padding-bottom: 10px;
	border-bottom: 2px solid #808184;
	margin-top: 10px;
	margin-bottom: 5px;
}

.tabbed-box {
	width: 650px;
	background-image: url(/images/dedicated-servers/cnt-bg-tab-btm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.tabbed-box .tabs {
	margin: 0 0 0 -40px;
	*margin: 0 0 0 0;
	overflow: hidden;
}
.tabbed-box .tabs li {
	list-style: none;
	float: left; 
}
.tabbed-box .tabs li a {
	display: block;
	width: 125px;
	height: 19px;
	padding: 5px 0;
	margin-left: 4px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-image: url(/images/cnt-tab-inactive.gif);
}
.tabbed-box .tabs li:first-child a {
	border-left: none; 
}
.tabbed-box .tabs li a:hover {
	background-image: url(/images/cnt-tab-active.gif);
}
.tabbed-box .tabs li a:focus {
	outline: none; 
}
.tabbed-box .tabs li a.active {
	background-image: url(/images/cnt-tab-active.gif);
}
.tabbed-content {
	padding: 10px;
	display: none;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	height: 270px;
	position: relative;
}

.tabbed-content div.tabbed-col {
	float: left;
	width: 43%;					
	padding: 10px 20px;
	color: #333;
}

.tabbed-content div.tabbed-col1 {
	float: left;
	width: 44%;					
	padding: 10px 0 10px 20px;
	color: #333;
}

.tabbed-content div.tabbed-col2 {
	float: left;
	width: 44%;					
	padding: 10px 20px 10px 0;
	color: #333;
}

.tabbed-content div.tabbed-col p strong {
	font-size: 14px;
}

.tabbed-content div.tabbed-col .price_order_div {
	border: none;
}

.tabbed-content div.tabbed-col .price_order_div div {
	text-align: left; 
	width: 60%;
}



/* TABBED BOX - 100 size */
#tab-100 .tabbed-box .tabs li a {
	display: block;
	width: 100px;
	height: 19px;
	padding: 5px 0;
	margin-left: 4px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-image: url(/images/cnt-tab-server-100-inactive.gif);
}

#tab-100 .tabbed-box .tabs li a:hover {
	background-image: url(/images/cnt-tab-server-100-active.gif);
}

#tab-100 .tabbed-box .tabs li a.active {
	background-image: url(/images/cnt-tab-server-100-active.gif);
}

#tab-100 .tabbed-content {
	padding: 0;
	display: none;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	position: relative;	
	height: 320px;
}

#tab-100 .tabbed-content div.tabbed-col1 {
	float: left;
	width: 324px;					
	padding: 0;
	height: 320px;
}

#tab-100 .tabbed-content div.tabbed-col2 {
	float: left;
	width: 325px;					
	padding: 0;
	height: 300px;
	border-left: 1px solid #929497;
}

#tab-100 .tabbed-content h4 {
	display: block;
	margin: 0;
	height: 35px;
	padding: 15px 10px 10px 10px;	
	text-align: center;
}

#tab-100 .tabbed-content div.tabbed-col2 h4 {
	color: #fff;
}

#tab-100 .tabbed-content ul {
	margin-right: 20px;
}


/* TABBED BOX - 100 size */
#tab-200 .tabbed-box .tabs li a {
	display: block;
	width: 200px;
	height: 19px;
	padding: 5px 0;
	margin-left: 4px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-image: url(/images/cnt-tab-server-200-inactive.gif);
}

#tab-200 .tabbed-box .tabs li a:hover {
	background-image: url(/images/cnt-tab-server-200-active.gif);
}

#tab-200 .tabbed-box .tabs li a.active {
	background-image: url(/images/cnt-tab-server-200-active.gif);
}

#tab-200 .tabbed-content {
	padding: 10px;
	display: none;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	position: relative;	
	height: 320px;
}

#tab-200 .tabbed-content div.tabbed-col1 {
	float: left;
	width: 324px;					
	padding: 0;
	height: 320px;
}

#tab-200 .tabbed-content div.tabbed-col2 {
	float: left;
	width: 325px;					
	padding: 0;
	height: 300px;
	border-left: 1px solid #929497;
}

#tab-200 .tabbed-content h4 {
	display: block;
	margin: 0;
	height: 35px;
	padding: 15px 10px 10px 10px;	
	text-align: center;
}

#tab-200 .tabbed-content div.tabbed-col2 h4 {
	color: #fff;
}

#tab-200 .tabbed-content ul {
	margin-right: 20px;
}


/* SLIDESHOW STYLES */
#slideshow {
	position: relative;
	_position: static;
	background-color: #fff;
	margin: 20px 40px;
	width: 150px;
}
#slideshow IMG {
	position: absolute;
	_position: static;
	top:0;
	left:0;
	z-index:8;
}
#slideshow IMG.active {
	z-index:10;
}
#slideshow IMG.last-active {
	z-index:9;
}

/* POPUP STYLES */

.popups_link {
	margin: 0;
	padding: 10px;
	color: #404041;
	text-align: right;
}

.popups_link a {
	color: #404041;
}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.6em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
a#homeNav {
	border-left: none;
	border-top: none;
	margin-left: 0;
}
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	border-left:	1px solid #2f2f31;
	border-top:		1px solid #2f2f31;
	padding: 		1.25em 1.05em;
	*padding: 		1.25em 1.10em;
	text-decoration:none;
}
.sf-menu li a.main_section {
	border-top:		none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		none;
}
.sf-menu li li {
	background:		#2a2a2c;
	/* CSS3 standard */
	opacity:0.98;
}
.sf-menu li li li {
	background:		#38383a;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#1d1d1f;
	outline:		0;
}

.sf-menu .special {
	background-color: #a00b21;
	font-weight: bold;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			20px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('/images/topnav/arrows-ffffff.png') no-repeat -10px -100px;  /*8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/template/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
