/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

/*--- page layout framework ------------*/

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
	-webkit-font-smoothing: antialiased;
}

body {
	font-size: 76%;
	text-align: center;
	color: #63625c;
	background: #fffdf2 url("/img/global/body_tile.png") 0 0 repeat-x;
}

div.container {
	width: 72em;
	margin: 0 auto;
}

/*--- element defaults ------------*/

p, li, dd, legend, input, label, select, optgroup, textarea, table {
	font-family: "Verdana", "Geneva", "Kalimati", sans-serif;
	font-size: 0.9em;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.5em;
}

span, cite {
	font-family: "Verdana", "Geneva", "Kalimati", sans-serif;
}

blockquote {
	margin: 0 0 1.3em 1em;
	padding: 0 2em 0 1em;
	border-left: 4px solid #e7e2df;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

a:link {
	text-decoration: underline;
	color: #1b6100;
}

a:visited {
	text-decoration: underline;
	color: #1b6100;
}

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

a:active {
	text-decoration: none;
	color: #a00;
}

/*--- headings ------------*/

h1, h2, h3, h4, h5 {
	font: bold 1em "Verdana", "Geneva", "Kalimati", sans-serif;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h1 {
	width: 132px;
	height: 107px;
}

h1 a {
	display: block;
	outline: none;
	width: 132px;
	height: 107px;
	text-indent: -300em;
	background: transparent url("/img/global/logo.png") 0 0 no-repeat;
}

h2 {
	margin: 0 0 0 -10px;
	display: block;
	outline: none;
	font-size: 2.2em;
	font-weight: normal;
	color: #ccb154;
	text-indent: -300em;
	height: 57px;
}

h2#w {
	background: transparent url("/img/global/h2_welcome.png") 0 0 no-repeat;
}

h2#b {
	background: transparent url("/img/global/h2_background.png") 0 0 no-repeat;
}

h2#cr {
	background: transparent url("/img/global/h2_current.png") 0 0 no-repeat;
}

h2#bu {
	background: transparent url("/img/global/h2_buy.png") 0 0 no-repeat;
}

h2#wh {
	background: transparent url("/img/global/h2_whentodrink.png") 0 0 no-repeat;
}

h2#t {
	background: transparent url("/img/global/h2_tastings.png") 0 0 no-repeat;
}

h2#n {
	background: transparent url("/img/global/h2_newsletters.png") 0 0 no-repeat;
}

h2#pg {
	background: transparent url("/img/global/h2_gallery.png") 0 0 no-repeat;
}

h2#co {
	background: transparent url("/img/global/h2_contact.png") 0 0 no-repeat;
}

h2#ad {
	background: transparent url("/img/global/h2_administration.png") 0 0 no-repeat;
}

h3 {
	margin: 0 0 0.8em 0;
	padding: 0.3em 1em;
	font-size: 1.1em;
	color: #1B6100;
	background-color: #deebca;
}

h3.simple {
	margin: 0 0 0.5em 0;
	padding: 0;
	background-color: transparent;
}

h4 {
	margin: 0 0 1em 0;
	font-size: 0.9em;
	color: #000;
}

span.h4 {
	font-weight: bold;
	color: #000;
}

fieldset.range h4 {
	margin: 0 0 0.3em 0;
}

h5 {
	margin: 0 0 0.5em 0;
	font-size: 0.9em;
	color: #000;
	text-transform: uppercase;
}

h5 em {
	font-style: normal;
	font-size: 1.3em;
}

/*--- paragraphs ------------*/

.important {
	font-weight: bold;
	color: #a00;
}

.required {
	color: #a00;
}

.small {
	font-size: 0.9em;
}

.black {
	color: #000;
}

td.black {
	padding-bottom: 0.3em;
}

/*--- images ------------*/

img.newrelease {
	width: 83px;
	height: 13px;
	vertical-align: -2px;
	margin-left: 0.5em;
}

img.soldout {
	width: 61px;
	height: 13px;
	vertical-align: -2px;
	margin-left: 0.5em;
}

div.picture {
	float: right;
	margin-left: 2em;
}

div.picture, div#gallerypics img {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ebdfb3;
}

div#gallerypics img.on {
	background-color: #f9f4da;
}

