body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #820001;
	padding: 3px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #31485E;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
H5   {
	color:#333;
	background-color: #CCC;
	padding: 5px;
	font-size: 14px;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	min-height: 700px;
	margin-top: 10px;
}
#header {
	height: 132px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#headernumber {
	background-image: url(images/header-number.png);
	height: 80px;
	width: 302px;
	padding-right: 40px;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	font-size: 15px;
	color: #F1CF52;
	font-weight: bold;
}
#headerbutton {
	clear: right;
	float: right;
	height: 52px;
	width: 342px;
	background-image: url(images/header-button.png);
}
.fontnumber {
	font-size: 15px;
	color: #F1CF52;
	font-weight: bold;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 43px;
}

#cookie {
	height: 18px;
	font-size: 11px;
	text-align: right;
	padding-right: 140px;
	font-weight: bold;
	padding-top: 3px;
	color: #758EA9;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
}
#cookie a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#cookie a:hover {
	color: #820001;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	min-height: 500px;
}
#body a {
	font-weight: bold;
	color: #820001;
	text-decoration: none;
}
#body a:hover {
	font-weight: bold;
	color: #DCA738;
	text-decoration: none;
}
#sidebar  {
	min-height: 400px;
	float: left;
	width: 275px;
	padding-left: 4px;
	margin-left: 15px;
	font-size: 14px;
}
#content {
	float: right;
	width: 670px;
	font-size: 14px;
	margin-top: 10px;
	min-height: 500px;
	padding-right: 15px;
}

#cities {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	color: #293A56;
	padding-top: 5px;
}
#cities a {
	font-weight: bold;
	color: #243749;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #820001;
	text-decoration: none;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 82px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-style: italic;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
#formservice {
	background-image: url(images/form.png);
	height: 315px;
	width: 260px;
	padding-top: 50px;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
}
#products {
	text-align: center;
}
