/*
 * For: xhtml
 * Site: Doeren
 * Author: Randy Prop14 Web Design
 * Last Modified: Mar 2009
*/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
ol,ul {list-style: none;}
	
q:before,q:after,blockquote:before,blockquote:after {content: "";}

a img,:link img,:visited img { border:none }

img { -ms-interpolation-mode: bicubic; } /* for scaling images in IE */

a {outline:none;}

small { font-size:11px; }

em { font-style:italic; }

strong { font-weight:bold; }

/* @group base html settings */

body {
	background: #000;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	text-align: center;/*this is in place to center in older browsers*/
	text-shadow: #000000 0 0 0px; /* removes mac glow around text */
}

.hide {
	margin-left:-999px;
	}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
	
.center {
	text-align:center;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.transparent {
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	}

/*-------------------------END RESET---------------------------------------*/
	
body {
	background-color:#fff;
}

body.page #footer {
	border-top:5px solid #C16929;
}

#page-top {
	background:#352D20 url(../images/bg/bg_head_short.jpg) repeat-x;
	width:100%;
	height:138px;
}


/* about page */
.bio {
	margin:20px 0 20px 0;
	overflow:hidden;
}

.bio img {
	float:left; 
	margin:10px 20px 5px 0;
}

/*-------------- head navigation --------------*/
#nav {
	padding-top:18px;
	width:383px;
	height:18px;
	margin:0 auto;
}

#nav ul li {
	display:inline;
	margin:0px 5px;
}

#nav ul li a {
	height:18px;
	float:left;
	margin:0px 5px;
}

#nav ul li a.home:link, #nav ul li a.home:visited {
	width:67px;
	background-image:url(../images/nav/home.gif);
}

#nav ul li a.home:hover {
	width:67px;
	background-image:url(../images/nav/home_o.gif);
}

body#home #nav ul li a.home {
	width:67px;
	background-image:url(../images/nav/home_o.gif);
}

#nav ul li a.about:link, #nav ul li a.about:visited {
	width:75px;
	background-image:url(../images/nav/about.gif);
}

#nav ul li a.about:hover {
	width:75px;
	background-image:url(../images/nav/about_o.gif);
}

body#about #nav ul li a.about {
	width:75px;
	background-image:url(../images/nav/about_o.gif);
}

#nav ul li a.products:link, #nav ul li a.products:visited {
	width:106px;
	background-image:url(../images/nav/products.gif);
}

#nav ul li a.products:hover {
	width:106px;
	background-image:url(../images/nav/products_o.gif);
}

body#products #nav ul li a.products {
	width:106px;
	background-image:url(../images/nav/products_o.gif);
}

#nav ul li a.contact:link, #nav ul li a.contact:visited {
	width:95px;
	background-image:url(../images/nav/contact.gif);
}

#nav ul li a.contact:hover {
	width:95px;
	background-image:url(../images/nav/contact_o.gif);
}

body#contact #nav ul li a.contact {
	width:95px;
	background-image:url(../images/nav/contact_o.gif);
}

#site-motto {
	margin:0 auto;
	padding-top:32px;
	width:650px;
}

#brand-logos {
	margin:0 auto;
	padding-top:30px;
	width:850px;
	text-align:center;
}

#brand-logos img {
	padding:0px 5px 5px 0px;
}

/*-------------- typography -----------------------*/
h3 {
	color:#E2CA7F;
	line-height:1.3em;
	font-size:1.2em;
	text-align:center;
}

h5 {
	color:#000;
	font-size:1em;
	padding-bottom:10px;
	font-weight:bold;
}

p {
	color:#000;
	font-size:.9em;
	line-height:1.3em;
	padding:10px 70px 10px 20px;
}

a:link,a:visited {
	color:#0B4668;
	text-decoration:none;
}

a:hover {
	color:#0B4668;
	text-decoration:underline;
}

/*------- product extra nav bar ----*/
#product-nav {
	margin:0px 0px 10px 100px;
}

#product-nav li {
	display:inline;
	list-style-type:none;
	margin:0px 0px 10px 0px;
}

#product-nav li a:hover {
	color:#0B4668;
	text-decoration:underline;
}

