/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #1D1B1C;
	background-image: url('../images/background.jpg');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

body.editor {
	background-color: #DCAF7A;
	min-height: 400px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #6C4159;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #F8EDE1;
}

h1+h2 {
	margin-top: -10px;
	font-style: italic;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #6C4159;
}

a:hover {
	color: #000000;
}

#content iframe {
	border: 1px solid #6C4159;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

hr {
	color: #C69762;
	background-color: #C69762;
	border: 0px;
	height: 1px;
	margin: 20px 0px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
 
.button {
	border: 0px;
	color: #F8EDE1;
	background: url(../images/left_content_bg.jpg) bottom left #874F6E;	
	font-weight: bold;
	font-size: 12px;
	padding: 4px 5px;
}

a.button {
	color: #F8EDE1;
	padding: 5px;
}

#admin .button {
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

input.alert {
	color: #000000;
}

/* LAYOUT CSS */

#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
	padding-top: 211px
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
}

#logo {
	float: left;
	margin: 30px 0px 0px 0px;
}

#mailinglist {
	float: right;
	clear: right;
	margin-bottom: 81px;
	height: 22px;
}

#mailinglist label {
	float: left;
	color: #874F6E;
	margin-right: 10px;
	line-height: 22px;
	display: inline;
}

#emailbox {
	border: 0px;
	background-image: url('../images/mailinglist_bg.png');
	background-repeat: no-repeat;
	float: left;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	padding: 4px 4px;
	width: 141px;
}

#content_box {
	width: 690px;
	float: right;
	background-color: #DCAF7A;
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-y;
}

.layout2 #content_box {
	width: 420px;
}

#content {
	padding: 12px 35px 20px 35px;
}

.layout3 #content {
	background-image: url('../images/wine_bg.jpg');
	background-repeat: repeat-y;
	background-position: 400px 0px;
}

.layout3 #content h1 {
	width: 350px;
}

#left_content {
	width: 270px;
	float: left;
	background-color: #693B54;
	background-image: url('../images/left_content_bg.jpg');
}

.layout2 #left_content {
	background-color: transparent;
	background-image: none;
}

#right_content {
	width: 270px;
	float: right;
}

#ctas {
	text-align: right;
	float: right;
	height: 59px;
	margin: 20px 10px;
}

#right_content #ctas {
	background-color: #693B54;
	background-image: url('../images/left_content_bg.jpg');
	margin: 0px;
	padding: 15px 10px;
}

#ctas li {
	list-style: none;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
	float: right;
}

#ctas li a {
	color: #F8EDE1;
	text-indent: 999px;
	overflow: hidden;
	display: block;
	height: 22px;
	background-repeat: no-repeat;
}

#ctas li#cta1 a {
	background-image: url('../images/nav_buy_wine.gif');
	width: 101px;
}

#ctas li#cta2 a {
	background-image: url('../images/nav_join_wine_club.gif');
	width: 189px;
}

#ctas li a:hover {
	color: #DCAF7A;
	background-position: 0px -22px;
}

#hours_contact {
	font-size: 12px;
	color: #835A23;
	padding: 20px 35px 0px 35px;
}

.layout2 #hours_contact {
	font-size: 14px;
	color: #986782;
	text-align: right;
	padding: 20px;
}

#hours_contact h4 {
	color: #6C4159;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 7px;
}

.layout2 #hours_contact h4 {
	color: #CAA780;
}

#hours_contact .first_col {
	width: 120px;
	float: left;
}

.layout2 #hours_contact .first_col, .layout2 #hours_contact_hours {
	width: auto;
	float: none;
}

#hours_contact_hours {
	width: 350px;
	float: left;
}

.layout2 #hours_contact_hours {
	margin-bottom: 20px;
}

#hours_contact a {
	color: #835A23;
}

.layout2 #hours_contact a {
	color: #986782;
}

#wine_family_update {
	float: right;
	width: 200px;	
	margin: 0px 0px 20px 20px;
	padding: 20px 20px 10px 20px;
	background-image: url('../images/left_content_bg.jpg');
	background-repeat: repeat;
	color: #F5DCBF;
}

#wine_family_update a {
	color: #CAA780;	
}

#wine_family_update a:hover {
	color: #FFFFFF;	
}

