﻿/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	font: 12px Georgia, serif;
	color: #808184;
}
h1{
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 15px;
}
h3{
	font-size: 1.2em;
	margin-bottom: 15px;
}
p	{
	line-height: 1.6em;
	margin-bottom: 1.8em;
	}
strong{
	font-weight: bold;
}
.hidden {
	text-indent: -9999px;
	position: absolute;
}
#footer-text	{
	color: #fff;
	padding: 1.5em 0 0 30px;
	line-height: 1.8em;
	background: url('../images/footer-top.gif') top no-repeat;
}
#container	{
	width: 1000px;
	margin: 0 auto;
}
#branding	{
	width: 1000px;
	margin: 0 auto;
	height: 90px;
	position: relative;
}
#logo	{
	position: relative;
	top:16px;
}
#content-home	{
	width: 430px;
	margin: 0 auto;
	padding: 50px 550px 30px 20px;
	background: url('../images/hayden.jpg') no-repeat;
	background-position: 480px 0px;
	min-height: 270px;
}
#content-custom	{
	width: 430px;
	margin: 0 auto;
	padding: 50px 550px 30px 20px;
	background: url('../images/occidental.jpg') no-repeat;
	background-position: 540px 0px;
	min-height: 270px;
}
#content-about	{
	width: 430px;
	margin: 0 auto;
	padding: 50px 550px 30px 20px;
	background: url('../images/country-store.jpg') no-repeat;
	background-position: 520px 10px;
	min-height: 270px;
}
#content	{
	width: 750px;
	margin: 0 auto;
	padding: 20px 20px 30px 230px;
	min-height: 260px;
}
#footer	{
	width: 1000px;
	margin: 0 auto;
	background: url('../images/footer.gif') bottom no-repeat;
	min-height: 82px;
	background-color: #bbbcbd;
	clear: both;
	z-index: 1;
}
#splash	{
	float: right;
	margin-bottom: -40px;
	z-index: 100;
}
#list-products li	{
	width: 300px;
	height: 275px;
	padding: 15px 450px 0 0;
	border-top: 1px solid #808184;
}
#list-product-pics li	{
	display: inline;
}
#contents	{
	list-style-type: disc;
	padding: 0 0 15px 20px;
}
#contents li	{
	padding-bottom: 5px;
}
#bodie	{
	background: url('../images/bodie4x3.jpg') no-repeat;
	background-position: 300px 0;
}
#hayden	{
	background: url('../images/hayden4x3.jpg') no-repeat;
	background-position: 300px 0;
}


		/* nav-main
---------------------------------------------------------- */
#nav-main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: url(../images/nav.gif) no-repeat;
}
#nav-main ul {
	margin: 0;
	padding: 0;
	height: 34px;
}
#nav-main li {
	position: absolute;
	background: url(../images/nav.gif) no-repeat;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
	text-indent:-9999px;
}
#nav-main #home {left: 0px; background-position: 0 0;}
#nav-main #products {left: 99px; background-position: -99px 0;}
#nav-main #custom {left: 199px; background-position: -199px 0;}
#nav-main #about {left: 299px; background-position: -299px 0;}

#nav-main #home a, #nav-main #home-on a {width: 99px; height: 34px; display: block; border: none;}
#nav-main #products a, #nav-main #products-on a {width: 100px; height: 34px; display: block; border: none;}
#nav-main #custom a, #nav-main #custom-on a {width: 100px; height: 34px; display: block; border: none;}
#nav-main #about a, #nav-main #about-on a {width: 100px; height: 34px; display: block; border: none;}

#nav-main #home a:hover {background: url(../images/nav.gif) 0 -34px no-repeat;}
#nav-main #products a:hover {background: url(../images/nav.gif) -99px -34px no-repeat;}
#nav-main #custom a:hover {background: url(../images/nav.gif) -199px -34px no-repeat;}
#nav-main #about a:hover {background: url(../images/nav.gif) -299px -34px no-repeat;}

#nav-main #home-on {left: 0px; background-position: 0 -34px;}
#nav-main #products-on {left: 99px; background-position: -99px -34px;}
#nav-main #custom-on {left: 199px; background-position: -199px -34px;}
#nav-main #about-on {left: 299px; background-position: -299px -34px;}

		/* nav-sec
---------------------------------------------------------- */
#nav-sec	{
	padding: 15px 0 0 0;
	width: 206px;
	margin: 0 auto;
	position: absolute;
	/*background: url(../images/nav-ul.gif) no-repeat;
	background-position: 0 15px;*/
	}
#nav-sec a {
	color: #8c8a8a;
	text-decoration: none;
	}
#on		{
	background: url(../images/on.gif) no-repeat;
	background-position: 0 2px;
	font-weight: bold;
	text-decoration: none;
}
#nav-sec li	{
	padding: 10px 0 10px 15px;
}