@import 'init.css';
@import 'arial.css';
body {
	background: #000;
	color: #333;
	padding: 20px 0 0 0;
}
a {
	color: #0d499a;
}
a:hover {
	color: #0b3977;
}

a.white, a.white:hover { 
	color: #fff; 
}

blockquote {
	background: #eee;
}

/*-- Clearing Styles & Container --*/
.container, #footer {
	width: 978px;
	margin: 0 auto;
}

.container { 
	background: #fff; 
	position: relative;
}

.block {
	width: 960px;
	margin: 0 auto;
	display: block;
}

.clearfix {
	display: inline-block;
}
/*
.block:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/
.block:after, .clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.column {
	float: left;
	width: 240px;
}

/*-- Header/Logo --*/
#header {
	background: url(/public/img/header-bg.gif) no-repeat top left #000;
	width: 978px;
	height: 110px;
	margin: 0 0 80px 0; /* when disabled this, the contents will end up behind the main navigation */
}
#logo {
	margin: 20px 0 0 25px;
}

/*-- SubNavigation --*/
#floating-subnav {
	position: absolute;
	z-index: 20;
	right: 0px;
	top: 22px;
}
#subnav {
	font: normal 12px/12px Arial, sans-serif;
	color: #fff;
	text-align: center;
}
#subnav ul { /* all lists */
	line-height: 1;
}

#subnav a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 140px;
	padding: 10px 0;
}
#subnav li { /* all list items */
	padding: 5px 5px;
	float: left;
	width: 140px; /* width needed or else Opera goes nuts */
}

#subnav li ul { /* second-level lists */
	margin: 5px 0 0 -5px;
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#subnav li ul ul { /* third-and-above-level lists */
	margin: -37px 0 0 145px;
}
#subnav li:hover ul ul, #subnav li.sfhover ul ul {
	left: -999em;
}
#subnav li:hover ul, #subnav li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.subnav-1, .subnav-1 li {
	background: #663300;
}
.subnav-1 li:hover {
	background: #a67c52;
}
.subnav-2 {
	background: #993300;
}
.subnav-3 {
	background: #c69c6d;
}
.subnav-4, .subnav-4 li {
	background: #42210b;
}
.subnav-4 li:hover {
	background: #975d3b;
}
.subnav-1, .subnav-2, .subnav-3, .subnav-4 {
	margin: 0 0 0 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: solid 1px #fff;
	border-bottom: none;
}

/*-- Main Navigation --*/
#floating-navigation {
	position: absolute;
	z-index: 10;
	left: -11px;
	top: 105px;
}
#navigation {
	background: url(/public/img/nav-bg.gif) no-repeat center top;
	width: 1000px;
	height: 55px;
}
ul#navigation {
	margin: 0;
}
ul#navigation li {
	float: left;
	display: inline;
}
ul#navigation li a {
	background: url(/public/img/nav-bg-divider.gif) no-repeat right;
	padding: 0 24px 0 24px;
	display: block;
	line-height: 55px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

ul#navigation li a.last { 
	background: none;
	padding: 0 25px 0 26px;
}

ul#navigation li a:hover {
	background: #a67c52;
}
#nav-shadow {
	background: url(/public/img/nav-bg-shadow.gif) no-repeat center bottom;
	position: absolute;
	z-index: 15;
	left: 0;
	top: 55px;
	width: 1000px;
	height: 18px;
	margin: 0 0 80px 0;
}

/*-- Content --*/
#content {
	width: 600px;
}
.contentarea {
}

#full-content {
	
	width: 951px;
	overflow: auto;
	padding: 0 0 30px 0;

}
/*-- Home Photo --*/

#home-photo {

	width: 601px;
	height: 402px;
	overflow: hidden;

}

/*-- Intro --*/
#intro {
	width: 350px;
}
#intro p { 
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 8px 0;
}
.intro-element {
	padding: 0 0 0 10px;
}
.intro-element .inner-box {
}

/*-- Featured --*/
#featured {
	background: #000;
	color: #fff;
	padding: 10px;
	clear: both;
}
#featured h3 {
	padding: 0 0 5px 0;
}
#featured p {
	font: bold 12px/16px Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#featured a { 
	color: #fff;
}
#featured img {
	margin: 0;
	padding: 0;
}

