/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #2D200E;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: .1em;
	color: #614531;
}

p, td, div {
	font-size: 13px;
	line-height: 21px;
}

body.editor {
	background-color: #F4F3EF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p, .paragraph {
	margin-bottom: 15px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #614531;
	margin-bottom: 15px;
}

.home h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
}

h2 {
	font-size: 13px;
	letter-spacing: .05em;
	font-weight: normal;
	text-transform: uppercase;
}

h2.subtitle {
	margin: -15px 0px 10px 0px;
}

img { 
	border: none;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #C3BEB4;
	color: #C3BEB4;
	margin: 15px 0px;
}

a {
	text-decoration: none;
	outline: none;
	color: #A66900;
}

a:hover, .home a {
	color: #980E0F;
}

a:hover {
	color: #000000;
}

blockquote {
    margin: 10px 0px 10px 15px;
}

.photo {
	border: 7px solid #000000;
}

.left_photo {
	border: 7px solid #000000;
	float: left;
	margin: 5px 15px 10px 0px;
}

.right_photo {
	border: 7px solid #000000;
	float: right;
	margin: 5px 0px 10px 15px;
}

.right {
	text-align:right;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .05em;
	color: #614531;
}

.textbox {
	border: 1px solid #E2DED8;
	padding: 3px;
}

.button {
	border: 0px;   
	background-color: #C1BBB0; 
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
	text-transform: uppercase;
}

.button:hover {
	background-color: #4C3D28;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#top_links {
	width: 958px;
	margin: 0px auto;
	height: 14px;
	padding-left: 120px;
	font-size: 11px;
	line-height: 14px;
	color: #FEFEFE;
}

#top_links a {
	color: #BEBAB4;
	font-weight: bold;
	text-transform: uppercase;
}

#top_links a:hover {
	color: #FFFFFF;
}

#content_container {
	width: 100%;
	background-color: #897A62;
	background-image: url('../images/content_bg_top.gif');
	background-repeat: repeat-x;
}

#content_container_inner {
	width: 100%;
	background-image: url('../images/content_bg_bottom.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#content_box {
	width: 958px;
	margin: 0px auto;
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-y;
	position: relative;
}

#headerphoto {
	margin: 0px 0px 0px 11px;
	border: 1px solid #726554;
}

.home #headerphoto {
	margin: 0px 0px 0px 9px;
	border: 0px;
}

#homephoto {
	position: absolute;
	top: 92px;
	left: 719px;	
}

#content {
	margin: 17px 260px 0px 0px;
	width: 450px;
	float: right;
	padding-bottom: 60px;
}

.home #content {
	height: 381px;
}

#content.fullwidth {
	width: 662px;
	float: none;
	margin: 38px 0px 0px 9px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#left_content {
	width: 220px;
	margin: 17px 0px 0px 9px;
	float: left;
}

#logo {
	margin-bottom: 30px;
}

#slogan {
	margin-bottom: 93px;
}

#call_to_actions {
	width: 198px;
	margin: 0px auto;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.call_to_action {
	width: 194px;
	height: 73px;
	padding-right: 4px;
	background-image: url('../images/call_to_action_bg.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #FFFFFF;
	line-height: 24px;
}

.call_to_action b {
	text-transform: uppercase;
	color: #000000;
}

.call_to_action a {
	display: block;
	width: 190px;
	height: 65px;
	color: #000000;
}

.call_to_action a span {
	background-repeat: no-repeat;
	background-position: 2px 0px;
	display: block;
	height: 50px;
}

.call_to_action a:hover span {
	background-position: 2px -50px;
}

.call_to_action b {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-size: 12px;
	display: block;
	height: 15px;
}

.emailbox {
	border: 1px solid #A8A8A8;
	width: 130px;
	height: 15px;
	color: #838383;
	vertical-align: top;
	margin: 1px 4px 0px 0px;
}

#footer {
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: .15em;
	color: #AE956B;
	padding: 25px 0px;
}

#footer b {
	font-size: 11px;
}

#footer i {
	font-size: 13px;
}

/* NAVIGATION CSS */

#nav {
	width: 924px;
	height: 28px;
	padding: 4px 0px 0px 16px;
	margin: 0px 0px 1px 9px;
	background-color: #AE956B;
	background-image: url('../images/stripe.png');
	background-repeat: repeat-y;
	background-position: 710px 0px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 26px;
}

