* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #5b584e;
	width: 100%;
	height: 100%;
}
a {
	color: #323232;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

h1 {
	overflow: hidden;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 24px;
}
p.subheader {
	font-size: 14px;
	line-height: 200%;
	border-bottom: 1px solid #deddc5;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
h2 span {
	font-size: 10px;
}
h3 {
	font-size: 16px;
	border-bottom: 1px solid #deddc5;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 80px;
	position: relative;
}

.logo {
	position: relative;
	top: 22px;
	left: 0px;
	width: 285px;
	height: 42px;
}

.search {
	position: absolute;
	top: 32px;
	width: 211px;
	height: 20px;
	background: #faf8f2 url(/images/searchbox.jpg);
	right: 5px;
	z-index: 100;
}
.search input.text {
	width: 180px;
	height: 20px;
	background: #faf8f2;
	margin: 0;
	padding: 0;
	border: 0;
}
.search input.submit {
	height: 20px;
	width: 20px;
	background: none;
	border: 0;
	font-size: 11px;
	color: #111111;
	padding: 0 4px;
}

.navtop {
	position: absolute;
	top: 22px;
	left: 285px;
	width: 715px;
	height: 42px;
	background: #eee8d4 url(/images/navtopbg.jpg);
}

.navtop ul {
    text-align: left;
    overflow: hidden;
    height: 30px;
    cursor: default;
    margin: 0px 30px 0px 30px;
    padding: 12px 0px 0px;
}
.navtop li {
    display: inline; /* чтобы пункты меню выступали в роли текста */
	margin: 0px 5px;
}
.navtop li a {
    display: inline-block; /* чтобы не разрывались слова в пунктах меню */
	text-transform: uppercase;
	text-decoration: none;
    color: #111111;
}
.navtop a:hover {
    color: #ff0000;
	text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 74px;
	margin: 15px 0 0;
	background: url(/images/topline.gif) repeat-x;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 30px 5px 0 285px;
}

.catitem {
	/*height: 100px;*/
	border-bottom: #c8c8c8 dashed 1px;
	padding: 10px 0px;
}
.catitem img.catimg {
	border: 1px solid #dedede;
	width: 80px;
	float: left;
}
.catitem div {
	margin-left: 100px;
}
.catitem div p {
	margin-top: 12px;
	margin-bottom: 0px;
}
.catitem div h3 {
	margin-right: 135px;
}
.catitem div h3 a {
	color: #323232;
	text-decoration: underline;
	font-weight: normal;
}
.catitem div h3 a:hover {
	text-decoration: none;
}
.catitem .extra {
	width: 130px;
	position: relative;
	top: 0px;
	float: right;
	color: #8c8c8c;	
}
.catitem .extra span.ext {
	float: right;
	height: 17px;
	padding: 2px 3px;
}
.catitem .extra span.price {
	height: 17px;
	display: block;
	float: right;
	background: #fccb10;
	font-weight: bold;
	color: #2c2c2d;
	padding: 2px 3px;
}
.catitem .extra img {
	float: right;
	margin-left: 4px;
}

table.catalog {
	width: 100%;
	border-collapse: collapse;
	margin: 40px 0;
}
table.catalog th, table.catalog td {
	border: 1px solid gray;
	margin: 0;
	padding: 2px;
}
table.catalog th {
	background: #611F01;
	color: white;
}
table.catalog td {
	font-size: 14px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 260px;
	margin-left: -100%;
	position: relative;
	padding: 30px 3px 0px 0px;
}

#sideLeft h2 {
	font-size: 24px;
	font-weight: normal;
}

#sideLeft h3 {
	width: 216px;
}

#sideLeft img.cover {
	border: 8px solid #deddc5;
	margin: 12px 0;
}

span.star {
	content: '&nbsp;';
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	background: url(/images/star.jpg);
}

.navleft {
	
}
.navleft div {
	width: 166px;
	height: 23px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #cd2323 url(/images/mheaderbg.jpg);
	padding: 8px 12px 0px 12px;
}
.navleft ul {
	width: 260px;
	background: #fccb10;
}
.navleft ul li {
	border-bottom: #d32929 dashed 1px;
	list-style: none;
}
.navleft ul li a {
	display: block;
	width: 170px;
	color: #323232;
	text-decoration: underline;
	padding: 5px 10px;
}
.navleft ul li a:hover {
	text-decoration: underline;
	background: #de1111;
	color: #fff;
}
.navleft ul li.last {
	border-bottom: none;
}

.catrandom {
	width: 260px;
	margin-top: 50px;
	border-top: 4px solid #de1111;
}
.catrandom div {
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0;
}
.catrandom .img {
	border: 1px solid #dbdbdb;
}
.catrandom p {
	margin-top: 13px;
}
.catrandom p a {
	font-size: 14px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 225px;
	margin-left: -225px;
	position: relative;
	padding: 30px 0px;
}
.news {
	width: 170px;
	border-top: 4px solid #de1111;
	background: #f2f2f2;
	padding: 10px 10px 20px 10px;
}
.news div.header {
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
.news div.newsitem {
	border-bottom: #c8c8c8 dashed 1px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.news div.last {
	border-bottom: none;
}
.news span.allnews {
    background: #cd2323 url(/images/mheaderbg.jpg);
    border-radius: 2px;
    color: #FFFFFF;
    padding: 6px 20px;
}
.news span.allnews a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.news span.allnews a:hover {
	text-decoration: underline;
}

.readnow {
	width: 260px;
	margin-top: 30px;
	border-top: 4px solid #de1111;
}
.readnow div {
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0;
}
.readnow a {
	color: #8c8c8c;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -74px auto 0;
	height: 74px;
	background: #f8f7f2;
	position: relative;
}
.copy {
	position: absolute;
	top: 30px;
	right: 120px;
}
#footer .block {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 10px;
}
