html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,table,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
  font: .75em/1.5 Arial, Helvetica, sans-serif;
}
ul{
	list-style: none;
}
a:active{
  outline: none;
}
:focus{
  -moz-outline-style: none;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.25em;
}
h1{ font-size:2em; }
h2{ font-size:1.5em; }
h3{ font-size:1.25em; }
h4{ font-size:1.1em; }
h5, h6{ font-size:1em; }

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
  font: normal normal normal 1em/1.75 Arial, Helvetica, sans-serif;
}
input, select{
  line-height:1em;
  padding:2px;
}
p{
  margin:1em 0 1em 0;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
img {
  border: none;
}

/* Tables */
table {
  border: none;
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  text-align:left;
  vertical-align:top;
}

/* Forms */
form {
  display: inline;
}
label {
  cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hide{display: none; visibility: hidden;}
.show{display: ; visibility: visible;}
#adminControls{
	background:#000;
	border-bottom:solid 2px #669900;
	padding:10px;
	text-align:left;
	color:#999;
	overflow:auto;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #999;
	padding:0 8px;
}
#adminControls li:last-child{
	border: none;
}
#adminControls a{
	text-decoration:none;
	padding:3px;
	color: #666666;
	font-size: .9em;
	font-weight: bold;
}

#adminControls a:hover{
	background:#222;
	color: #FFF;
}
/*
	brown	#5b3618
	cream	#eee0c5
	red		#aa0000
	red2	#dc291e
*/
body,html{
	height: 100%;
}
body{
	background: #fff url(/media/images/gradient_bottom.gif) bottom repeat-x fixed;
}
body,p,td{
	letter-spacing: .025em;
	font-size: .85em;
}
h1,h2,h3{
	font-weight: bold;
}
h1{
	color: #aa0000;
}
h2{
	color: #5b3618;
}
h2.hr{
	background: url(/media/images/hr.gif) no-repeat top center;
	padding: 10px 0;
	margin-top: 20px;
	clear: both;
	text-transform: uppercase;
	letter-spacing: .15em;
}
a{
	color: #aa0000;
}
a:hover{
	text-decoration: none;
}
#top_grad{
	background: #fff url(/media/images/gradient_top.gif) top repeat-x;
	height: 70px;
}
#logo{
	position: relative;
	z-index: 16;
	margin-top: -40px;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 350px;
}
#content, #nav, #header, #footer, .center{
	width: 865px;
	margin: 0px auto;
}
#content{
	width: 850px;
	clear: both;
}
/*-----------------------------------------------------*/

#nav{
	clear: both;
	background: #5b3618;
	height: 35px;
	text-align: center;
	margin: 10px auto;
}
#nav ul{
	padding-top: 5px;
}
#nav ul li ul{
	background:#5b3618;
	top:25px;
	width: 134px;
	margin-left: 14px;
}
#nav ul li{
	float: left;
	display: block;
	border-left: 1px dotted #fff;
	padding-top: 3px;
}
#nav ul li:first-child{
	border-left: none;
}
#nav ul li a{
	width: 168px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: .35em;
	line-height: 2em;
}
#nav ul li li{
	padding:2;
	padding-top: 0px;
	border: none;
	border-top: 1px solid #fff;
}
#nav ul li li a{
	line-height: 1.8em;
	font-size: .7em;
	letter-spacing: .05em;
	width: 134px;
	font-weight: bold;
}
#nav ul li a.selected, #nav ul li a:hover{
	color: #dc291e;
}
#nav li li a.selected, #nav li li a:hover{
	color: #fff;
	background: #aa0000;
}
#nav ul.drop_down_menu li.selected:hover ul {	
	display: block; 
}

/*-----------------------------------------------------*/
#brand_header ul li{
	float: left;
	width: 120px;
	height: 40px;
	text-align: left;
	padding-left: 10px;
	background: url(/media/images/brand_menu_bt.jpg) no-repeat top left;
}
#brand_header ul li a{
	text-decoration: none;
	font-size: .85em;
	line-height: 1.8em;
}
#brand_header li li{
	background: none;
	padding: 0px;
	height: auto;
	line-height: 1em;
	width: 250px;
}
#brand_header li li a{
	color: #5b3618;
	border-top: 1px solid #fff;
	padding: 2px 5px;
}
#brand_header li li a:hover{
	background: #e5dbbd;
}
#brand_header ul ul{
	background: #f5ebcc;
	border: 5px solid #e5dbbd;
	margin-left: -8px;
}
/*-----------------------------------------------------*/

