/**
 * Main CSS Stylesheet
 *
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a{
	color:#4a4a4a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img, fieldset{
	border:0;
}
.clear{
	clear:both;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ffffff url(images/bg.gif) repeat-x;
	color:#4a4a4a;
}

#subpage{
	background:#ffffff url(images/bg2.gif) repeat-x;
}

.page{
	width:1000px;
	margin:0 auto;
}

/* HEADER */

#header{
	width:100%;
	height:122px;
	background:url(images/header_bg.png) no-repeat;
}

#header_logo{
	float:left;
}

#header_chat{
	float:right;
}

#logo{
	width:268px;
	height:58px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:40px 0 0 64px;
}

#logo span{
	background:url(images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#chat{
	width:138px;
	height:71px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:44px 59px 0 0;
}

#chat span{
	background:url(images/chat.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

/* MENU */

#menu{
	width:100%;
	height:46px;
	background:url(images/menu_bg.png) no-repeat;
}

#subpage #menu{
	background:url(images/menu_bg2.png) no-repeat;
}

#menu ul{
	padding-top:3px;
	padding-right:53px;
	float:right;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	height:43px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin-left:4px;
}

#menu ul li a span{
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#m_home{
	width:83px;
}

#m_home span{
	background:url(images/m_home.gif) no-repeat;
}

#m_home_s{
	width:83px;
}

#m_home_s span{
	background:url(images/m_home_s.gif) no-repeat;
}

#m_dedicated{
	width:135px;
}

#m_dedicated span{
	background:url(images/m_dedicated.gif) no-repeat;
}

#m_dedicated_s{
	width:135px;
}

#m_dedicated_s span{
	background:url(images/m_dedicated_s.gif) no-repeat;
}

#m_web{
	width:93px;
}

#m_web span{
	background:url(images/m_web.gif) no-repeat;
}

#m_support{
	width:83px;
}

#m_support span{
	background:url(images/m_support.gif) no-repeat;
}

#m_contact{
	width:83px;
}

#m_contact span{
	background:url(images/m_contact.gif) no-repeat;
}

/* BOARD */

#board{
	width:100%;
	height:221px;
	background:url(images/board_bg.png) no-repeat;
}

#board_left{
	float:left;
	width:697px;
}

#board_right{
	float:right;
	width:303px;
	background:url(images/board_right_bg.png) no-repeat top right;
}

#board_left h1{
	color:#000000;
	font-size:30px;
	font-weight:normal;
	margin:10px 0 0 160px;
}

#board_left_descr{
	margin-left:213px;
}

#board_left_descr ul{
	float:left;
	width:220px;
}

#board_left_descr ul li{
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:url(images/board_left_descr_li.gif) no-repeat left bottom;
	padding:5px 0 8px 3px;
	line-height:15px;
}

#board_left_descr ul li.last{
	background:none;
	padding:5px 0 0 3px;
}

#board_left_descr ul li span{
	background:url(images/board_left_descr_span.gif) no-repeat left 5px;
	padding-left:10px;
}

#board_left_full{
	margin-left:222px;
	padding-top:14px;
}

#board_left_full a{
	color:#ffffff;
	background:url(images/board_left_h3.gif) no-repeat left 7px;
	padding-left:16px;
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#board_right p{
	font-size:14px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:125px 37px 0 0;
	text-align:right;
}

#board_right p a{
	display:block;
	margin-top:10px;
}

/* BODY */

#body{
	width:100%;
	background:url(images/body_bg.gif) no-repeat;
	padding-bottom:40px;
}

#subpage #body{
	margin-top:4px;
}

/* INDEX */

#body_top{
	width:948px;
	margin:0 0 0 23px;
	padding:8px 0 10px 0;
}

#body_domreg{
	float:left;
	width:570px;
	height:124px;
	border:1px dashed #bcbcbc;
	background:url(images/body_domreg_bg.gif) no-repeat;
}

#body_webdes{
	float:right;
	width:364px;
	height:124px;
	border:1px dashed #fcbd2e;
	background:url(images/body_webdes_bg.gif) no-repeat;
}

#body_domreg h2{
	color:#3d3d3d;
	font-size:21px;
	font-weight:normal;
	margin:7px 0 0 16px;
}

#body_domreg fieldset ul{
	padding-left:14px;
	padding-top:15px;
}

#body_domreg fieldset ul li{
	float:left;
}

#body_domreg_text{
	width:338px;
	height:35px;
	background:url(images/body_domreg_text_bg.gif) no-repeat;
}

#body_domreg_text input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:none;
	border:0;
	color:#b0b0b0;
	margin:9px 0 0 9px;
	width:313px;
}

