* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #3C3C3C;
	background: #EBECEC;
	text-align: center;
}


/* basics */
a {
	color: #C24826;
	text-decoration: none;
}

a:hover {
	color: #728819;
	text-decoration: underline;
}

h1 {
	clear: both;
	font-family: Georgia, Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #9D0026;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #D35B20;
	margin-bottom: 5px;
}

p {
	margin: 0 0 1.5em;
}

input {
	color: black;
}

ul {
	list-style-type: none;
}

div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* container DIVs global */

#main {
	position: relative;
	text-align: left;
	background: white;
	width: 800px;
	margin: 0 auto;
}

#left {
	float: left;
	width: 351px;
	height: 635px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#right {
	position: relative;
	width: 424px;
	float: left;
}



/* backgrounds */

body#age_verification div#left, body#search_page div#left {
	height: 585px;
	background: transparent url( ../files/css/background_default.jpg ) no-repeat;
}

body#in_the_press_page div#left {
	background: transparent url( ../files/css/background_in_the_press.jpg ) no-repeat;
}

body#results div#left {
	background: transparent url( ../files/css/background_results.jpg ) no-repeat;
	height: 160px;
}

body#about_page div#left {
	background: transparent url( ../files/css/background_about.jpg ) no-repeat;
}

body#mobile_pairing_page div#left {
	background: transparent url( ../files/css/background_mobile_pairing.jpg ) no-repeat;
}




/* NAVIGATION */
ul#navigation {
	border-bottom: 1px solid #CED1C8;
	margin: 0 0 50px;
	padding: 0;
	float: left;
	width: 424px;
}

ul#navigation * {
	font-size: 11px;
}

ul#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#navigation li a {
	display: block;
	float: left;
	color: #3C3C3C;
	text-transform: uppercase;
	padding: 20px 28px 6px 21px;
}

ul#navigation li#search a {
	padding-left: 0;
}

ul#navigation li a:hover {
	text-decoration: none;
	color: black;
}

body#search_page #search *, 
body#in_the_press_page #in_the_press *, 
body#results #search *, body#about_page #about *, 
body#mobile_pairing_page #mobile_pairing * {
	color: #99001E;
}


ul#navigation li#mobile_pairing a {
	background: transparent url( ../files/css/icon_mobile_pairing.gif ) 100% 50% no-repeat;
}



/* globals */

.clearAll {
	clear: both;
}

.yellow {
	color: #F8920F;
}

.red {
	color: #6B001A;
}

.lightgrey {
	color: #828282 !important;
}

.short {
	width: 250px;
}

.big {
	font-size: 16px;
}

.strong {
	font-weight: bold;
}

.margintop20px {
	margin-top: 20px;
}

.margintop50px {
	margin-top: 50px;
}

.margintop80px {
	margin-top: 80px;
}

.margintop120px {
	margin-top: 120px;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
}

.hint {
	display: block;
	font-size: 10px;
	color: #A3A4A4;
}

.hint a {
	color: #A3A4A4;
}

.hint a:hover {
	color: black;
}

.button_right {
	padding-top: 14px;
}



/* Forms */
form {
	color: #A3A4A4;
	margin-top: 30px;
}

form label {
	display: block;
	margin-bottom: 3px;
}

form input[type=text] {
	width: 260px;
}

form fieldset {
	clear: left;
	margin-top: 25px;  
	border: none;
}

form fieldset p {
	margin: 0;  
}



/* ADD */

div#add {
	position: absolute;  
	right: 0;
	bottom: 2.4em;  
	width: 287px;
	height: 152px;  
	line-height: 18px;  
	background-image: url( ../files/css/background_add.gif );
}

div#add p {
	padding: 60px 80px 0 30px;
	margin: 0;
}

div#add span.eWine {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	color: #9D0026;
}

div#add a {
	color: #89a615;
	text-decoration: underline;
	font-weight: bold;
}

div#add a:hover {
	text-decoration: none;
}


/* SEARCH */

#age_verification h1 {
	margin-top: 158px;	
}

#search_page h1 {
	margin-top: 65px;	
}

#search_options {
	visibility: hidden;
}

#search_options ul {
	padding-top: 5px;
}
#search_options ul li {
	padding-bottom: 2px;
}

