@import "reset.css";
@import "base.css";
html{
	font-size:100.01%;
	}

body{
	color:#000000;
	font-size:11px;
	font-family:Arial;
	background:#291006 url(./i/backgrounds/body.jpg);
	}
.bone{
	width:1000px;
	margin:0 auto;
}
.site-services, .menu ul, .list, .list ul, .bottom-menu ul{margin:0;}
.site-services li, .menu ul li, .list li, .bottom-menu li{list-style:none;}
.head{
	height:489px;
	position: relative;
	background:url(./i/backgrounds/head.jpg) no-repeat;
}
.site-services{
	position: absolute;
	top:37px;
	left:734px;
}
.site-services b{display:none;}
.site-services li{
	float: left;
	padding-right:20px;
}
.site-services li a{
	display: block;
	width:17px;
	height:16px;	
}
.site-services li a:hover, .site-services li.active a{background:url(./i/backgrounds/icons-bg.png) no-repeat;}
.site-services li a span{
	padding-top:3px;
	display: block;
	width:17px;
	height:16px;
}
a#home span{background:url(./i/icons/home.gif) no-repeat 50% 30%;}
a#home:hover span, .active a#home span{background:url(./i/icons/home-on.gif) no-repeat 50% 30%;}
a#mail span{background:url(./i/icons/mail.gif) no-repeat 50% 30%;}
a#mail:hover span, .active a#mail span{background:url(./i/icons/mail-on.gif) no-repeat 50% 30%;}
a#map span{background:url(./i/icons/map.gif) no-repeat 50% 30%;}
a#map:hover span, .active a#map span{background:url(./i/icons/map-on.gif) no-repeat 50% 30%;}

/*middle*/
.middle{
	background:url(./i/backgrounds/middle.png) repeat-x;
}
.wrapper, .navigation, .extra{
   	margin-top:-35px;
	position:relative;
	z-index:12;
}
.wrapper{
	float:left;
	width:100%;
}
.content{
	color: #ffe79a;
	min-height:300px;
	margin: 0 215px 0 230px;
}
.content h2{
	color: #ff0009;
	font-size:18px;
	font-weight: normal;
	font-style: italic;
	margin:0 0 2px 0;
}
.content h2 a{
	color: #ff0009;
	text-decoration: none;
}
.content h3{
	color: #b47f21;
	font-size:14px;
	font-weight: normal;
	font-style: italic;
	margin:4px 0 9px;
}
.content p{
	line-height:1.9;
	margin:12px 0 16px;
}
.list li{
	width: 48%;
    min-height: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin:10px 1% 12px 0;
    zoom: 1;
    *display: inline;
    _height: 50px;
}
.list .preview{
	float: left;
}
.list li ul{
	margin-left:126px;
}
.list li li{
	width: 100%;
    min-height: 4px;
    display: block;
    padding:5px 0 0;
	margin:0;
    zoom: 1;
    *display: block;
    _height: 10px;
}
.list li a{
	color: #ffe79a;
	font-size:11px;
	font-family:Tahoma;
}
.list li a:hover{
	text-decoration: none;
}
/*navigation*/
.navigation{
	float:left;
	width:181px;
	padding:0 0 20px 19px;
	margin-left:-1000px;
}
.title{
	color: #fff;
	font-size:18px;
	font-style: italic;
	padding:2px 40px 4px 16px;
	margin: 0;
	background:url(./i/backgrounds/title.png) no-repeat;
}
.menu{
	border-left:1px solid #7e6c49;
	border-right:1px solid #7e6c49;
}
.menu ul{
	background:#dec573;
	border:3px solid #f0da96;
	border-bottom: none;
}
.menu li{
	padding:4px 0;
	margin:0 12px 0 10px;
	border-top:1px solid #ebd27f;
	border-bottom:1px solid #c3aa59;
}
.menu li.first{
	padding-top:7px;
	border-top: none;
}
.menu a{
	color: #4e0505;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration: none;
	padding-left:15px;
	background:url(./i/backgrounds/menu-a.png) no-repeat 0 3px;
}
.menu a:hover{
	text-decoration: underline;
}
.bg-bottom{
	height:17px;
	overflow: hidden;
	background:url(./i/backgrounds/bg-bototm.png) no-repeat;
}
/*extra*/
.extra{
	float:left;
	width:181px;  
	padding:0 19px 20px 0;
	margin-left:-200px;
}
/*bottom-menu*/
.bottom-menu{
	height:58px;
	width:984px;
	text-align: center;
	margin:30px auto 0;
	background:url(./i/backgrounds/bototm-menu.jpg) no-repeat;
}
.bottom-menu ul{
	padding:22px 0 0;	
}
.bottom-menu li{
	display: inline;
	padding:0 30px;
}
.bottom-menu li a{
	color: #ffe79a;
	font-size:14px;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
}
.bottom-menu li a:hover{text-decoration:underline;}
.darkbox{
	height:512px;
	margin-top:18px;
	background:#532b15 url(./i/backgrounds/type2.jpg) no-repeat;
}
/*footer*/
.footer{
	color: #bf131a;
	font-family:Tahoma;
	font-size:11px;
	margin:12px 14px;
}
.footer .copyright{
	float: left;
}
.banners{
	float: right;
}
.banners a{
	padding-left:8px;
}
/* UTIL */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