#nav li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover, #nav li.active a {
	background-position: 0px -25px;
}

#nav a.nav2 {
	background-image: url('../images/nav_our_wines.png');
	width: 102px;
}

#nav a.nav3 {
	background-image: url('../images/nav_our_mission.png');
	width: 119px;
}

#nav a.nav4 {
	background-image: url('../images/nav_purchase.png');
	width: 92px;
}

#nav a.nav5 {
	background-image: url('../images/nav_enlist.png');
	width: 67px;
}

#nav a.nav6 {
	background-image: url('../images/nav_field_reports.png');
	width: 131px;
}

#subnav {
	width: 695px;
	min-height: 32px;
	padding: 0px 230px 0px 15px;
	margin: 0px 0px 1px 9px;
	background-color: #B3A599;
	background-image: url('../images/stripe.png');
	background-repeat: repeat-y;
	background-position: 710px 0px;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
}

#subnav li {
	list-style: none;
	display: inline;
	white-space: nowrap;
	font-weight: bold;
	letter-spacing: .1em;
	margin-left: 35px;
	line-height: 32px;
}

#subnav li a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
}

#subnav li a:hover, #subnav li.active a {
	color: #980E0F;
}

#footernav {
	height: 32px;
	background-color: #4C3D28;
}

#footernav ul {
	height: 32px;
	width: 924px;
	margin: 0px auto;
	padding: 6px 0px 0px 16px;
}

#footernav li {
	list-style: none;
	float: left;
	margin-left: 26px;
}

#footernav li a {
	display: block;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
}

#footernav li a:hover, #footernav li.active a {
	background-position: 0px -21px;
}

#footernav a.nav7 {
	background-image: url('../images/nav_trade_media.png');
	width: 113px;
}

#footernav a.nav8 {
	background-image: url('../images/nav_mcsf.png');
	width: 39px;
}

#footernav a.nav9 {
	background-image: url('../images/nav_contact_us.png');
	width: 89px;
}

#footernav a.nav10 {
	background-image: url('../images/nav_facebook.png');
	width: 256px;
}

#blognav ul {
	margin-bottom: 20px;
}

#blognav li {
	list-style: none;
}

#blognav h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .15em;
	text-transform: uppercase;
}

#home_links {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

#home_links li {
	list-style: none;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
}

#home_links a {
	display: block;
	padding: 2px 5px;
	background-color: #B3A599;
	color: #FFFFFF;
	text-align: center;
}

#home_links a:hover {
	background-color: #4E3D27;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
	background-color: #AE956B;
	font-size: 11px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	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: 0;
	margin: 0 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 40px; }
.admin-index-list li div.configure { width: 70px; }
.admin-index-list li div.edit { width: 30px; }
.admin-index-list li div.subpages { width: 90px; }
.admin-index-list li div.delete { width: 50px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}

.product-details {
	margin-bottom: 10px;
}

.product-details h3 {
	color: #D09A3B;
	margin-bottom: 15px;
}

.product-details img {
	float: left;
	padding: 0 10px 10px 0;
}

.product-details hr {
	clear: left;
	margin-top: 10px;
	border: 0;
	border-bottom: 2px solid #D09A3B;
}

#purchase {
	width: 662px;
}

#purchase td.label {
	width: 220px;
	text-align: center;
}

#purchase td.description {
	padding-left: 15px;
}

#purchase form {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#purchase hr {
	margin: 20px 0px;
}

#purchase .button {
	float: right;
}

/* WOF */

.orderform, #cart-summary {
	margin-bottom: 20px;
	width: 100%;
}

.orderform td {
	vertical-align: top;
}

.orderform .desc {
	text-align: left;
	width: 65%;
}

.orderform .price, .orderform .qty {
	padding-right: 15px;
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	text-align: right;
}

.ordertable {
	width: 450px;
}

.ordertable td {
	padding: 0px 5px 5px 0px;
}

.ordertable label {
	white-space: nowrap;
}

/* 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;
}

#contact_form {
	width: 311px;
	margin-bottom: 25px;
}

#contact_form div {
	margin-bottom: 8px;
}

#contact_form input.textbox, #contact_form textarea {
	border: 1px solid #AEA79C;
	width: 301px;
	padding: 4px;
	margin: 2px 0px 6px 0px;
}

#contact_form .button {
	float: right;
}

