@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
	color: #337FBB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	background-color: #2D83B6;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

h3 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}
#content h2 a{
	color: #F8CC00;
}

#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: 192px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headernumber {
	float: right;
	width: 249px;
	height: 172px;
	font-size: 24px;
	font-weight: bold;
	color: #3181B6;
	text-align: right;
	background-image: url(images/header-number.png);
	padding-right: 10px;
	padding-top: 20px;
	background-repeat: no-repeat;
}

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

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 3px;
	font-size: 12px;
	color: #3081B8;
	padding-left: 97px;
}
#cookie a {
	color: #B0B0AE;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#cookie a:hover {
	color: #3184BA;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	min-height: 500px;
}
#body a, #sidebar a {
	color: #2E80B2;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover, #sidebar a:hover {
	color: #666;
	text-decoration: none;
}


#sidebar {
	width: 275px;
	float: left;
	min-height: 200px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
#sidebar h5 {
	color: #FFF;
	height: 30px;
	font-size: 18px;
	padding-left: 30px;
	padding-top: 7px;
	width: 220px;
	margin-bottom: 0px;
	background-color: #487196;
}
#serviceform {
	background-image: url(images/form.png);
	height: 250px;
	width: 205px;
	padding-top: 35px;
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 10px;
}
.formbox {
	font-weight: bold;
	color: #487196;
	border: 1px solid #CCC;
	height: 22px;
	width: 165px;
}
#headerwrap {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: 200px;
}

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

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 65px;
	text-align: center;
	padding-top: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
#cities {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/cities.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #2D83B6;
	text-decoration: none;
}
.quotes {
	background-image: url(images/qoute.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 40px;
}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

