* {
	padding:0px;
	margin:0px;
}
body {
	background-color:#6b2d2d;
}
body,table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	position:absolute;
	left:50%;
	width:895px;
	margin-left:-447px;
}
#top {
	background:url(images/top.png) no-repeat;
	height:191px;
}
#picmenu {
	width:60px;
	height:18px;
	top:29px;
	left:418px;
	position:absolute;
}
#picmenu a {
	float:left;
	width:33%;
	height:100%;
}
#indexlink {
	position:absolute;
	width:420px;
	height:100px;
	top:67px;
	left:240px;
}
#contact_info {
	position:absolute;
	width:380px;
	top:160px;
	left:260px;
	color: #CCCCCC;
	font-size:13px;
	font-weight: bold;
}
#main {
	background:url(images/shad.gif) repeat-y left;
	background-color:#FFFFFF;
}
#curlicue {
	background:url(images/curlicue.gif) no-repeat right bottom;
	height:100px;
}
#leftcolbgg {
	background: url(images/leftcol_bgg.gif) repeat-y 12px top;
	padding-left: 40px;
	overflow: visible;
}
#leftcol {
	width: 230px;
	float: left;
	padding: 0px;
	padding-top: 20px;
}
#leftcol ul, #content ul {
	margin: 5px 15px 7px 10px;
}
#leftcol li, #content li {
	margin-bottom:2px;
	list-style-type:none;
	font-size:11px;
}
#leftcol a {
	color:#91250f;
}
#leftcol li a {
	color:#000000;
}
#leftcol li a:hover {
	text-decoration:none;
}
#rightcol {
	margin-left:240px;
	margin-right:30px;
}
#topmenu {
	background-color:#a23f2b;
	height:23px;
	margin-left:12px;
	margin-right:12px;
}
#topmenu a {
	float:left;
	padding:0 10px;
	text-align:center;
	color:#e3d0be;
	line-height:23px;
}
#topmenu a:hover {
	background-color:#e3d0be;
	color:#000000;
	text-decoration:none;
}
#topmenu a#cat_head {
	display:block;
	height:23px;
	text-align:center;
	background-color:#633326;
	color:#e3d0be;
	line-height:23px;
	width:250px;
	margin-right:45px;
	padding:0;
}
#content {
	padding-top:20px;
	text-align:justify;
}
#content p {
	margin-bottom:7px;
}
#footer {
	background:url(images/footer.png) no-repeat;
	height:46px;
}
#footer table {
	margin-left:12px;
	margin-right:12px;
	font-size:11px;
}
#footer table, #footer table a {
	color:#FFFFFF;
}
h1 {
	color:#a23f2b;
	font-size:16px;
	margin-bottom:10px;
}
h2, #leftcol li h2 a {
	margin-left: -5px;
	color: #a23f2b;
	font-size: 13px;
	margin-bottom: 7px;
	text-decoration: none;
}
 #leftcol li h2 a:hover {
	margin-left: -5px;
	color: #bb3f2b;
	font-size: 13px;
	margin-bottom: 7px;
	text-decoration: underline;
}
#catalog {
	margin: 5px;
	border: 0px none;
}
.item {
	text-align: center;
	vertical-align: top;
	 border: 1px solid #cfcccc;
	 padding: 2px;
	 width: 270px;
}

.item .img {
 /* float: left; */
 width: auto;
 padding: 5px;
 /*  clear: none; */
 clear: both;
 text-align: center;

}
.item .name  {
 font-weight: bold; 
 padding: 2px;
 margin: 1px;
 background: #dddddd;
}


.item .descr {
 display: inline;
 clear: none;
}
.item .price {
	color: #660000;
	clear: all;
	display: inline;
}
#content a {
	color: #a23f2b;
	text-decoration: underline;
}
#content a:hover {
	color: #bb4c2b;
	text-decoration: none;
}
.cat_chosen {
	font-weight: bold;
}
.pagenav a {
	text-decoration: none;
}
.pagenav a:hover {
	text-decoration: underline;
}
.links {
	font-size: 11px;
	color: #6C6B6B;
	text-decoration: none;
}
.red {
	color: #660000;
	font-weight: bold;
	background: #eeccbb;
} 