@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	background: #000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 1.6; }

a {
	color: #ffcc66;
	text-decoration: none; }
a:hover {
	color: #ffcc66;
	text-decoration: underline; }

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #ffcc66;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0; }
h3 {
	color: #ffcc66;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0; }
p {
	margin-top: 0;
	margin-bottom: 20px; }
ul {
	margin: 0;
	padding: 0;
	list-style: none; }

.border {
	border: 10px solid #fff; }
.quote {
	color: #ffcc66;
	font-size: 16px;}

/* layout */
#header {
	background: url(images/header.jpg) left top no-repeat; 
	width: 100%;
	height: 340px; }
#header.loading {
	background: url(images/spinner.gif) no-repeat center center; }
#header .logo {
	float: left; }
#header .logo a {
	float: left;
	height: 120px;
	margin: 40px 0 0 90px;
	width: 160px; }
#header .logo a:hover {
	text-decoration: none;
	background: url(images/logo.jpg) no-repeat 38px 0;}
	
#nav {
	width: 800px;
	clear: left;
	float: left;
	position: absolute;
	top: 293px;
	left: 90px; }
#nav ul li {
	float: left;
	margin: 0 2px 0 0; }
#nav ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 0 10px;
	background: url(images/bg.jpg) repeat 0 0;
	height: 27px; 
	vertical-align: middle;
	-moz-border-radius: 3px; }
#nav ul li a:hover {
	color: #fff;
	text-shadow: 0 1px 0 #000; 
	text-decoration: none;
	background: url(images/bg.jpg) repeat 0 0;
	background-position: -150px 0; }
#nav ul li a:active {
	color: #ffcc66;
	background-position: -150px 0; }
#nav ul li a:focus {
	background-position: -150px 0; }
#nav ul li.contactus {
	float: right; }
#nav ul li a.selected {
	color: #ffcc66; }
#nav ul li a.selected:hover {
	color: #fff;
	text-shadow: 0 1px 0 #000; }
	
#a a {
	background: url(images/bg.jpg) repeat -20px 35px; }
	
	
	
#body {
	width: 900px;
	background: url(images/corner-bg.jpg) left top no-repeat; 
	min-height: 230px;
	padding: 20px 0 0 100px; 
	clear: both; }
#body .main-col {
	width:440px;
	float: left;
	margin-bottom: 30px;}
#body .main-col .sydney {
	float: left; }
#body .main-col .sydney ul li, #body .main-col .china ul li {
	width: 150px; }
#body .main-col .china {
	margin-left: 20px;
	float: left; }

#body .wines .nav2 {
	width: 210px; 
	float: left;
	margin-bottom: 30px; }
#body .wines .nav2 h2 {
	padding-left: 9px; }
#body .wines .nav2 ul {
	margin-bottom: 25px; }
#body .wines .nav2 ul li{
	width: 210px;
	padding: 10px 0;
	margin-bottom: 1px;
	background: #191919 url(images/leaf.gif) no-repeat 8px 15px; }
#body .wines .nav2 ul li.selected {
	background: #333 url(images/leaf.gif) no-repeat 8px 15px;; }
#body .wines .nav2 ul li a {
	margin-left: 31px; }
#body .wines .nav2 h3 {
	font-weight: normal; }
#body .wines .line {
	width: 540px;
	height: 1px;
	border-top: 1px dotted #ffcc66;
	position: absolute;
	top: 405px;
	left: 340px; }
#body .wines .wine {
	width: 540px;
	margin: 0 0 30px 30px; 
	float: left;
	z-index: 10;
	position: relative; }
#body .wines .wine .image {
	width: 120px;
	padding: 0 10px;
	float: left; }
#body .wines .wine .image img {
	width: 120px; }
#body .wines .wine .info {
	margin-left: 20px;
	float: left;
	width: 380px; }
#body .wines .wine .info ul {
	border-top: 1px dotted #ffcc66; }
#body .wines .wine .info ul li {
	float:left;
	margin: 15px 22px 0 0; }
#body .wines .wine .info ul li img {
	border: 5px solid #333;
	width: 68px;
	height: 68px; }
#body .wines .wine .info ul li.last {
	margin-right: 0; }
#body .wines .wine .info ul li.view {
	clear: both;
	float: right;
	color: #666; 
	margin: 7px 0 0;
	padding-right: 20px;
	background: url(images/magnify.jpg) no-repeat center right;}
#body .wines p.price {
	font-size: 12px;
    font-weight: normal;
    margin-top: -5px;
	}	
	
	
#news {
	width: 300px;
	margin-left: 40px;
	float: left;}
#news p.title {
	color:#ffcc66;
	margin: 0 !important; }
#news p.short {
	margin: 0 !important; }
#news ul {
	margin: 0 0 20px 0; }
#news ul li {
	padding: 10px;
	border-top: #ffcc66 1px dotted; 
	border-bottom: #ffcc66 1px dotted; }
#news span.trigger {
	text-align: right;
	clear: both;
	display: block;}
#news span.trigger a {
	background: url(images/leaf.gif) left center no-repeat;
	padding-left: 22px;}


#footer {
	width: 900px;
	background: url(images/corner-bg.jpg) left top no-repeat; 
	min-height: 230px;
	padding: 0 0 50px 100px;
	clear: both; }
#divider {
	background: url(images/footer-top.jpg) left top no-repeat; 
	width: 100%;
	height: 1px;
	clear: both;}
#footer .contact {
	width: 320px;
	float: left;
	margin-top: 15px; }
#footer .contact .sydney {
	width: 145px;
	clear: left;
	float: left; }
#footer .contact .china {
	width: 175px;
	float: left; }
#footer .contact ul li.title {
	font-weight: bold; }
#footer .contact ul li.email {
	font-weight: bold; }
#footer .contact ul li.email a {
	font-weight: normal; }
#footer .mosaic {
	width: 450px;
	float: left;
	margin: 25px 0 0 20px; }
#footer .copyright {
	clear: left;
	float: left;
	width: 400px;
	margin: 40px 0 20px; }
#footer .nav3 {
	float: left;
	width: 385px;
	text-align: right;
	margin: 40px 0 20px; }
#footer .nav3 a {
	margin-left: 3px;}
#footer .copyright, #footer .nav3 {
	color: #666; }
#footer .copyright a, #footer .nav3 a {
	color: #666;
	text-decoration: underline; }

/*fancy box hack*/
#fancybox-overlay {
	background-color:#000 !important;
	opacity:0.7 !important; }
	
	
/* Custom */
.mt-0 {
	margin-top: 0px;}
.mr-0 {
	margin-right: 0px;}
.mb-0 {
	margin-bottom: 0px;}
.ml-0 {
	margin-left: 0px;}
.mt-10 {
	margin-top: 10px;}
.mr-10 {
	margin-right: 10px;}
.mb-10 {
	margin-bottom: 10px;}
.ml-10 {
	margin-left: 10px;}
.mt-20 {
	margin-top: 20px;}
.mr-20 {
	margin-right: 20px;}
.mb-20 {
	margin-bottom: 20px;}
.ml-20 {
	margin-left: 20px;}
.pt-20 {
	padding-top:20px; }
.floatright {
	float: right; }
.floatleft {
	float: left; }
.clearboth {
	clear:both; }