#body_domreg_select{
	width:133px;
	height:35px;
	background:url(images/body_domreg_select_bg.gif) no-repeat;
}

#body_domreg_select select{
	font-weight:bold;
	color:#7f7f7f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:7px 0 0 9px;
	width:108px;
	border:0;
}

#body_domreg_exp{
	margin-left:16px;
	padding-top:12px;
}

#body_domreg_exp li{
	display:inline;
	color:#666666;
	padding-right:3px;
}

#body_webdes h2{
	color:#3d3d3d;
	font-size:26px;
	margin:7px 0 0 22px;
}

#body_webdes_left{
	float:left;
	width:253px;
}

#body_webdes_right{
	float:right;
}

#body_webdes_left p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:22px;
	padding-top:16px;
}

#body_webdes_right a{
	display:block;
	position:relative;
	left:1px;
	top:46px;
}

#body_center{
	width:965px;
	margin-left:15px;
	border-top:1px solid #efefef;
	background:url(images/body_center_bg.gif) repeat-x;
}

#body_center_pad{
	background:url(images/dedicated_servers.gif) no-repeat;
	padding-left:150px;
	width:814px;
}

.server_item{
	width:257px;
	float:left;
	margin-right:20px;
	background:url(images/server_item_bg.gif) no-repeat right top;
}

.server_item_last{
	margin-right:0;
	background:none;
}

.server_item_top{
	width:236px;
}

.server_item_top h2{
	font-size:25px;
	color:#3d3d3d;
	padding-top:15px;
	border-bottom:1px dashed #d1d1d1;
	padding-bottom:5px;
}

.server_item_top ul{
	margin-left:10px;
	padding-top:2px;
}

.server_item_top ul li{
	padding-top:8px;
}

.server_item_end{
	width:236px;
	height:65px;
	background:url(images/server_item_end_bg.gif) repeat-x;
	margin-top:12px;
}

.server_item_end h3{
	font-size:15px;
	font-weight:normal;
	margin-left:21px;
	margin-bottom:6px;
	padding-top:6px;
}

.server_item_end h3 span{
	color:#f26522;
}

.server_item_end a{
	border-bottom:1px dashed #999999;
	color:#000000;
	margin-left:21px;
	font-weight:bold;
	padding-bottom:2px;
}

.server_item_end a span{
	background:url(images/server_item_end_a.gif) no-repeat left 4px;
	padding-left:10px;
}

.server_item_end a:hover{
	color:#666666;
	text-decoration:none;
}

#body_end{
	width:949px;
	background:url(images/body_end_bg.gif) no-repeat;
	margin-left:24px;
}

.body_end_box{
	float:left;
	width:297px;
	padding-left:17px;
	padding-top:13px;
}

.body_end_box h2{
	font-size:19px;
	color:#4b4b4b;
	font-weight:normal;
	padding-left:28px;
	padding-bottom:5px;
	background:url(images/new_cust_bg.gif) no-repeat;
}

#transfers h2{
	background:url(images/transfers_bg.gif) no-repeat;
}

#knowledge_center h2{
	background:url(images/knowledge_center_bg.gif) no-repeat;
}

.body_end_box ul{
	margin-left:8px;
	width:256px;
}

.body_end_box ul li{
	background:url(images/body_end_box_li.gif) no-repeat left bottom;
	padding:6px 0 8px 4px;
}

.body_end_box ul li.last{
	background:none;
	padding:6px 0 0 4px;
}

.body_end_box ul li p{
	background:url(images/new_cust_a.gif) no-repeat left 4px;
	padding-left:12px;
}

#transfers ul li p{
	background:url(images/transfers_a.gif) no-repeat left 4px;
}

/* SUB PAGE */

#body_left{
	width:672px;
	float:left;
}

#body_right{
	width:328px;
	float:right;
}

#left_pad{
	width:608px;
	margin-left:41px;
	padding-top:22px;
}

#right_pad{
	width:293px;
	padding-top:18px;
}

#left_pad h2{
	font-size:21px;
	color:#3d3d3d;
	font-weight:normal;
	padding-bottom:8px;
}

.left_pad_p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	padding-bottom:15px;
	line-height:20px;
}

#feature_list{
	width:100%;
	background:url(images/feature_list_bg.gif) no-repeat;
}

#feature_list ul{
	margin-left:20px;
	padding-top:15px;
	width:565px;
}

#feature_list ul li{
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding:6px 0 8px 9px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#feature_list ul li.last{
	background:none;
}

#feature_list ul li p{
	background:url(images/feature_list_p.gif) no-repeat left 4px;
	padding-left:12px;
}

