@charset "utf-8";
body {
	background-image: url(images/tile.png);
	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 a {
	text-decoration: none;
	display: block;
	float: left;
	height: 29px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
#menu a:hover {
	color: #FFF;
	background-color: #930101;
}
#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: #2E4B63;
}
#form {
	background-image: url(images/estimatebg.png);	
	background-repeat: no-repeat;
	
	width: 225px;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}


.fontnumber {
	font-size: 22px;
	color: #999;
}
#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;
}
.listtype {
	float:left;
	width:215px;
}
.listtype h2 {
	background:#CCC;
	margin:0px;
	padding:10px;
}

#sidebar {
	width: 250px;
	float: left;
	min-height: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	padding: 0 15px 0 20px;
	margin: 0 5px;
	color: #304C66;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar ul li a:hover {
	color: #AB0101;
}
#sidebar h5 {
	color: #FFF;
	padding: 5px 0px 0px;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 24px;
	font-size: 16px;
	margin: 0px 0px 5px;
}
#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: left;
	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: #778B9C;
	padding-top: 10px;
}
#cities a {
	color: #778B9C;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #950101;
	text-decoration: none;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