#sub_nav{
	float: left;
	width: 90px;
	margin-right: 30px;
	clear: left;
	text-align: right;
}
#sub_nav ul{
}
#sub_nav ul li{
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 10px;
	line-height: 1em;
}
#sub_nav ul li a{
	font-size: .7em;
	text-decoration: none;
	color: #5b3618;
	font-weight: bold;
	letter-spacing: .1em;
}
#sub_nav ul li a:hover, #sub_nav ul li a.selected{
	color: #aa0000;
}
#sub_nav ul li.selected{
	background: url(/media/images/sub_nav_arrow.gif) no-repeat left center;
}
#sub_nav,#copy,#image{
	margin-top: 100px;
}
#quick_find{
	background: url(/media/images/hr.gif) center center no-repeat;
	height: 35px;
	width: 850px;
	margin: 0px auto;
	position: relative;
	z-index: 15;
	margin-top: -40px;
}
#quick_find_bt{
	display: block;
	float: right;
	margin: 3px 20px;
}
#quick_find #menu{
	position: absolute;
	z-index: 10;
	display: none;
	clear: both;
	margin-top: 40px;
	margin-left: -7px;
}
#quick_find #box{
	width: 815px;
	background: #f5ebcc;
	border: 5px solid #e5dbbd;
	overflow: auto;
	padding: 20px;
}
#quick_find #menu #arrow{
	float: right;
	position: relative;
	margin-right: 80px;
	margin-top: -5px;
	margin-bottom: 0px;
}
#quick_find ul{
	float: left;
	width: 200px;
}
#quick_find ul li{
}
#quick_find ul li.col2{
	margin-left: 200px;
}
#quick_find ul li.col3{
	margin-left: 400px;
}
#quick_find ul li.col4{
	margin-left: 600px;
}
#copy{
	float: left;
	width: 420px;
	padding-bottom: 40px;
	font-size: .85em;
}
#copy ul{
	list-style: disc;
	padding-left: 20px;
}
#varietals ul{
	list-style: none;
}
#copy.wide{
	width: 720px;
}
.main_page #copy{
	width: 320px;
}
#image{
	float: right;
	margin-bottom: 40px;
	margin-right: 20px;
	/*border: 1px solid #5b3618;
		padding: 1px;*/
}
.main_page #image{
	margin-right: 5px;
	margin-top: -10px;
	margin-bottom: 0px;
	border: none;
	padding: 0px;
}
#footer{
	clear: both;
	background: url(/media/images/hr.gif) top no-repeat;
	text-align: center;
	padding: 5px;
}
#footer ul{
}
#footer ul li{
	display: inline;
}
#footer ul li a{
	display: inline-block;
	padding: 0px 20px;
	border-left: 1px dotted #5b3618;
	text-transform: uppercase;
	text-decoration: none;
	color: #aa0000;
	letter-spacing: .1em;
	font-size: .8em;
}
#footer ul li:first-child a{
	border: none;
}
#footer ul li a:hover{
	color: #5b3618;
}

/* -------------------------------  Home Page Template ------------------------------- */

#hp_holder{
	padding: 0px;
	width: 800px;
	margin: 0px auto;
	margin-top: 10px;
}
#hp_image{
	float: left;
	position: relative;
	margin-top: -27px;
}
#hp_copy{
	float: right;
	position: relative;
	text-align: center;
	width: 400px;
	margin-top: -5px;
}
#hp_copy p{
	line-height: 2em;
}
#hp_tn{
	margin-top: -10px;
	height: 185px;
}
#hp_tn ul{
}
#hp_tn ul li{
	display: block;
	float: left;
	width: 169px;
	text-align: center;
}

