/* 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: #171717;
}

body.editor {
	background-image: none;
	background-color: #EAEAEA;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

hr {
	height: 1px;
	border: 1px;
	background-color: #B1B1B1;
	color: #B1B1B1;
	margin: 10px 0px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	height: 30px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
	color: #560C0C;
	text-transform: uppercase;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #560C0C;
}

a:hover {
	color: #000000;
}

.burgundy {
	color: #560C0C;
}

.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;
}

.button, #searchsubmit {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
}

.alert, .red {
	color: #FF0000;
}

.mailinglist {
	float: right;
	width: 160px;
	border: 0px;
	padding: 1px 0px 1px 5px;
	background-color: #EAEAEA;
	color: #8B8686;
	font-size: 12px;
	height: 15px;
}

/* LAYOUT CSS */

#container {
	width: 790px;
	margin: 0px auto;
}

#container_inner {
	position: absolute;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
}

#logo {
	margin: 8px 0px 0px 103px;
}

#toolbar {
	float: right;
	display: inline;
	text-align: right;
	margin-top: 71px;
	color: #C6C4C4;
	width: 200px;
}

#toolbar form {
	margin: 8px 0px 10px 0px;
	height: 17px;
}

#toolbar input {
	float: right;
}

#toolbar #links {
	clear: right;
}

#toolbar #links img {
	margin-left: 8px;
	float: right;
}

#bottle {
	position: absolute;
	top: 0px;
	left: 0px;
}

#page {
	width: 726px;
	background-color: #EAEAEA;
	margin: 155px 0px 0px 64px;
	padding: 0px 0px 15px 0px;
}

#headerphoto {
	float: right;
	display: inline;
	margin: -6px 10px 15px 0px;
	width: 621px;
	height: 178px;
	padding: 15px 19px 0px 0px;
	background-image: url('../images/headerphoto_bg.png');
	background-repeat: no-repeat;
}

#content_box {
	clear: right;
}

#content {
	float: right;
	display: inline;
	width: 446px;
	margin: 0px 20px 0px 0px;
}

#events {
	background-image: url('../images/events_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#events_inner {
	background-image: url('../images/events_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 14px 16px;
}

#events b {
	color: #560C0C;
}

#call_to_actions {
	margin: 0px;
	width: 238px;
	height: 213px;
	text-align: right;
	border-bottom: 1px solid #B1B1B1;
}

#call_to_actions.wine {
	padding-top: 10px;
	border-top: 1px solid #B1B1B1;
}

#address-info {
	padding: 15px 25px;
	width: 188px;
	font-size: 12px;
	line-height: 15px;
}

.content_picture {
	border: solid 1px #333;
	padding: 2px;
	margin: 10px 0px 10px 0px;
}

.right_content_picture {
	border: solid 1px #333;
	padding: 2px;
	margin: 0px 0px 10px 10px; 
}

.left_content_picture {
	border: solid 1px #333;
	padding: 2px;
	margin: 0px 10px 10px 0px;
}

#footer {
	width: 726px;
	margin: 5px 0px 15px 64px;
	color: #646464;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #646464;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 8px 19px 0px 0px;
	float: right;
	height: 25px;
	display: inline;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0px 10px 0px 10px;
}

#nav li a {
	color: #000000;
	display: block;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav li a:hover {
	background-position: 0px -25px !important;
}

#nav li.active a {
	background-position: 0px -50px !important;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 52px;
}

#nav a.our-story {
	background-image: url('../images/nav_our_story.gif');
	width: 88px;
}

#nav a.wines {
	background-image: url('../images/nav_wines.gif');
	width: 48px;
}

#nav a.wine-club {
	background-image: url('../images/nav_wine_club.gif');
	width: 79px;
}

#nav a.events {
	background-image: url('../images/nav_events.gif');
	width: 59px;
}

#nav a.buy-wine {
	background-image: url('../images/nav_buy_wine.gif');
	width: 69px;
}

#nav a.gallery {
	background-image: url('../images/nav_gallery.gif');
	width: 70px;
}

#nav a.contact {
	background-image: url('../images/nav_contact.gif');
	width: 75px;
}

#subnav, #winenav {
	width: 123px;
	min-height: 213px;
	padding: 0px;
	margin: 0px 0px 25px 115px;
	color: #000000;
	border-right: 1px solid #B1B1B1;
}

#subnav li, #winenav li {
	list-style: none;
	padding-right: 10px;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 6px;
}

#subnav li a, #winenav li a {
	color: #4D4D4D;
}

#subnav li a:hover, #subnav li.active a, #winenav li a:hover, #winenav li.active a {
	color: #6F0101;
}

#subnav li.active , #winenav li.active {
	color: #6F0101;
	background-image: url('../images/subnav_on.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#subnav #s {
	width: 100px;
	margin-bottom: 4px;
}

/* ADMIN CSS */

#admin .button {
	margin: 3px 0px 3px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

/* 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;
}

/* BLOG STYLES */
#sidebar {
	width: 123px;
	padding-left: 115px;
}

/* WINES CSS */

#wine h2 {
	color: #6F0100;
}

#wine h3, #wine .h3 {
	font-weight: bold;
	font-size: 14px;
	color: #6F0100;
	margin: 20px 0px;
}

#wine img {
	float: right;
	margin-left: 15px;
	border: 1px solid #999999;
}

#wine input.button {
	color: #FFFFFF;
	background-color: #B0B0B0;
	font-weight: bold;
}

#wine span.label {
	color: #6F0100;
}

/* TRADE CSS */

#trade-cats img {
	border: 1px solid #AAA;
}

#trade td {
	padding-bottom: 15px;
	width: 50%;
}

#trade img {
	float: left;
	border: 1px solid #aaa;
	margin: 0px 10px 10px 0px;
}

#trade hr {
	margin: 2px 0px;
}

/* CART CSS */

#cart {
	width: 446px;
}

#cart th {
	text-align: left;
}

#cart .right {
	text-align: right;
}

.orderform {
	width: 446px;
}

.orderform td {
	padding: 1px 3px 1px 0px;
}

