@CHARSET "UTF-8";

/* RESET */
* {margin:0;padding:0;border: 0;outline:0;font-size:100%;vertical-align:baseline}

/* GENERAL */
body {
	background: #fff;
	font: normal 62.5% Verdana,Helvetica,Arial,sans-serif;
	text-align: center;
	height: 100%;
	background: url('../img/bg1.png') #EBEBEB repeat-x top left;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	letter-spacing: 0;
}

a{
	color:#0099CB;
	font-family:Verdana,Helvetica,Arial,sans-serif;
}
a:focus {
	
}
a:active {
	outline: 0px;
}
a:hover {
	color: #c6010a;
}

ul{
	list-style-type: none;	
}

td{
	vertical-align: top;	
}

/* CLEARFIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; zoom: 1 }


#main1{
	width: 960px;
	margin:0 auto;
	text-align:left;
}

#main2{
	width: 960px;
	margin:0 auto;
	text-align:left;
}

#front{
	width: 960px;
	margin:0 auto;
	text-align:left;
}

#top{
	width: 920px;
	margin:0 auto;
	text-align:left;
}

	#top_tools{
		width: 100%;
		height: 40px;	
	}
	
	#top_logo{
		width: 100%;
		height: 50px;
	}
		#logo{
			width: 200px;
			height: 50px;
			background: url('../img/logo.png') no-repeat;
			cursor:pointer;
		}
	#top_menu{
		width: 100%;
		height: 28px;
		background: url('../img/topmenu_bg1.png') repeat-x top left;
	}
	#top_menu_line{
		width: 100%;
		height: 6px;
		background: url('../img/topmenu_bg1.png') repeat-x top left;
	}
	
	#top_menu li{
		float:left;
		margin:0 10px 0 20px;
	}
	#top_menu li a{
		text-decoration:none;
		font-family:Verdana,Helvetica,Arial,sans-serif;
		color:#7E2217;
		font-size:12px;
		font-weight: bold;
		line-height:26px;
	}
	
	#top_slogan{
		width: 100%;
		height: 180px;
	}
	
	#top_dual_slogan{
		width: 100%;
		height: 180px;
	}
		#top_dual_slogan_left{
			width: 570px;
			height: 180px;
			float:left;
		}
		#top_dual_slogan_right{
			width: 340px;
			height: 160px;
			float:right;
			background:#292828;
			padding:10px 10px 10px 0;
		}
		#top_dual_slogan_right a{
			text-decoration:none;
			color:#fff;
			font-size:14px;
			background:#686868;
			padding:3px 6px 3px 6px;
			border-left:3px solid #00ADC1;
		}
		#top_dual_slogan_right a:hover{
			border-left:3px solid #C6010A;
		}
		#top_dual_slogan_right li{
			margin:0 0 7px;
		}
	
	#header_img{
		width: 100%;
		height: 180px;
	}

#front_center{
	width: 960px;
	padding-left:15px;
}

.front_center_box{
	width:310px;
	float:left;
}

	.front_center_box .t{
		height:15px;
		width:310px;
		background: url('../img/front1_block_t.png') no-repeat center;
	}
	
	.front_center_box .c{
		width:270px;
		background: url('../img/front1_block_c.png') repeat-y;
		padding:0 20px 5px;
	}
	
		.front_center_box .c h3{
			font-size:15px;
			margin-bottom:3px;
		}
		
		.front_center_box .c p{
			padding:3px 0;
			font-size:11px;
			line-height:1.4em;
		}
		
		.front_center_box .c td{
			padding:3px 0;
			font-size:11px;
			line-height:1.4em;
		}
		
		.front_center_box .c ul{
			margin: 5px 0;
		}
		
		.front_center_box .c li{
			font-size:11px;
			line-height:1.4em;
			padding:0 0 0 7px;
			margin:0 0 4px 4px;
			border-left:4px solid #CACED1;
		}
		
		.front_center_box .c li:hover{
			border-left:4px solid #99A6AF;
		}
	
	.front_center_box .b{
		height:15px;
		width:310px;
		background: url('../img/front1_block_b.png') no-repeat;
	}

#center{
	width: 960px;
	background: url('../img/content_el_b.png') repeat-y;
}

	#center_header{
		width: 960px;
		height: 15px;
		background: url('../img/content_top.png') no-repeat;
	}
	
	#center_body{
		width: 960px;
		/* background: url('../img/content_el_a.png') no-repeat top left; */
	}
	
	#center_body_left{
		float:left;
		width:180px;
		margin:0 0 0 20px;
	}
	
	#center_body_left .standart_menu_3{
		margin-bottom:15px;
	}
	
	#center_body_left .standart_menu_3 li a{
		display: block;
		width:180px;
		margin:0 0 1px 0;
		font-size:11px;
		color:#4b4b4b;
		text-decoration:none;
	}
	
	#center_body_left .standart_menu_3 li.l1 a{
		background: url('../img/menu_l1.png') repeat-y;
		padding:4px 5px 4px 15px;
		width:160px;
	}
	
	#center_body_left .standart_menu_3 li.l1 a:hover{
		background: url('../img/menu_l1_hover.png') repeat-y;
	}
	
	#center_body_left .standart_menu_3 li.l2 a{
		background: url('../img/menu_l2.png') repeat-y;
		color:#6b6b6b;
		padding:4px 5px 4px 24px;
		width:151px;
	}
	
	#center_body_left .standart_menu_3 li.l2 a:hover{
		background: url('../img/menu_l2_hover.png') repeat-y;
	}
	
	#center_body_left .standart_menu_3 li.l3{
		display:none;
	}
	
	#center_body_left .standart_menu_3 li a.selected{
		background: url('../img/menu_selected.png') repeat-y !important;
		color:#fff;
	}
	
	#center_body_main{
		float:right;
		width:740px;
		margin:0 20px 25px 0;
	}
	
		#main1 .content,
		#main2 .content{
			float:left;
			padding:10px 10px 0 20px;
			line-height:1.5em;
			font-size:1.2em;
			color:#333333;
		}
		
		#main1 .content{
			width:530px;
		}
		
		#main2 .content{
			width:710px;
		}
		
		#center_body_main .content h1{
			font-size:1.5em;
			font-weight:bold;
			color:#222121;
			margin:0 0 20px 0;
		}
		
		#center_body_main .content h3{
			font-weight:bold;
			color:#c6010a;
			margin:0 0 15px 0;
		}
		
		#center_body_main .content p{
			margin:0 0 15px 0;
		}
		
		#center_body_main .content ul{
			margin:0 0 15px 0;
		}
		
		#center_body_main .content li{
			padding:0 0 0 7px;
			margin:0 0 4px 4px;
			border-left:4px solid #CACED1;
		}
		
		#center_body_main .content li:hover{
			border-left:4px solid #99A6AF;
		}
		
		#center_body_main .content td{
			padding:3px 14px 3px 0;
		}
		
		#center_body_right{
			float:right;
			width:180px;
		}
		
#footer{
	background:#222121;
	padding:0 0 25px 0;
			font-family: Verdana;
}

	#footer_body{
		width: 920px;
		margin:0 auto;
		text-align:left;
		font-size:10px;
		color:#fff;
		background:#292828;
	}
	
	#footer_body_top{
		width:890px;
		height:10px;
		padding: 8px 15px;
		color:#7e7e7e;
	}
	
	#footer_body_center{
		width:920px;
		padding:0 0 0 10px;
	}
	
	#logo_ehostingas{
		background: url('../img/ehosting_logo.png') no-repeat;
		width:150px;
		height:48px;
		float:left;
		margin:3px;
	}
	
	#logo_flekstvs{
		background: url('../img/flekstvs_logo.png') no-repeat;
		width:90px;
		height:50px;
		float:left;
		margin:3px;
	}
	
	#footer_body_center .box{
		width:280px;
		float:left;
		margin:0 10px 0 0;
		padding:5px;
		color:#7e7e7e;
	}
	
	#footer_body_center .right{
		text-align:right;
	}
	
	#footer_body_bottom{
		width:900px;
		height:19px;
		text-align:right;
		padding:6px 20px 0 0;
		color:#7e7e7e;
	}
