/* BASE CSS */

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

html {
	background-color: #621725;
	background-image: url('../images/background.jpg');
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #584C3D;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #E4D5C4;
	background-image: none;
}

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

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

img { border: none; }

a {
	text-decoration: none;
	color: #5F1422;
}

h1 {
	color: #423116;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

h2 {
	color: #423116;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	background-color: #E4AA42;
	border: 0px;
}

div.hr {
	height: 1px;
	background-color: #E4AA42;
	margin-bottom: 10px;
}

div.hr hr {
	display: none;
}

.gold {
	color: #AC822B;
}

/* FORM CSS */                      
fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #E4B75B; 
	color: #423116;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 11px;
	margin: 3px;
	padding: 2px;
}

a.button {
	padding: 4px;
}

.textbox {
	width: 140px;
	padding-left: 3px;
	background-color: #F0E7D9;
	border-top: 1px solid #D7CBB9;
	border-left: 1px solid #D7CBB9;
	border-bottom: 1px solid #D7CBB9;
	border-right: 0px;
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #584C3D;
	height: 18px;
}

.alert, .red {
	color: #760D0D;
}

/* LAYOUT CSS */
#container {
	width: 948px;
	margin: 0px auto;
}

#left_edge {
	width: 48px;
	background-image: url('../images/left_edge.png');
	background-repeat: repeat-y;
	background-position: bottom right;
}

#page {
	width: 858px;
	background-image: url('../images/page_bg.jpg');
	background-repeat: repeat-y;
	background-position: bottom left;
	background-color: #E4D5C4;
}

#navigation {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 72px;
}

#navigation li {
	float: left;
}

#navigation a {
	display: block;
	width: 96px;
	height: 72px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}

#navigation a.home { background: url('../images/menu-home.jpg') no-repeat; width: 95px; }
#navigation a.our-story { background: url('../images/menu-our-story.jpg') no-repeat; }
#navigation a.wines { background: url('../images/menu-wines.jpg') no-repeat; }
#navigation a.purchase { background: url('../images/menu-purchase.jpg') no-repeat; }
#navigation a.photo-gallery { background: url('../images/menu-photo-gallery.jpg') no-repeat; }
#navigation a.news-events { background: url('../images/menu-news-events.jpg') no-repeat; }
#navigation a.contact { background: url('../images/menu-contact.jpg') no-repeat; }
#navigation a:hover, #navigation li.active a  {background-position:0px -72px;}

#headerphoto {
	width: 800px;
	height: 187px;
	padding: 5px 31px 17px 11px;
	margin: 0px 0px 18px 16px;
	background-image: url('../images/headerphoto_bg.gif');
	background-repeat: no-repeat;
}

#right_edge {
	width: 42px;
	background-image: url('../images/right_edge.png');
	background-repeat: repeat-y;
	background-position: bottom left;
}

#sidebar {
	width: 188px;
	float: left;
	margin: 0px 0px 0px 22px;
	padding: 0px;
	font-size: 11px;
}

.sidebar-item, .subnav {
	padding-bottom: 10px;
	margin: 0px 0px 10px 0px;
/*	border-bottom: 1px solid #E4AA42;*/
}

.subnav {
	list-style: none;
	padding-left: 0px;
}

.subnav li {
	font-size: 12px;
	font-weight: bold;
}

.subnav li a {
	color: #423116;
}

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

#content {
	width: 600px;
	float: right;
	margin-right: 26px;
}

#footer {
	padding-left: 18px;
}

.orderform {
	margin-bottom: 20px;
	width: 500px;
}

.orderform td {
	vertical-align: top;
}

.orderform .desc label {
/*	color: #760D0D;*/
}

.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;
}

#gallery td {
	width: 190px;
	text-align: center;
	padding: 13px 13px 0px 0px;
}

#gallery table {
	border: 1px solid #E4AA42;
	background-color: #FFFFFF;
	width: 190px;
}

#gallery td table td {
	padding: 0px;
	height: 147px;
	vertical-align: middle;
}

iframe {
	border: 1px solid #E4AA42;
	background-color: #FFFFFF;
	padding: 5px;
}

#wine_content {
	width: 380px;
	padding-left: 20px;
	border-left: 1px solid #E4AA42;
}

#wine_label {
	width: 199px;
	text-align: center;
}
