@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	background-color: #666;
}
h1 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/h1.png);
	display: block;
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-left: 5px;
}
h2 {
	font-size: 16px;
	color: #730002;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}

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


#header {
	height: 150px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headernumber {
	float: right;
	width: 353px;
	height: 73px;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	background-image: url(images/header-number.png);
	padding-right: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#headerbutton {
	height: 57px;
	width: 373px;
	clear: right;
	float: right;
}




.fontnumber {
	font-size: 16px;
	color: #999;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 49px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 1px;
	font-size: 12px;
	color: #730002;
	padding-left: 375px;
}
#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;
	font-weight: bold;
}
#cookie a:hover {
	color: #730002;
	text-decoration: none;
}


#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 500px;
}
#body a, #sidebar a {
	color: #730002;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover, #sidebar a:hover {
	color: #999;
	text-decoration: none;
}


#sidebar {
	width: 250px;
	float: left;
	min-height: 200px;
	margin-top: 10px;
	margin-left: 15px;
}
#sidebar h5 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #4D4948;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 93%;
}
#serviceform {
	background-image: url(images/form.png);
	height: 250px;
	width: 220px;
	padding-top: 45px;
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 10px;
}
.formbox {
	font-weight: bold;
	color: #730002;
	border: 1px solid #CCC;
	height: 22px;
	width: 200px;
}

#content {
	float: right;
	width: 680px;
	min-height: 500px;
	margin-top: 10px;
	line-height: 18px;
	margin-right: 15px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 78px;
	padding-top: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#cities {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #666;
	padding-top: 10px;
	padding-right: 15%;
	padding-left: 15%;
	background-color: #999;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: -20px;
	padding-bottom: 10px;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #FFF;
	text-decoration: none;
}
.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 55px;
	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;
}
.coloryellow {
	color: #F8CC00;
}
.colorred {
	color: #730002;
}
.colorblack {
	color: #333;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

