/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #EDEADF;
}

body {
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #474747;
}

td {
	font-size: 13px;
	line-height: 20px;
}

body.editor {
	background-image: none;
	background-color: #FAF8F3;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td, table th {
	vertical-align: top;
	text-align: left;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #7E4E05;
	margin-bottom: 10px;
}

.home_box h1 {
	color: #2F2D2D;
	margin-bottom: 4px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #7E4E05;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #BD2F19;
}

a:hover {
	color: #7E4E05;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

hr {
	border: 0px;
	height: 1px;
	color: #CAC4B8;
	background-color: #CAC4B8;
	margin: 15px 0px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
	height: 1px;
}

.photo {
	border: 1px solid #BDBAB3;
	padding: 2px;
}

.left_photo {
	float: left;
	border: 1px solid #BDBAB3;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}

.right_photo {
	float: right;
	border: 1px solid #BDBAB3;
	margin: 0px 0px 10px 10px;
	padding: 2px;
}

iframe {
	border: 1px solid #BDBAB3;
	padding: 2px;
}

.right {
	text-align: right;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
 
.button {
	border: 0px;
	background-color: #7E4E05;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 950px;
	margin: 0px auto;
	padding: 0px 4px;
	background-image: url('../images/container_bg.png');
	background-repeat: repeat-y;
	position: relative;
}

#header {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 954px;
	background-image: url('../images/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: 2px 10px;
}

#header_top {
	background-image: url('../images/header_shadow.png');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0px 2px;
}

#logo {
	float: left;
	margin: 0px 0px 0px 29px;
	display: inline;
}

#hours {
	clear: right;
	height: 77px;
	text-align: right;
	margin-right: 30px;
	font-size: 13px;
	line-height: 18px;
	color: #7E4E05;
}

#hours a {
	color: #BD2F19;
	font-size: 11px;
}

#content_box {
	padding-top: 309px;
}

.home #content_box {
	padding-top: 385px;
}

#content_box_inner {
	background-image: url('../images/content_bg.png');
	background-repeat: repeat-y;
}

#content_box_top {
	background-image: url('../images/content_bg_top.png');
	background-repeat: no-repeat;
}

#content {
	width: 650px;
	float: left;
	margin: 15px 0px 0px 20px;
	min-height: 480px;
	display: inline;
}

#content.full_width {
	width: 910px;
}

.home #content {
	width: 658px;
}

#right_content {
	width: 268px;
	float: right;
	padding-top: 35px;
}

.home #right_content {
	padding-top: 30px;
}

#buttons img {
	margin: 0px 0px 10px 2px;
}

#mailinglist {
	background-image: url('../images/mailinglist_bg.png');
	background-repeat: no-repeat;
	padding: 26px 0px 8px 11px;
	margin-left: 2px;
	
}

#mailinglist .emailbox {
	border: 0px;
	float: left;
	background-color: transparent;
	width: 214px;
	color: #7C6957;
	padding: 2px;
}

#social_links {
	text-align: right;
	margin: 10px 10px 0px 0px;
	color: #BD2F19;
	text-transform: uppercase;
}

#social_links img {
	vertical-align: middle;
	margin-left: 3px;
}

#footer {
	width: 928px;
	margin: 0px auto;
	background-image: url('../images/content_bg_bottom.png');
	background-repeat: no-repeat;
	padding: 12px 15px;
	text-align: right;
	font-size: 11px;
	color: #B8AB93;
}

/* NAVIGATION CSS */

#topnav {
	padding: 0px;
	margin: 0px 27px 5px 0px;
	width: 243px;
	float: right;
	display: inline;
}

#topnav li {
	list-style: none;
	float: left;
}

#topnav li a {
	display: block;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}

#topnav li a.blog {
	background-image: url('../images/nav_blog.png');
	width: 81px;
}

#topnav li a.trade {
	background-image: url('../images/nav_trade.png');
	width: 80px;
}

#topnav li a.contact {
	background-image: url('../images/nav_contact.png');
	width: 82px;
}

#nav {
	padding: 0px;
	margin: 0px 23px 0px 0px;
	width: 609px;
	height: 24px;
	float: right;
	display: inline;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 1px;
}

#nav li a {
	display: block;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover {
	background-position: 0px -24px;
}

#nav li.active a {
	background-position: 0px -48px;
}

#nav a.nav1 {
	background-image: url('../images/nav_home.png');
	width: 56px;
}

#nav a.nav2 {
	background-image: url('../images/nav_wines.png');
	width: 58px;
}

#nav a.nav3 {
	background-image: url('../images/nav_visit_us.png');
	width: 66px;
}

#nav a.nav4 {
	background-image: url('../images/nav_events_news.png');
	width: 111px;
}

#nav a.nav5 {
	background-image: url('../images/nav_wine_club.png');
	width: 83px;
}

#nav a.nav6 {
	background-image: url('../images/nav_sustainable_winegrowing.png');
	width: 176px;
}

#nav a.nav7 {
	background-image: url('../images/nav_store.png');
	width: 52px;
}

#subnav {
	background-image: url('../images/subnav_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 274px;
	margin-bottom: 23px;
}

#subnav div {
	background-image: url('../images/subnav_top.jpg');
	background-repeat: no-repeat;
	padding: 6px 15px;
	min-height: 180px;
}

#subnav ul {
	padding: 0px;
	margin: 0px;
}

#subnav ul ul {
	margin-left: 25px;
}

#subnav li {
	list-style: none;
	font-size: 13px;
	line-height: 20px;
	margin: 2px 0px;
}

#subnav li a, #subnav li.active li a {
	color: #7E4E05;
}