#search_options_link {
	color: #A3A4A4;
	font-weight: bold;
}  

#search_options_link:hover {
	color: #000;
}  

form div.container {
	float: left;
	width: 120px;
}

form div.container label {
	display: inline;
	color: #464646;
}

div#container_varietal {
	width: 260px;
}

div.box {
	background-color: #ECEBE9;
	padding: 8px 10px 5px 12px;
	font-size: 11px;
}

#search_page div.box {
	border: 5px solid #fff;
	float: left;
	padding: 10px;
}

ul.wide li {
	padding-bottom: 12px;
}

ul.multicols li {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}

ul.multicols label {
	padding: 0;
	margin: 0;
	width: 100px;
	display: block;
	float: left;
	color: #464646;
}

ul.multicols li input {
	float: left;
	display: inline;
	padding: 0;
	margin: 2px 5px 0 0;
}


/* SEARCH RESULTS */

body#results ul#navigation {
	margin: 0;
}

#search_again {
	padding: 35px 0;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #515151;
	border-bottom: 1px solid #CED1C8;
	float: left;
	width: 424px;
}

#search_again p {
	margin: 0;
}

#search_again p#food_choice {
	font-size: 16px;
	font-weight: bold;
	color: #C24826;
}

#search_again .floatleft {
	width: 285px;
	margin: 0;
}

ul.output_options {
	float: right;
}

ul.output_options li {
	display: inline;
	font-size: 10px;
}

ul.output_options li a {
	display: block;
	float: left;  
	height: 22px;  
	font-weight: bold;
	padding: 8px 23px 0 12px;
	background-position: right;
}

ul.output_options li a:hover {

}

ul.output_options a.return {
	padding: 8px 0px 0 23px;
	background-position: left;
	background-image: url( ../files/css/icon_return.gif );
}

ul.output_options a.print {
	background-image: url( ../files/css/icon_print.gif );
}

ul.output_options a.send {
	background-image: url( ../files/css/icon_send.gif );
}

ul.output_options a.text {
	background-image: url( ../files/css/icon_text.gif );
}


/* RESULTS TABLE */
table#results_table {
	clear: both;
	width: 750px;
	font-size: 11px;
	line-height: 15px;  
	border-top: 1px solid #CED1C8;
	border-bottom: 1px solid #CED1C8;  
	margin: 0 0 20px 25px;
}

table#results_table tbody td {
	color: #454545;
}

table#results_table th {
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #CED1C8;
	padding: 3px 5px 3px 5px;
}

table#results_table td {
	padding: 7px 5px 4px 5px;
}

table#results_table .image {
	width: 115px;
	text-align: center;
}

table#results_table .image img {
	border: 1px solid #999;
}

table#results_table .name {
	width: 390px;
}

table#results_table .value {
	width: 100px;
	text-align: center;
}

table#results_table th a {
	color: #3C3C3C;
}

table#results_table th a.order {
	color: #728819;
}

table#results_table th a.desc {
	padding-left: 20px;
	background-image: url( ../files/css/desc.gif );
}

table#results_table th a.asc {
	padding-left: 20px;
	background-image: url( ../files/css/desc.gif );
}

table#results_table tr.grey td {
	background-color: #EDEDED;
}



/* RESULTS DETAIL */
div#wine_details {
	padding: 0 0 0 25px;
}  

div#wine_details_left_col {
	float: left;
	width: 306px;
	border-top: 1px solid #CED1C8; 
}

div#wine_details_left_col #wine_details_image_wrapper {
	padding: 21px 26px 28px 26px;
	margin-bottom: 10px; 
	background-color: #EDEDED;
	border-bottom: 1px solid #CED1C8;
}

div#wine_details_left_col p,
div#wine_details_left_col ul {
	margin-left: 27px;
}

div#wine_details_left_col #wine_details_image_wrapper img {
	border: 1px solid #CED1C8;
}

div#wine_details_right_col {
	width: 444px;
	float: left;
	border-top: 1px solid #CED1C8; 
}

div#wine_details_right_col div#wine_details_box_grey {
	background-color: #EDEDED;
	border-bottom: 1px solid #CED1C8;
	margin-bottom: 20px;
	color: #787878; 
	float: left;
	width: 444px;
}

