@charset "windows-1251";
@import url("reset.css");
/* CSS Document */


/* TOP_MENU */
.header_index {
	width:950px; 
	height:530px; 
	margin: 0px 5px; 
	float:left;
}

.main_photo{}
.logo {width: 225px; height:45px; margin:0px; padding:0px; position:absolute; top:65px; left:0px;}

.main_menu{
	position:absolute;
	left:225px;
	top:65px;
	width: 720px; 
	height:45px; 
	margin-bottom:2px;
	padding:0px; 
	background:url(../images/bg/main_menu_bg.png) left top repeat;
	
	/*	background-color:#000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/

}
.menu_item{
	float: left; 
	width:160px; 
	margin:0px 0px 0px 20px; 
	padding:20px 0px 6px 0px;
	border-top: #33230e 1px solid;
	border-bottom: #9D7D37 2px solid;
	font-size:14px;
	
	/*filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;*/

}
.menu_item a{
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	font-stretch:semi-condensed;
	letter-spacing:0.03em;
	
	/*filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;*/
	
}
.menu_item a:hover{
	text-decoration:underline;
}
.logo_outside{
	position:absolute;
	left: 960px;
	top:50px;
	
}


/*  CONTENT */
.index .content{
	width:950px;
	margin:25px 5px 0 5px;
	float:left;
}

.w220 img {margin: 0px 0px 0px 10px;}


/*  FOOTER  */
.footer{width:950px; margin:20px 5px 0px 5px; float:left;}
.footer .w160, .footer .w220, .footer .w520, .footer .w700{ min-height:85px;border-top: #2e2317 1px solid; padding-top:20px;}
.copyright{width:400px; float:left; color:#888888;}
.copyhead{font-size:12px; color:#888888; margin: 3px 0;}
.copytext{font-size:10px;  width:400px; color:#888888;}
.dev{float:right;}
.dev img{margin-right:10px;}