#footer {
	clear: both;
	width: 630px;
	height: 55px;
	padding: 25px;
	margin-left: 10px;
	background-color: #D0A16D;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	color: #9D6C2C;
	font-size: 12px;
}

.layout2 #footer {
	width: 360px;
}

#footer img {
	margin-top: 10px;
}

/* NAVIGATION CSS */

#topnav {
	float: right;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px;
	border-bottom: 1px solid #685541;
}

#topnav li {
	list-style: none;
	float: left;
}

#nav {
	padding: 4px 0px 0px 0px;
	margin: 0px;
	float: right;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
}

#nav li, #topnav li {
	list-style: none;
	float: left;
	font-size: 13px;
	padding: 0px 0px 0px 35px;
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
	background-position: 16px 8px;
}

#nav li.first, #topnav li.first {
	background-image: none;
	padding: 0px;
}

#nav li a, #topnav li a  {
	color: #CAA780;
}

#nav li a:hover, #nav li.active a, #topnav li a:hover {
	color: #F5DCBF;
}

#subnav {
	padding: 10px 0px;
	margin: 0px;
	text-align: right;
}

#subnav li {
	list-style: none;
	font-size: 15px;
	margin-bottom: 4px;
}

.layout2 #subnav li {
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 13px;
}

#subnav a {
	color: #F8EDE1;
	padding-right: 15px;
}

#subnav a:hover, #subnav li.active a, #subnav li.active ul li a:hover {
	color: #DCAF7A;
}

#subnav li.active a {
	background-image: url('../images/subnav_on.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#subnav li ul {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

#subnav li ul li {
	font-size: 13px;
}

#subnav li ul li a, #subnav li.active ul li a {
	color: #F8DAB9;
	background-image: none;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 25px 25px 0px;
	width: 149px;
	line-height: 16px;
}

.gallery-image {
	border: 1px solid #999999;
	width: 147px;
	height: 147px;
	margin-bottom: 3px;
	padding: 0px;
}

.gallery-image td {
	background-color: #EEEEEE;
	width: 135px;
	height: 135px;
	vertical-align: top;
	padding: 6px;
	display: block;
}

.gallery-image img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
	line-height: 12px;
}

#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; 
	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;
}

#admin form ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin form ol li {
	padding: 6px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
	min-height: 23px;
}

#admin form ol li label, #admin form ol li .label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 7px;
	display: inline;
}

#admin form ol li div label {
	float: none;
	width: auto;
	margin: 0px;
}   

#admin form ol li.custom label {
	float: none;
	width: auto;
	text-align: left;
}

#admin form ol li div {
	margin: 0px 50px 0px 150px;
}

#admin form ol li.custom div {
	margin: 0px;
}

#admin form ol li.editor div {
	clear: left;
	width: 100%;
	margin: 0px;
}


#admin form ol li.editor div div {
	margin: 0px;
}


#admin form ol li input[type="text"], #admin form ol li textarea {
	width: 350px;
}
#admin form ol li input[type="text"].datepicker {
	width: 75px;
}

#admin form ol li .tooltip {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/icon_help.png');
}

/* WOF Css */
.orderform, .ordertable {
	width: 100%;
	margin-bottom: 20px;
}

.orderform td {
	vertical-align: top;
	height: 26px;
}

.orderform .desc label {
}

.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 0px 5px 0px;
}

.ordertable td label {
	white-space: nowrap;
}

.product .label {
	float: right;
	margin: 0px 0px 15px 15px;
}

.product-photo {
	width: 245px;
	float: right;
}

.product {
	width: 350px;
}

.layout2 #subnav {
	background: url('../images/left_content_bg.jpg') repeat-y;
}

.home-news-events {
	clear: right;
	padding: 20px 20px 0px 20px;
	color: #986782;
}

.home-news-events h3 {
	color: #CAA780;
	margin: 0px 0px 5px 0px;
}

.home-news-events span {
	color: #FFF;
	display: block;
	width: 35px;
	float: left;
}

.home-news-events div {
	margin-left: 40px;
	margin-right: 50px;
}

.home-news-events a {
	display: block;
	float: right;
	width: 50px;
	color: #CAA780;
	text-decoration: none;
	text-align: right;
}

.product-category h3 a {
	color: #F8EDE1;
	font-style: italic;
}

.product-category span.price, .product .price {
	color: #874F6E;
}

.product-category div.price {
	margin-bottom: 5px;
}


