/* General Styles */
*{
	margin:0;
	padding:0;
}
html{
	font:100% normal Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#1f1a17;
}
h1{
	color:#fff;
	text-align:center;
	font:bold italic 1.3em "Times New Roman", Times, serif;
	margin-top:10px;
}
h2{
	
}
h3{
	font:bold italic 1em "Times New Roman", Times, serif; 
	color:#c0a014	
}

/* layout */
#container{
	width:1000px;
	margin:30px auto 0 auto;
	position:relative;
	background-color:#1f1a17;
}
.front{
	background:#000 url(img/front.jpg) top left no-repeat;
	height:517px;
}
.ranges{
	padding-top:10px;
}
#colr{
	width:350px;
	float:right;
}
.front #colr{
	margin-top:50px;
}
.ranges #colr{
	width:360px;
}
#footer{
	height:37px;
	clear:both;
	background-color:#79231c;
}
/* content */

#fusion{
	font:normal 0.9em/1.5em "Times New Roman", Times, serif;
	color:#fff;
	width:400px;
	padding:30px 0 0 300px;
	text-align:center;
}
#contact{
	width:300px;
	float:right;
	text-align:center;
	color:#fff;
	margin-top:-30px;
	line-height:1.5em;
}
#contact a {
	color:#fff;
}
#unique{
	font:bold 0.9em/2em "Times New Roman", Times, serif;
	margin:100px 0 0 10px;
	text-align:center;
	color:#fff;
	width:350px;
	float:left;
}
#traditional{
	font:bold 0.9em/2em "Times New Roman", Times, serif;
	text-align:center;
	color:#fff;
}
#cater{
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-top:180px;
}
#colr ul{
	color:#fff;	
	list-style-type:none;
	margin-bottom:10px;
}
#colr ul li{
	font-size:0.85em;
	line-height:1.5em;
}
#colr p{
	font-size:0.85em;
	line-height:1.5em;
	color:#fff;
}
#colr p.gold, .gold{
	color:#c0a062;  
}
#address{
	color:#fff;
}
#colr p#tasting{
	font-weight:bold;
}
table.range{
	color:#fff;	
	border-collapse:collapse;
	margin:10px;
	width:600px;
}
table.range th{
	background-color:#79231c;
	padding:5px 5px 7px 20px;
	text-align:left;
}
table.range td{
	padding:3px;	
}
table.range h2{
	font:bold 1em "Times New Roman", Times, serif;
	padding-left:15px;
	background:transparent url(img/dot.gif) left center no-repeat;
	text-decoration:underline;
}
table.range p{
	font:normal .85em/1.5em "Times New Roman", Times, serif;
	margin:0px 5px 5px 5px;
}
#range{
	position:absolute;
	left:430px;
	bottom:20px;
	text-align:center;
}
#home{
	margin-left:240px;	
}
.button a{
	width:140px;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	padding:5px;
	text-decoration:none;
	border:1px solid #ccc;
}
.button a:link, .button a:visited{
	background-color:#78241A;	
}
.button a:hover{
	background-color:#B93728;	
}
#culture{
	position:absolute;
	right:0px;
	bottom:0px;
}
img#bow{
	position:absolute;
	top:21px;
	left:520px;
}
a img{
	border:none;
}
/* Classes */
.clear{
	clear:both;
	font-size:0em;
	line-height:0em;
}
.center{
	text-align:center;	
}
