/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Elements
----------------------------------------*/
* {
padding: 0px;
margin: 0px;
}

body
{
	background-color:#f5f5f5;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

#mainContainer
{
	width:961px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	
	border-right-style:solid;
	border-left-style:solid;
	border-color:#e7e7e7;
	border-width:1px;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#FFF;
	text-decoration:none;
}

a:hover, a:active
{
	color:#FFF;
	text-decoration:none;
}

h1
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#000;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{
}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:951px;
	height:78px;
	
	margin-left:auto;
	margin-right:auto;
	
	
}

/* Logo
----------------------------------------*/
#logo {
width:221px;
height:71px;
float:left;
}

/* Top Language
----------------------------------------*/
#top_lang {
width:229px;
height:21px;
float:right;

background-image:url(../images/lang_back.png);

font-family:Arial, Helvetica, sans-serif;
font-size:10px;

margin-right:5px;
margin-top: 5px;

padding-top:2px;
}


/* Top Phone Number
----------------------------------------*/
#top_phone_call {
width:229px;
height:13px;
float:right;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;

margin-right:-250px;
margin-top:30px;

color:#505050;

}

#top_phone {
width:229px;
height:21px;
float:right;

font-family:Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:bold;

margin-right:-250px;
margin-top:47px;

color:#505050;

}


/* Main Navigation
----------------------------------------*/
#main_nav
{
	width:951px;
	height:31px;
	
	margin-left:auto;
	margin-right:auto;
	
}

