@import url('wof.css');

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

html {
	background-color: #FFFFFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #353535;
}

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

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

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #EE2E24;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #EE2E24;
}

img { 
	border: none;
}

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

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

.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 {
	border: 0px;
	background-color: #EE2E24;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

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

/* LAYOUT CSS */

#container {
	width: 950px;
	margin: 15px auto;
}

#logo {
	float: left;
}

#header {
	clear: both;
	border: 1px solid #EE2E24;
}

#content_box {
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

#content {
	width: 693px;
	padding: 20px 15px 10px 15px;
	float: right;
	position: relative;
}

#content.home {
	padding: 20px 200px 10px 15px;
	width: 508px;
	min-height: 250px;
}

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

#home_bottle {
	float: right;
	position: absolute;
	top: -100px;
	left: 550px;
}

#left_content {
	width: 226px;
	padding: 20px 0px 0px 0px;
}

#social {
	width: 693px;
	float: right;
	padding: 26px 15px 0px 15px;
	height: 21px;
}

#social a {
	float: left;
	margin-right: 5px;
}

#mailinglist {
	color: #686868;
	height: 47px;
}

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

.emailbox {
	width: 187px;
	height: 17px;
	padding: 2px;
	border: 0px;
	float: left;
	background-color: #E9E9E9;
	color: #9B9B9B
}

#footer {
	border-top: 1px solid #D2D2D2;
	text-align: right;
	font-size: 11px;
	color: #C7C5C5;
	padding-top: 5px;
}

/* NAVIGATION CSS */

#nav {
	float: right;
	margin-top: 16px;
}

#nav ul {
	padding: 0px;
	margin: 0px 10px;
	float: left;
	width: auto;
	height: 127px;
	border-left: 1px solid #EE2E24;
}

#nav li {
	list-style: none;
	padding-left: 9px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 6px;
}

#nav li a {
	color: #231F20;
	padding: 4px 0px;
}

#nav li a:hover, #nav li.active a {
	color: #EE2E24;
}

#nav li.active {
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 19px;
}

#subnav li a {
	color: #4F4D4A;
}

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

#subnav li.active {
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

/* GALLERY STYLES */

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

.gallery td {
	width: 145px;
	text-align: center;
	padding: 0px 30px 30px 0px;
}

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

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

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

/* 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;
}

/* Order Form CSS */

.orderform, .ordertable {
	margin-bottom: 20px;
	width: 600px;
	border-collapse: collapse;
}

.orderform th {
	border-bottom: 1px solid #CCCCCC;
}

.orderform td {
	vertical-align: top;
	padding-top: 10px;
}

.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;
}

.orderform input, .ordertable input, .ordertable select {
	border: 1px solid #999999;
}

.orderform input, .ordertable input {
	padding: 2px;
}

.ordertable label {
	white-space: nowrap;
}

/* Wine CSS */

#wine b {
	color: #EE2E24;
	display: block;
}

#wine a {
	font-weight: bold;
}

