/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url('../images/background.jpg');
	background-color: #D0B892;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4E473D;
}

body.editor {
	background-color: #D8C7AD;
}

ul {
	padding-left: 15px;
	margin: 10px 0px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #5C1020;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #5C1020;
	margin-bottom: 10px;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #5C1020;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	color: #5C1020;
}

a:hover {
	color: #000000;
}

#leftnav a, #home_events a, #home_contact a {
	color: #5C1020;
}

#leftnav #events a, #home_events a {
	font-weight: bold;
}

#leftnav #events a img, #home_events a img {
	vertical-align: middle;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #B4A186;
	margin: 5px 0px 5px 0px;
}

div.hr {
	height: 1px;
	background-image: url('../images/divider_line.gif');
	background-repeat: repeat-x;
	margin: 10px 0px 15px 0px;
}

div.hr hr {
	display: none;
}

#leftnav .hr {
	margin: 10px 20px 10px 28px;
}

/* 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: #5C1020; 
	color: #D8C7AD;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	letter-spacing: .1em;
	margin: 2px;
	padding: 2px 4px;
	text-transform: uppercase;
}

#admin .button {
	font-size: 10px;
	padding: 2px;
}

.alert, .red {
	color: #f00;
}

/* LAYOUT CSS */

#container {
	width: 779px;
	margin: 0px auto;
}

#rightcol {
	width: 505px;
	float: right;
}

#content_box {
	width: 505px;
	background-image: url('../images/content_box_bg.gif');
	background-repeat: repeat-y;
}

#content_top {
	width: 505px;
	padding-top: 20px;
	background-image: url('../images/content_top_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#header {
	margin: 0px 0px 0px 15px;
	width: 471px;
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header div {
	background-image: url('../images/header_top_bg.gif');
	background-repeat: no-repeat;
	padding: 2px 8px 1px 8px;
}

#content {
	background-image: url('../images/content_bg.gif');
	background-repeat: no-repeat;
	width: 457px;
	margin: 0px 0px 0px 15px;
	padding: 10px 7px 10px 7px
}

#home_contact {
	width: 457px;
	margin: 0px 0px 0px 15px;
	padding: 10px 7px 10px 7px;
	color: #5C1020;
}

#home_contact table {
	width: 457px;
}

#tools {
	background-image: url('../images/tools_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 487px;
	height: 39px;
	padding: 0px 0px 0px 18px;
	color: #5C1020;
}

#tools table {
	width: 461px;
}

#tools label, #tools span {
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding: 0px 5px 0px 10px;
}

#tools input {
	float: left;
}

#tools .textbox {
	border-top: 1px solid #B4A186;
	border-left: 1px solid #B4A186;
	border-bottom: 1px solid #B4A186;
	border-right: 0px;
	background-color: #DCCDB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #996D29;
	width: 87px;
	padding: 1px 0px 0px 3px;
	height: 16px;
}

.tools {
	padding-left: 18px;
}

.tools form {
	padding-top: 5px;
}

.tools label, .tools span {
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding: 0px 5px 0px 10px;
}

.tools input {
	float: left;
}

.tools .textbox {
	border-top: 1px solid #B4A186;
	border-left: 1px solid #B4A186;
	border-bottom: 1px solid #B4A186;
	border-right: 0px;
	background-color: #DCCDB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #996D29;
	width: 102px;
	padding: 1px 0px 0px 3px;
	height: 16px;
}

#social_links {
	padding: 10px 0px 0px 28px;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
}

#social_links img {
	float: left;
	margin-right: 5px;
	display: inline;
}

#footer {
	margin: 4px 9px 10px 4px;
	font-size: 11px;
	line-height: 17px;
	color: #996D29;
	text-align: right;
}

#leftnav {
	width: 274px;
	float: left;
	background-image: url('../images/leftnav_bg.gif');
	background-repeat: repeat-y;
	font-size: 13px;
	line-height: 17px;
	color: #5C1020;
}

#leftnav_bottom {
	background-image: url('../images/leftnav_bottom_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#leftnav p, #leftnav h3 {
	margin-left: 28px;
}

#leftnav h3, #home_events h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;	
	color: #5C1020;
	margin-bottom: 3px;
}

#events {
	width: 266px;
	background-image: url('../images/events_bg.gif');
	background-repeat: repeat-y;
	margin: 41px 0px 20px 0px;
	color: #3D290A;
}