div#gallerypics a {
	outline: none;
}

div.picture img {
	vertical-align: middle;
	display: block;
}

div.picture p {
	margin: 0;
	padding: 0.4em 0 0 0;
	font-size: 0.8em;
	color: #63625c;
	background-color: #fff;
}

a.preview img {
	float: left;
	cursor: default;
}

#preview {
	position: absolute;
	display: none;
	color: #fff;
	background-color: #fff;
	border: 1px solid #ebdfb3;
}

/*--- forms ------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0 0 1em 0;
	padding: 1em 1em 0 1em;
	border: 1px solid #ebdfb3;
}

fieldset legend {
	font-size: 1em;
	font-weight: bold;
	color: #b88f00;
}

label, input, select, textarea {
	font-size: 1em;
}

input, select, textarea {
	color: #000;
	background-color: #fff;
	border: 1px solid #ebdfb3;
}

input {
	padding: 0.3em;
}

textarea {
	width: 37em;
	height: 13em;
	line-height: 1.3em;
	overflow: auto;
	margin-bottom: 0.4em;
}

button {
	padding: 0.3em 0.6em;
	font: bold 1em "Verdana", "Geneva", "Kalimati", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #deebca;
	width: auto;
	overflow: visible;
	background-color: #1B6100;
	border: none;
}

button:hover {
	color: #fff;
	background-color: #2b9900;
}

div#subject {
	display: none;
}

input.o {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

input[type="radio"], input.o, select, button {
	cursor: pointer;
}

/*--- bullet lists ------------*/

table li {
	font-size: 1em; /* reset */
}

ul {
	margin-bottom: 0.7em;
	list-style-type: none;
}

ul li {
	padding: 0 0 0.8em 2.5em;
	background: transparent url("/img/global/li_off.png") 1em 0.35em no-repeat;
}

ul.nobullet li {
	background: none;
}

ul.team li {
	padding: 0 0 0.8em 2.5em;
	background: transparent url("/img/background/profileOn.png") 0.8em 0.1em no-repeat;
}

ul.team li.noPic {
	background: transparent url("/img/background/profileOff.png") 0.8em 0.1em no-repeat;
}

ul.team li a, ul.team li a:hover {
	text-decoration: none;
}

ol li {
	margin-left: 2em;
	padding: 0 0 0.8em 0;
}

ul.buyOptions li em {
	font-style: normal;
	font-size: 1.1em;
}

ul.buyOptions li a.acrobat {
	display: inline;
	padding: 0 0 4px 25px;
}

/*--- tables ------------*/

table td p { /* reset */
	font-size: 1em;
}

table.default td {
	padding: 0.3em;
}

table.default th {
	padding: 0.3em;
	font-weight: bold;
/*	background-color: #fff;*/
}

table.default td label, table.default td div.newrelease {
	float: left;
}

table.default td div.newrelease {
	margin-left: 0.8em;
}

table.order {
	table-layout: fixed;
	width: 100%;
}

fieldset table.order {
	margin-bottom: 0.5em;
}

fieldset table.order td, table.transport td {
	border-bottom: 1px solid #ebdfb3;
}

table.order th, table.order td {
	padding: 0.3em 0;
	text-align: right;
}

table.order td.l {
	text-align: left;
}

table.order td.nob {
	border-bottom: none;
}

td.subtotal, td.transport, td.total {
	width: 13.5em;
	padding: 0.5em 1.5em 0.5em 0 !important;
	font-weight: bold;
	color: #000;
	background-color: #F5EDC9;
	white-space: nowrap;
}

td.subtotali {
	width: 15em;
}

td.total {
	color: #1B6100;
	background-color: #deebca;
}

td.salestax {
	font-weight: bold;
	color: #000;
	padding: 0.5em 1.5em 0.5em 0 !important;
}

td.transportoption {
	background-color: #deebca;
	text-align: center;
	width: 3em;
}

table.order label {
	color: #000;
}

table.order label.available {
	color: #1B6100;
}

table.order label.unavailable {
	color: #a00;
}

table.order label.inactive {
	color: #8d8c83;
}

span#bottles_amnt, span#cases_amnt {
	font-weight: bold;
	color: #000;
}

table.transport td {
	padding: 0.5em;
}

