@import url('/include/screen.css');
@import url('/include/stylesheet.css');
@import url('/include/forms.css');
@import url('/include/products.css');
@import url('/include/productstyles.css');
@import url('/include/mainmenu.css');
@import url('/include/jquery.lightbox-0.5.css');
@import url('/include/myprofile.css');
/* BASE HTML5 ready reset and base css styles
-------------------
===================
BaCSS v0.1
===================
-------------------
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
 
Some base styling from Paul Irish's HTML5 Boilerplate: http://github.com/paulirish/html5-boilerplate/blob/master/css/style.css
Table styling from SenCSS: http://sencss.kilianvalkhof.com/
 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline; 
}

/* Base Elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
 
html {
	-webkit-font-smoothing: anti-aliased;
	overflow-y: scroll; 
}
 
table {
	font-size: inherit;
	font: 100%; 
}
 
body, select, input, textarea { color: #a39161; }

.body {
	background:#f9f7ec url(/images/template/babich-bg.jpg) repeat-y scroll center top;
	margin:0 auto;
	color: #54301a;
	font:15px/19px Arial, Helvetica, sans-serif;
}

/* Block elements */
h1, h2, h3, h4, h5, h6 {
	color: #54301a;
	font:15px/1 'GiovanniStd-Bold', Georgia, serif;
	margin:15px 0;
}

h1 { font-size: 27px;margin-top:0; }
 
h2 { font-size: 25px; }
 
h3 {
	color:#a39161;
	font-size: 25px;
}

h4 {}
 
h5 { }
 
h6 { color:#a39161; }

p {
	margin-bottom: 0.8em; 
}

pre {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	margin-bottom: 0.8em;
	padding: 15px;
	white-space: pre;
	word-wrap: break-word; 
}

ul {
	list-style-type: none;
	margin: 0 0 0.8em; 
}
 
ol {
	list-style-type: decimal;
	margin: 0 0 0.8em; 
}
 
blockquote {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	font-style: italic;
	margin: 0.8em 0;
	padding: 10px; 
}
 
	blockquote p { margin-bottom: 0; }
	
dl {
	background: #F4F5F1;
	padding: 10px; 
}

dt { font-weight: bold; }
 
dd {
	font-size: 13px;
	margin-bottom: 1em; 
}

hr {
	background: #fff;
	border: 0;
	border-bottom:1px solid #E8E4D8;
	clear:none;
	height: 1px;
	margin:15px 0;
	width:auto;
}

/* Inline elements */
b, strong, th { font-weight: bold; }
 
i, em { font-style: italic; }
 
a { 
	color: #000;/*#54301a;*/
	text-decoration:none;
}

	a:hover, a:active {
		color: #a39161;
		outline: none;
		text-decoration:none;	
	}
 
	a:link { -webkit-tap-highlight-color: #a39161; }

small { font-size: 85%; }
 
sub {
	font-size: smaller;
	vertical-align: sub; 
}
 
sup {
	font-size: smaller;
	vertical-align: super; 
}
 
cite {
	color: #666;
	font-size: 13px;
	font-style: normal;
	font-weight: normal; 
}
 
pre, code, kbd, samp, tt, var { font: 12px "Monaco", "Inconsolata", "Courier New", Courier, monospace; }
 
code, kbd, samp, tt, var { background: rgba(0, 0, 0, 0.15); }
 
abbr, time {
	color: #f0522a;
	cursor: help; 
	font-size:30px;
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
 
caption {
	font-style: italic;
	text-align: left; 
}
 
tr.alt td { background: #eee; }
 
td {
	padding: 0;
	vertical-align: top; 
}
 
th {
	font-weight: 700;
	padding: 0;
	vertical-align: middle; 
}

tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none;
}

.left { float: left !important; }
 
img {
	border:0 none;}
img.left { margin: 0 1em 1em 0; }

.right { float: right !important; }
 
img.right { margin: 0 0 1em 1em !important; }
 
.clear { clear: both; }
 
.clearfix {
	overflow: hidden;
	zoom: 1; 
}

/* CUSTOM SITE OVERRIDES */
header {
	height:295px;
	position:relative;
}
#menu {
	background:url(/images/template/menu-bg.jpg) repeat-x;
	height:45px;
	margin-bottom:25px;
}
#logo a {
	cursor:pointer;
	display:block;
	height:295px;
	left:295px;
	margin:0 auto;
	position:absolute;
	text-decoration:none;
	top:0;
	width:355px;
	z-index:1000;
}
#logo a span {display:none;}
#search { position:relative; }
	#keyword {
		-moz-transition-duration: 400ms;
		-moz-transition-property: width, border;
		-moz-transition-timing-function: ease;
		width: 72px;
	}
	#keyword:focus {
		width: 196px;
	}
	#search-button {
		background:url(/images/template/icon-search.png) no-repeat 0 0;
		border:0 none;
		height:22px;
		position:absolute;
		right:5px;
		top:5px;
		width:22px;
	}
