/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url('../images/background.jpg');
	background-color: #000000; 
	background-position: top center;
	background-repeat: repeat-x;
}

body, p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

body.editor {
	background-color: #F3E8DA;
	background-image: none;
	min-height: 400px;
}

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

table td {
	vertical-align: top;
}

th {
	text-align: left;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

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

h1 {
	color: #E68F1A;
	font-size: 14px;
	margin-bottom: 10px;
}

h2 {
	color: #E68F1A;
	font-size: 14px;
	font-weight: bold;
}

h2.news, h3.news {
	border-bottom: 1px solid #979696;
	margin-bottom: 10px;
/*	margin-left: -22px;
	padding-left: 22px;*/
}

h3 {
	color: #E68F1A;
	font-size: 12px;
	font-weight: bold;
}

img { 
	border: none;
}

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

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

iframe {
	border: 1px solid #979696;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right {
	text-align: right;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
}

/* 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, .submit {
	border: 0px;
	background-color: #58585A;
	color: #FFFFFF;
	margin: 2px 2px 2px 0px;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	text-transform: uppercase;
}

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

/* LAYOUT CSS */

#wrapper {
	width: 775px;
	margin: 0px auto 15px auto;
}

#container {
	width: 775px;
	background-image: url('../images/container_bg.gif');
	background-color: #F3E8DA;
	background-repeat: no-repeat;
	background-position: top;
}

#page {
	background-image: url('../images/page_bg.gif');
	background-position: 184px 0px;
	background-repeat: repeat-y;
}

#left_content_box {
	width: 188px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#minicart {
	margin-left: 20px;
	padding: 10px 0px;
	width: 155px;
	border-top: 1px solid #979696;
}

#minicart b {
	font-size: 14px;
	color: #E68F1A;
	text-transform: uppercase;
}

#left_content_header {
	color: #E68F1A;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 25px;
	height: 24px;
	text-transform: uppercase;
	background-image: url('../images/leftcontent_line.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#left_content {
	margin-left: 20px;
	padding: 8px 0px;
	font-size: 11px;
	line-height: 14px;
	width: 155px;
}

#left_content h2 {
	color: #E68F1A;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}

#left_content p, #lowdown div {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

#left_content #lowdown div {
	padding-right: 8px;
}

#left_content div.hr {  
	height: 1px;        
	background-color: #979696;
	margin: 10px 4px 10px 0px;
}

#left_content div.hr hr {
	display: none;  
}

#content_box {
	width: 587px;
	color: #000000;
}

#header {
	margin-left: 19px;
}

#content {
	width: 553px;
	padding: 15px 13px 5px 19px;
}

#content.home {
	width: 566px;
	padding: 5px 0px 5px 21px;
}

#bottom_content {
	vertical-align: bottom;
	padding-right: 16px;
	padding-bottom: 5px;
	color: #58585A;
}

#bottom_content #emailform {
	margin: 0px 5px 0px 0px;
}

#bottom_content #emailform td, #bottom_content .social_icon {
	font-size: 10px;
	vertical-align: middle;
}

#bottom_content .social_icon a {
	float: left;
	color: #58585A;
	margin-left: 5px;
}

#bottom_content #emailbox, .searchbox {
	width: 130px;
	height: 15px;
	border-top: 1px solid #D3CABF;
	border-left: 1px solid #D3CABF;
	border-bottom: 1px solid #D3CABF;
	border-right: 0px;
	background-color: #F7F0E6;
	color: #9C9C9C;
	font-size: 10px;
	padding-top: 2px;
}

#bottom_rule {
	background-color: #58585A;
}

#footer {
	color: #343434;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
}

#footer a {
	color: #343434;
	text-transform: uppercase;
}

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

#mssHolder {
	margin-left: 16px;
	background-image: url('../images/slideshow_bg.gif');
	background-repeat: no-repeat; 
}

/* NAVIGATION CSS */

#nav {
	width: 572px;
	margin: 0px 5px;
}

#nav td {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

#nav td.tradenav {
	text-align: right;
}

#nav a {
	display: block;
	padding: 18px 4px 5px 4px;
	color: #FFFFFF;
}

#nav td.tradenav a {
	padding: 5px 8px;
}

#nav a:hover {
	color: #E68F1A;
}

#nav a.active {
	color: #E68F1A;
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

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

#subnav li {
	font-size: 12px;
	line-height: 20px;
	list-style: none;
}

#subnav li a {color: #000000; }
#subnav li a:hover, #subnav li.active a { color: #E68F1A; background-color: #F3E8DA}

/* GALLERY STYLES */

#trade {
	margin-top: 20px;
}

#trade .thumbnail {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #979696;
}

#gallery td {
        width: 162px;
	padding-bottom: 18px;
}

#gallery .photo {                 
        width: 160px;       
        height: 160px;
	border: 1px solid #979696;
        vertical-align: middle;
	background-color: #FFFFFF;
}         

#gallery .photo td {               
        vertical-align: middle;
        text-align: center;
        margin: 0px;
        padding: 0px;
}

#gallery .caption {
	min-height: 26px;
}


/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
	line-height: 12px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding: 2px 4px 2px 0px;
}

#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.page-edit ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin.page-edit li {
	padding: 6px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
}

#admin.page-edit label, #admin.page-edit .label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 7px;
}

#admin.page-edit li.custom label {
	float: none;
	width: auto;
	text-align: left;
}

#admin.page-edit li div {
	margin-left: 127px;
}

#admin.page-edit input.input-field, #admin.page-edit textarea {
	width: 350px;
}

#admin.page-edit .tooltip {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/icon_help.png');
}

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

.orderform td {
	vertical-align: top;
	padding: 0px 5px 5px 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;
}

#winelabel {
	width: 203px;
	border-right: 1px solid #979696;
	text-align: center;
}

#winedescription {
	padding: 0px 10px 0px 24px;
}

#winedescription img {
	vertical-align: middle;
}

.event {
	margin-bottom: 25px;
}

.product_grid {
}

.product_grid td {
	width: 167px;
	padding: 0px 0px 15px 23px;
}

.product_grid td.first {
	padding-left: 0px;
}

.product_grid img {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #979696;
	margin-bottom: 5px;
}

#product {
	width: 100%;
}

#product img.product_photo {
	margin-top: 15px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #979696;
	float: left;
}

#retailers h2 {
	border-bottom: 1px solid #979696;
	margin: 20px 0px 10px -23px;
	padding-left: 23px;
}

#wines img {
	margin: 0px 10px;
}