.right_box{
	border:1px dashed #b3b3b3;
	width:100%;
	background:url(images/right_box_bg.gif) repeat-x;
}

.right_box_pad{
	width:262px;
	margin-left:15px;
}

.right_box_pad h2{
	font-size:20px;
	color:#000000;
	font-weight:normal;
	background:url(images/right_box_pad_h2.gif) no-repeat left bottom;
	padding:8px 0 6px 0;
	margin-bottom:10px;
}

#feature_list{
	width:100%;
}

#plans_list ul{
	padding-bottom:15px;
}

#plans_list ul li{
	border-bottom:1px solid #f1f1f1;
	padding:6px 0 8px 9px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#plans_list ul li.last{
	border-bottom:0;
}

#plans_list ul li p{
	background:url(images/plans_list_p.gif) no-repeat left 4px;
	padding-left:12px;
}

#dedser_box{
}

#dedser_box_top{
	height:37px;
	border:1px dashed #bcbcbc;
	background:url(images/dedser_box_top_bg.gif) repeat-x;
}

#dedser_box_top ul{
}

#dedser_box_top ul li{
	float:left;
	display:block;
	width:120px;
	height:37px;
	border-right:1px solid #e7e7e7;
	text-align:center;
}

#dedser_box_top ul li.last{
	border-right:0;
}

#dedser_box_top ul li p{
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:10px;
}

#dedser_box_body{
	background:#f9f9f9;
	margin-left:1px;
}

#dedser_box_body ul{
}

#dedser_box_body ul li{
	float:left;
	display:block;
	width:120px;
	height:37px;
	border-right:1px solid #e7e7e7;
	text-align:center;
}

#dedser_box_body ul li.last{
	border-right:0;
}

#dedser_box_body ul li p{
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:10px;
}

#dedser_box_order{
	background:#f4f4f4;
	margin-left:1px;
}

#dedser_box_order ul{
}

#dedser_box_order ul li{
	float:left;
	display:block;
	width:120px;
	height:37px;
	text-align:center;
}

#dedser_box_order ul li p{
	padding-top:7px;
}


/* webdesign */

#webdesign_list{
}

#webdesign_list ul{
}

#webdesign_list ul li{
	float:left;
	margin-right:12px;
	padding-bottom:12px;
}

#webdesign_list ul li.last{
	margin-right:0;
}

#webdesign_list ul li a{
	float:left;
}

#webdesign_list ul li img{
	border:3px solid #c9c9c9;
	padding:1px;
	background:#FFFFFF;
}

#right_quote{
	padding-bottom:20px;
}

.right_quote_shad, .right_quote_shad3{
	width:242px;
	height:36px;
	background:url(images/right_quote_text_bg.gif) no-repeat;
	margin-bottom:5px;
}

#right_quote li{
	line-height:10px;
}

#right_quote label{
	color:#7e7e7e;
	font-size:12px;
	display:block;
	padding-bottom:4px;
}

.right_quote_shad input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:none;
	border:0;
	color:#b0b0b0;
	margin:9px 0 0 9px;
	width:222px;
}

.right_quote_shad3 input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:none;
	border:0;
	color:#b0b0b0;
	margin:7px 0 0 9px;
	width:222px;
}

.right_quote_shad3 select{
	color:#7f7f7f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:5px 0 0 9px;
	width:222px;
	border:0;
}

.right_quote_shad2{
	width:242px;
	height:115px;
	background:url(images/right_quote_text_bg2.gif) no-repeat;
	margin-bottom:5px;
}

.right_quote_shad2 textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:none;
	border:0;
	color:#b0b0b0;
	margin:9px 0 0 9px;
	width:222px;
	height:102px;
}

/* FOOTER */

#footer{
	width:100%;
	height:187px;
	background:url(images/footer_bg.gif) no-repeat;
}

#footer_links{
	margin-left:200px;
	padding-top:2px;
}

#footer_links li{
	display:block;
	float:left;
	height:38px;
	background:url(images/footer_links_sep.gif) no-repeat right;
	padding:0 25px 0 25px;
}

#footer_links li.last{
	background:none;
}

#footer_menu{
	text-align:center;
	padding-top:15px;
}

#footer_menu li{
	color:#3d3d3d;
	padding:0 1px 0 1px;
	display:inline;
}

#footer_menu li a{
	color:#3d3d3d;
	font-weight:bold;
}

#footer p{
	text-align:center;
	color:#000000;
	padding-top:30px;
}

#footer p a{
	color:#f26522;
	font-weight:bold;
}

#footer_logo{
	text-align:center;
	padding-top:15px;
}