#subnav li a:hover, #subnav li.active a, #subnav li.active li a:hover, #subnav li.active li.active a {
	color: #BD2F19;
}

#subnav li.active li a {
	color: #A0987F;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 137px;
	text-align: center;
	padding: 0px 17px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 137px;
	height: 137px;
}

.gallery td table td {
	padding: 2px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0px 0px 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}
/* WOF */

.orderform, #cart-summary {
	margin-bottom: 20px;
	width: 100%;
}

.orderform td, #cart-summary td {
	vertical-align: top;
	padding: 2px 0px;
}

.orderform .desc {
	text-align: left;
	width: 65%;
}

.orderform .price, .orderform .qty {
	padding-right: 15px;
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	text-align: right;
}

.ordertable td {
	padding: 0px 5px 5px 0px;
}

#cart_widget {
	margin: -5px 9px 15px 2px;
	background-color: #F0EBE3;
	padding: 4px 10px;
	color: #7E4E05;
}

#cart_widget span {
	color: #C03B26;
}

#cart_widget a {
	background-color: #A08D77;
	color: #FFFFFF;
	padding: 0px 4px;
	float: right;
	font-size: 12px;
}

/* Home CSS */

.home_content {
	width: 310px;
	height: 250px;
	float: left;
}

.home_box {
	width: 309px;
	height: 258px;
	margin-bottom: -19px;
	margin-left: -10px;
	padding: 4px 6px 10px 11px;
	background-image: url('../images/home_box_bg.jpg');
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.home_box_inner {
	width: 309px;
	height: 225px;
	font-size: 12px;
	line-height: 16px;
}

.home_box p {
	margin-bottom: 8px;
}

.home_box strong {
	font-weight: normal;
	color: #7E4E05;
}

.home_box a {
	white-space: nowrap;
}

/* Scrollbar CSS */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #BBAD9B;
}
.jScrollPaneDrag {
	position: absolute;
	background-color: #9A866E;
	background-image: url('../images/drag_grab.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.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-image: url('../images/arrow_up.gif');
	background-color: #401F1C;
	background-repeat: no-repeat;
	height: 16px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	background-image: url('../images/arrow_down.gif');
	background-repeat: no-repeat;
	background-color: #401F1C;
	height: 16px;
}

a.jScrollArrowUp:hover, a.jScrollArrowDown:hover {
	background-position: 0 -16px;
	background-color: #351A17;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -32px;
	background-color: #2A1513;
}

/* Blog CSS */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}        

img.alignright {      
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
} 

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;  
}

.alignright {
	float: right;      
}

.alignleft { 
	float: left;       
}

.navigation {
	display: block;           
	text-align: center;
	margin-bottom: 20px;
}

hr.blog {
	clear: both;
}

.event {
	clear: both;
	padding-bottom: 25px;
}

.event img, .news-teaser img {
	float: left;
	margin: 0px 25px 25px 0px;
}

.event h2 {
	margin-bottom: 0px;
}

.event-teaser, .news-teaser {
	margin-left: 247px;
}

.event-teaser p {
	margin: 0px;
}

/* FAQ Styles */
	#faqs div.question {
	cursor: pointer;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#faqs div.collapse div.question {
	background-color: #EBE4D4;
	background-image: url(../images/faq_button_off.gif);
}

#faqs div.collapse div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-color: #EBE4D4;
	background-image: url(../images/faq_button_on.gif);
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 10px;
}

/* Wine CSS */

#wines li {
	list-style: none;
	float: left;
	margin: 0px 0px 20px 39px;
	display: inline;
	width: 123px;
	font-size: 11px;
	line-height: 14px;
}

#wines li.first {
	margin-left: 0px;
	clear: left;
}

img.winethumb {
	border: 1px solid #968069;
	margin-bottom: 4px;
}

#wines .wine_name {
	height: 30px;
}

#wine_label {
	float: left;
	border: 1px solid #968069;
	margin: 0px 15px 15px 0px;
}

#wine_facts {
	color: #7E4E05;
}

#wine_facts strong {
	font-weight: normal;
	color: #A0987F;
}

#wine_price, .wine_price {
	color: #7E4E05;
}

#wine_price form {
	float: right;
}

.wine-link {
	line-height: 17px;
}

.wine-link img {
	vertical-align: text-bottom;
}

.wine-link span {
	line-height: 18px;
	float: right;
	text-align: left;
	width: 375px;
}

/* TRADE STYLES */

#trade-cats td {
	padding: 0px 38px 10px 0px;
	text-align: center;
}

#trade-cats img {
	border: 1px solid #CAC4B8;
}

#trade td {
	width: 295px;
	padding: 0px 30px 20px 0px;
}

#trade hr {
	margin: 0px;
}

#trade img {
	float: left;
	border: 1px solid #CAC4B8;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	background-color: #FFFFFF;
}

.trade-cats td {
	text-align: center;
	padding: 0 25px 25px 0;
}

.trade-cats img {
	border: 1px solid #8A8478;
}

#distributors h2 {
	margin-top: 20px;
}

div.distributor {
	float: left;
	width: 200px;
	margin-right: 10px;
}

#find_our_wines form {
	margin-bottom: 15px;
}

.schedule {
	width: 100%;
	border-top: 1px solid #BDBAB3;
	border-left: 1px solid #BDBAB3;
	margin-bottom: 20px;
}

.schedule td {
	width: 33%;
	border-bottom: 1px solid #BDBAB3;
	border-right: 1px solid #BDBAB3;
	padding: 2px;
}

.schedule p {
	margin: 0px;
}

.event-ticket hr {
	clear: both;
}
