@import "reset.css";
@import "base.css";

html, body, .wrap {height: 100%;}

body > .wrap {height: auto; min-height: 100%;}



.head_i,
.middle_i,
.footer_i .footer_i,
.nut-text{
width: 910px;
	margin: 0 auto;
	padding: 0 35px;
}


body{
	background:#fbefce;
	font-family:Tahoma;
	color:#170400;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 980px;
}

/* HEAD */
.head{
	border-top: 10px solid #21170c;
	background: url(/assets/i/backgrounds/head.jpg) no-repeat 100% 0;
}
.head_i{
	height: 104px !important;
	position: relative;
}
.head .logo{
	margin: 0;
	padding: 0px 0 8px 0;
}
.head .slogan{
	margin: 0;
	color: #59422a;
}

.menu{
	margin: 0;
	position: absolute;
	right: 0;
	bottom:0;
	font-family: "Times New Roman", Times, serif;
}
.menu li{
	margin: 0 0 0 12px;
	float: left;
	list-style: none;
	padding: 0;
	background: none;
}
.menu a{
	display: block;
	width: 104px;
	height: 40px;
	line-height: 40px;
	color: #fbefce;
	background: url(/assets/i/backgrounds/menu.png) no-repeat;
	text-align: center;
	text-decoration: none;
}
.menu a:hover,
.menu .active a{
	color: #21170c;
	background: url(/assets/i/backgrounds/menu.a.png) no-repeat;
}

/* MIDDLE */
.middle{
	background: url(/assets/i/backgrounds/middle_3.png) repeat-x 0 0;
	padding-bottom: 120px;
	border-top: 1px solid #79654b;
}
.middle_main{
	background: url(/assets/i/backgrounds/middle.png) repeat-x 0 0;
	padding-bottom: 120px;
	border-top: 1px solid #79654b;
}
.navigate{
	width: 100%;
	overflow: hidden;
	padding: 34px 0 14px;
}
.navigate ul{
	margin: 0;
	width: 120%;
}
.navigate li{
	margin: 0 22px 0 0;
	width: 211px;
	height: 429px;
	list-style: none;
	padding: 0;
	background: #98886c url(/assets/i/backgrounds/nav.png) no-repeat;
	float: left;
}
.navigate a{
	display: block;
	padding: 10px 0 0 10px;
	text-decoration: none;
	color: #21170c;
}
.navigate a img{
	width: 190px;
	height: 339px;
	border: 1px solid #59422a;
	vertical-align: bottom;
	margin-bottom: 7px;
}
.navigate a span{
	display: block;
	padding: 20px 0 0 48px;
	width: 125px;
}
.navigate a:hover span{
	text-decoration: underline;
}
.navigate a span.two-lines{
	padding-top: 14px;
}

.content{
	padding: 0 10px;
}
.content_main{
	padding: 0 35px;
}

.columns{

}
.columns .main-column{
	width: 520px;
	float: left;
}
.columns .sub-column{
	width: 320px;
	float: right;
}
.columns_alt{padding: 0 60px;}
.columns_alt .main-column{width: 340px;}
.columns_alt .sub-column{width: 360px;}

.fone{
	margin-top: 2em;	
}
.fone .image-left{
	margin: 0;
}
.fone ul{
	margin: 0;
	padding: .8em 0 1.2em 140px;
}
.fone ul li{
	margin: 0;
	padding: 0;
	background: none;
}
.fone ul li strong{
	font-weight: normal;
	font-size: 24px;
}
.fone p{
	font-weight: bold;
	padding: 0 0 0 140px;
	margin: 0;
}
.fone p a{
	font-weight: normal;
}

.catalog{
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
.catalog td{
	padding: 12px 0;
	border: none;
	vertical-align: middle;
}
.catalog td.img{
	width: 165px;
}
.catalog ul{
	margin: 0 0 20px;
}
.catalog li{
	margin: 0;
	padding: 0;
	background: none;
}

/* FOOTER */
.footer {
	position: relative;
	margin-top: -98px;
	height: 98px;
	clear:both;
}
.footer_i{
	background: #21170c;
	text-align: center;
	color: #e3d6b2;
	font-size: 12px;
	height: 98px;
}
.footer_i  .footer_i{
	padding-top: 22px;
	height:auto;
}
.footer a{
	color: #e3d6b2;
}
.footer a.alt{
	color: #8dcc0f;
}

.nut-text{
	font-size:1.2em;
	padding:0 10px .2em;
}

/* UTIL */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