#minibasket {margin:-10px 10px 10px;}
#breadcrumb { margin:5px 0 20px;}
#content {clear:both;}
#main-article {
	border-bottom:1px solid #fff;
	margin-bottom:15px;
	min-height:400px;
	padding:60px 0 20px 40px;
}
#home-content .recent-medals { border:1px solid #e8e4d8; border-left:0 none; height:340px; margin:20px 0 40px;}
#home-content .recent-medals small { color:#a39161;}
#home-content .whats-new { border:1px solid #e8e4d8; border-right:0 none; position:relative; height:340px; margin:20px 0 40px;}
#home-content .whats-new h3 { border-bottom:1px solid #e8e4d8; padding:0 30px 10px;}
#home-content .whats-new h2 { padding:30px; text-align:center; text-transform:uppercase; width:290px;}
#home-content .whats-new h2 em { 
	color:#c8b18b;
	display:block;
    font-size:40px;
    font-style:normal;
	margin:10px 0;
}
#home-content .whats-new img { position:absolute; right:30px; bottom:10px;}
#home-content .whats-new a.see-more { padding:0 30px;}
#home-content #twitter-feed { background: url(/images/template/twitter-bg.jpg) no-repeat scroll 0 0; height:160px;
    padding:20px 40px 20px 20px;}
#home-content .order-now { background: url(/images/template/order-bg.jpg) no-repeat scroll 0 0; height:160px;padding:20px 0;}
#home-content .order-now h4, #home-content .order-now h5 { float:left;width:100px;margin:25px;text-align:center;}
#home-content .order-now h4 { font-size:28px;text-transform:uppercase; }
#home-content .order-now h5 { padding:10px 0;}
#home-content .order-now img {float:right;}
.contact-form input[type=text], .contact-form textarea {
	width:300px;
}
.our-people img {padding:10px; margin:0 0 30px; border:1px solid #E8E4D8; box-shadow:0 2px 4px #E8E4D8;-moz-box-shadow:0 2px 4px #E8E4D8;-webkit-box-shadow:0 2px 4px #E8E4D8;}
/****************
*** Spotlights ***
****************/
#lhs-spotlights, #rhs-spotlights, #main-article-section {overflow:hidden;}
#lhs-spotlights { min-height:300px;}
.rhsitem {
	display:block;
	float:left;
	margin:0 10px 20px 0;
}

/****************
*** Footer ***
****************/
footer {
	background:#543019 url(/images/template/footer-bg.jpg) no-repeat scroll top center;
	margin:35px auto 0;
	padding:50px 0 20px;
	width:1000px;
}
footer h5 { border-bottom:1px solid #977c66;color:#f9f7ec;font:16px/1.5 'GiovanniStd-Black', Georgia, serif;margin:0 20px 10px 0;padding:0 0 10px;}
footer h6 { font:14px/1.5 'GiovanniStd-Black', Georgia, serif;color:#f9f7ec;margin:0 0 10px;}
footer, footer a{color:#f9f7ec;font:13px/1.5 'GiovanniStd-Book', Georgia, serif;text-decoration:none;}
footer .icon { float:left; width:32px; margin:5px 5px 0 0;}
footer .box { background:none;border:#fff 1px solid;height:60px;padding:10px 45px 15px 15px;margin:5px 20px 5px 0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
footer .container { background: url(/images/template/sustainable-winegrowing.jpg) no-repeat scroll 890px 40px;}

/***********************
OVERLAYS - DO NOT DELETE
************************/

div#overlay {
	position:relative;
	display:none;
	padding:0;
	margin:0;
	border:3px solid #000;
	background-color:#fff;
}
div#overlay .close {
	background:url(/images/close.png) no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	right:-14px;
	top:-14px;
	cursor:pointer;
	z-index:5000;
}
div#overlay div.overlayfooter {
	display:block;
	padding:10px;
}
div#overlay div.overlayfooter img {
	float:right;
	margin-top:-10px;
}
/* end OVERLAYS */


#product-add-to-cart h3 {margin:0;}
.addtobasketform h3  {margin:0;}
.basket h1  {margin:20px 0;}

div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px; margin:0; text-align: left
}

div.growlUI h1 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:50px;
	text-align:center;
}

div.growlUI h2 {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
/* pop up */
#popconfirm {
	color:#FFFFFF;
	background-color:#FFF;
	border:1px solid #DADADA;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:12px;
	padding:10px;
	position:fixed;
	top:10px;
	right:20px;
	width:250px;
	z-index:901;
}
#popconfirm-inner p {
	text-align:center;
}

.awards-section {
	background-color:#f1f1f1;
	colour:#000;
	font-weight:bold;	
	padding:5px;
	font:18px/22px Arial, Helvetica, sans-serif;
}

.awards-heading {
	font-weight:bold;	
	padding:5px;
	colour:#000000;
	font:16px/18px Arial, Helvetica, sans-serif;
	border-top:1px dotted #cecece;
}
.awards-data {
	font-weight:normal;
	padding:5px;
	font:14px/16px Arial, Helvetica, sans-serif;	
}
#how-to-find {
	background: #f1f1f1;
	padding:20px;
}
.spotlight-item {
	margin-top:10px;
	border:1px solid #DADADA;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px 20px;
	background-color:#F8F5EB;
}
.spotlight-item h4 {
	margin:0 0 5px 0;
	padding:0;
	font-size:18px;	
}
.timeline-row {
	border-bottom:1px solid #e8e4d8;
	padding-bottom:10px;
	margin-bottom:10px;
}
.timeline {
	
}
.timeline p, .timeline h3, .timeline h4 {
	padding:5px 10px 10px 5px;
}
.timeline img{
	
}

.timeline h3 {
	font:48px/48px Arial, Helvetica, sans-serif;	
}
.timeline h4 {
	font:24px/24px Arial, Helvetica, sans-serif;	
}
.timeline-separator {
	border-bottom:1px solid #e8e4d8;
	padding-bottom:10px;	
	margin-bottom:5px;
}
.timeline-image {
	text-align:center;	
}