/* NEW */

ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 951px;
	font-size: 1.2em;
}
ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{

}
ul.topnav li span { /*--Drop down trigger styles--*/

}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 31px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 140px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 140px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 120px;
	background: #333 url(../images/nav/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/nav/dropdown_linkbg.gif) no-repeat 10px center;
}



		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:951px;
	margin-left:auto;
	margin-right:auto;
}
	#top_banners
	{
		width:951px;
		margin-top:-1px;
		height:210px;
		
		margin-left:auto;
		margin-right:auto;
	
	}	
	
	#top_banner_main
	{
		background-image:url(../images/banners/datacenter_1.gif);
		background-repeat:repeat-x;
		height:154px;
	}
	
	#top_banner_main_star
	{
		margin-left:8px;
		width:149px;
		height:147px;
		background-image:url(../images/star.png);
		float:left;
		background-repeat:no-repeat;
	
	}
	
	#top_banner_main_title
	{
		margin-left:20px;
		margin-top:15px;
		width:300px;
		height:15px;
		float:left;
		
		color:#FFFFFF;
		font-size:12px;
		
		font-weight:bold;
	
	}
	
	#top_banner_main_text
	{
		margin-left:-280px;
		margin-top:45px;
		width:300px;
		height:80px;
		float:left;
		
		color:#FFFFFF;
		font-size:11px;
	
	}
	
	/* BOX */
	
	#top_banner_box
	{
		margin-left:60px;
		margin-top:-4px;
		width:384px;
		height:214px;
		float:left;
		
		color:#FFFFFF;
		font-size:11px;
		
		background-image:url(../images/box_back.png);
		background-repeat:no-repeat;
	
	}
	
	#top_banner_box_title
	{
		width:300px;
		height:15px;
		margin-top:10px;
		margin-left:15px;
		
		font-size:14px;
	
	}
	
	#top_banner_box_spec
	{
		width:150px;
		height:100px;
		margin-top:20px;
		margin-left:25px;
		
		font-size:14px;
		float:left;
	
	}
	
	#top_banner_box_row
	{
		width:150px;
		height:16px;
		
		font-size:14px;
		
		margin-top:2px;
	}
	
	#top_banner_box_row_img
	{
		width:24px;
		height:16px;
		float:left;
	
	}
	
	#top_banner_box_row_text
	{
		width:126px;
		height:16px;
		float:left;
		
		font-size:11px;
		font-weight:bold;
		
		margin-top:-3px;
	
	}
	
	#top_banner_box_price
	{
		width:128px;
		height:58px;
		float:left;
		
		margin-left:220px;
		margin-top:-80px;
		
		font-size:11px;
		font-weight:bold;
		
		background-image:url(../images/top_box_price_back.png);
		background-repeat:no-repeat;
	
	}
	
	#top_banner_box_price_only
	{
		width:30px;
		height:12px;
		float:left;
		
		margin-left:8px;
		margin-top:0px;
		
		font-size:9px;
	
	}
	
	#top_banner_box_price_price
	{
		width:120px;
		float:left;
		
		margin-left:12px;
		margin-top:10px;
		
		font-size:25px;
	
	}
	
	.mo
	{
		font-size:11px;
	
	}
	
	#top_banner_box_but_more
	{
		width:85px;
		height:24px;
		float:left;
		
		margin-left:195px;
		margin-top:25px;
		
		font-size:25px;
	
	}
	
	#top_banner_box_but_join
	{
		width:83px;
		height:23px;
		float:left;
		
		margin-left:5px;
		margin-top:25px;
		
		font-size:25px;
	
	}
	
	/* DOMAIN */
	
	#top_banner_domain_box
	{
		margin-left:-2px;
		margin-top:-58px;
		width:558px;
		height:43px;
		float:left;
		
		color:#000000;
		font-size:12px;
		
		background-image:url(../images/domain_back.png);
		background-repeat:no-repeat;
		
		padding-left:150px;
		padding-top:11px;
	
	}
	
	#top_banner_domain_form
	{
		width:380px;
		height:25px;
		
		float:left;
		
	}
	
	#top_banner_domain_submit
	{
		width:25px;
		height:25px;
		
		float:right;
		
		margin-left:25px;
		margin-top:-23px;
		
	}
	
	/* Home Packages */
	
	#home_packages
	{
		width:951px;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		
		height: 207px;
	}
	
	#package_1
	{
		width:269px;
		height:207px;
		
		background-image:url(../images/package_bg.png);
		background-repeat:no-repeat;
		margin-left:36px;
		
		float:left;

	}
	
	#package_title
	{
		width:200px;
		height:25px;
		
		font-size:20px;
		
		margin-top:12px;
		margin-left:15px;
		
	}
	
	.title_1
	{
		color:#464646;
	}
	
	.title_2
	{
		color:#ff830b;
		font-weight:bold;
	}
	
	#package_spec
	{
		width:137px;
		height:95px;
		
		margin-top:10px;
		margin-left:30px;
		
		font-size:12px;
		
		color:#3e3e3e;
		
		line-height:18px;
		
	}
	
	#free_domain
	{
		width:146px;
		height:26px;
		
		margin-top:20px;
		margin-left:8px;
		
		float:left;
	}
	
	#package_price
	{
		width:80px;
		height:32px;
		
		margin-top:6px;
		margin-left:2px;
		
		font-size:27px;
		font-weight:bold;
		
		text-align:center;
		
		color:#3e3e3e;
		
		line-height:30px;
		
		float:left;
	}
	
	#package_price_only
	{
		width:60px;
		height:12px;
		
		margin-top:0px;
		margin-right:52px;
		
		font-size:10px;
		font-weight:bold;
		
		
		color:#3e3e3e;
		
		float:right;
	}
	
	#more_details_packages
	{
		width:93px;
		height:19px;
		
		margin-top:11px;
		margin-right:15px;
		
		float:right;
		
		
	}
	
	
	/* HOMEPAGE CONTENT */
	
	#welcome_title
	{
		width:250px;
		
		color:#3f3f3f;
		
		font-size:12px;
		font-weight:bold;
		
		margin-left:15px;
		margin-top:25px;
		
	}
	
	#welcome_text
	{
		width:900px;
		
		color:#3f3f3f;
		
		font-size:12px;
		
		margin-left:25px;
		
		margin-bottom:25px;
		
	}

	
/* Footer
----------------------------------------*/
#footer
{
	width:951px;
	height:200px;
	
	margin-left:auto;
	margin-right:auto;

}

#footer_ads
{
	width:925px;
	margin-left:auto;
	margin-right:auto;
}



#footer_copyright {

	width:933px;
	height:20px;
	
	background-image:url(../images/footer_bg.png);
	
	margin-left:auto;
	margin-right:auto;
	
}

#footer_copyright_left {

float:left;

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;

padding-left:10px;

}

#footer_copyright_right {

float:right;

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;

padding-right:10px;

}

#footer p 
{
	font-size:.625em;
}

#footer_logos 
{
	width:915px;
	
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}