div#wine_details_right_col div#wine_details_box_grey div.padding {
	padding: 22px 0 10px 20px;
}


div#wine_details_right_col div.container {
	width: 265px;
	float: left;
}

div#wine_details_right_col h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

div#wine_details_right_col table#wine_facts {
	margin: 15px 0;
	font-size: 11px;
}

div#wine_details_right_col table#wine_facts th {
	width: 55px;
	text-align: left;
	font-weight: normal;
	color: #454545;
}

div#wine_details_right_col table#wine_facts td {
	color: #C24826;
}

div#wine_details_right_col table#wine_facts td.price {
	font-size: 13px;
}

div#wine_details_right_col form,
div#wine_details_right_col form p {
	margin: 0px;
}

div#wine_details_right_col p#download_factsheet {
	text-align: center;
	padding: 10px 12px 0 0;
	font-size: 11px;
}

div#wine_details_right_col p#download_factsheet a {
	color: #728819;
}

div#wine_details_right_col div#wine_details_box_white {
	width: 400px;
	padding: 0px 0px 12px 20px;
}

div#wine_details_right_col div#wine_details_box_white h2 {
	color: #9D0026;
	font-size: 14px;
	border-bottom: 1px dotted #454545;
	padding-bottom: 2px;
	margin: 15px 0 2px 0;
}


/* ABOUT */

form#about_form input[type=text] {
	width: 195px;
	background: #fff;
}

form#about_form textarea {
	width: 195px;
	height: 80px;
}

form#about_form label {
	color: #3C3C3C;
	float: left;
	width: 155px;  
	margin-right: 12px;
	text-align: right;
}

form#about_form p {
	clear: left;
	margin-bottom: 10px;
}

form#about_form input#send {
	margin-left: 270px;
}



/* IN THE PRESS */
ul.links {
	margin-top: 20px;
}

ul.links li {
	line-height: 15px;
	margin-bottom: 15px;
}

ul.links a {
	font-weight: bold;
	color: #9F0232;  
	display: block;
}


ul.links span.source {
	padding-left: 5px;
	font-size: 11px; 
	display: block;
}


/* FOOTER */

div#footer {
	clear: both;
	background-color: #A3A4A4;
	width: 800px;
	padding: .5em 0;
}

#fine, #copyright {
	padding: 0 10px;
	color: white;
	margin-bottom: 0;
	font-size: 11px;
}

#fine {
	float: right;
}

#fine a {
	color: white;
}


/* AJAX WINDOW */

.window {
	font-size: 11px;
	line-height: 16px;
	width: 439px;
	background-color: white;
	text-align: left;
}

.window h1 {
	color: #D35B20;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.window p {
	clear: both;
	margin-bottom: 5px;
}

.window .close_box {
	background-color: #E5E5E5;
	height: 16px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px 2px 0;
}

.window .oops {
	color: #AC0000;
}

.window p.oops {
	font-weight: bold;
	font-size: 10px;
	margin-left: 134px;
}

.window .margintop {
	margin-top: 10px;
}

.window .box {
	padding: 15px 20px 15px 20px;
	background-color: #F2F2F2;
	color: #3C3C3C;
	font-size: 12px;
}

.window .big {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}

.window label {
	display: block;
	float: left;
	width: 122px;
	margin-right: 12px;
	text-align: right;
	color: #5D5D5D;
}

.window form {
	padding: 10px 38px 30px 38px;
	color: #3C3C3C;
}

.window form p {
	clear: left;
}

.window input[type=text],
.window textarea {
	width: 225px;
}

.window form ul {
	padding-left: 134px;
	list-style-type: none;
}

.window form ul li {
	padding: 0 0 4px 3px;
}  

.window form ul li label {
	float: none;
	display: inline;
	color: #D35B20;
	margin-left: 3px;
}

.window ul.right {
	margin-bottom: 30px;
}

.window ul.right li {
	display: block; 
	float: right; 
	height: 35px;
	margin-left: 10px;
}

.window ul.right li a {
	display: block;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}


/* POSITIONING */

#email_a_friend, #text_a_friend, #terms_and_conditions {
	position: absolute;
	top: 0;
	left: 0;
}