/* Cached Version : Feb 22, 2012 16:55:24 */
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: #900;
}
.tan{
	color: #9b8c63;
}
.brown{
	color: #331d0e;
}
body{
	color: #000;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 16px;
}
body, h1, h2, h3, a{
	font-family: "Georgia","Times", serif;
	font-weight: normal;
}
h1, h2, h3{
	letter-spacing: .1em;
}
h1{ 
	font-size:2.0em; 
	line-height: 1em;
	margin-bottom: 1em;
	color: #900;
	font-style: italic;
	margin-top: 10px;
}
h2{ font-size:1.3em; }
h3{ font-size:1.1em;
	color: #463C3C;
	font-size: 1.0em;
	font-family: Georgia, Times, "Times New Roman", serif;
  }
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;*/
		float: left;
}
#nav ul li{
	display: block;

	letter-spacing: .1em;
}
/*----------------------*/
#nav ul li a{
/*	display: inline-block;*/
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
}

/*----------------------*/
#nav ul.main{
/*	background: url('../media/nav_bg.png') repeat-x;*/
	border-left: none;
	border-right: none;
	padding-bottom: 25px;
/*	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: #900;
}

/*----------------------*/
#nav ul.sub{
	background: #900;
	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: 1px solid #9b8c63;*/
	padding: 20px 20px;
	padding-bottom: 0px;
	position: relative;
	left: 20px;
	overflow: auto;
	min-height: 455px;
	width: 620px;
}
#copy{
	float: right;
	width: 600px;
	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;
}



/* Copied from existing Alder Ridge site*/

/* CSS Document */

/* ********Global******** */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #505050;
	background-image: url("../media/bodyback.jpg");
	background-repeat:repeat;
}

.layClear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	line-height: 0px;
	font-size: 0px;
}

#layPrintHeader {
	display:none;
}

#layGlobalWrapper {
	margin: 0px auto;
	width: 951px;
	text-align: center;
	background-image: url("../media/globalbackground.png");
	background-repeat: repeat-y;	
	position:relative;
	margin-top: 63px;
	}
	
	
/*Header*/
#layHeader {
	position: relative;
	margin: 0px auto;
	width: 951px;
	height: 104px;
	text-align:left;
	z-index: 19;
}

#layLogo {
	background-image: url("../media/logo.jpg");
	width: 263px;
	height: 104px;
	float:left;	
}

#layTitleHeader {
	width: 624px;
	height: 61px;
	float:right;	
	background-image: url(../media/titleheader.jpg);
	background-repeat: no-repeat;
	background-position:right;
	color: #FFF;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3.5px;
	padding-left: 48px;
	padding-top: 43px;
	text-transform: uppercase;
}

#layLogin {
	position:absolute;
	top: -20px;
	width: 951px;
	margin: 0px auto;
	text-align: right;
	color: #FFF;
	left: 0px;
	z-index: 20;
}

#layLogin a, #layLogin a:active, #layLogin a:visited{
	color: #FFF;
	text-decoration: none;
}

#layLogin a:hover{
	color: #FFF;
	text-decoration: underline;
}

/*Menu*/
	/*Menu*/
	
#layMainMenu {
	width: 951px;
	margin: 0px auto;
	text-align: left;
	height: 30px;
	background-color: #600707;
	overflow: visible;
	display: none;
}

/*Drop Downs*/
#layMainMenu ul {
	color: FFE6CD;
	padding: 0px; 
	margin: 0px;
	list-style: none;
	float: left;
	z-index: 1;
	height:26px;
	padding-top:4px;
	padding-left:4px;
}

#layMainMenu li {
	color:#FFE6CD;
display:block;
float:left;
height:9px;
padding:4px 14px 9px 20px;
position:relative;
text-transform:uppercase;
z-index:1;
}


#layMainMenu li:hover {
	background-color:#864646;
}

#layMainMenu li a {
	text-decoration: none;
	color: #FFE6CD;
}

#layMainMenu li a:hover {
	text-decoration: none;
	
}

#layMainMenu li ul {
	display:none;
left:-8px;
position:absolute;
top:22px;
z-index:1;
}



#layMainMenu li:hover ul, #layMainMenu li.over ul{ 
	display: block; 
}