/* Sub Pages
----------------------------------------*/

	#sub_top_banner_main_text
	{
		margin-left:-280px;
		margin-top:45px;
		width:500px;
		height:60px;
		float:left;
		
		color:#FFFFFF;
		font-size:11px;
	
	}
	
	#sub_top_banner_main_button
	{
		width:85px;
		height:24px;
		
		margin-left:400px;
		margin-top:5px;
		
		float:left;
		
	}

	#sub_top_banner_main
	{
		background-image:url(../images/banners/datacenter_1.gif);
		background-repeat:repeat-x;
		height:154px;
	}
	
	#sub_top_banner_main_star
	{
		margin-left:8px;
		width:149px;
		height:147px;
		float:left;
	
	}

	
	#content
	{
		width:940px;
		margin-left:5px;
		
		
	}
	
	#content_title
	{
		width:500px;
	
		font-size:14px;
		font-weight:bold;
		
		margin-top:5px;
	}
	
	#content_welcome_text
	{
		font-size:12px;
		margin-left:12px;
		margin-top:5px;
		margin-bottom:5px;
		
		
	}
	
	

	

.box250 {width:250px; padding:0 0 15px 0; background:url(../images/box_base.gif) no-repeat left bottom; margin-bottom:10px; float:right;}
.box250 h3 {background:url(../images/box.gif); height:30px; line-height:30px; color:#333; padding:0 15px; margin:0; font-size:12px;}
.box250 ul {list-style:none; padding:15px 14px 0 14px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px; height:auto;}
.box250 ul li {text-decoration:none; color:#444; padding:2px 0; font-size:11px; border-bottom:1px solid #f0f0f0; word-spacing:-1px;}
.box250 ul li a {text-decoration:none; color:#048; font-size:12px; font-weight:bold;}
.box250 ul li a:hover {text-decoration:underline;}

.box250 p {padding:15px 14px 0 14px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px; line-height:1.3em; font-size:11px; color:#444;}
.box250 p.red {color:#c00;}
.box250 dl {list-style:none; padding:0 14px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px;}
.box250 dt {clear:left; padding:10px 0; margin:0; font-size:12px; font-weight:bold; color:#151;}
.box250 dd {padding:3px 0; margin:0; font-size:11px; line-height:1.2em; color:#444; border-bottom:1px solid #f0f0f0;}
.box250 dd a {display:block; color:#048; text-decoration:none; width:220px; font-size:12px;}
.box250 dd a em {color:#666; float:right; font-style:normal; font-size:11px;}
.box250 dd a:hover {color:#08c; text-decoration:none;}

.box250 table caption {width:250px; background:url(../images/box.gif); height:30px; line-height:30px; color:#333; padding:0; margin:0; font-size:12px; text-align:left; text-indent:15px; font-weight:bold;}
.box250 table {width:250px; border:1px solid #d8d9da; border-width:0 1px; background:#fff;}
.box250 table th {padding-top:5px; text-indent:5px; color:#151;}
.box250 table td {text-indent:5px; color:#444;}
.box250 table tfoot td {text-align:center; color:#666; font-size:11px; padding-top:10px;}

.box250 form {margin:0;}

.box250 a.bannerad img {display:block; padding-bottom:4px;}

#box_icon
{
	width:75px;
	height:75px;
	margin-right:auto;
	margin-left:auto;
	
}


/* PRODUCT TABLE */


table.products a,
table.products a:link,
table.products a:visited {
	border:none;
	}		
.tbl_img {
	border:0;
	margin-top:.5em;
	}	
table.products {
	width:100%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
	text-align: center;
	}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
tr.odd td,
tr.odd .column1 {
	/* background:#f4f9fe url(../images/background.gif) no-repeat; */
	text-align:left;
	}	
.column1_title {
	background:#f4f9fe url(../images/background.gif) no-repeat;
	font-weight:bold;
	}
table.products .column1	{
	background:#f9fcfe;
	text-align:left;
	color: #505050;
	}
table.products td {
	color:#505050;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}				
table.products th {
	font-weight:normal;
	color: #678197;
	text-align:center;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}	
table.products thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#505050
	}				
table.products tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
table.products tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#505050;
		}		
table.products tfoot th em {
	color:#e97c0d;
	font-weight: bold;
	font-size: 12px;;
	font-style: normal;
	}	
	
table.products td em {
	color:#e97c0d;
	font-weight: bold;
	font-size: 12px;;
	font-style: normal;
	}	


.orange
{
	color:#e97c0d;
	
}

#testimonial_box
{
	width:700px;
	height:180px;
	background-image:url(../images/testimonial_back.png);
	background-repeat:no-repeat;
	
	margin-right:auto;
	margin-left:auto;
	
}

#testimonial_text
{
	width:600px;
	
	margin-top:45px;
	float:right;
	margin-right:50px;
}

#testimonial_name
{
	width:150px;
	float:right;
	
	margin-right:40px;
	
	font-weight:bold;
	
}


#content_welcome_text a
	{
		color:#000;
		text-decoration:underline;
	}
	
#chat_tracking
{
	display: none;
}