/****************************************************************************************
																  			>> Generics << 
*****************************************************************************************/
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	color: #E0CCD7;
	font: 11pt/1.4 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none; 
	color: #E0CCD7;
}
a:hover {text-decoration: none;}
a img {border: 0;}
form {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1.5em;
	line-height: 1.6;
}
ul, ol, dl {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table td {font: 12pt/1.4 Georgia, "Times New Roman", Times, serif;}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
abbr {border-bottom: 0;}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
h1 {
	margin: 0 0 0.50em;
	color: #C58430;
	font: bold 17pt Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.30em;
	font: bold 15pt Arial, Helvetica, sans-serif;
	color: #C58430;
}
h3,h4,h5,h6 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #9A7D61;
}
h4,h5,h6 {
	font: bold 13pt Arial, Helvetica, sans-serif;
	color: #B8A48F;
}

/****************************************************************************************
																		     >> Layout << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide,
#menu,
div.filler,
#footer a,
img.sideImage,
img.pageHeader,
table.galleryThumbs,
span.link {display: none;}

/*-------------------------------------------Show Elements---*/
table#outer {
	width: 100%;
	border: 0;
}
#main {width: 100%;}
#contentContainer {width: 100%;}
#leftCol {
	background-color: #5B2113;
	width: 100%;
}
#content {
	position: relative;
	margin: 26px 0;
}
	#content #contentInside {padding: 0 0 20px 0;}
	
table.wineList {
	width: 520px;
	margin: 10px auto;
}
table.wineList th,
table.wineList th.smallHeader {
	text-align: left;
	font-weight: bold;
	color: #C58630;
	padding: 3px 0;
	font-size: 12pt;
	border: 1px solid #36110A;
}
table.wineList th.smallHeader {padding-left: 0; text-align: center;}
table.wineList td {
	padding: 2px;
	border: 1px solid #36110A;
	vertical-align: top;
}
table.wineList td p {margin: 0;}
table.wineList td.prices {
	text-align: center; 
	font-weight: bold; 
	padding: 2px 0;
	width: 60px;
}
	
#footer {
	border-top: 1px solid #C58430;
	padding: 5px 0 0 5px;
}
	#footer p {
		margin: 0;
		font: normal 9pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}

