* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #98b6db url("images/bg.jpg") repeat-x top left;
	}
	
/*--------------------------------------------------------------------
  Header
--------------------------------------------------------------------*/

#header {
	background: url("images/header-bg.jpg") no-repeat top center;
	height: 172px;
	width: 985px;
	margin: 0 auto;
	position: relative;
	}
	
#header h1 {
	background: url("images/logo.gif") no-repeat 0 0;
	position: absolute;
	top: 22px;
	left: 0;
	width: 262px;
	height: 67px;
	text-indent: -9999px;
	}
	
#header ul#main-nav {
	background: url("images/menu-bg.gif") no-repeat 0 0;
	width: 975px;
	height: 53px;
	position: absolute;
	top: 107px;
	left: 5px;
	}
	
#header ul#main-nav li {
	display: block;
	float: left;
	height: 46px;
	position: relative;
	top: 3px;
	padding: 0 27px;
	text-indent: -9999px;
	}
	
#header ul#main-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
#header ul#main-nav li#nav-home {
	background: url("images/menu-home.gif") no-repeat center 17px;
	border-right: 1px solid #bad770;
	width: 44px;
	}
	
#header ul#main-nav li#nav-home a {
	background: url("images/menu-home.gif") no-repeat center 17px;
	}
	
#header ul#main-nav li#nav-home a:hover {
	background: url("images/menu-home-hover.gif") no-repeat center 17px;
	}

#header ul#main-nav li#nav-products {
	background: url("images/menu-products.gif") no-repeat center 17px;
	border-right: 1px solid #c7e07b;
	border-left: 1px solid #93b63c;
	width: 81px;
	}
	
#header ul#main-nav li#nav-products a {
	background: url("images/menu-products.gif") no-repeat center 17px;
	}
	
#header ul#main-nav li#nav-products a:hover {
	background: url("images/menu-products-hover.gif") no-repeat center 17px;
	}
	
#header ul#main-nav li#nav-services {
	background: url("images/menu-services.gif") no-repeat center 17px;
	border-right: 1px solid #cee481;
	border-left: 1px solid #a0be47;
	width: 74px;
	}
	
#header ul#main-nav li#nav-services a {
	background: url("images/menu-services.gif") no-repeat center 17px;
	}
	
#header ul#main-nav li#nav-services a:hover {
	background: url("images/menu-services-hover.gif") no-repeat center 17px;
	}
	
#header ul#main-nav li#nav-about {
	background: url("images/menu-about.gif") no-repeat center 17px;
	border-right: 1px solid #cee682;
	border-left: 1px solid #aac550;
	width: 53px;
	}
	
#header ul#main-nav li#nav-about a {
	background: url("images/menu-about.gif") no-repeat center 17px;
	}
	
#header ul#main-nav li#nav-about a:hover {
	background: url("images/menu-about-hover.gif") no-repeat center 17px;
	}
	
#header ul#main-nav li#nav-contact {
	background: url("images/menu-contact.gif") no-repeat center 17px;
	border-right: 1px solid #d0e783;
	border-left: 1px solid #aec953;
	width: 68px;
	}
	
#header ul#main-nav li#nav-contact a {
	background: url("images/menu-contact.gif") no-repeat center 17px;
	}
	
#header ul#main-nav li#nav-contact a:hover {
	background: url("images/menu-contact-hover.gif") no-repeat center 17px;
	}
	
#header ul#sub-nav {
	position: absolute;
	top: 72px;
	left: 550px;
	color: #807343;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	list-style-type: none;
	background: url("images/shoppingcart-icon.gif") no-repeat 180px 3px;
	}
	
#header ul#sub-nav li {
	display: block;
	float: left;
	line-height: 200%;
	}
	
#header ul#sub-nav li#nav-cart {
	margin: 0 15px 0 48px;
	}
	
#header ul#sub-nav li a {
	color: #807343;
	font-weight: bold;
	text-decoration: none;	
	}
	
#header form#search {
	background: url("images/search.gif") no-repeat 155px 8px;
	position: absolute;
	top: 110px;
	left: 604px;
	height: 46px;
	border-left: 1px solid #aecb53;
	width: 373px;
	}
	
