/*---------------------------------
*
*		HUTTON WINES
*
*--------------------------------*/

@import url("reset.css");


/*----------	LaYoUT STYLeS	----------*/
body {
	color: #2F2F2F;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/core/bg.gif) repeat-x;
}

#container {
	margin: 32px auto;
	width: 804px;
}

#text { float: right; width: 672px; text-align: justify;  }
.order #text { float: right; width: 672px; text-align: justify; }

/*----------	HeaDeR STYLeS	----------*/
#header { background: url('../images/core/banner.jpg') 0 0 no-repeat; position: relative; height: 217px; width: 804px; }
#header #banner { position: absolute; top: 0; left: 0; }
#header div.logo h1 a { display: block; text-indent: -9999px;
overflow: hidden; width: 194px; height: 67px; background: url('../images/core/logo.jpg') 0 0 no-repeat; position: absolute; top: 39px; left: 610px; }
#header #caption { position: absolute; top: 175px; left: 1px; }
#header #caption p { margin: 10px 0; line-height: normal; font-size: 10px; }

/*----------	NaVIGaTIoN STYLeS	----------*/
#navigation { float: left; width: 128px; }
#navigation ul li { margin: 10px 0 25px 0; }
#navigation ul li a { display: block; height: 18px; width: 95px; }
#navigation ul li a:hover { background-position: -95px 0 !important; }
#navigation ul li#home a { background: url(../images/nav/home.gif) no-repeat; }
#navigation ul li#wines a { background: url(../images/nav/wines.gif) no-repeat; }
#navigation ul li#order a { background: url(../images/nav/order.gif) no-repeat; }
#navigation ul li#hw_club a { background: url(../images/nav/hw_club.gif) no-repeat; }

.home #home a, .wines #wines a, .order #order a, .hw_club #hw_club a { background-position: -95px 0 !important; }

/*----------	CoMMoN STYLeS	----------*/
.clear { display: block; clear: both; }
.hidden { display: none; }

a { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 12px 5px 16px 0px; _margin-bottom: 22px; text-align:justify;}
strong { font-weight: bold; }

.wines p { margin: 17px 0px 12px 0px; text-align:justify;}

#title { margin: 10px 5px 9px 0; }

.hw_club #text p { margin: 27px 0px 28px 0px; text-align:justify;}

/*----------	FooTeR STYLeS	----------*/
#footer { color: #000000; font-size: 11px; margin-top:10px;  }
#footer-left {	width:379px; float:left; }
#footer-middle { width:221px; float:left; }
#footer-right { width:200px; float:left; text-align: right;	}
#footer .copyright { color: #959595; font-size: 10px; }
#footer-right a img.wflogo { margin-top: 3px; }