#events div {
	background-image: url('../images/events_bottom_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#events div div {
	background-image: url('../images/events_top_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 10px 1px 0px;
}

#home_events {
	width: 486px;
	background-image: url('../images/home_events_bg.gif');
	background-repeat: repeat-y;
	margin: 0px 0px 0px 19px;
	color: #3D290A;
}

#home_events div {
	background-image: url('../images/home_events_bottom_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#home_events div div {
	background-image: url('../images/home_events_top_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 19px 1px 10px;
	min-height: 180px;
}

#home_events div div div {
	background-image: url('../images/home_events_divider.gif');
	background-position: 250px 0px;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#home_events div div div div {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#home_events label, #home_events span {
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding: 0px 5px 0px 0px;
}

#home_events form {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#home_events input {
	float: left;
}

#home_events .textbox {
	border-top: 1px solid #B4A186;
	border-left: 1px solid #B4A186;
	border-bottom: 1px solid #B4A186;
	border-right: 0px;
	background-color: #DCCDB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #996D29;
	width: 60px;
	padding: 1px 0px 0px 3px;
	height: 16px;
}

#home_events img.icon {
	float: left;
	margin-right: 5px;
	display: inline;
}

#home_events span.social {
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
}

/* NAVIGATION CSS */

#nav {
	width: 100%;
	margin-bottom: 7px;
}

#nav td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-align: center;
	color: #996D29;
	padding: 25px 7px 0px 7px;
}

#nav td a {
	color: #996D29;
	display: block;
	padding: 3px;
}

#nav td a:hover, #nav td.active a {
	color: #5C1020;
}

#nav td.active {
	background-image: url('../images/nav_arrow.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#bottom_nav {
}

#bottom_nav a {
	color: #996D29;
}

#bottom_nav a:hover {
	color: #5C1020;
}

.subnav {
	padding: 0px;
	margin: 40px 0px 0px 11px;
}

.subnav li {
	list-style: none;
	padding: 0px 0px 0px 17px;
	margin: 0px 0px 5px 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #996D29;
	font-weight: bold;
}

#leftnav .subnav li.active {
	background-image: url('../images/subnav_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#leftnav .subnav li a {
	color: #996D29;
}

#leftnav .subnav li a:hover {
	color: #5C1020;
}

#leftnav .subnav li.active a {
	color: #5C1020;
}

#content .subnav {
	margin: 0px 20px 0px 0px;
}

#content .subnav li {
	padding: 0px;
}

/* WINE CSS */

#wine .price {
	font-size: 16px;
	line-height: 18px;
	color: #5C1020;
}


/* ORDER FORM CSS */

#shipping_chart {
	width: 250px;
}

#shipping_chart th, #shipping_chart td {
	text-align: right;
}

.orderform {
	margin-bottom: 20px;
	width: 457px;
}

.orderform td {
	vertical-align: top;
	padding: 0px 3px 5px 0px;
}

.orderform .desc {
	text-align: left;
	width: 65%;
}

.orderform .price, .orderform .qty {
	padding-right: 15px;
}

.orderform img {
	padding-right: 5px;
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	text-align: right;
}

.ordertable {
	width: 457px;
}

.ordertable td {
	padding: 0px 4px 5px 0px;
}

.ordertable label {
	white-space: nowrap;
}

/* GALLERY CSS */

#gallery td {
	width: 139px;
	text-align: center;
	padding: 9px 9px 0px 0px;
}

#gallery table {
	border: 1px solid #B4A186;
	background-color: #DCCDB6;
	width: 147px;
}

#gallery td table td {
	padding: 0px;
	height: 147px;
	vertical-align: middle;
}

/* TRADE CSS */

#trade, #trade-cats {
	margin-top: 20px;
	width: 100%;
}

#trade td {
	width: 272px;
	padding-bottom: 30px;
	line-height: 15px;
}

#trade img {
	padding: 4px;
	border: 1px solid #B4A186;
	float: left;
	margin-right: 10px;
	background-color: #DCCDB6;
	display: inline;
}

#trade-cats td {
	width: 33%;
	padding-bottom: 20px;
}

#trade-cats img {
	padding: 4px;
	border: 1px solid #B4A186;
	background-color: #DCCDB6;
	margin-right: 10px;
}

/* Date Picker CSS */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