#header form#search input {
	border: none;
	position: absolute;
	top: 10px;
	left: 166px;
	background: transparent;
	height: 20px;
	width: 161px;
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	color: #999;
	padding: 7px 0 0 0;
	}
	
#header form#search input#submit {
	text-indent: -9999px;
	width: 30px;
	height: 25px;
	position: relative;
	left: 330px;
	cursor: pointer;
	text-indent: -9999px;
	}
	
#header form#search fieldset {
	border: 0;
	}
	
/*--------------------------------------------------------------------
  Main
--------------------------------------------------------------------*/

#main {
	background: url("images/body-bg.png") repeat-y top left;
	width: 985px;
	/*margin: -255px auto 0;*/
	margin: 0 auto;
	min-height: 2080px;
	}

#main h2#intro {
	background: url("images/welcome.png") no-repeat 0 0;
	position: relative;
	z-index: 10;
	width: 1013px;
	height: 145px;
	text-indent: -9999px;
	top: -26px;
	left: -18px;
	margin: 0 0 -40px 0;
	}
	
#main #content {
	width: 744px;
	position: relative;
	margin: 0 0 0 9px;
	z-index: 120;
	float: left;
	}

#main #top-feature {
	
	}
	
#main #top-feature h3, 
#main #sub-feature h4 {
	display: none;
	}
	
#main #top-feature a,
#main #sub-feature a {
	border: 0;
	}
	
#main a img {
	border: none;
	}
	
#main #sub-feature {
	width: 745px;
	}
	
#main #products {
	margin: 30px 0 0 0;
	}
	
#main #products h4 {
	background: url("images/featured-header.gif") no-repeat top center;
	text-indent: -9999px;
	width: 100%;
	height: 14px;
	margin: 0 0 15px 0;
	}
#main #products .product {
	float: left;
	width: 183px;
	height: 294px;
	position: relative;
	margin: 0 2px 0 0;
	overflow-x: visible;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	}
	
#main #products .product.last {
	margin: 0;
	}
	
#main #products .product p {
	position: absolute;
	color: #665d49;
	font-size: 12px;
	font-style: italic;
	top: 190px;
	left: 21px;
	line-height: 130%;
	}
	
#main #products .product ul {
	position: absolute;
	}
	
#main #products .product h5 {
	position: absolute;
	top: 171px;
	left: 21px;
	color: #665d49;
	font-size: 13px;
	}
	
#main #products .product ul {
	list-style-type: none;
	color: #665d49;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 242px;
	left: 21px;
	}
	
#main #products .product ul li {
	margin: 0 0 6px 0;
	}
	
#main #products .product ul li strike {
	color: #867d69;
	font-weight: normal;
	}
	
#main #products .product a {
	display: block;
	height: 100%;
	width: 100%;
	border: none;
	}

/*Metro Edits*/
#main ul.list {
	margin: 0;
	padding: 0px 0px 0px 20px;
	}
#main ul.list li {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #413927;
	line-height: 130%;
	}
#main p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #413927;
	line-height: 130%;
	}
#main h5 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-family: helvetica, arial, sans-serif;
	color: #665d49;
	font-size: 13px;
	}
dl.staff {
	margin: 0;
	padding: 0px 0px 20px 0px;
}
dl.staff dt {
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-family: helvetica, arial, sans-serif;
	color: #665d49;
	font-weight: bold;
	font-size: 13px;
	}
dl.staff dd {
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #413927;
	line-height: 130%;
	}
dl.staff img {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0;
	border: 2px solid #665d49;
}

#main #products h4 {
	background: url("images/featured-header.gif") no-repeat top center;
	text-indent: -9999px;
	width: 100%;
	height: 14px;
	margin: 0 0 15px 0;
	}
h2.aboutreplace {
	background: url("images/text-about.gif") no-repeat top left;
	width: 100%;
	height: 20px;
	margin: 0 0 15px 0;
	}
h2.contactreplace {
	background: url("images/text-contact.gif") no-repeat top left;
	width: 100%;
	height: 20px;
	margin: 0 0 15px 0;
	}
