/* Cached Version : Feb 04, 2012 13:42:22 */
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: .68em/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;
}

.jScrollPaneContainer {
	position: relative;
	float: right;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #cdc9bd;
	margin: 5px 3px 5px 0px;
	
}
.jScrollPaneDrag {
	position: absolute;
	background: #b7b2a2;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDrag:hover {
	background: #a08f65;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #5a4823;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #000;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #5a4823;
	height: 9px;
	margin-top: 5px;
}
a.jScrollArrowDown:hover {
	background-color: #000;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #333;
}

a.jScrollArrowUp {
	background: url(../media/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../media/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


#pager{
	float: right;
}
#pager a{
	display: inline-block;
	margin-right: 5px;
}
#pager a.selected{
	text-decoration: none;
	font-weight: bold;
}
.list_item{
	float: left;
	width: 190px;
	padding-left: 20px;
	height: 300px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 45px;
}
#cart_table{
/*	border-top: 1px solid #eee0c5;*/
	width: 100%;
}
#cart_table td, #cart_table th{
	border-bottom: 1px solid #eee0c5;
	vertical-align: middle;
	padding: 2px 5px;
}

#cart_table input.qty{
	width: 30px;
}
a.cart{
	display: block;
	background: #000;
	color: #602169;
	padding: 5px;
	margin-bottom: 20px;
}
.bt, input.bt{
	display: inline-block;
	width: auto;
	text-decoration: none;
	padding: 5px 20px;
	background: #333;
	color: #fff;
	border: 0px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	cursor: pointer;
}
.bt:hover, input.bt:hover{
	background: #aa0000;
}
#cart_nav{
	padding: 5px 10px;
	background: #eee0c5;
	font-size: .8em;
	margin: -7px;
	margin-bottom: 30px;
}
#ui_login{
	padding: 20px;
	border: 1px solid #ccc;
	margin: 20px 0px;
	overflow: hidden;
}
.member_actions{
	float: right;
	margin: 20px 0px;
}
form div{
	float: left;
	width: 270px;
	padding-bottom: 5px;
}
form div input{
	width: 250px;
	background: #eee0c5;
	border: 1px solid #eee0c5;
}
form div input:focus{
	background: #fff;
}
form div label{
	display: inline-block;
	font-size: .8em;
	color: #602169;
}
form div input.error{
	border: 1px solid red;
}
form div label.error{
	color: red;
}

.half {
	float: left;
	width: 45%;
	margin-top: 15px;
	margin-right: 35px;
	
}
ul.tags li{
	float: left;
	margin-right: 10px;
}

.checkout_left{
/*	border: 1px solid red; */
	width: 440px;
	float: left;
	padding-bottom: 30px;
}

.checkout_right{
/*	border: 1px solid red; */
	width: 260px;
	padding: 20px;
	float: left;
	margin-left: 20px;
	background-color: #eee0c5;
}

/*
tan:	9b8c63
brown:	331d0e
orange:	974b07
*/
.orange{
	color: #C0844D;
}
.tan{
	color: #9b8c63;
}
.brown{
	color: #331d0e;
}
body{
	background: #fff url(../media/bg.jpg) no-repeat center top;
	color: #7F6252;
	line-height: 2em;
}
body, h1, h2, h3, a{
	font-family: "Georgia","Times", serif;
	font-weight: normal;
}
h1, h2, h3{
	letter-spacing: .1em;
}
h1{ 
	font-size:2.7em; 
	line-height: 1em;
	margin-bottom: 1em;
	color: #C0844D;
	font-style: italic;
	margin-top: 10px;
}
h2{ font-size:1.3em; }
h3{ font-size:1.1em;
	color: #C0844D;
  }
h1{
	margin: 0px;
}
p{
	margin-top: 0px;
	margin-bottom: 30px;
}
.center{
	width: 816px;
	margin: 0px auto;
}
a{
	color: #331d0e;
}

strong, b{
	color: #482A1A;
}
#header{
	background: url(../media/header.png) no-repeat top left;
	height: 122px;
	width: 815px;
	display: block;
	text-decoration: none;
/*	border: 8px solid #9b8c63;*/
	margin-top: 40px;
}
#nav ul{
	text-align: center;
}
#nav ul li{
	display: inline-block;
	float: left;
	letter-spacing: .1em;
}
/*----------------------*/
#nav ul li a{
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

/*----------------------*/
#nav ul.main{
	background: url('../media/nav_bg.png') repeat-x;
	border-left: none;
	border-right: none;
	height: 39px;
	/*margin-top: 3px;
		margin-bottom: 3px;*/
}
#nav ul.main li a{
	padding: 9px 11px;
	*padding: 9px 11px;
/*	font-weight: bold;*/
}
#nav ul.main li a:hover, 
#nav ul.main li a.selected{
	color: #DA975C;
}

/*----------------------*/
#nav ul.sub{
	background: #C0844D;
	height: 23px;
/*	margin-bottom: 3px;*/
	padding: 0px 20px;
	padding-top: 5px;
	*padding-top: 5px;
}
#nav ul.sub li a{
	padding: 0px 15px;
	font-size: .9em;
}
#nav ul.sub li{
	line-height: 1em;
	border-right: 1px solid #fff;
	padding-top: 4px;
}
#nav ul.sub li:last-child{
	border-right: none;
}
#nav ul.sub li a:hover, 
#nav ul.sub li a.selected{
	color: #331d0e;
}
/*----------------------*/
#content{
/*	border: 8px solid #9b8c63;*/
	background: #f5f4f0;
	padding: 20px 20px;
	padding-bottom: 0px;
	overflow: auto;
	min-height: 455px;
	background: #fff url('../media/lower_fade.jpg') bottom repeat-x;
}
#copy{
	float: right;
	width: 470px;
	padding-right: 20px;
	height: 370px;
	overflow: auto;
	margin-bottom: 20px;
}
#images{
	float: left;
	_float: none;
	width: 250px;
}
#images img, .image_cropper{
/*	border: 5px solid #8d744a;*/
	padding: 1px;
	background: #fff;
	margin-bottom: 20px;
}
#images.no_border img, .no_border .image_cropper{
	border: none;
	padding: 0px;
	background: none;
	margin-bottom: 20px;
}
div.alt{
	display: none;
	visibility: hidden;
}
#footer{
	margin-bottom: 40px;
	color: #666;
	font-size: .8em;
}
#footer ul{
	float: right;
	margin-top: 5px;
}
#footer ul li a{
	display: block;
	float: left;
	margin-left: 20px;
	color: #fff;
	font-size: 1.3em;
}
.tan_bg{
	background: #9b8c63;
	overflow: auto;
	padding: 10px;
	text-align: right;
	padding-right: 220px;
}
#bottle{
	margin-top: -424px;
	margin-left: 590px;
	*margin-left: 225px;
	position: absolute;
	z-index: 100;
}

.tasting_notes p{
	margin-bottom: 3px;
}

#thumbnails{
	padding-bottom: 25px;
}

#thumbnails li{
	display: inline;
	margin-right: 7px;
}

#galleries li{
	
}

#sidebar a{
	text-decoration: none;
}

#sidebar small{
	position:relative;
	top: -6px;
}
.list_item{
  padding-left: 0px;
  font-size: 1.2em;
}

#sub_nav{
	width: 260px;
	float: left;
}

#image{
	width: 260px;
	float: left;
}
#cart_nav .floatRight{
	margin-top: -5px;
}