#layMainMenu li li {
	display: block;
	float:none;
	border-left: 4px solid #600707;
	border-right: 4px solid #600707;
	border-bottom: 4px solid #600707;
	background-color: #864646;
	width: 154px;
	padding: 6px 0px 7px 18px;
	text-align: left;
	background-image:none;
}

#layMainMenu li li a {
	text-decoration: none;
	color: #FFE6CD;
	display: block;
	width: 154px;
	padding: 0px;
	
}

#layMainMenu li li a:hover {
	color: #FFE6CD;
}
/*Drop Downs*/

.layMenuItem a, .layMenuItem a:active, .layMenuItem a:visited {
		padding: 4px 14px;
		height: 14px;
		float:left;
		text-decoration: none;
		display:block;
		color: #FFE6CD;
		text-transform: uppercase;
		
	}
		
	.layMenuItem a:hover {
		background-color: #864646;
	}
		
.layMenuItemSelected a, .layMenuItemSelected a:active, .layMenuItemSelected a:visited {
		padding: 4px 14px;
		height: 14px;
		float:left;
		text-decoration: none;
		display:block;
		color: #FFE6CD;
		text-transform: uppercase;
		background-color: #864646;
	}
	
	.layMenuItemSelected a:hover {
		background-color:#864646;
	}

/*Content*/
#layContentWrapper {
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	width: 951px;
	text-align: left;
	border-top: 17px solid #3d3d3d;
	background-image: url(../media/contenttopper.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#leftWrapper {
	float: left;
	padding:0px;
	margin:0px;
	width: 263px;
}

#layLeftNav {
	float: left;
	padding: 10px 20px 135px 30px;
	text-align: left;
	overflow: hidden;
	background-color:#eeebd6;
	background-image:url(../media/leftnavbottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 213px;
	min-height: 153px;
	margin-top: 13px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#layPodWrapper {
	/*background-color:#4e4e4e;*/
	float:left;
	overflow:hidden;
	padding:10px 20px 15px 30px;
	text-align:left;
	width:213px;
}

.podTitle{
	/*background-color:#EE9433;*/
	color:#FFFFFF;
	font:13px Georgia,"Times New Roman",Times,serif;
	letter-spacing:0.05em;
	text-transform:uppercase;
	height:15px;
	padding:10px 0px;
	text-align:center;
	width:auto;
}

.pod {
	background-color:#4e4e4e;
	float:left;
	height:auto;
	margin-left: -24px;
	padding:0;
	width:250px;
/*	border: 1px solid red;*/
}

.podContent{
	padding: 10px;
}

/*Text*/
#layContent {
	float: right;
	width: 612px;
	padding: 20px 30px;
	text-align: left;
	overflow: hidden;
}

#layBreadcrumbs {
	width: 540px;
	padding: 5px 0px;
	text-align: left;
	overflow: hidden;
	font-size:13px;
	display: none;
}

/*Left Navigation*/
.layLeftNavItem {
	position: relative;
	width: 202px;
	padding: 0px; 
	margin: 0px 0px 15px 0px;
	}
	
.layLeftNavItemTitle {
	width: 192px; height: 26px;
	color:#FFF;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 8px 0px 0px 10px; margin: 0px;
	background-color: #505050;
	margin-top: 15px;
	}

.layLeftNavItemLinks {
	width: 180px;
	background-color: #F2F1ED;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px; padding: 10px;
	}
	
	.layLeftNavItemLinks a, .layLeftNavItemLinks a:visited, .layLeftNavItemLinks a:active {
		text-decoration: none;
		color: #666;
	} 
	
	.layLeftNavItemLinks a:hover {
		text-decoration: underline;
		color: #666;
	} 

.layLeftNavItemFooter {
	padding: 0px; margin: 0px;
	line-height: 0px; font-size: 0px;
	}

/*Footer*/
#layFooterWrapper {
	margin: 0px auto;
	width: 951px;
	padding: 33px 0px;
	background-image:  url("../media/footertopper.jpg");
	background-repeat: no-repeat;
	background-position: top;
	color: #333;
}

