@charset "UTF-8";
/* 
==============================================================================
This styles the main framework for the site, things like headers and footers. 
Basically anything that is shared through out the entire site.
==============================================================================
 */
 
 * {	margin-bottom: 0px;
}
html{
	padding: 0;
	margin: 0;
}
body {
	background-color: #000000;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

#MainFrame 
{
    width:1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#ContentFrame {
	clear: both;
	/*margin-top: 102px;*/
	margin-top: 89px;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 375px;*/
	width: 954px;
}
#FooterBuckets {
	margin-left:96px;
}
.clearall {
	clear: both;
}
.print {
	display: none;
}
#FooterBuckets a {
	color: #000;
}
#copyright {
	clear:both;
	width:990px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}
#copyright p {
	font-size: 8px;
	color:#666666;
	text-align: center;
}
#copyright p a {
	font-size: 12px;
	color:#666666;
	text-decoration: none;
	text-align: center;
}
#header {
}
#PrintLogo {
	display: none;
}
#HomeImage {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
#Logo {
	display: block;
	/*width:164px;
	height:43px;*/
	width:200px;
	height:56px;
	position: relative;
	top:36px;
	margin:0;
	padding: 0;
}
#MainNav {
	position: relative;
	/*top:79px;*/
	top:66px;
	left:265px;
	width:735px;
}
#MainNav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#MainNav ul li {
	float:left;
	font-size: 11px;
	margin:0 46px 0 0;
	padding: 0;
	font-weight: 100;
	letter-spacing: 1px;
}
#MainNav ul li a {
	color:#b5b7b4;
	text-decoration: none;
	padding: 10px 0 10px 0;
}
#MainNav ul li a:hover {
	color:#AA9D70;
	text-decoration: underline;
}
#MainNav ul li.DealerLocator {
	width: 103px;
	height: 7px;
	background-image: url("../images/DealerLocator.png");
	background-repeat: no-repeat;
	margin: 4px 0 2px 54px;
}
#MainNav ul li.DealerLocator a {
	display: block;
	width: 103px;
	height: 7px;
	color: #000;
	
}
#MainNav ul li.DealerLocator span {
	display: none;
}
#b_products {
	background-image:url("../images/newproducts.png");	
    background-position: -15px 0px;
    background-repeat: no-repeat;   
	display: block;
	float: left;
    height:105px;
    width:202px;
}
#b_products:hover {
	background-position: -15px -144px;
}
#b_products a {
	display: block;
    height:105px;
    width:202px;
}
#b_products span {
	display: none
}
#b_gallery {
	background-image:url("../images/TruePortfolio.png");
	background-position: -15px 0px;
    background-repeat: no-repeat;   
	display: block;
	float: left;
    height:105px;
    width:202px;
}
#b_gallery:hover {
	background-position: -15px -144px;
}
#b_gallery a {
	display: block;
    height:105px;
    width:202px;
}
#b_gallery span {
	display: none
}
#b_discovertrue {
	background-image:url("../images/designbook.png"); 
	background-position: -15px 0px;
    background-repeat: no-repeat;   
	display: block;
	float: left;
    height:105px;
    width:202px;
}
#b_discovertrue:hover {
	background-position: -15px -144px;
}
#b_discovertrue a {
	display: block;
    height:105px;
    width:202px;
}
#b_discovertrue span {
	display: none
}
#b_presscenter {
	background-image:url("../images/latestfeatures.png");
	background-position: -15px 0px;
    background-repeat: no-repeat;   
	display: block;
	float: left;
    height:105px;
    width:202px;
}
#b_presscenter:hover {
	background-position: -15px -144px;
}
#b_presscenter a {
	display: block;
    height:105px;
    width:202px;
}
#b_presscenter span {
	display: none
}
/* SubNav */

#subnav {
	border-bottom: 1px solid #36393a;
	/*float:left;*/
}
#subnav a {
	color:  #888888;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: hand;
}
#subnav a.selected {
	color: #6e6548;
}
#subnav a.Hyperlink
{
	cursor: hand;
}
#subnav a:hover {
	color:  #6e6548;
}
#subnav a:active {
	color: #6e6548;
}

.col1 h2 {
	font-size: 10px;
	color: #aa9d71;
	letter-spacing: 2px;
	font-weight: normal;
	font-style: normal;
	padding: 10px 8px 10px 8px;
	border-top: 1px solid #36393a;
	border-bottom: 1px solid #36393a;
}
.col1 h2 a{
	display: block;
}
.col1 h2 span{
	float: right;
}
#subnav ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 8px;
}
#subnav li {
	font-size: 10px;
	color: #aa9d71;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}
/* -- end subnav -- */


/* JQuery Toggle Div Styles */

.toggle_content {
	margin-top: 0px;
}
.toggle_content .nav {
	font-size: 10px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.toggle_content .nav a {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.toggle_content .nav a:hover {
	color: #e4dfcf;
}
.toggle_content .nav a.selected {
	color: #6e6548;
}
/* JQuery Toggle Div Styles */


/* Gallery Lightbox */

.lightbox ul li {
	display:inline;
}

/*Footer divs for New Products Bucket Effect*/


