/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #000000;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #39372E;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #EDE0C3;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

table th {
	text-align: left;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #AB8F52;
	border-bottom: 1px solid #AB8F52;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #485D48;
	border-bottom: 1px solid #AB8F52;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #485D48;
}

img { 
	border: none;
}

div.hr {
	background-color: #AB8F52;
	height: 1px;
	margin: 11px 0px;
}

hr {
	display: none;
}

a {
	text-decoration: none;
	color: #AB8F52;
}

a:hover {
	text-decoration: none;	
	color: #485D48;
}

#leftnav a {
	text-decoration: none;
	color: #485D48;
}

#leftnav a:hover {
	text-decoration: none;	
	color: #AB8F52;
}

.gray {
	color: #485D48;
}

.alert, .missing {
	color: #FF0000;
}

/* FORM CSS */                      

input {
	font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button, #searchsubmit, input#submit {
	border: 0px;   
	background-color: #AB8F52;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 6px 3px 0px;
	padding: 1px;    
	text-transform: uppercase;
}

.whitebutton {
	background-color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}

.alert, .red {
	color: #f00;
}

/* LAYOUT CSS */

#container {
	width: 950px;
	margin: 19px auto;
}

#logo {
	margin-bottom: 11px;
}

#homeflash {
	float: left;
	width: 545px;
}

#nav {
	height: 47px;
	background-image: url('../images/nav_bg.jpg');
}

#nav ul {
	list-style: none;
	padding: 2px 0px 0px 12px;
}

#nav li {
	float: left;
	margin-right: 10px;
	height: 33px;
	padding: 12px 0px 0px 0px;
}

#nav li a {
	color: #B4B0A7;
	display: block;
	height: 19px;
	padding: 0px 3px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 3px 0px;
}

#nav li a:hover, #nav li.active a {
	background-position: 3px -19px !important;
}

#nav li.active {
	background-image: url('../images/nav_li_bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#nav a.home {
	background-image: url('../images/nav_home.png');
	width: 43px;
}

#nav a.about-us {
	background-image: url('../images/nav_about_us.png');
	width: 69px;
}

#nav a.wines {
	background-image: url('../images/nav_wines.png');
	width: 45px;
}

#nav a.wine-club {
	background-image: url('../images/nav_wine_club.png');
	width: 75px;
}

#nav a.tasting-room {
	background-image: url('../images/nav_tasting_room.png');
	width: 102px;
}

#nav a.events {
	background-image: url('../images/nav_events.png');
	width: 50px;
}

#nav a.vineyard-house {
	background-image: url('../images/nav_vineyard_house.png');
	width: 115px;
}

#nav a.blog {
	background-image: url('../images/nav_blog.png');
	width: 40px;
}

#nav a.press {
	background-image: url('../images/nav_press.png');
	width: 39px;
}

#nav a.trade {
	background-image: url('../images/nav_trade.png');
	width: 45px;
}

#nav a.contact {
	background-image: url('../images/nav_contact.png');
	width: 65px;
}

#headerphoto {
	border: 1px solid #AB8F52;
}

#headerphoto.home {
	border-bottom: 0px;
}

#headerphoto img {
	border: 1px solid #002560;
}

#headerphoto.home img {
	border: 0px;
}

#headerphoto.home div {
	float: left;
}

#page {
	width: 886px;
	background-color: #EDE0C3;
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;
	margin: 0px auto;
}

#page_table {
	background-image: url('../images/page_top.gif');
	background-repeat: no-repeat;
}

#leftnav {
	width: 152px;
	padding: 27px 32px 30px 32px;
}

#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#subnav li {
	border-top: 1px solid #AB8F52;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#subnav li a {
	color: #AF955C;
	display: block;
	padding: 7px 0px;
}

#subnav li a:hover, #subnav li.active a {
	color: #485D48;
}

#subnav ul {
	padding: 0px 0px 10px 0px;
}

#subnav ul li {
	list-style: none;
	border: 0px;
	font-weight: normal;
	margin-bottom: 5px;
}

#subnav li.active ul li a {
	color: #AF955C;
	padding: 0px;
}

#subnav li.active ul li a:hover, #subnav li.active ul li.active a {
	color: #485D48;
}

#content {
	width: 604px;
	padding: 27px 33px 20px 33px;
}

#content.home {
	width: 608px;
	padding-right: 29px;
}

#infonav {
	width: 152px;
	padding: 0px 32px 30px 32px;
	vertical-align: bottom;
}

#leftnav, #infonav {
	color: #927944;
	line-height: 15px;
}

#leftnav strong, #infonav strong {
	font-weight: bold;
	color: #485D48;
}

#infonav a {
	color: #927944;
}

#infonav a:hover {
	color: #485D48;
}

#infonav .gray {
	display: block;
	width: 16px;
	float: left;
}

