/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #F2EFE9;
	background-image: url('../images/background.jpg');
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #2C2A26;
}

body.editor {
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table th {
	text-align: left;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}


#content ul, #content ol {
        padding-left: 25px;
        margin-bottom: 10px;
}

hr {
	border: 0px;
	height: 1px;
	background-color: #C8C0B0;
	color: #C8C0B0;
	margin: 10px 0px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	color: #032C69;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #032C69;
	margin: 15px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #033887;
}

a:hover {
	color: #75716B;
}

optgroup option{
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right {
	text-align: right;
}

.right_photo {
	float: right;
	margin: 8px 0px 10px 10px;
}

.left_photo {
	float: left;
	margin: 8px 10px 10px 00px;
}

img.border {
	border: 1px solid #C1B8A5;
	padding: 1px;
}

iframe {
	border: 1px solid #C1B8A5;
	padding: 1px;
	float: right;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0px;   
	background-color: #032C69;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 3px;
	text-transform: uppercase;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 950px;
	margin: 3px auto;
}

#header {
	height: 188px;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
}

#header_photo {
	border: 1px solid #C8C0B0;
	background-color: #FFFFFF;
	padding: 1px;
	width: 946px;
	height: 123px;
	margin-bottom: 15px;
}

.home #header_photo {
	height: 262px;
}

#content {
	width: 751px;
	float: right;
	display: inline;
	padding-bottom: 10px;
}

.home #content {
	width: 501px;
	margin-right: 250px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#leftcontent {
	width: 178px;
	float: left;
	padding-bottom: 10px;
	line-height: 20px;
}

#footer {
	clear: both;
	border-top: 1px solid #D0C9BB;
	text-align: right;
	font-size: 11px;
	color: #BDB6A7;
}

#home_right_bar {
	position: absolute;
	top: 224px;
	margin-left: 715px;
	width: 235px;
	text-align: center;
}

#home_links a, #social_links.home {
	display: block;
	width: 234px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #032C69;
	background-image: url('../images/home_call_to_action_bg.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#left_links, #social_links {
	text-align: center;
}

#left_links a, #social_links {
	display: block;
	width: 178px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #032C69;
	background-image: url('../images/call_to_action_bg.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#social_links a {
	margin-left: 5px;
}

#social_links img {
	vertical-align: top;
	margin-top: 14px;
}

.alternate {
	background-color: #999999;
}

.box_title {
	background-image: url('../images/subnav_bg_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.box_title_inner {
	background-image: url('../images/subnav_bg_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.box_title h3 {
	padding: 0px 5px 10px 10px;
	color: #032C69;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.box {
	margin-bottom: 15px;
}

.box h4 {
	color: #032C69;
	font-size: 13px;
	font-weight: normal;
}

#emailbox {
	font-weight: bold;
	color: #032C69;
}

#emailbox form {
	width: 178px;
	height: 35px;
	background-image: url('../images/emailbox_bg.gif');
	background-repeat: no-repeat;
}

#emailbox.home form {
	width: 235px;
	background-image: url('../images/emailbox_home_bg.gif');
}

#emailbox .email {
	border: 0px;
	background-color: #FFFFFF;
	float: left;
	width: 145px;
	margin: 5px 0px 0px 5px;
	color: #B9B2A5;
}

#emailbox.home .email {
	width: 202px;
}

#emailbox .arrow {
	width: 20px;
	height: 25px;
	margin-right: 5px;
}

/* NAVIGATION CSS */

#nav {
	position: static;
	height: 19px;
	padding: 0px;
	margin: 4px 0px 0px 20px;
}

#nav li {
	margin: 0px 10px;
	list-style: none;
	float: left;
	display: inline;
	font-family: George, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 14px;
	height: 19px;
}

#nav li a {
	height: 19px;
	color: #75716B;
	padding: 2px 5px 1px 5px;
}

#nav li a:hover, #nav li.active a {
	color: #FFFFFF;
	background-color: #032C69;
}

#nav li:hover, #nav li.hover {     
	position: relative;
	z-index: 2;
}

#nav li:hover ul, #nav li.hover ul {
	display: block;
}

#nav li ul {
	display: none;
	position: absolute;         
	left: 0px;   
	top: 19px;
	width: 100px;
	padding: 0px;
}