/*-----------------------------------------------------*/
#sub_nav .bt{
	background: url(/media/images/sub_nav_bt.jpg) no-repeat top left;
	color: #fff;
	height: 30px;
	display: block;
	width: 83px;
	padding-right: 25px;
	padding-top: 1px;
}
#sub_nav .bt:hover{
	color: #eee0c5;
}
#brand_header{
	float: left;
	width: 540px;
	text-align: center;
	_width: 530px;
}
#varietals{
	display: none;
	background: #f5ebcc;
	border: 5px solid #e5dbbd;
	padding: 20px;
	margin-bottom: 20px;
}
#varietals ul{
}
.brand_tn{
	display: block;
	text-align: center;
	float: left;
	margin: 18px;
	margin-bottom: 60px;
	width: 100px;
	height: 100px;
	padding: 1px;
	text-decoration: none;
}
.brand_tn:hover img, .brand_tn img:hover{
	border-color: #5b3618;
}
img.border{
	border: 3px solid #eee0c5;
}
img.border:hover{
	border-color: #5b3618;
}
.brand_tn img{
	margin: 1px;
	border: 3px solid #eee0c5;
}
.tn_holder{
	margin-top:60px; 
	padding-bottom:80px;
}

/*-----------------------------------------------------*/
#regions ul{
	float: left;
	width: 140px;
	text-align: center;
	margin-bottom: 40px;
	background: url(/media/images/vr.gif) no-repeat top right;
	min-height: 400px;
}
#regions ul:last-child{
	background: none;
}

/*-----------------------------------------------------*/
#categories ul{
	float: left;
	width: 280px;
	text-align: center;
	margin-bottom: 40px;
	background: url(/media/images/vr.gif) no-repeat top left;
	min-height: 400px;
}
#categories ul:first-child{
	background: none;
}
.cat_img{
	height: 120px;
	vertical-align: middle;
}
/*-----------------------------------------------------*/
#map{
	margin-top: 40px;
	width: 550px;
	padding: 50px 0px;
	margin-bottom: 40px;
	background: url(/media/images/vr.gif) no-repeat top right;	
}
#map_content{
	float: right;
	width: 280px;
}
/*-----------------------------------------------------*/
ul.trade_list{
	overflow: auto;
}
ul.trade_list li{
	display: block;
	float: left;
	width: 160px;
	padding-right: 10px;
}

#bug{
	text-align: center;
	color: #8b0b04;
	float: left;
	margin-top: -48px;
	margin-bottom: -83px;
	margin-left: -100px;
	position: relative;
	z-index: 20;
	background: url(/media/images/bug.gif) top left no-repeat;
	height: 101px;
	width: 100px;
	padding: 10px;
}
#bug, #bug p{
	line-height: 1.1em;
}
#bug a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}
@charset "UTF-8";
/* CSS Document */


/*/////////////////////////////////////////////////////////////////////////////////////////////*/

/* all lists */
/* default is for hirizontal menu with vertial drop downs */

ul.drop_down_menu, ul.drop_down_menu ul { /* all lists */
	list-style: none;
}
ul.drop_down_menu li { /* all list items */
	position: relative;
}
ul.drop_down_menu li a{
	display: block;
}
ul.drop_down_menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	z-index: 10;
}
ul.drop_down_menu li.selected ul {
	display: block;
}
ul.drop_down_menu li li{}
ul.drop_down_menu li:hover ul, ul.drop_down_menu li.over ul { /* lists nested under hovered list items */
	display: block;
}
ul.drop_down_menu li:hover, ul.drop_down_menu li.over{}
ul.drop_down_menu li li:hover{ /* prevent attribute inheritance from li:hover */}
ul.drop_down_menu li li a{}
ul.drop_down_menu li li a:hover, ul.drop_down_menu li li a.selected{}


.dd_right li:hover, .dd_right li.over{
}
.dd_right li{
}
.dd_right li ul{
	top:-20px;
	left:90px;
	_left:50px;
	width: 400px;
	background: #eee0c5;
	padding: 20px;
	border-left: 10px solid #fff;
}
.dd_right li ul li{
	width: 130px;
	float: left;
}
.dd_right li ul li a{
	text-align: left;
	padding-left: 10px;
}
.brown{
	color: #5b3618;
}
.red{
	color: #aa0000;
}
.red_light{
	color: #dc291e;
}