/*-- Panel Photos --*/
#scroller {
	
	width: 959px;
	height: 86px;
	overflow: hidden;

}
ul#panel-photos {
	margin: 4px 0 0 0;
}
ul#panel-photos li {
	display: inline;
}


/*-- Sidebar --*/
#sidebar {
	padding: 0 0 0 10px;
	width: 220px; 
	font-family: Verdana; 
}
.sidebar-element {
	padding: 10px 0;
}
.sidebar-element .inner-box {
}

#sidebar li { 
	margin: 0 0 8px 0;
}

#sidebar li a { 
	color: #993300;
	text-decoration: none;
}

#sidebar li a:hover { 
	color: #4b1900;
	text-decoration: underline;
}

#sidebar li ul {

	margin: 6px 0 0 10px;
	padding-bottom: 10px;
}

.content-area {
	float: right;
	padding: 0 10px;
	width: 700px;
}

.content-area ul {
	
	padding-bottom: 20px;

}

/*-- Products --*/

ul#productslist,
ul#productslist li {

	margin: 0;
	list-style: none;

}

ul#productslist,
ul#portfoliolist {
	
	padding: 10px 0;

}

ul#productslist li {
	
	width: 33%;
	float: left;
	height: 220px;

}

ul#portfoliolist li {
	
	width: 33%;
	float: left;
	height: 250px;
	text-align: center;
}

ul#productslist li .productinfo h4,
ul#productslist li .productinfo p {

	display: inline;

}

ul#productslist li .productinfo h4 a,
ul#productslist li .productinfo p a,
ul#portfoliolist li .productinfo h4 a,
ul#portfoliolist li .productinfo p a {

	color: #000;
	text-decoration: none;
	font-weight: bold;

}

ul#portfoliolist li .productinfo h4,
ul#portfoliolist li .productinfo p { padding: 0; }

ul#portfoliolist li .productinfo p a {

	color: #8f4538;
	

}

ul#productslist li .productinfo h4 { font-size: 13px; }
ul#productslist li .productinfo p { font-size: 11px; }

#product_images {
	margin: 0;
	

}

#product_images img {
	width: 100px;
	vertical-align: top;
	border: solid 2px #F4EDDE;

}

img#placeholder, img#default_image {
	border: solid 4px #F4EDDE;
	margin: 10px 0 0 0;

}

.portfolio-detail-content,
.portfolio-detail-images,
.portfolio-detail-image-box,
#product_images {

	float: left;
	padding: 0;
	
}

.portfolio-detail-content {

	width: 200px;
	padding: 0 20px 0 0;
}

.portfolio-detail-images {

	width: 731px;

}

.portfolio-detail-image-box {
	
	width: 470px;

}

#product_images {
	
	padding: 10px 0 0 0;
	width: 261px;

}

.portfolio-detail-content h3 {

	font-size: 16px;
	
}

/*-- Where to Buy --*/

#states,
#counties,
#canada {

	padding: 20px;
	overflow: auto;

}

#states ul li,
#counties ul li,
#canada ul li {

	width: 170px;
	float: left;
	
}

#states ul li a,
#counties ul li a,
#canada ul li a {

	color: #8f4538;
	display: block;
	padding: 3px 0;
	font-size: 14px;
}



/* Breadcrumb */

ul.breadcrumb li {

	display: inline;

}

ul.breadcrumb li a {

	font-weight: bold;
	color: #8f4538;
	text-decoration: none;
}

/*-- News --*/

ul.newslist {
	
	width: 65%;

}

ul.newslist,
ul.newslist li {
	
	margin: 0;
	list-style: none;

}

ul.newslist li {

	border-top: solid 1px #eee;

}

ul.newslist li p.date,
#news-article p.date {

	font-size: 1em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}

ul.newslist li h3 a,
#news-article h3 {
	
	text-decoration: none;
	text-transform: none;
	font-size: 1.1em;
	color: #8f4538;
}

#news-article p.date { padding: 0; }

#news-article h3 {

	font-size: 1.4em;
	padding: 0 0 10px 0;
}

#news-article {

	padding: 10px 0;

}


/*-- Footer --*/
#footer {
	padding: 12px 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

#footer ul {
	float: right;
}

#footer ul li {
	display: inline;
}
#footer p a { 
	color: #fff;
}

#footer ul li a {
	padding: 0 0 0 10px;
	color: #fff;

}
