@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
}
h1 {
	font-size: 20px;
	color: #A72F32;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #5B662B;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #5C672B;
	font-weight: bold;
	margin: 0px;
}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}


#header {
	height: 169px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
}
#headernumber {
	float: right;
	width: 348px;
	height: 74px;
	font-size: 38px;
	font-weight: bold;
	color: #FFF;
	padding-top: 30px;
	padding-right: 50px;
	text-align: right;
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
}
#headerbutton {
	float: right;
	height: 65px;
	width: 398px;
}

.fontnumber {
	font-size: 20px;
	color: #C5CAAB;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 39px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}


#menu a {
	text-decoration: none;
	display: block;
	float: left;
	height: 29px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #A72F32;
}
#menu a:hover {
	background-image: url(images/menu-highlight.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#menu img {
	float: left;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 37px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding-right: 110px;
}
#cookie a {
	color: #9BA570;
	text-decoration: none;
}
#cookie a:hover {
	color: #A72F32;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 500px;
}
#body a {
	color: #5C672B;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	color: #A72F32;
	text-decoration: none;
}


#sidebar {
	width: 235px;
	float: right;
	min-height: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
	border: 2px solid #F0F0E4;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	padding: 0 15px 0 20px;
	margin: 0;
	color: #FFF;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	color: #000;
	background-color: #FFF;
}
#sidebar h1 {
	color: #A72F32;
	background-color: #DEDDC6;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#content {
	float: left;
	width: 680px;
	min-height: 500px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 132px;
	text-align: center;
	padding-top: 20px;
	color: #A72F32;
}
#cities {
	width: 800px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #BFC3A2;
	padding-top: 10px;
	background-color: #FFF;
}
#cities a {
	color: #C0C5A4;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #A72F32;
	text-decoration: none;
}

.productmain-left {
float:left; 
width:250px; 
	
}

.productmain-right {
float:right; 
width:420px; 
text-align:center;
}

.productmain-right img {
	
}

.productlist {
	list-style:none;
	padding:5px;
	margin:0px;
	color: #5B662B;
}

.productlist li {
	padding:10px 0 0 0;
	font-size:12pt;
	font-weight:bold;
}








