body {
	margin:0;
	padding:0;
	background-color: #FFF;
	color: #333;
	font: 12px Tahoma,Arial;
}
img { border:none; }
a {
	text-decoration:none;
	border:none;
	color:#673A1B;
}
a:hover {
	text-decoration:underline;
}
h2 {
	margin:0;
	padding:0;
	font: bold 18px Tahoma,Arial;
}
input,textarea {
	color: #333;
	background: #FFF;
	font-size: 11px;
	border: #7D7D7D 1px solid;
	font-family: Verdana;
}

.head {
	position:relative;
	width:1004px;
	height:256px;
	background: url(img/header.jpg) left top no-repeat;
}
.logo {
	position:absolute;
	top:65px;
	left:40px;
}
.about {
	right:260px;	
}
.serv {
	right:140px;	
}
.contact {
	right:22px;	
}
.menu {
	position:absolute;
	bottom:-12px;
	width:117px;
	height:40px;
	text-align:center;
	padding-top:12px;
	background: url(img/menu.gif) left top no-repeat;
	color:#FFF;
	text-decoration:none;
	font: bold 12px Tahoma;
	text-transform:uppercase;
}
.menu_active {
	position:absolute;
	bottom:-12px;
	width:118px;
	height:40px;
	text-align:center;
	padding-top:12px;
	background: url(img/menu_act.gif) left top no-repeat;
	color:#693917;
	text-decoration:none;
	font: bold 12px Tahoma;
	text-transform:uppercase;
}

.main {
	width:1004px;
	padding-top: 20px;
	background: url(img/angl.gif) right top no-repeat;
}
.lmenu {
	float:left;
	width:220px;
	padding: 0 10px;
}
.lmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.lmenu li { padding:2px 0 2px 15px; }
.lmenu li a {
	color: #C1983A;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.lmenu li a:hover {
	color: #693917;
	text-decoration: none;
}
.lmenu .activ a {
	color: #693917;
	text-decoration: none;
}
.brands {
	text-align: center;
	padding-top: 25px;
	width: 100%;	
}
.content {
	margin-left:220px;
	padding: 0 15px;
}
.pagenavi {
	width:100%;
	padding:10px 0;
	text-align: center;
	font-size: 14px;
}
.pagenavi b {
	padding:3px 5px;
	color:#FFF;
	background-color:#693917;
}
.copy {
	clear:both;
	width:1004px;
	padding: 20px 15px;
}
.error {
	border: 1px solid #E89B88;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFEFE8;
}

.warning {
	border: 1px solid #C7C759;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFFFD4;
}

.ready {
	border: 1px solid #7BB446;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #E6FFB1;
}