
/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

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, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background-color: #000000;
	color: #000000;
	background-image: url('images/back_full.gif');
	background-repeat: repeat-x;
	/* font: normal 0.9em times, Times New Roman, times-roman, georgia, serif;*/
	font: 14px/19px Georgia, 'Times New Roman', Times, serif;
	line-height: 1.5em;
}

hr {
	color: #222222;
	background-color: #222222;
	height: 3px;
	border: none;
}

#bq {
	background-image: url(images/open-quote.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 40px;
	font-style: italic;
}

#bq span {
	background-image: url(images/close-quote.png);
	background-repeat: no-repeat;
	background-position: 240px bottom;
	display: block;
	padding-right: 10px;
}

/* Typography 
------------------------------------------------------------------- */

p {padding: 0.2em 0 1em;}

h1 {font: normal 2em times, Times New Roman, times-roman, georgia, serif;}
h2 {font: normal 1.8em times, Times New Roman, times-roman, georgia, serif;}
h3 {font: normal 1.6em times, Times New Roman, times-roman, georgia, serif;}
h4 {font: normal 1.4em/1.2em times, Times New Roman, times-roman, georgia, serif;}
h5 {font: normal 1.2em times, Times New Roman, times-roman, georgia, serif;}
h6 {font: bold 1em times, Times New Roman, times-roman, georgia, serif;}

h1,h2,h3,h4,h5,h6 {
	color: #ffffff;
	margin-bottom: 0.3em;
}

.no {
	color: #dd2200;
	font: 14px/19px Arial Black, Arial Black, Gadget, sans-serif;
	display: inline;
	position:relative;
	top:-0.5em
}

.number {
	color: #dd2200;
	font: 24px/19px Arial Black, Arial Black, Gadget, sans-serif;
	display: inline;
}

.gold {
	color: #dfbb61;
	display: inline;
}

.silver {
	color: #7b7b7b;
	display: inline;
}

.bronze {
	color: #b99233;
	display: inline;
}

/* Links 
------------------------------------------------------------------- */

a {color: #5e7ba0;}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

/* Layout
------------------------------------------------------------------- */

/* General */
#layout_wrapper_outer {}
#layout_wrapper {
	color: #ffffff;
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
	background-image: url('images/back.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
}

#layout_top {height: 75px; padding:0; margin:0; font-size: 0;}

#layout_body_outer {}
#layout_body {
	padding: 0px 0px 0px 0px;
}

/* Navigation */
#navigation {
	font: 1.2em times, Times New Roman, times-roman, georgia, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 168px;
	height: 37px;
}
#navigation ul, #navigation li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navigation a {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
}

#nav1 a {
	color: #5e7ba0;
	padding: 11px 11px 9px 8px;
}
#nav1 a:hover {color: #99b5d8;}

#nav1 li.current_page_item a,#nav1 li.current_page_parent a {
	color: #ffffff;	
}

/* Main */
#main {
	/*border-bottom: 1px dotted #8e782d;*/
	padding-bottom: 60px;
}

#maincontent {
	/*border-bottom: 1px dotted #8e782d;*/
	padding-bottom: 60px;
}

#header {
	width: 700px;
}

#col1 {
	width: 180px;
}
#col2 {
	width: 350px;
}
#col2 p {
	padding-right: 50px;
}
#col3 {
	width: 350px;
	padding-top: 50px;
	padding-bottom: 30px;
}
#col3wines {
	width: 350px;
	padding-top: 0px;
	padding-bottom: 30px;
}
#col3news {
	width: 350px;
	padding-top: 0px;
	padding-bottom: 50px;
}

/* Footer */
#footer {
	background-image: url('images/tile.gif');
	background-repeat: repeat-x;
	font: normal .7em arial;
	background-color: #000000;
	color: #666666;
	padding: 20px 36px 0px 10px;
	height:50px;
}
