/*
Copyright 2009 ClearCut Web Solutions Ltd, All Rights Reserved.
*/
* {
	padding: 0;
	margin: 0;
}

html, body {
	background: url('/design/images/bodybg.jpg') top repeat-x #42332a;
	color:#bea788;
	font: small "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0px;
}
p {
	margin-bottom:10px;
	}

h1,h2,h3,h4,h5 {
	color:white;
	margin:10px 0;
}

h1 {
	font-size:large;
}

h2 {
	font-size:medium;
}

h3,h4 {
	font-size:small;
}

a {
	color:#324d9e;
}

a img {
	border:0;
}

div {
	overflow:hidden;
	zoom:1;
}


#main {
	margin:0 auto;
	width:804px;
}

#head {
	padding-left:30px;
}

#topmenu {
	background:url('/design/images/advice.jpg') bottom right no-repeat;
	color:white;
	float:right;
	margin-top:3px;
	height:67px;
}

#topmenu a {
	color:white;
	margin:0 3px;
	text-decoration:none;
}

#midmenu {
	color:white;
	padding:0;
}

#midmenu a {
	color:white;
	height:20px;	
	line-height:20px;
	margin:0 6px;
	text-decoration:none;
}

#flash {
	background:url('/design/images/flashbg.gif') repeat-y;
	border-top:3px solid #42332a;
	border-bottom:3px solid #42332a;
	padding:2px 0;
	text-align:center;
}

#container {
	background:url('/design/images/containerbg.gif') repeat-y;
	padding:2px 5px 2px 20px;
	border-bottom:3px solid #42332a;
}


#rightpanel {
	background:#42332a;
	float:right;
	width:156px;
}

#leftpanel {
	float:left;
	width:615px;
}
#content a{
	color:#FFFFFF;
	text-decoration:none;
}
#rightmenu {
	text-align:left;
}

#rightmenu ul {
}

#rightmenu ul li{
	border-bottom:1px solid #130a00;
	line-height:35px;
}

#rightmenu ul li a {
	color:#bea788;
	display:block;
	padding-left:10px;
	text-decoration:none;
}

#rightmenu ul li.child a {
	font-style:italic;
	padding-left:30px;
}

#rightmenu h3 {
	margin:5px 0 0 5px;
	padding:0;
}

#rightmenu p {
	background:url('/design/images/leftmenubottom.gif') no-repeat bottom;
	padding:5px;
}



#footer {
	background:url('/design/images/containerbottom.gif') no-repeat;
	text-align:right;
	line-height:30px;
}

#footer a {
	color:#bea788;
	margin:0 3px;
	text-decoration:none;
}

/* ------ News */
.newsrow {
	margin-bottom:20px;
}

.newsrow h1 {
	margin:0 0 10px 0;
}

p.date {
	margin:0 0 10px 0;
}

.more {
	margin-top:10px;
	text-align:right;
}

.more a {
	color:#bea788;
	text-decoration:none;
}

/* ----- Catalog */

.catalog_choose_el {
	margin:0 0 20px 0;
}

.catalog_choose_el h1 a {
	color:white;
	text-decoration:none;
}

.catalog_choose_el .cat_thumb {
	float:left;
	padding:2px;
	border: 1px solid #42332a;
	margin-right:10px;
}

h1 a {
	color:white;
	text-decoration:none;
}

.contact_form{
	background-color: #42332a;
	border: solid 1px #bea788;
	padding: 5px 5px 5px 15px;
	width:500px;}
	
.rightimage {
  margin-left:20px;
  border: 1px solid #42332a;
   padding: 3px;
   float: right;
}
div.gallery img {
	padding: 2px;
	margin: 2px;
  border: 1px solid #42332a;
	float: left;
}