#layFooterMenu {
	float:left;
	width: 550px;
	text-align: left;
	display: none;
}

	#layFooterMenu a, #layFooterMenu a:visited, #layFooterMenu a:active {
		text-decoration: none;
		color: #333;
	}
	
	#layFooterMenu a:hover {
		text-decoration: underline;
		color: #333;
	}

#layCopyright {
	float: right;
	width: 550px;
	text-align: right;
	color: #222;
	margin-right: 160px;
	margin-top: 21px;
}

#layCopyright a, #layCopyright a:visited, #layCopyright a:active {
	color: #666;
}


#layPoweredBy {
	width: 200px;
	float: right;
	text-align: right;
	display: none;
}

	#layPoweredBy a, #layPoweredBy a:visited, #layPoweredBy a:active {
		text-decoration: none;
		color: #333;
	}
	
	#layPoweredBy a:hover {
		text-decoration: underline;
		color: #333;
	}


#layAuthenticationVeil {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: #666; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	}
	
#layAuthentication {
	position: absolute;
	top: 152px; left: 243px;
	width: 440px; margin: auto; 
	border: 1px solid #555;
	padding-top:3px;
	background-color:#FFF;
	}

#loginToggleFormHolder {
	position:absolute;
	right:0;
	top:19px;
	width:250px;
	z-index:50;
	text-transform:none;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #333;
}

#loginToggleForm {
	background-color:#FFFFFF;
	border:1px solid #555;
	display:none;
	width:248px;
	z-index:50;
	color: #333;
}

#loginToggleForm a, #loginToggleForm a:visited, #loginToggleForm a:active {
	color: #111;
}

#loginToggleForm a:hover{
	color: #111;
	text-decoration: underline;
}

#formbodyToggle{
	padding-top:20px;
}

#ZipcodeInput {
	padding-top:5px;
}

#radiusInput {
	padding-top:5px;
	padding-bottom:5px
}

.pageLeftNavItem, .pageLeftNavItem a {
			width: 185px;
			padding: 5px 0px 5px 0px;
			color: #666;
			text-decoration: none;
			}
			
		.pageLeftNavItemSelected {
			width: 178px;
			color: #7A1E22;
			padding: 5px 0px;
			}
			
			.innerpageLeftNavItemSelected a{
			text-decoration: none;
			color: #990000;
			}
			
			.innerpageLeftNavItemSubSelected a{
				color: #7A1E22;
				text-decoration: none;
				text-transform: none;
				}
			
			.pageLeftNavItemSub {
				width: 148px;
				padding: 0px 0px 10px 10px;
				color: #000000;
				}
				
			.pageLeftNavItemSub a {
				color: #000000;
			}
				
			.pageLeftNavItemSubSelected {
				width: 159px;
				padding: 5px 0px 5px 0px;
				color: #BD1A20;
				}
				
				.pageLeftNavItemSelected3 {
			width: 178px;
			font-weight: bold;
			color: #7A1E22;
			padding: 0px 0px 10px 0px;
			}
			
			.pageLeftNavItemSub3 {
				width: 200px;
				padding: 5px 0px 5px 0px;
				color: #000000;
				}
				
			.pageLeftNavItemSub3 a {
				color: #666;
				text-transform: capitalize;
				text-decoration: none;
			}
				
			.pageLeftNavItemSubSelected3 {
				width: 159px;
				padding: 5px 0px 5px 0px;
				color: #BD1A20;
				}
				
		.pageLeftNavItemSelected4 {
			width: 178px;
			font-weight: bold;
			color: #7A1E22;
			padding: 0px 0px 10px 0px;
			}
			
			.pageLeftNavItemSub4 {
				width: 148px;
				padding: 0px 0px 10px 25px;
				color: #000000;
				}
				
			.pageLeftNavItemSub4 a {
				color: #000000;
			}
				
			.pageLeftNavItemSubSelected4 {
				width: 159px;
				padding: 0px 0px 10px 25px;
				color: #BD1A20;
				}
				

.pod td{
	color: #FFF;
	font-size: 11px}

form div input{
	background-color: #EEEBD6;
	border-color: #EEEBD6;
}
#cart_nav{
	background-color: #EEEBD6;
}

.blog{
	width: 600px;
}

#store_left{
	width: 350px;
	float: left;
}

#form{
	width: 250px;
	float: left;
	margin-left: 20px;
}

