/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
* {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
}
body {
	background-color: #ffffff;
	background-image: url('images/layout/bg.png');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center; 
	font-size: 10px; 
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #856a36;
}
a {
	color: #856a36;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 851px;
	text-align: left;
}
#menu_main {
	background-image: url('images/layout/menu_main.png');
	width: 146px;
	height: 83px;
	display: block;
	float: left;
}
#menu_main:hover {
	background-image: url('images/layout/menu_main2.png');
}
#menu_offer {
	background-image: url('images/layout/menu_offer.png');
	width: 90px;
	height: 83px;
	display: block;
	float: left;
}
#menu_offer:hover {
	background-image: url('images/layout/menu_offer2.png');
}
#menu_news {
	background-image: url('images/layout/menu_news.png');
	width: 100px;
	height: 83px;
	display: block;
	float: left;
}
#menu_news:hover {
	background-image: url('images/layout/menu_news2.png');
}
#menu_promotion {
	background-image: url('images/layout/menu_promotion.png');
	width: 107px;
	height: 83px;
	display: block;
	float: left;
}
#menu_promotion:hover {
	background-image: url('images/layout/menu_promotion2.png');
}
#menu_contact {
	background-image: url('images/layout/menu_contact.png');
	width: 112px;
	height: 83px;
	display: block;
	float: left;
}
#menu_contact:hover {
	background-image: url('images/layout/menu_contact2.png');
}
#top {
	background-image: url('images/layout/top.jpg');
	width: 851px;
	height: 234px;
	clear: left;
}
#content {
	background-image: url('images/layout/content_bg.png');
	width: 851px;
}
#left {
	width: 192px;
	float: left;
}
#left h2 {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 20px;
}
#right {
	margin-left: 16px;
	width: 641px;
	background: #ffffff;
	float: left;
}
#location {
	width: 641px;
	text-align: right;
	color: #856a36;
	margin-top: -5px;
}
#right h1 {
	width: 631px;
	height: 25px;
	font-size: 18px;
	background-image: url('images/layout/right_header.jpg');
	padding-top: 4px;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.clear {
	clear: both;
}
#footer {
	background-image: url('images/layout/footer.png');
	width: 100%;
	height: 37px;
	text-align: center;
}
#footer_text{
	margin: 0 auto 0 auto;
	width: 851px;
	text-align: left;
	padding-top: 10px;
	color: #ffffff;
}
#footer_text a {
	color: #ffffff;
}
#footer_text p {
	float: left;
	width: 560px;
}
#footer_text ul {
	float: left;
	width: 290px;
}
#footer_text li {
	display: inline;
	list-style: none;
	margin-left: 2px;
	margin-right: 2px;
}
/* contact form */
.contactform input, .contactform textarea {
border: 1px solid #856a36;
margin-bottom: 3px;
}
.contactform {
text-align: center;
width: 600px
}
.contactform legend {
font-weight: bold;
margin-bottom: 6px
}
/* End of 'Layout: Top menu + 2 columns' */