h2.servicesreplace {
	background: url("images/text-services.gif") no-repeat top left;
	width: 100%;
	height: 22px;
	margin: 0 0 15px 0;
	}
h3.staffreplace {
	background: url("images/text-staff.gif") no-repeat top left;
	width: 100%;
	height: 20px;
	margin: 0 0 15px 0;
	}
h2.aboutreplace span, h2.servicesreplace span, h3.staffreplace span, h2.contactreplace span {
	display: none;
	}
	
/*--------------------------------------------------------------------
  Sidebar
--------------------------------------------------------------------*/

#main #sidebar {
	width: 199px;
	margin: 0 0px 0 19px;
	float: left;
	position: relative;
	z-index: 100;
	}
	
#main #sidebar h3 {
	background: url("images/sidebar-nav-header.png") no-repeat 0 0;
	width: 215px;
	overflow: visible;
	height: 56px;
	text-indent: -9999px;
	margin: 0 0 0 -12px;
	position: relative;
	}
	
#main #sidebar ul {
	list-style-type: none;
	background: url("images/sidebar-nav-footer.jpg") no-repeat 0 bottom;
	padding: 0 0 13px 0;
	margin: -12px 0 20px 0;
	}
	
#main #sidebar ul li {
	background: url("images/sidebar-nav-bg.jpg") no-repeat 0 0;
	line-height: 27px;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	}
	
#main #sidebar ul li a {
	color: #817443;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 20px;
	}
	
#main #sidebar ul li a:hover {
	text-decoration: underline;
	color: #d28f00;
	}
	
#main #sidebar #newsletter h3 {
	background: url("images/newsletter-header.png") no-repeat 0 0;
	}
	
#main #sidebar #newsletter {
	background: url("images/sidebar-nav-footer.jpg") no-repeat 0 bottom;
	padding: 0 0 13px 0;	
	}
	
#main #sidebar #newsletter p {
	color: #6e6441;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	text-shadow: 0px 1px 0px #ffffff;
	margin: 0 0 0 14px;
	}
	
#main #sidebar #newsletter form {
	background: url("images/newsletter-box-bg.gif") repeat-y 0 0;
	padding: 60px 0 0 0;
	margin: -60px 0 0 -1px;
	}
	
#main #sidebar #newsletter form fieldset {
	border: none;
	}
	
#main #sidebar #newsletter form input {
	background: transparent url("images/form-field.gif") no-repeat 0 0;
	width: 175px;
	height: 25px;
	border: 0;
	font-size: 13px;
	color: #999;
	font-family: helvetica, arial, sans-serif;
	text-indent: 10px;
	padding: 9px 0 0 0;
	margin: 0 0 0 13px;
	}
	
#main #sidebar #newsletter form input#newsletter-submit {
	width: 90px;
	height: 28px;	
	background: transparent;
	padding: 0px;
	}

	
#main #sidebar #newsletter form label {
	display: none;
	}
	
/*--------------------------------------------------------------------
  Footer
--------------------------------------------------------------------*/

#main hr {
	width: 100%;
	float: none;
	clear: both;
	border: 0;
	padding: 10px 0 0 0;
	visibility: hidden;
	}

#footer {
	background: url("images/footer-bg.jpg") no-repeat 0 0;
	width: 985px;
	margin: 0 auto;
	min-height: 200px;
	position: relative;
	}
#footer #siteseal {
	display: block;
	position: absolute;
	bottom: -120px;
	list-style: none;
	}
#seal {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#footer ul#credits {
	display: block;
	position: absolute;
	bottom: 44px;
	left: 30px;
	list-style: none;
	}
#footer ul#credits li {
	display: block;
	float: left;
	padding: 0 17px;
	}


#footer ul#footernav {
	display: block;
	position: absolute;
	bottom: 15px;
	left: -5px;
	}
	
#footer ul#footernav li {
	display: block;
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	padding: 0 17px;
	border-right: 1px solid #666;
	}
	
#footer ul#footernav li.last {
	border: none;
	}
	
#footer ul#footernav li a {
	color: #666;
	}