#nav li ul li {
	float: none;
	list-style: none;
	margin: 0px;
	display: inline;
	font-size: 13px;
	text-transform: none;
	line-height: 22px;
}

#nav li ul li a, #nav li.active ul li a {
	background-color: #DAD6CE;
	color: #66625C;
	height: 22px;
	display: block;
	text-indent: 0px;
	border-top: 1px solid #BDB8AE;
	padding-left: 5px;
	text-align: left;
}

#nav li ul li a:hover {
	color: #FFFFFF;
	background-color: #032C69;
}

#nav li ul.about-us {
	width: 140px;
}

#nav li ul.wines {
	width: 100px;
}

#nav li ul.club-laventure {
	width: 126px;
}

#nav li ul.press {
	width: 160px;
}

#nav li ul.photos-videos {
	width: 110px;
}

#nav li ul.trade {
	width: 100px;
}

#subnav {
	width: 178px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/subnav_bg_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#subnav_inner {
	width: 178px;
	background-image: url('../images/subnav_bg_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 7px;
}

#subnav ul {
	background-color: #dad6ce;
	padding: 0px 4px;
}

#subnav li {
	list-style: none;
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 14px;
}

#subnav li a {
	color: #67635D;
	display: block;
	padding: 3px 6px 3px 12px;
	cursor: pointer;
}

#subnav li a:hover, #subnav li.active a {
	background-color: #032C69;
	color: #FFFFFF;
}

#subnav ul li ul {
	padding: 4px;
	background-color: #E9E6E1;
}

#subnav ul li ul li {
	margin-bottom: 0px;
	line-height: 16px;
}

#subnav ul li.active ul li a {
	background: none;
	color: #032C69;
	padding-left: 8px;
	cursor: pointer;
}

#subnav ul li.active ul li a:hover, #subnav ul li.active ul li.active a {
	background-color: #67635D;
	color: #FFFFFF;
}

/* ADMIN CSS */

#admin .button {
    margin: 0 3px 6px 0;
}

#admin .admin_table {
    width: 100%;
}

#admin .admin_table td {
    padding-right: 4px;
}

#admin ul, #admin ol {
    padding-left: 0px;
}

.admin-index-list img {
    float: left;
    padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.admin-index-list li {
    padding: 3px;
    margin: 5px 0;
    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: 0;
    margin: 0 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 0 0 8px;
    float: left;
    background-color: #aaa;
    border: 1px solid #999;
    margin: 0 10px 10px 0;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 140px;
	text-align: center;
	padding: 0px 34px 34px 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;
}

/* TRADE STYLES */

#trade-cats td {
	padding: 0px 38px 10px 0px;
	text-align: center;
}

#trade-cats img {
	border: 1px solid #aaa;
}

#trade td {
	width: 320px;
	padding: 0px 40px 20px 0px;
}

#trade hr {
	margin: 0px;
}

#trade img {
	float: left;
	border: 1px solid #aaa;
	margin: 0px 10px 0px 0px;
}

/* WINE CSS */

#wine img {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #C1B8A5;
	padding: 1px;
	background-color: #FFFFFF;
}

#wine .price, .available-wine .price {
	color: #032C69;
	font-weight: bold;
	margin-right: 5px;
}

.available-wine {
	width: 600px;
	padding: 2px 5px;
}

.available-wine form {
	float: right;
}

.textbox {
	border: 1px solid #C1B8A5;
	background-color: #E9E6E1;
	display: block;
	line-height: 18px;
	width: 110px;
	padding-left: 10px;
	text-align: right;
}

.textbox div {
	float: left;
}

.textbox input {
}

#dist-area-2 {
	width: 375px;
	float: left;
}

#dist-area-1 {
	width: 376px;
	float: right;
}

/* WOF */
.orderform, #cart-summary {
	margin-bottom: 20px;
	width: 100%;
}

.orderform td {
	vertical-align: top;
}

.orderform .desc label {
}

.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;
}

#zoom_content img {
	border: 1px solid #C8C0B0;
	padding: 1px;
}

#zoom_content strong {
	display: block;
	width: 225px;
	float: left;
	clear: left;
}
