/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
	border-top: 6px solid #AD223C;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
}

body.editor {
	background-color: #FFFFFF;
}

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

table td {
	vertical-align: top;
}

p, .paragraph {
	margin-bottom: 18px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#content li {
	font-style: italic;
	text-align: left;
	list-style-image: url('../images/bullet.gif');
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #AD223C;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #AD223C;
	margin-bottom: 3px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #AD223C;
}

a:hover {
	color: #000000;
	cursor: pointer;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

div.hr {
	height: 1px;
	margin: 19px -19px 18px -7px;
	background-image: url('../images/dot.gif');
	background-repeat: repeat-x;
}

div.hr hr {
	display: none;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #B7B7B7;
	padding: 2px;
}
 
.button {
	border: 0px;
	background-color: #AD223C;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
}

a.button {
	text-transform: uppercase;
	padding: 3px 4px;
}

a.button:hover {
	color: #FFFFFF;
}

.alert, .red {
	color: #AD223C;
}

/* LAYOUT CSS */

#container {
	width: 940px;
	margin: 0px auto 20px auto;
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	position: relative;
}

#header {
	width: 940px;
	height: 229px;
	position: absolute;
	top: 0px;
	border-bottom: 1px solid #AD223C;
}

#logo {
	margin: 12px 0px 0px 2px;
	float: left;
}

#content_box {
	padding: 229px 0px 0px 0px;
}

#content {
	width: 465px;
	float: right;
	margin: 0px 160px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: justify;
}

#left_content {
	width: 169px;
	float: left;
	padding: 20px 0px 20px 0px;
	margin-left: 18px;
}

#section_title {
	color: #AD223C;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

#right_content {
	width: 159px;
	float: right;
	color: #FFFFFF;
	padding-top: 21px;
	font-family: Arial, Helvetica, sans-serif;
}

#right_title {
	background-image: url('../images/dot.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	display: inline;
	padding: 0px 0px 5px 15px;
	font-size: 11px;
	color: #FFFFFF;
}

#right_content_inner {
	padding: 20px 10px 10px 15px;
	font-weight: bold;
}

#right_content h3 {
	margin: 15px 0px 3px 0px;
	font-size: 15px;
}

#right_content a {
	color: #FFFFFF;
}

#footer {
	border-top: 2px solid #AD223C;
	border-bottom: 1px solid #AD223C;
	height: 87px;
}

#mailinglist {
	float: left;
	margin-right: 150px;
	padding: 12px 0px 17px 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mailinglist b {
	color: #AD223C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#mailinglist form {
	margin-top: 5px;
}

#mailinglist .emailbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7D7D7D;
	font-style: italic;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #CCCCCC;
	padding: 1px 5px;
	width: 153px;
	height: 16px;
	float: left;
	margin-right: 10px;
}

#mailinglist .button {
	height: 20px;
	padding: 0px 4px 2px 4px;
	line-height: 16px;
}

#footer_address {
	font-family: Arial, Helvetica, sans-serif;
}

#footer_address b {
	color: #AD223C;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#footer_address span {
	margin-right: 20px;
}

#copyright {
	text-align: right;
	color: #7D7D7D;
	font-size: 10px;
	padding-top: 4px;
}

/* NAVIGATION CSS */

#topnav {
	float: right;
	margin: 0px 2px 18px 0px;
	color: #AD223C;
	line-height: 13px;
	font-size: 11px;
}

#topnav a.facebook {
	display: block;
	float: right;
	width: 65px;
	height: 17px;
	padding-top: 5px;
	color: #FFFFFF;
	background-color: #AD223C;
	text-align: center;
	margin-left: 27px;
}

#cartnav {
	float: right;
	text-align: right;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

#cartnav a {
	color: #7D7D7D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	display: block;
	height: 12px;
	font-style: italic;
	font-weight: bold;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-y;
	padding-left: 5px;
	float: right;
	margin: 6px 0px 0px 5px;
} 

#minicart {
	float: right;
	height: 17px;
	padding-top: 5px;
}

#nav {
	padding: 0px;
	margin: 0px;
	float: right;
	clear: right;
	width: 631px;
}

#nav li {
	list-style: none;
	float: left;
	width: 145px;
	height: 50px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0px 5px 0px 9px;
	margin-top: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}

#nav li#nav4, #nav li#nav8 {
	width: 140px;
}

#nav li a {
	color: #AD223C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-style: normal;
}

#left_content h3 {
	border-bottom: 1px solid #DEA7B1;
}

.subnav, #content .subnav {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.subnav li, #content .subnav li, #blog_sidebar li ul li {
	list-style: none;
	border-bottom: 1px solid #DEA7B1;
	font-style: normal;
}

.subnav li.activem #blog_sidebar li ul li.active {
	border-bottom: 1px solid #AD223C;
}

.subnav li a, #blog_sidebar li a {
	color: #000000;
	display: block;
	padding: 8px 0px 5px 0px;
}

.subnav li a:hover, .subnav li.active a, #blog_sidebar li a:hover {
	color: #AD223C;
}


#footernav {
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	margin: 27px 0px 10px 0px;
}

#footernav li {
	list-style: none;
	float: left;
	font-size: 11px;
	line-height: 13px;
	background-image: url('../images/footernav_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 28px 0px 32px;
}

