/* BASE CSS */

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

html {
	background-color: #F1EFEB;
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .05em;
	color: #000000;
}

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

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: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: .1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #9E742C;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .05em;
	font-weight: bold;
	text-transform: uppercase;
	color: #9E742C;
	margin-bottom: 15px;
}

img { 
	border: none;
}

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

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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .05em;
}

.button {
	border: 0px;   
	background-color: #DBA944; 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px;
	text-transform: uppercase;
}

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

/* LAYOUT CSS */

#container {
	width: 100%;
	min-height: 976px;
	margin: 0px 0px 20px 0px;
	background-repeat: no-repeat;
}

#container_inner {
	width: 953px;
}

#right_content {
	float: right;
	width: 703px;
}

.top_links {
	float: right;
	height: 34px;
	background-image: url('../images/top_links_right.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 7px;
	margin-left: 10px;
}

.top_links div {
	height: 31px;
	padding: 3px 10px 0px 10px;
	background-image: url('../images/top_links_bg.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: .05em;
	color: #000000;
	text-align: center;
}

.top_links img {
	margin-left: 5px;
	vertical-align: middle;
}

#content {
	clear: both;
	margin: 38px 0px 0px 58px;
	width: 505px;
	padding: 36px 36px 26px 36px;
	background-image: url('../images/content_bg.png');
}

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

#left_content {
	width: 231px;
	padding-top: 34px;
	text-align: center;
}

#logo {
	margin-bottom: 30px;
}

#slogan {
	margin-bottom: 53px;
}

#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;
	font-weight: normal;
}

.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 {
	margin: 90px 0px 10px 0px;
	color: #9E742C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

#footer a {
	color: #9E742C;
	font-size: 10px;
}

#footer a:hover {
	color: #000000;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 54px 0px 0px 0px;
	width: 698px;
	height: 37px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav td {
	text-align: center;
	padding: 0px 2px;
}

#nav a {
	color: #000000;
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 12px;
	height: 12px;
	width: auto;
	text-align: center;
	padding: 11px 6px;
	display: block;
	border-bottom: 3px solid #9E742C;
}

#nav a:hover, #nav td.active a {
	background-image: url('../images/nav_bg.png');
}

#subnav {
	padding: 0px;
	margin: 0px 0px 0px 2px;
	width: 694px;
	background-image: url('../images/nav_bg.png');
/*	height: 21px;*/
	font-family: Arial, Helvetica, sans-serif;
}

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

#subnav li {
	list-style: none;
	float: left;
	padding: 0px 16px 0px 9px;
}

#subnav li a {
	color: #9E742C;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	display: block;
	padding: 6px 0px 5px 0px;
	height: 10px;
	width: 100%;
}

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

#footernav {
	font-family: Arial, Helvetica, sans-serif;
	width: 231px;
	text-align: center;
	font-size: 9px;
	line-height: 18px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

#footernav a {
	color: #000000;
	margin: 0px 2px;
}

#footernav a:hover {
	color: #9E742C;
}

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

#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: 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 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: #9E742C;
	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 #9E742C;
}

/* 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 td {
	padding: 0px 5px 5px 0px;
}

/* WINES CSS */

#winefacts {
	float: right;
	width: 225px;
	line-height: 15px;
}

#winefacts h2 {
	margin-bottom: 0px;
}

#winefacts p {
	margin-bottom: 10px;
}

#winelabel {
	margin-bottom: 10px;
}

#wine a {
	color: #000000;
}

#wine a:hover {
	text-decoration: underline;
}


/* TRADE STYLES */

#trade-cats td {
	padding: 0px 38px 10px 0px;
	text-align: center;
}

#trade-cats img {
	border: 1px solid #AAAAAA;
}

#trade td {
	width: 250px;
	padding: 0px 40px 20px 0px;
}

#trade hr {
	margin: 0px;
}

#trade img {
	float: left;
	border: 1px solid #aaa;
	margin: 0px 10px 0px 0px;
}

