@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: 0 auto;
}
#ContentFrame {
	clear: both;
	margin: 102px auto 0 auto;
	min-height: 375px;
	width: 954px;
}
#FooterBuckets {
	margin:0 auto;
	width:985px;

}
.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;
}
#copyright p {
	font-size: 8px;
	color:#666666;
	text-align: center;
	/* line-height: 9px; */
}
#copyright p a {
	font-size: 12px;
	color:#666666;
	text-decoration: none;
}
#header {
}
#PrintLogo {
	display: none;
}
#Logo {
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	display: block;
	width:164px;
	height:43px;
	position: relative;
	top:36px;
	margin:0;
	padding: 0;
}
#Logo a {
	display: block;
	width:164px;
	height:43px;
	margin:0;
	padding: 0;
	color: #000;
}
#Logo span {
	display: none;
}
#MainNav {
	position: relative;
	top:79px;
	left:265px;
	width:735px;
}
#MainNav ul {
	list-style: none;
	/* margin: 70px 0 0 190px; */
	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 {
	display: block;
	float: left;
	width: 249px;
	height: 149px;
	background-image:url("../images/b_products.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#b_products:hover {
	background-position: bottom left;
}
#b_products a {
	display: block;
	width: 249px;
	height: 149px;
}
#b_products span {
	display: none
}
#b_gallery {
	display: block;
	float: left;
	width: 254px;
	height: 149px;
	background-image:url("../images/b_gallery.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#b_gallery:hover {
	background-position: bottom left;
}
#b_gallery a {
	display: block;
	width: 242px;
	height: 149px;
}
#b_gallery span {
	display: none
}
#b_wine {
	display: block;
	float: left;
	width: 240px;
	height: 149px;
	background-image:url("../images/b_wine.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#b_wine:hover {
	background-position: bottom left;
}
#b_wine a {
	display: block;
	width: 240px;
	height: 149px;
}
#b_wine span {
	display: none
}
#b_green {
	display: block;
	float: left;
	width: 240px;
	height: 149px;
	background-image:url("../images/b_green.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#b_green:hover {
	background-position: bottom left;
}
#b_green a {
	display: block;
	width: 254px;
	height: 149px;
}
#b_green span {
	display: none
}
/* SubNav */

#subnav {
	border-bottom: 1px solid #36393a;
}
#subnav a {
	color:  #888888;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: hand;
}
#subnav a.Hyperlink
{
	cursor: hand;
}
#subnav a:hover {
	color:  #6e6548;
}
#subnav a:active {
	color: #aa9d71;
}
#subnav a.selected {
	color: #aa9d71;
}
.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: 10px;
}
.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: #aa9d71;
}
/* JQuery Toggle Div Styles */


/* Gallery Lightbox */

.lightbox ul li {
	display:inline;
}

