@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
}
h1 {
	font-size: 20px;
	color: #A72F32;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
	padding-bottom: 5px;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #222D6E;
	font-weight: bold;
	margin: 0px;
}
img {
	border: none;
}

#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: 368px;
	height: 74px;
	font-size: 38px;
	font-weight: bold;
	color: #B80202;
	padding-top: 30px;
	padding-right: 30px;
	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: #999;
}
#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 img {
	float: left;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 37px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding-left: 100px;
}
#cookie a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
}
#cookie a:hover {
	color: #B80202;
	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: #BC0E0E;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	color: #36ACE5;
	text-decoration: none;
}


#sidebar {
	width: 225px;
	float: right;
	min-height: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
	border: 2px solid #E7E7E7;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	padding: 0 15px 0 20px;
	margin: 0;
	color: #333;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	color: #B80202;
	background-color: #E7E7E7;
}
#sidebar h5 {
	color: #B80202;
	background-color: #E7E7E7;
	padding: 3px 3px 3px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 16px;
}

#content {
	float: left;
	width: 680px;
	min-height: 500px;
	line-height: 18px;
	color: #666;
}

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

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

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

.productmain-right img {
	padding:7px;
}

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

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

.imgrotate {
/* for firefox, safari, chrome, etc. */
-webkit-transform: rotate(-12deg);
-moz-transform: rotate(-90deg);
/* for ie */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
border: solid 10px #5B662B;
}
.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
	min-height: 35px;
}
.news {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 35px;
	min-height: 35px;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

HR {
	color: #FFF;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

