/*
GENERAL CSS
*/

a
	{	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px; 
	font-weight: normal;
	/* color: #525163; */
	color: #778DDF;
	
	text-decoration: none;
	}

a:hover
	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px; 
	font-weight: normal;
	/* color: #525163; */
	color: #778DDF;
	
	text-decoration: underline;
	}

h1
	{
	font-size: 13px; 
	}

hr
	{
	margin: 0;
	margin-top: 6px;
	margin-bottom: 6px;

	padding: 0;

	border: 0;
	border-bottom: 1px solid #CBCBCB;
	}

form { padding: 0; margin: 0; }

html 
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	margin: 0;
	padding: 0;
	background: #FFFFFF;

	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 11px; 

	color: #525163;
	}

html, html body #content { height: auto; }


/*
Forms
*/


input.text
	{
	width: 382px;
	height: 16px;

	padding: 0 0 0 4px;

	font: normal 11px Verdana, sans-serif;	
	color: #525163;
	
	border: 1px solid #CBCBCB;
	}

textarea.normal
	{
	width: 500px;
	height: 100px;

	padding: 4px;

	font: normal 11px Verdana, sans-serif;	
	color: #525163;
	
	border: 1px solid #CBCBCB;
	}

input.button
	{
	background: url(../../images/hosting[39].gif);
	

	font: normal 10px Verdana, sans-serif;	
	color: #525163;

	border: 1px solid #CBCBCB;

	cursor: pointer;
	cursor: hand;
	}

/*
HEADER/FOOTER CSS
*/

#header_top
	{
	position: relative;

	width: 100%;
	height: 27px;

	background: url(../../images/hosting[1].gif) repeat-x;

	margin: 0;
	padding: 0;
	border: 0;
	}

#header_middle
	{
	position: relative;

	width: 100%;
	height: 30px;

	background: url(../../images/hosting[3].gif) repeat-x;

	margin: 0;
	padding: 0;
	border: 0;

	overflow: hidden;
	}

#header_bottom
	{
	position: relative;

	width: 100%;
	height: 28px;

	background: url(../../images/hosting[6].gif) repeat-x;

	margin: 0;
	margin-top: -1px;
	padding: 0;
	border: 0;
	}

#header_bottom_content
	{
	position: relative;
	float: left;
	z-index: 200;

	text-align: right;

	width: 900px;
	height: 28px;

	color: #9CA7C5;

	background: url(../../images/hosting[4].gif) no-repeat;

	margin: 0;
	padding: 0;
	padding-top: 7px;
	border: 0;
	}

#content 
	{
	position: relative;

	width: 868px;
	height: auto;
	
	padding: 14px;
	padding-bottom: 0px;
	margin: 0;
	margin-bottom: 33px;
	}

#footer_wrapper
	{
	position: absolute;
	clear: both;

	width: 100%;
	height: 30px;
	
	border: 0;
	border-top: 1px dashed #DBDBDB;
	
	padding: 0;
	
	margin: 0;
	}


#footer_left
	{
	position: relative;
	float: left;

	text-align: left;

	width: 586px;
	height: 23px;
	
	border: 0;
	
	padding: 0;
	padding-top: 7px;

	margin: 0;

	bottom: 0;
	}

#footer_right
	{
	position: relative;
	float: left;

	text-align: right;

	width: auto;
	height: 23px;
	
	border: 0;
	
	padding: 0;
	padding-top: 7px;

	margin: 0;

	bottom: 0;
	}

/*
TEXT VARIATIONS
*/

