@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
a{text-decoration:none}
li{list-style:none}
img{border:none}
/*--------------------------------------------------------------------------*/
#main-container{
	width:100%;
	min-width:1100px;
	height:auto;
}
#header{
	position:relative;
	width:100%;
	height:200px;
}
#header .top-wrapper{
	width:100%;
	height:40px;
	background-image:url(../images/engine/dotted_bg.png);
}
#header .bottom-wrapper{
	width:100%;
	height:160px;
	background-color:#e5e7e8;
	background-image:url(../images/engine/dotted_bg.png);
}
#header .top-white{
	height:40px;
	margin-top:-40px;
	background-color:#FFF;
}
#header .left-section{
	float:left;
	direction:rtl;
	width:78.7%;
	height:100%;
}
#header .left-section .top-white{
	float:left;
	width:99.7%;
}
#header .left-section p{
	padding-right:17px;
}
#header .left-section p.line1{
	font-family: B Titr,'B Titr',tahoma;
	color:#249253;
	font-size:23px;
	margin-top:30px;
	margin-bottom:5px;
}
#header .left-section p.line1 span{
	font-size:15px
}
#header .left-section p.line2{
	color:#d73316;
	font-size:17px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing:-1px;
}
#header .right-section{
	position:relative;
	float:left;
	width:18%;
	height:100%;
	background-color:#e5e7e8;
}
#header .right-section img.logo{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-39px;
	margin-top:-34.5px;
}
#header .end-section{
	position:relative;
	float:right;
	width:3%;
	height:100%;	
}
#header .end-section .top-white{
	float:right;
	width:95%;
}
#header .end-section .down{
	float:right;
	width:95%;
	height:100%;
	background-color:#e5e7e8;
}
#page{
	width:100%;
	height:300px;
	background-color:#249253;
	border-bottom:1px solid #fff;
}
#page .left-section{
	position:relative;
	float:right;
	width:10%;
	height:100%;
}
#page .left-section img{
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-123px;
}
#page .middle-section{
	float:right;
	width:80%;
	height:100%;
	background-color:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#page .middle-section ul.top{
	width:100%;
	height:80px;
	border-bottom:1px solid #fff;
	background-color:#ebf2f8;
}
#page .middle-section> ul{overflow:hidden}
#page .middle-section> ul li{
	float:right;
	height:100%;
	overflow:hidden;
	background-color:#e32e15;
	border-left:1px solid #fff;
}
#page .middle-section> ul li:last-child{border:none}
#page .middle-section> ul li img{width:100%; height:100%;}
#page .middle-section ul.bottom{
	width:100%;
	height:178px;
	background-color:#e32e15;
	border-bottom:1px solid #fff;
}
#page .middle-section ul.bottom .extra span{
	display:block;
}
#page .middle-section ul.bottom .extra{
	position:relative;
}
#page .middle-section ul.bottom .extra img{
	position:absolute;
	bottom:0;
	height:70%;
	border-top:1px solid #fff;
}
#navbar{
	width:100%;
	height:40px;
	background-color:#e7e2e0;
}
#navbar ul.menu li{
	float:right;
	width:90px;
	text-align:center;
	background-image:url(../images/engine/menuitem_bg.png);
	background-repeat:no-repeat;
	background-position:left;
}
#navbar ul.menu li a{
	display:block;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:12px 0;
	cursor:default;
}
#page .right-section{
	float:right;
	width:3%;
	height:100%;
}
#catalog-container{
	position:relative;
	text-align:center;
	width:100%;
	height:115px;
	background-color:#e32e15;
}
#catalog-container img{
	margin-top:25px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#catalog-container img:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#catalog-container span a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#catalog-container span a:hover{
	color:#ccc;
}
#catalog-container .cat-border{
	position:absolute;
	bottom:10px;
	width:100%;
	height:1px;
	background-image:url(../images/engine/cat_bg.png);
}
#footer{
	width:100%;
	text-align:center;
	padding:40px 0;
}