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

#container {
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	height: 168px;
	width: 100%;
}
#wrap {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-repeat: repeat;
}
#header {
	background-image: url(images/home_header.png);
	background-repeat: no-repeat;
	height: 438px;
	width: 950px;
}
#produceheader {
	background-image: url(images/produce_header.png);
	background-repeat: no-repeat;
	height: 438px;
	width: 950px;
}
#serviceheader {
	background-image: url(images/service_header.png);
	background-repeat: no-repeat;
	height: 438px;
	width: 950px;
}
#contactheader {
	background-image: url(images/contact_header.png);
	background-repeat: no-repeat;
	height: 438px;
	width: 950px;
}
#menuPan ul {
	width : 850px;
	height : 24px;
	top : 0;
	position: relative;
	left: 50px;
	margin: 0px;
}
#menuPan ul li {
	display: inline;
	text-indent: 30px;
	margin: 0px;
	float: left;
}
#menuPan ul li.home a {
color : #cccccc;
text-decoration : none;
display : block;
height : 34px;
width : 80px;
background-image : url(images/nav-bkgd.gif);
background-repeat : repeat-x;
}
#menuPan ul li.home a:hover {
color : #0000ff;
background-image : url(images/nav-bkgd.gif);
background-repeat : repeat-x;
}
#menuPan ul li.location a {
	width : auto;
	height : auto;
	color : #cccccc;
	text-decoration : none;
	display : block;
	background-image : url(images/about-rollover.gif);
}
#menuPan ul li.location a:hover {
	background-image : url(images/about-rollover.gif);
	background-repeat: repeat-x;
}
#menuPan ul li.scheme a {
width : 80px;
height : 34px;
display : block;
color : #cccccc;
text-decoration : none;
background-image : url(images/nav-bkgd.gif);
background-repeat : repeat-x;
}
#menuPan ul li.scheme a:hover {
color : #0000ff;
text-decoration : none;
background-image : url(images/nav-bkgd.gif);
background-repeat : repeat-x;
}
#menuPan ul li.links a {
width : 80px;
height : 34px;
display : block;
color : #cccccc;
text-decoration : none;
background-image : url(images/nav-bkgd.gif);
background-repeat : repeat-x;
}
#menuPan ul li.links a:hover {
color : #0000ff;
text-decoration : none;
background-image : url(images/nav-bkgd.gif);
background-repeat : repeat-x;
}
#menuPan ul li.contact a {
width : 80px;
height : 34px;
display : block;
color : #cccccc;
text-decoration : none;
background-image : url(images/nav-bkgd.gif);
background-repeat : repeat-x;
}
#menuPan ul li.contact a:hover {
color : #0000ff;
text-decoration : none;
background-image : url(images/nav-bkgd.gif);
background-repeat : repeat-x;
}#quotebox {
	background-image: url(images/quote.jpg);
	background-repeat: no-repeat;
	height: 233px;
	width: 779px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bodyText {
	width: 945px;
	margin-right: 0px;
	margin-left: auto;
	color: #330;
	line-height: 22px;
	margin-top: 40px;
	clear: both;
	margin-bottom: 20px;
}
#img {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 20px;
	clear: left;
}
#contactquote {
	margin-left: 146px;
	margin-bottom: 15px;
}
#footerPan {
	width: 100%;
	background-color: #900;
	height: auto;
	margin: 0px;
	position: absolute;
}
#footer {
	background-color: #900;
	height: 80px;
	width: 100%;
	background-position: bottom;
	clear: both;
}
#footer p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	margin-top: 0px;
}