#footernav li a {
	color: #555555;
}

/* GALLERY STYLES */
.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 22px 22px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 147px;
	height: 147px;
}

.gallery td table td {
	padding: 6px;
	width: 135px;
	height: 135px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}


/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
	line-height: 12px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#content #admin li {
	list-style: none;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0px; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0px;
	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: 0px;
	margin: 0px 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 0px 0px 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}

#admin.page-edit ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin.page-edit li {
	padding: 6px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
}

#admin.page-edit label, #admin.page-edit .label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 7px;
}

#admin.page-edit li.custom label {
	float: none;
	width: auto;
	text-align: left;
}

#admin.page-edit li div {
	margin-left: 127px;
}

#admin.page-edit input.input-field, #admin.page-edit textarea {
	width: 350px;
}

#admin.page-edit .tooltip {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	background-image: url('../images/icon_help.png');
}

/* Home CSS */

.home #container {
	background-image: url('../images/background_home.jpg');
	padding-right: 55px;
}

.home #header {
	border: 0px;
}

.home #content_box {
	height: 466px;
	padding-bottom: 0px;
}

.home #content {
	width: 300px;
	margin: 55px 259px 0px 0px;
}

.home #footer {
	border-top: 0px;
	padding-top: 2px;
}

/* About Us CSS */

.about_us #container {
	background-image: url('../images/background_about_us.jpg');
}

.about_us #content {
	padding-bottom: 0px;
}

.about_us #content {
	width: 387px;
	height: 598px;
	margin: 53px 75px 0px 0px;
}

/* Contact CSS */

.contact #container {
	background-image: url('../images/background_contact.jpg');
}

.contact #content_box {
	padding-bottom: 0px;
}

.contact #content {
	background-image: url('../images/our_wines_bg.gif');
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 558px;
}

.contact #content_inner {
	width: 278px;
	height: 392px;
	float: left;
	margin: 72px 0px 0px 0px;
}

/* Our Wines CSS */

.our_wines #content_box {
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 940px;
	padding-bottom: 0px;
}

.our_wines #content {
	width: 940px;
	background-image: url('../images/our_wines_bg.gif');
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0px 0px 170px 0px;
	margin: 0px;
}

.our_wines #content_inner {
	width: 619px;
	float: right;
}

.our_wines h1 {
	font-size: 12px;
}

#wine_info {
	width: 438px;
	float: left;
	padding: 20px 0px 0px 0px;
}

#wine_info .red {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
}

#wine_info .red a {
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-y;
	padding-left: 8px;
	margin-left: 5px;
	line-height: 11px;
	height: 11px;
}

/* Shop CSS */

.shop #content_box {
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 940px;
}

.shop #content {
	width: 438px;
	margin: 0px 187px 0px 0px;
}

.shop #content .button {
	text-transform: uppercase;
}

.shop #content .red {
	font-family: Arial, Helvetica, sans-serif;
}

/* WOF */

.orderform, #cart-summary {
	margin-bottom: 20px;
	width: 100%;
}

.orderform th, .orderform td {
	vertical-align: top;
	padding: 0px 5px 5px 0px;
}

.orderform h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.orderform .desc {
	text-align: left;
	width: 65%;
}

.orderform .price {
	padding-right: 15px;
}

.orderform .price, .orderform .subtotal {
	text-align: right;
}

.ordertable {
	width: 100%;
}

.ordertable td {
	padding: 0px 5px 5px 0px;
}

.ordertable label {
	white-space: nowrap;
}

.ordertable label+input {
	margin-left: 8px;
}

/* Club CSS */

.club #content_box {
	background-position: bottom right;
	background-repeat: no-repeat;
}

.club #content {
	padding-bottom: 140px;
	min-height: 140px;
}

/* Blog CSS */

#blog_sidebar, #blog_sidebar ul {
	margin: 0px;
	padding: 0px;
}

#blog_sidebar ul {
	margin-bottom: 20px;
}

#blog_sidebar li {
	list-style: none;
}

.blog h1 {
	font-size: 12px;
}

.post {
	margin-bottom: 20px;
}

.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url('../images/dot.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0px 0px 10px 7px;
	margin: 0px -19px 1px -7px;
}

.postmetadata {
	background-image: url('../images/dot.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0px 0px 3px 7px;
	margin: 0px -19px 17px -7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
}

.post .red {
	font-family: Arial, Helvetica, sans-serif;
}

/* Trade CSS */

.trade h1 {
	font-size: 12px;
}

#trade p {
	border-bottom: 1px solid #DEA7B1;
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#trade p a {
	color: #000000;
}

#trade p a:hover {
	color: #AD223C;
}

#awards a {
	border-bottom: 1px solid #DEA7B1;
	display: block;
	padding-bottom: 5px;
}

.awards {
	display: none;
	position: relative;
	padding: 8px 0px;
	border-bottom: 1px solid #DEA7B1;
}

#awards .awards a {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 0px;
}

#acclaims h2 {
	border-top: 1px solid #AD223C;
	background-image: url('../images/dot.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 16px;
	padding: 9px 7px;
}

#acclaims div.meta {
	background-image: url('../images/dot.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0px 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	margin-bottom: 10px;
}

#acclaims div.content {
	padding: 1px 7px;
	margin-bottom: 10px;
}