table.transport th {
	border-bottom: 1px solid #ebdfb3;
}

table.transport {
	margin-bottom: 1em;
}

table.form label, table.form input, table.form select {
	margin-right: 2em;
	margin-bottom: 0.4em;
}

table.form label {
	text-align: right;
	display: block;
}

table.transporti input {
	margin: 0 auto;
}

table.transporti select {
	margin: 0;
}

table.transporti label {
	width: 20em;
	text-align: left;
	margin: 0 0 0 1em;
}

table.transportcosts td {
	text-align: center;
}

table.transportcosts td.on {
	color: #fff;
	font-weight: bold;
	background-color: #b88f00;
}

table.transportcosts td.on2 {
	color: #000;
	font-weight: bold;
	background-color: #ebdfb3;
}

table.rowheaders {
	float: right;
	margin: -2.4em 0 0 0;
}

table.rowheaders th {
	 background-color: #fffdf2;
	 padding: 0 0.3em;
	 text-align: right;
	 font-weight: bold;
}

/*--- header ------------*/

div#header {
	padding: 15px 0 0 3px;
	height: 125px;
	background: transparent url("/img/global/header_glow2.jpg") center 0 no-repeat;
}

p#intro {
	width: 25em;
	float: right;
	margin-top: -2em;
	margin-bottom: 0;
	color: #add19f;
	text-align: right;
}

/*--- navigation ------------*/

div#navigation {
	height: 27px;
	padding-left: 2px;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: transparent url("/img/global/nav_left.png") 0 0 no-repeat;
}

div#navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	background: transparent url("/img/global/nav_sep.png") right 0 no-repeat;
}

div#navigation ul li.last {
	background: none;
}

div#navigation ul li a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	outline: none;
}

/*--- content ------------*/

div#content {
	padding-top: 20px;
	background: transparent url("/img/global/content_tile.png") 0 0 repeat-x;
/*	background: transparent url("/img/global/content2_glow.png") 0 0 no-repeat;*/
}

div#secondary {
	width: 16em;
	float: left;
	margin-right: 2em;
}

div#primary {
	width: 54em;
	float: left;
}

fieldset.range p {
	line-height: 1.3em;
}

/*--- home ------------*/

div#news {
	float: left;
	width: 35em;
	margin-right: 2em;
}

div#wines {
	float: left;
	width: 35em;
}

div#wines fieldset.range {
	padding-right: 0.1em;
}

/*--- div#secondary navigation ------------*/

div#secondary ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ebdfb3;
}

div#secondary ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ebdfb3;
	background: none;
}

div#secondary ul li.sep {
	border-top: 2px solid #ebdfb3;
}

div#secondary ul li a {
	display: block;
	margin: 0;
	padding: 0.5em 1em;
	color: #63625c;
	text-decoration: none;
	_height: 0; /* fix for IE6 */
}

div#secondary ul li a:hover {
	color: #000;
	background-color: #f9f4da;
}

div#secondary ul li.on a {
	color: #1B6100;
	font-weight: bold;
	background-color: #fff;
}

/*--- footer ------------*/

div#footer {
	margin-top: 2em;
	padding-top: 0.5em;
	border-top: 2px solid #ebdfb3;
}

div#footer p#proudMember {
	float: left;
	width: 33em;
	font-size: 0.8em;
}

div#footer p#copyright {
	float: right;
	width: 50em;
	font-size: 0.8em;
	text-align: right;
}

/*--- current release ------------*/

a.tastingnotes {
	width: 16px;
	height: 16px;
	float: left;
	display: block;
	margin-top: 0.3em;
}

a.tastingnotes img {
	width: 16px;
	height: 16px;
}

div.description {
	float: right;
	width: 31em;
}

div#wines div.description {
	width: 30.7em;
	padding-right: 1em;
}

div.description p.when {
	width: 31em;
	float: left;
	margin-left: 1em;
}

/*--- miscellaneous ------------*/

a.acrobat {
	display: block;
	background: transparent url("/img/global/page_white_acrobat.png") 0 0 no-repeat;
	padding-left: 25px;
	height: 16px;
}

p#skip {
	display: none;
}

div.c { /* to clear a float */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

div.hr {
	margin-bottom: 1em;
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #ebdfb3;
}