#wrap {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 700px;
}
#bodywrap {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #CC9;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #AF5100;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #AF5100;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3E5D00;
}
#banner {
	height: 355px;
	width:549px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}
#banner p {
	margin: 0px;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 129px;
}
#headernumber {
	height: 40px;
	width: 400px;
	padding-top: 15px;
	padding-right: 15px;
	float: right;
	font-size: 36px;
	text-align: right;
	font-weight: bold;
	color: #FFFE71;
}
.fontnumber {
	font-size: 20px;
	font-weight: bold;
	color: #FFFE71;
}

#body {
	float: left;
	width: 640px;
	margin-top: 10px;
	margin-left: 25px;
	min-height: 500px;
	background-color: #FFF;
	background-image: url(images/body-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#body a {
	font-weight: bold;
	text-decoration: none;
	color: #AF5100;
	font-size: 14px;
}
#body a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #576B30;
	font-size: 14px;
}
#content {
	padding: 5px;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 51px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	background-position: left;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	padding-top: 22px;
	display: block;
	height: 28px;
	padding-right: 9px;
	padding-left: 9px;
	float: left;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
	padding-top: 22px;
	display: block;
	height: 28px;
	padding-right: 9px;
	padding-left: 9px;
	float: left;
	background-image: url(images/menu-highlight.png);
	background-repeat: repeat-x;
}
#estimate a img a:hover {
	background-image: none;
}

#menu #estimate {
	float: right;
	height: 51px;
	width: 231px;
}
#menu #estimate a {
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#menu #estimate a:hover {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background-image: none;
}
#cookie {
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 100px;
	padding-top: 2px;
	color: #D78901;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
}
#cookie a {
	color: #D58303;
	text-decoration: none;
}
#cookie a:hover {
	color: #0C3F00;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 70px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 35px;
}

#footermenu {
	background-image: url(images/menu-bottom.png);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#footermenu a {
	color: #FFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 23px;
	padding-top: 5px;
	display: block;
	float: left;
}
#footermenu a:hover {
	color: #FFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 23px;
	padding-top: 5px;
	display: block;
	float: left;
	background-image: url(images/menu-bottom-highlight.png);
	background-repeat: repeat-x;
}
#cities {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E9E9E7;
	min-height: 150px;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 5px;
}
#cities a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#cities a:hover {
	font-weight: bold;
	color: #3A5216;
	text-decoration: none;
}

#menucontainer {
	float: right;
	width: 200px;
	margin-right: 20px;
	background-image: url(images/title-services.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 41px;
	margin-top: 10px;
}

#menuright {
	background-color: #FFF;
	width: 200px;
	min-height: 200px;
	padding-top: 10px;
	font-size: 12px;
}
#menuright ul {
	list-style-image: url(images/list.png);
}

#menuright ul li {
	font-weight: bold;
	line-height: 20px;
}
#menuright a {
	text-decoration: none;
	color: #333;
}
#menuright a.colorred {
	color: #C90304;
}

#menuright a:hover {
	color: #E39801;
	text-decoration: none;
}
.bigfont {
	font-size: 20px;
}

