@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e5d6ac;
}

#design {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/design.jpg);
	background-repeat: repeat-y;
	clear: both;
}

#content {
	width: 685px;
	min-height: 589px;
	margin-right: 30px;
	margin-left: 85px;
}

#content h1 {
	color: #e5d6ac;
	margin-right: 30px;
	margin-left: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#content h2 {
	color: #fff4d5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 75px;
	margin-right: 75px;
	font-size: 16px;
}

#content p {
	color: #fff4d5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: -15px;
}

#content a {
	color: #FFCC33;
}

#content a:hover {
	color: #0066CC;
}

#banner {
	width: 740px;
	height: 332px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin-left: 30px;
}

.home {
	background-image: url(../images/home.jpg);
	display: block;
	height: 165px;
	width: 686px;
	float: right;
}

.home a:hover {
	background-position: 0 -165px;
}

#topnav {
	width: 685px;
	height: 57px;
	margin-left: 85px;
}

.requestquote {
	background-image: url(../images/requestquote.jpg);
	display: block;
	height: 57px;
	width: 233px;
	float: left;
}

.requestquote a:hover {
	background-position: 0 -57px;
}

.emailsignup {
	background-image: url(../images/emailsignup.jpg);
	display: block;
	height: 57px;
	width: 225px;
	float: left;
}

.emailsignup a:hover {
	background-position: 0 -57px;
}

.contactus {
	background-image: url(../images/contactus.jpg);
	display: block;
	height: 57px;
	width: 227px;
	float: left;
}

.contactus a:hover {
	background-position: 0 -57px;
}

#sidenav {
	width: 55px;
	height: 589px;
	margin-left: 30px;
	float: left;
}

.graphics {
	background-image: url(../images/graphics.jpg);
	display: block;
	height: 284px;
	width: 55px;
	float: left;
}

.graphics a:hover {
	background-position: 55px 0px;
}

.services {
	background-image: url(../images/services.jpg);
	display: block;
	height: 145px;
	width: 55px;
	float: left;
}

.services a:hover {
	background-position: 55px 0px;
}

.products {
	background-image: url(../images/products.jpg);
	display: block;
	height: 160px;
	width: 55px;
	float: left;
}

.products a:hover {
	background-position: 55px 0px;
}

#text {
	width: 685px;
	background-color: #49815C;
	float: right;
}

#footer {
	background-image: url(../images/footer.jpg);
	width: 740px;
	height: 39px;
	margin-right: 30px;
	margin-left: 30px;
}

#footer p {
	color: #fff4d5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	color: #0066CC;
}

#footer a:hover {
	color: #CC3300;
}

#form {
	margin-left: 72px;
}

#form p {
	color: #fff4d5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}

