body {
	background-color: #512102;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

#menus {
	background-image: url(../images/fon_menus.gif);
	height: 23px;
	background-repeat: repeat-x;
	border: 1px solid #88551B;
	border-left-width: 0px;
	margin-top: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #FED683;
}

#menus a {
	color: #FED683;
}

#menus a:hover {
	text-decoration: underline;
	color: #F7DEAA;
}


#left_top{
background-image: url(../images/left_top.gif);
background-repeat: no-repeat;

}

.razdel{
	background-image: url(../images/fon_razdelov.jpg);
	background-repeat: no-repeat;
	color: #460300;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
	text-indent: 60px;
	padding-bottom: 7px;
}

.razdel a{
	color: #460300;
}

.razdel a:hover{
	text-decoration: underline;
	color: #6E0803;
}

#leftcol{
font-size: 13px;
color: #9E6422;
margin: 25px
}


#centercolindex{
	font-size: 14px;
	color: #D48A35;
	font-weight: normal;
	font-family: sans-serif;
}

#centercol{
background-color: #E2C7A1;
background-image: url(../images/bgcenter.gif);
background-repeat: repeat-x;
padding: 20px;
	font-size: 14px;
	color: #460300;
	font-weight: normal;
	font-family: sans-serif;
}

#center_left{
width: 20px;
background-color: #512102;
background-image: url(../images/bgcenter_left.gif);
background-repeat: repeat-y;
background-position: right;
}

#center_bottom{
background-color: #512102;
background-image: url(../images/bgcenter_bottom.gif);
background-repeat: repeat-x;
}

#menu{
	font-size: 12px;
	font-weight: bold;
	text-indent: 30px;
	text-transform: uppercase;
}

#menu a:hover {
	text-decoration: underline;
	color: #778899;
}


.thumbnail{
position: relative;
z-index: 0;
padding: 15px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

H1{
	color: #9F7209;
	font-size: 20px;
	text-transform: uppercase;
}

H2{
	color: #9F7209;
	font-size: 15px;
	text-transform: uppercase;
}

H3{
	color: #9F7209;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
}
H4{
	color: #9F7209;
	font-size: 20px;
	line-height: 5px;
}
IMG { border: 0px;}

#header {
	height: 233px;
	width: 100%;
	background: url(../images/bg_header.gif) repeat-x top;
	background-color: #FFEBCD;
}
#header_left_2 {
	width: 195px;
	background: url(../images/fon.jpg) no-repeat top;
	background-position: left;
}

#header_left {
	width: 200px;
	background: url(../images/plan.gif) no-repeat;
	background-position: center;
	vertical-align: top;
}

	
#header_center {
	width: 150;
}

#header_right {
	width: 250px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#header_right_2 {
	width: 200px;
	background-repeat: no-repeat;
	background-position: top ;
}


li {
	font-size: 12px;
	list-style: disc inside;
	color: #512102;
}

li a:hover{
	text-decoration: underline;
	color: #778899;
}

#footer 
{width:100%; height:100px;}

#copyright
{
	text-align: center;
	font-size: 7pt;
	color: #9E6422;
}

.price1
{
	background: #512102;
	font-weight: bold;
	color: White;
	text-align: center;
}
.price2
{
	background: #BC977F;
	text-align: center;
}
.price3
{
	background: #D1A78C;
	text-align: center;
}