span.text_grey { color: #959598; }
p.text_grey_small 
	{ 
	color: #959598; 
	font-size: 9px; 
	text-align: right;
	margin-right: -5px;
	}
span.text_bold { font-weight: bold; }
span.text_bold_large { font-weight: bold; font-size: 13px; }
legend { font-weight: bold; font-size: 13px; }

fieldset
	{
	text-align: left;
	width: 752px;
	cursor: pointer; 
	cursor: hand;
	border: 1px solid #D6D5D6;
	-moz-border-radius: 4px;
	padding-left: 5px;
	}

div.a
	{
	float: left; 
	padding: 4px 16px 4px 100px;
	}

div.a > #a 
	{
	padding: 4px 16px 4px 10px;
	}

div.b
	{
	float: left; 
	padding: 4px 4px 4px 10px;
	}

div.c
	{
	float: left; 
	padding: 4px 16px 4px 10px;
	}

div.d
	{
	float: left; 
	padding: 4px;
	}


span.text_orange_small { font-size: 10px; color: #F7881D; font-weight: normal; }
span.text_orange { color: #F7881D; font-weight: normal; }
span.text_orange_bold { color: #F7881D; font-weight: bold; }
span.text_orange_bold_large  { color: #F7881D; font-size: 13px; font-weight: bold; }
/*
TOP NAVIGATION
*/

ul.drop_menu
	{
	list-style: none;
	
	margin: 0;
	padding: 0;
	border: 0;
	}

li.drop_menu
	{	
	position: relative;
	display: block;
	float: left;

	margin: 0;
	padding: 0;
	border: 0;
	}

li.drop_menu_spacer
	{
	position: relative;
	display: block;
	float: left;

	background: url(../../images/hosting[spacer].gif) no-repeat;
	
	width: 1px;
	height: 30px;

	margin: 0;
	padding: 0;
	border: 0;
	}

div.shared_menu
	{
	position: absolute;
	display: block;
	float: left;
	z-index: 10019;

	display: none;
	
	top: 58px;
	left: 305px;

	text-align: left;

	background: #F7F7F7;

	border-top: 0;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;

	padding: 0;
	margin: 0;
	
	padding: 0;
	padding-bottom: 6px;

	margin: 0;
	
	background-image: url(../../images/hosting[10].gif);
	background-position: bottom;
	}


div.reseller_menu
	{
	position: absolute;
	display: block;
	float: left;
	z-index: 10019;

	display: none;
	
	top: 58px;
	left: 430px;

	text-align: left;

	background: #F7F7F7;

	border-top: 0;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	
	padding: 0;
	padding-bottom: 6px;

	margin: 0;
	
	background-image: url(../../images/hosting[10].gif);
	background-position: bottom;
	}


div.support_menu
	{
	position: absolute;
	display: block;
	float: left;
	z-index: 10019;

	display: none;
	
	top: 58px;
	left: 561px;

	text-align: left;

	background: #F7F7F7;

	border-top: 0;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	
	padding: 0;
	padding-bottom: 6px;

	margin: 0;
	
	background-image: url(../../images/hosting[10].gif);
	background-position: bottom;
	}


div.order_menu
	{
	position: absolute;
	display: block;
	float: left;
	z-index: 10019;

	display: none;
	
	top: 58px;
	left: 639px;

	text-align: left;

	background: #F7F7F7;

	border-top: 0;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	
	padding: 0;
	padding-bottom: 6px;

	margin: 0;
	
	background-image: url(../../images/hosting[10].gif);
	background-position: bottom;
	}




/* menu links */
a.menu_link
	{
	margin: 0;
	padding: 0;
	border: 0;

	color: #4f6b72;

	background-image: url(../../images/hosting[11].gif);
	background-color: #FAFAFA;
	}


/* menu links */
a:hover.menu_link
	{
	margin: 0;
	padding: 0;
	border: 0;

	color: #F7881D;
	
	background-image: url(../../images/hosting[11].gif);
	/*background-color: #7191D2;9ca7c5*/
	background-color: #F7F7F7;
	}


/* menu links */
a.menu_link, a:hover.menu_link
	{
	display: block;
	width: 125px;

	text-decoration: none;
	
	background-position: 0 50%;
	background-repeat: no-repeat;

	margin: 0;
	margin-left: 0;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 10px;

	border: 0;

	white-space: nowrap;
	}

/* menu links adjust for non-IE */
a.menu_link, a:hover.menu_link > a.menu_link, a:hover.menu_link { width: auto; }



/*
index.php
*/

table.index
	{
	width: 768px;
	padding: 0;
	border: 0;
	margin: 0;
	}

td.introduction
	{
	line-height: 19px;

	width: 586px;
	height: 116px;

	padding: 0;
	padding-right: 27px;
	border: 0;
	margin: 0;

	text-align: justify;
	}

td.dual_processor
	{
	width: 121px;
	height: 116px;

	padding: 0;
	border: 0;
	margin: 0;
	}

div.box_header
	{
	position: relative;
	text-align: left;

	margin: 0;
	margin-left: 6px;
	margin-top: 22px;
	margin-bottom: 4px; 

	padding: 0;
	border: 0;
	
	width: 300px;
	clear: both;
	}

#content > div.box_header
	{
	padding-top: 16px;
	}

div.box
	{
	background-color: #FFFFFF; 
	border: 1px solid #D6D5D6;
	padding: 4px;
	-moz-border-radius: 4px;
	}

div.box_top
	{
	margin: 0;
	padding: 0;
	border: 0;

	position: relative;
	float: left;
	text-align: right;
	

	width: 383px;
	height: 9px;

	background: url(../../images/hosting[13].gif) no-repeat;
	}

div.box_middle
	{
	margin: 0;

	padding: 0;
	padding-left: 1px;

	float: left;

	text-align: center;	

	width: 300px;
	height: auto;

	border: 0;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	}

div.box_container
	{
	margin: 0;

	padding: 0;
	padding-left: 1px;

	position: relative;
	float: left;

	text-align: center;	

	width: 870px;
	height: auto;

	border: 0;
	}

div.box_inside
	{
	float: left;
	text-align: center;
	

	margin: 0;
	padding: 0;

	background: #FFFFFF;
	
	border: 0;
	}

div.box_top_inside_bkg
	{
	position: relative;
	text-align: right;
	

	width: 175px;
	height: 8px;
	
	margin: 0;
	margin-left: 8px;

	background: url(../../images/hosting[17].gif) no-repeat;
	}

div.box_middle_inside_bkg
	{
	position: relative;
	text-align: left;

	background: #F7F7F7;

	width: 167px;
	height: auto;
	
	margin: 0;
	margin-left: 8px;
	
	padding: 0;
	padding-left: 8px;
	}

div.box_bottom_inside_bkg
	{
	position: relative;
	text-align: right;
	

	width: 175px;
	height: 8px;
	
	margin: 0;
	margin-left: 8px;

	background: url(../../images/hosting[19].gif) no-repeat;
	}

div.box_bottom
	{
	position: relative;
	float: left;
	text-align: right;
	
	width: 383px;
	height: 9px;

	background: url(../../images/hosting[15].gif) no-repeat;
	}

span.more_info_buy
	{
	position: relative;
	display: block;
	width: 127px;
	text-align: center;

	margin: 0 auto;
	
	padding: 0;
	padding-top: 10px;
	padding-right: 12px;

	cursor: pointer; 
	cursor: hand;
	}



/*
network.php
*/

div.network_left
	{
	position: relative;
	float: left;

	text-align: left;

	margin: 0;
	padding: 0;
	border: 0;

	width: 538px;
	height: auto;
	}

div.network_right
	{
	position: relative;
	float: left;

	text-align: right;

	margin: 0;
	padding: 0;
	border: 0;

	width: 212px;
	height: auto;
	}



/*
servers.php
*/

div.servers_left
	{
	position: relative;
	float: left;

	text-align: left;

	margin: 0;
	padding: 0;
	border: 0;

	width: 538px;
	height: auto;
	}

div.servers_right
	{
	position: relative;
	float: left;

	text-align: right;

	margin: 0;
	padding: 0;
	border: 0;

	width: 212px;
	height: auto;
	}

/*
shared_hosting.php
*/

div.comp_header
	{
	position: relative;
	float: left;
	
	margin: 0;
	padding: 0;
	border: 0;

	width: 754px;
	height: 22px;

	text-align: right;

	background: url(../../images/hosting[33].gif) repeat-x;
	}

div.comp_header_bottom
	{
	position: relative;
	float: left;

	margin: 0;
	padding: 0;
	border: 0;
	width: 754px;
	height: 22px;

	text-align: right;

	background: url(../../images/hosting[37].gif) repeat-x;
	}

span.comp_header_text
	{
	display: block; 
	float: left; 
	
	margin: 0; 
	margin-left: 5px; 
	margin-top: 4px; 
	
	text-align: left; 
	
	width: 732px; 

	font-weight: bold;
	color: #9CA7C5;
	}


div.comp_header_spacer
	{
	position: relative;
	float: left;

	margin: 0;
	padding: 0;
	border-top: 0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;

	width: 752px;
	height: 22px;

	text-align: left;

	background: url(../../images/hosting[36].gif) repeat-x;
	}

span.comp_header_spacer_text
	{
	display: block;

	margin: 0; 
	margin-left: 5px; 
	margin-top: 4px; 
	
	width: auto; 
	
	font-weight: bold;
	color: #9CA7C5;
	}

div.comp_header > span.comp_header_text
	{
	width: 734px; 
	margin-left: 8px; 
	margin-top: 3px; 
	}

div.comp_plans
	{
	position: relative;

	margin: 0;
	padding: 0;
	border: 0;

	width: 754px;
	height: auto;

	text-align: left;
	}

div.comp_features
	{
	position: relative;
	float: left;

	margin: 0;
	padding: 0;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;

	width: 202px;
	height: auto;

	text-align: left;

	background: #FAFAFA;
	}

div.comp_available
	{
	position: relative;
	float: left;

	margin: 0;
	padding: 0;
	padding-top:5px;
	padding-bottom: 5px;

	border: 0;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;

	width: 90px;
	height: auto;

	text-align: center;
	background: #FFFFFF;
	}

div.comp_plan_cells
	{
	position: relative;
	float: left;

	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;

	border: 0;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;

	width: 90px;
	height: auto;

	text-align: center;
	background: #F2F3FB;
	background: #F8F8FB;
	background: #F1F2F8;

	font-weight: bold;
	color: #9B9C9D;
	}
	
/*
shared_specials.php
*/

div.specials_left
	{
	position: relative;
	float: left;

	text-align: left;

	margin: 0;
	padding:padding: 4;
	border: 0;

	width: 538px;
	height: auto;
	}

div.specials_right
	{
	position: relative;
	float: left;

	text-align: right;

	margin: 1;
	padding: 1;
	border: 0;

	width: 220px;
	height: auto;
	}
	
div.feature_box
	{
	position: relative;
	float: right;

	margin: 0;
	padding: 0;
	border-top: 0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;

	width: 80px;
	height: 22px;

	text-align: left;

	background: url(../../images/hosting[36].gif) repeat-x;
	}
