@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
	color: #9D0101;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #32506A;
	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;
}

#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 41px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#menu img {
	float: left;
	padding-top: 1px;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 201px;
}
#headernumber {
	background-image: url(images/header-number.png);
	height: 110px;
	width: 371px;
	padding-top: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	float: right;
	font-size: 44px;
	text-align: right;
	font-weight: bold;
	color: #355571;
}


.fontnumber {
	font-size: 22px;
	color: #666;
}
#headerbutton {
	float: right;
	height: 71px;
	width: 391px;
}


#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 18px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #65452E;
	padding-right: 97px;
}

#cookie a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#cookie a:hover {
	color: #A00101;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 12px;
	min-height: 500px;
}
#body a {
	color: #AB282F;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	color: #2E4B63;
	text-decoration: none;
}
#form {
	background-image: url(images/form.gif);
	background-repeat: no-repeat;
	height: 215px;
	width: 200px;
	padding-top: 34px;
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#sidebar {
	width: 260px;
	float: left;
	min-height: 200px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	color: #333;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
}
#sidebar ul li a:hover {
	color: #A9272E;
}
#sidebar h5 {
	color: #FFF;
	padding: 5px 0px 0px;
	text-align: center;
	height: 24px;
	font-size: 16px;
	margin: 0px 0px 5px;
	background-color: #666;
}
#leftmenu {
	background-image: url(images/left-menu.png);
	height: 271px;
	width: 225px;
	margin-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	float: right;
	width: 655px;
	min-height: 500px;
	margin-right: 15px;
	border: 2px solid #EAEAEA;
}
#content-roofing {
	background:#FFF;
	width: 880px;
	min-height: 500px;
	margin-left: 25px;
	border: 2px solid #EAEAEA;
	padding-left:10px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 87px;
	text-align: center;
	padding-top: 18px;
	color: #FFF;
	padding-left: 20px;
}
#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: #666;
	padding-top: 10px;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #FFF;
	text-decoration: none;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