#product-nav li a.current {
	text-decoration:underline;
	font-weight:bold;
	color:#C16929;
}

#product-nav li a {
	padding:5px;
}

#left-content ul {
	list-style-image:url(../images/bullet_blue.gif);
}

#left-content ul li {
	margin-left:15px;
}

#list-1,#list-2 {
	width:250px;
	float:left;
	padding:5px 5px 5px 0px;
}

ul {
	list-style-image:url(../images/bullet_blue.gif);
}

ul li {
	margin-left:55px;
}

li {
	color:#000;
	font-size:.9em;
	line-height:1.5em;
}

#content-wrapper {
	width:800px;
	margin:0 auto;
	overflow:hidden; 
}

#content-wrapper-products {
	width:900px;
	margin:0 auto;
	overflow:hidden; 
}

#left-content {
	width:520px;
	float:left;
}

/*---------------product listing pages------------*/

#product-col-1 {
	width:300px;
	float:left;
}

#product-col-1 img, #product-col-1 p {
	text-align:center;
}

#product-view-section {
	width:505px;
	height:300px;
	border:5px solid #C16929;
	margin:50px 0px 40px 350px;
}

#thumb-section {
	width:158px;
	height:296px;
	margin:2px 0px 3px 5px;
	float:left;
	overflow:hidden;
}

#thumb-section a img {
	border:1px solid #CABCB0;
}

#thumb-section a:hover img {
	border:1px solid #C16929;
}

#large-image {
	width:336px;
	height:294px;
	margin:2px 3px 0px 0px;
	overflow:hidden;
}

#large-image img {
	display:block;
	margin-bottom:0px;
}

p.sample {
	font-size:.75em;
}

a.visit:link,a.visit:visited {
	width:196px;
	height:29px;
	display:block;
	background:url(../images/visit_website.jpg) top left no-repeat;
}

a.visit:hover {
	background:url(../images/visit_website_o.jpg) top left no-repeat;
}

#main-photo {
	width:208px;
	margin-left:550px;
}

.three_pics {
	padding:20px 0px 20px 70px;
}

#main-photo img {
	padding:15px;
}

img#manu-text {
	padding:10px 0px 20px 0px;
}

#catalog-listings {
	width:910px;
	margin:0px auto;
}

/*------------catalog listings -----------------*/

#catalog-area {
	width:100%;
	border-top:5px solid #C16929;
	background-color:#352D20;
	text-align:center;
}

.listing {
	width:400px;
	height:140px;
	border:2px solid #433927;
	overflow:hidden;
	margin:10px 20px;
	float:left;
}

.listing img {
	padding:10px;
	float:left;
}

h6 {
	color:#C16929;
	font-size:1.2em;
	padding:10px 5px 0px 0px;
}

.listing p {
	color:#E2CA7F;
	text-shadow:#352D20 0 0 0;
	padding:10px 10px 5px 0px;
}

.listing p a:link,.listing p a:visited {
	color:#C16929;
	padding-top:5px;
	text-decoration:underline;
}

.listing p a:hover {
	color:#E2CA7F;
	padding-top:5px;
	text-decoration:underline;
}

.listing a span { 
	color:#E2CA7F; 
}

.listing.xolights {
	height:100px;
}

/*-------------footer--------------*/

#footer {
	background-color:#352D20;
	width:100%;
	padding:20px 0px;
}

#footer  p {
	color:#877459;
	font-size:.75em;
	padding:3px 0px;
	text-align:center;
}

#footer  p a:link,#footer  p a:visited {
	color:#877459;
	text-decoration:none;
}

#footer p a:hover {
	color:#EFFCAB;
	text-decoration:none;
}

/* ---------------- form ---------------------  */

.req {  
	color:red;
}

#form_area {
	border:5px solid #C16929;
	margin-left:40px;
	padding:10px 50px 10px 20px;
	width:400px;
	background-color:rgb(232,216,165);
	font-size:.85em;
}

.form {
	float:left;
}
	
.form label {
	float:left; 
	width:124px; 
	padding:10px 10px 0 0;
	} 
	
.form input.checkbox {
	float:left; 
	margin-top:10px; 
	width:10px;
	padding:4px;
	}

