@import url('orderform.css');

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

html {
	background-color: #000000;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

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

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

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

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #2A6D4C;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2A6D4C;
}

img { 
	border: none;
}

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

a:hover {
	color: #2A6D4C;
}

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

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

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

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

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

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

/* LAYOUT CSS */

#container {
	width: 950px;
	margin: 0px auto;
	position: relative;
	padding-top: 218px;
}

#header {
	position: absolute;
	width: 100%;
	height: 199px;
	top: 0px;
	left: 0px;
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

#header_inner {
	width: 950px;
	margin: 0px auto;
}

#logo {
	width: 235px;
	margin: 8px auto 11px auto;
}

#content_box {
	background-image: url('../images/content_bg.png');
}

#content {
	width: 665px;
	float: right;
	margin-right: 20px;
	display: inline;
}

#left_content {
	width: 225px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#full_content {
	width: 910px;
	margin: 0px auto;
	border-top: 1px solid #312507;
	padding-top: 15px;
}

#call_to_actions {
	margin: 20px 0px;
}

#call_to_actions a {
	display: block;
	margin-bottom: 15px;
}

#mailinglist form {
	background-color: #BAB7AE;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	margin-top: 3px;
}

#mailinglist .emailbox {
	border: 0px;
	padding: 1px 3px 0px 3px;
	color: #000000;
	background-color: transparent;
	width: 196px;
	height: 19px;
	float: left;
}

#mailinglist .emailsubmit {
	width: 23px;
}

#footer {
	height: 22px;
	padding: 53px 0px 0px 20px;
	background-color: #29113A;
	background-image: url('../images/footer_wood.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
	color: #7C7680;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 59px;
	display: inline;
}

#nav li a {
	display: block;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover, #nav li.active a {
	background-position: 0px -21px;
}

#nav a.nav1 {
	background-image: url('../images/nav_home.png');
	width: 59px;
}

#nav a.nav2 {
	background-image: url('../images/nav_about_us.png');
	width: 85px;
}

#nav a.nav3 {
	background-image: url('../images/nav_wineries.png');
	width: 84px;
}

#nav a.nav4 {
	background-image: url('../images/nav_plan_your_trip.png');
	width: 125px;
}

#nav a.nav5 {
	background-image: url('../images/nav_map.png');
	width: 49px;
}

#nav a.nav6 {
	background-image: url('../images/nav_events.png');
	width: 71px;
}

#nav a.nav7 {
	background-image: url('../images/nav_paso_robles.png');
	width: 110px;
}

#subnav {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px -10px;
	border-bottom: 1px solid #312507;
}

#subnav li {
	list-style: none;
	padding-left: 10px;
}

#subnav li.active {
	background-color: #FFFFFF;
}

#subnav li a {
	color: #2A6D4C;
}

#subnav li a:hover {
	color: #5E3C8A;
}

/* 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: 132px;
	height: 132px;
}

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

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

#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 form ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin form li {
	padding: 6px;
	background-color: #DDDDDD;
	margin-bottom: 1px;
}

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

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

#admin form li div {
	margin-left: 127px;
}

#admin form li div label {
	float: none;
}

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

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

/* Winery CSS */

#wine_content {
	width: 395px;
	float: right;
}

#winery_info {
	width: 250px;
	font-size: 13px;
}

#winery_info img {
	margin-bottom: 10px;
}

#winery_info a.website {
	display: block;
	background-color: #FFFFFF;
	padding: 2px 5px;
	margin-bottom: 10px;
}

#winery_info a.buy {
	background-image: url('../images/buy_bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding: 2px 21px 2px 5px;
	background-color: #2A6D4C;
	color: #FFFFFF;
	font-weight: bold;
}

#winery_info span {
	color: #5E3C8A;
}

#service-icons {
	height: 34px;
	border-bottom:1px solid #312507;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#service-icons img {
	float: left;
	margin-right: 14.60px;
	display: inline;
}

#plan-your-trip {
	width: 665px;
}

#plan-your-trip th {
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #312507;
	text-align: center;
	vertical-align: bottom;
	padding: 5px 9px;
}

#plan-your-trip td, #wines-produced td {
	padding: 5px 9px;
	border-bottom: 1px solid #312507;
	text-align: center;
	height: 26px;
	line-height: 26px;
}

#plan-your-trip td.winery, #wines-produced td.winery {
	text-align: left;
	white-space: nowrap;
	padding: 5px 9px 5px 0px;
	width: 162px;	
}

#wines-produced {
	width: 807px;
	border-top: 1px solid #312507;
}

#wines-produced td.winery {
	padding: 3px 0px;
}

#wines-produced td {
	padding: 3px 0px;
	width: 21px;
}

#wines-produced td.white1 {
	background-color: #EDEBDD;
}

#wines-produced td.white2 {
	background-color: #E4E1C5;
}

#wines-produced td.rose {
	background-color: #F5E4EF;
}

#wines-produced td.red1 {
	background-color: #DBCADF;
}

#wines-produced td.red2 {
	background-color: #C0B2C7;
}

#wines-produced td.spacer {
	border-bottom: 0px;
}