#infonav .textbox, #s {
	background-color: #FFFFFF;
	border-top: 1px solid #AB8F52;
	border-left: 1px solid #AB8F52;
	border-bottom: 1px solid #AB8F52;
	border-right: 0px;
	color: #39372E;
	font-size: 11px;
	width: 111px;
	padding-left: 4px;
	line-height: 16px;
	height: 16px;
	float: left;
	margin: 1px 0px 0px 0px;
}

#infonav .button, #searchsubmit {
	width: 36px;
	line-height: 18px;
	height: 18px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}

#content {
	margin-left: 150px;
}

#home_left h1 {
	width: 290px;
}

#home_right {
	width: 287px;
	float: right;
	margin: -27px 0px 0px 30px;
}

#home_right img {
	margin-bottom: 15px;
}

#footer {
	width: 886px;
	height: 33px;
	padding: 4px 0px;
	margin: 0px auto;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
	color: #676767;
	text-align: center;
}

#footer a {
	color: #676767;
}

/* GALLERY CSS */

#gallery td {
	width: 139px;
	text-align: center;
	padding: 16px 0px 0px 16px;
}

#gallery table {
	border: 1px solid #AB8F52;
	width: 137px;
	height: 137px;
}

#gallery td table td {
	padding: 1px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

#gallery img {
	padding: 0px;
	margin: 0px;
}

/* 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 #AB8F52;
	float: left;
	margin-right: 10px;
	background-color: #F3EAD6;

}

#trade-cats td {
	width: 33%;
	padding-bottom: 20px;
}

#trade-cats img {
	padding: 4px;
	border: 1px solid #AB8F52;
	margin-right: 10px;
	background-color: #F3EAD6;

}


/* WINE CSS */

.box_heritage {
	background-image: url('../images/box_heritage_top.jpg');
	background-repeat: no-repeat;
	width: 269px;
	float: left;
}

.box_heritage_inner {
	background-image: url('../images/box_heritage_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 229px;
	padding: 18px 20px;
	color: #F8F7F0;
}

.box_heritage_inner img, .box_signature_inner img {
	float: right;
	margin: 0px -32px 0px 15px;
}

.box_signature {
	background-image: url('../images/box_signature_top.jpg');
	background-repeat: no-repeat;
	width: 271px;
	float: left;
	margin-left: 30px;
}

.box_signature_inner {
	background-image: url('../images/box_signature_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 231px;
	padding: 18px 20px;
	color: #F8F7F0;
}


/* CART CSS */

#cart {
	width: 100%;
}

#cart .right {
	text-align: right;
}

.orderform {
	width: 100%;
}

.orderform td {
	padding: 1px 3px 1px 0px;
}

/* Begin calendar styles. */

#cottageCalendarBox {
	float: left;
	margin: 20px 20px 0px 0px;
	height: 190px;
}

table.calendarYear td.calendar {
	padding:5px;
}
table.calendarMonth {
	border: 1px solid #000000;
	border-collapse:collapse;
	background-color: #F3EAD6;
}

table.calendarMonth td {
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #AB8F52;
	padding: 6px 6px;
}

table.calendarMonth td.calendar, table.calendarMonth td.booked {
	text-align: right;
	padding: 6px 6px;
	width: 33px;
	
}

td.calendarHeader{
	text-align: center;
	font-variant: small-caps;
	background-color: #F3EAD6;
}

td.calendarMonthHeader a {
	color: #485D48;
	font-weight: bold;
}

table.calendarMonth td.calendarMonth {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

td.calendarYearHeader, td.calendarMonthHeader {
	text-align: center;
	font-weight: bold;
	background-color: #F3EAD6;
}

td.calendarMonthHeader a {
	font-size: 10px;
}

td.booked {
	color: #FFFFFF;
	background-color: #485D48;
}

table.calendarMonth input {
	margin: 0px 0px 0px 4px;
}
/* End calendar styles.*/

#wine {
	width: 604px;
}

.ordertable {
	width: 100%;
}

.ordertable td {
	padding: 2px 3px 2px 0px;
}

/* Blog CSS */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}        

.alignright {
	float: right;      
}

.alignleft { 
	float: left;       
}

.navigation {
	display: block;           
	text-align: center;
	margin-bottom: 20px;
}

#blognav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-transform: uppercase;
}

#blognav li {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#blognav li a {
	color: #AF955C;
}

#blognav li a:hover, #blognav li.active a {
	color: #485D48;
}

#blognav li ul {
	padding: 0px;
	margin-bottom: 15px;
}

#blognav li ul li {
	list-style: none;
}

#blognav h3 {
	margin-bottom: 5px;
	border-bottom: 1px solid #AB8F52;
	font-size: 12px;
	color: #485D48;
}

#blognav form {
	color: #485D48;
	line-height: 15px;
	margin-bottom: 15px;
}
