@charset "utf-8";
/* CSS Document */

* { margin: 0; }

@font-face {
    font-family: 'ZapfinoLinotypeOneRegular';
    src: url('../fonts/zapfino-webfont.eot');
    src: url('../fonts/zapfino-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/zapfino-webfont.woff') format('woff'),
         url('../fonts/zapfino-webfont.ttf') format('truetype'),
         url('../fonts/zapfino-webfont.svg#ZapfinoLinotypeOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	background: url("../images/black-linen.png") repeat;
	height: 100%;
	margin: 0 auto;
	font-family: Georgia, Arial, sans-serif;
	font-size: 104%;
	color: #ffffff;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 900px;
	margin: 20px auto;
	padding-bottom: 20px;
}
/* global content styles */
h1 {
	color: #fef59a;
	font-size: 1.3em;
	margin: 5px 0 10px;
	clear: left;
}
h2 {
	color: #fef59a;
	font-size: 1.1em;
	margin: 15px 0;
}
h3 {
	font-size: 1.0em;
	margin: 10px 0;
}
p {
	line-height: 1.4em;
	margin: 10px 0;
}
a {
	color: #ebca3f;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a.external {
    background: url("../images/www.gif") no-repeat scroll right center transparent;
    padding-right: 15px;
}
/* start header styles */
#banner {
	height: 322px;
	margin-top: 20px;
}
.feature-home {
	background: url("../images/feature-home.jpg") no-repeat top center;	
}
.feature-story {
	background: url("../images/feature-story.jpg") no-repeat top center;	
}
.feature-wines {
	background: url("../images/feature-wines.jpg") no-repeat top center;	
}
.feature-order {
	background: url("../images/feature-order.jpg") no-repeat top center;	
}
.feature-news {
	background: url("../images/feature-news.jpg") no-repeat top center;	
}
.feature-contact {
	background: url("../images/feature-contact.jpg") no-repeat top center;	
}
#placer {
	padding-top: 90px;
}
#logo {
	width: 306px;
	background: #ffffff;
	margin: 0 auto;
	border: #7c7a7a 3px solid;
}
#logo img {
	margin: 2px;
	border: #7c7a7a 1px solid;
}
#social ul {
	padding-left: 0;
}
#social ul li {
	float: left;
	font-size: 1.15em;
	list-style-type: none;
	padding-left: 40px;
}
#social ul li:first-child {
	background: url(../images/icn-phone-32px.png) no-repeat 0px -3px;
	height: 32px;
}
#social ul li:last-child {
	background: url(../images/icn-mail-32px.png) no-repeat 0px -3px;
	height: 32px;
	float: right;
	font-size: 1.05em;
}
#halliday {
	margin-top: 20px;
}
#nav, #nav2 {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 8px 0;
	border-bottom: #7d0042 2px solid;
	border-top: #7d0042 2px solid;
}
#nav .space, #nav2 .space {
	padding: 0 1.5em;
}
#nav ul, #nav2 ul {
	margin-left: -40px;
}
#nav ul li, #nav2 ul li {
	float: left;
	font-size: 1.15em;
	list-style-type: none;
}
#nav ul li a, #nav2 ul li a {
	text-decoration: none;
	color: #ffffff;
}
#nav ul li a:hover, #nav ul li a.active, #nav2 ul li a:hover, #nav2 ul li a.active {
	color: #ebca3f;
}
/* end header styles */

/* start content styles */
#sitemap {
	float: left;
	margin-top: 20px;
}
#content {
	width: 706px;
	float: left;
	margin-top: 20px;
	padding-right: 18px;
	clear: left;
	border-right: #7d0042 2px solid;
}
#content ul {
	padding-bottom: 1em;
}
#content ul li a img {
	padding: 0.5em 0;
}
#content #crumbs ul {
	float: left;
	margin: 0;
	padding: 0;
}
#content #crumbs ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.85em;
	margin: 0 0 1em;
}
#content #warning {
	float: right;
	width: 155px;
}
p.over18 {
	background: url(../images/icn-exclaim-15px.png) no-repeat left 10px;
	padding: 10px 0 0 30px;
	font-size: 80%;
}
#content #paypal {
	float: right;
}
#content #paypal form {
	margin-bottom: 5px;
}
#content #bottle-layout {
	clear: both;
}
#content #bottle-layout .bottles-3 {
	width: 206px;
	float: left;
	border: 2px solid #7d0042;
	padding: 8px;
	margin: 0 14px 14px 0;
}
#content #bottle-layout .bottles {
	width: 320px;
	float: left;
	border: 2px solid #7d0042;
	padding: 10px;
	margin: 0 18px 14px 0;
}
#content #bottle-layout div.bottle-last {
	margin-right: 0;
}
#content #bottle-layout .bottles-3 h2, #content #bottle-layout .bottles h2 {
	margin: 0;
	font-family: Arial Narrow, Arial, sans-serif;
	color: #ebca3f;
}
#content #bottle-layout .bottles-3 p span, #content #bottle-layout .bottles p span {
	color: #fef59a;
	font-size: 80%;
	font-style: italic;
}
#content #bottle-layout .bottles a img, #content #bottle-layout .bottles-3 a img {
	float: left;
	margin-right: 10px;
}
#content #bottle-layout .bottles form, #content #bottle-layout .bottles-3 form {
	margin: 10px 0;
}
#content #bottle-layout .bottles form table, #content #bottle-layout .bottles-3 form table {
	margin-bottom: 10px;
}
#content #bottle-layout .bottles ul li {
	margin-left: 90px;
}
#content ul.three-col {
	padding: 0 !important;
	text-align: center;
	margin-top: 15px;
}
#content ul.three-col li {
	width: 220px;
    float: left;
    list-style: none;
    margin: 0 10px 20px 0;
	padding-right: 10px;
    border-right: 2px solid;
}
#content ul.three-col li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#content .wine-right, #content .wine-left, #content h2.border-top {
	border-top: 1px solid;
	padding-top: 20px;
	clear: both;
}
#content .wine-right h2 {
	clear: left;
}
#content .wine-right p img {
	float: right;
	border: 2px solid #7d0042;
	padding: 5px;
	margin: 0 0 10px 15px;
}
#content .wine-left p img {
	float: left;
	border: 2px solid #7d0042;
	padding: 5px;
	margin: 0 15px 10px 0;
}
#content .wine-left ul li {
	margin-left: 203px;
}
#home h1 {
	font-family: ZapfinoLinotypeOneRegular;
	font-size: 2.5em;
	color: #ffffff;
}
#home h2 {
	margin-top: 20px;
}
#home img.no-margin, #content img.no-margin {
	float: none;
	margin: 0;
}
#home p.mission {
	font-size: 1.1em;
}
#home .home-highlight {
	width: 386px;
	border: 2px solid #7d0042;
	padding: 10px;
	margin-bottom: 10px;
}
#home .home-highlight h2 {
	margin: 0;
}
#home .home-highlight p {
	margin-bottom: 0;
}
#home .home-highlight img {
	float: none;
	margin: 0 0 10px 10px;
}
#home .home-highlight ul {
	margin: 10px 0;
}
#home p img.img-none {
	margin-top: 10px;
}
blockquote p {
	margin-left: 20px;
	line-height: 1.2em;
}
ul.button {
	padding: 0 !important;
}
ul.button li {
	list-style: none;
	display: inline-block;
}
ul.button li a {
	color: #ffffff;
	background-color: #57253F;
	padding: 10px;
	text-transform: uppercase;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	border-radius: 2px;
}
ul.button li a:hover {
	background-color: #7d0042;
	border-radius: 2px;
}
.small {
	font-size: 80%;
}
.zapfino {
	font-family: ZapfinoLinotypeOneRegular;	
	font-size: 2.5em;
	color: #ffffff;
}
img.img-bdr {
	float: right;
	border: 2px solid #7d0042;
	padding: 5px;
	margin: 0 0 10px 15px;
}
img.img-bdr-left {
	float: left;
	border: 2px solid #7d0042;
	padding: 5px;
	margin: 0 15px 10px 0;
}
img.img-left {
	float: left;
	margin: 10px 15px 5px 0;
}
img.img-right {
	float: right;
	margin: 10px 0 5px 15px;
}
img.img-none {
	float: none;
	margin: 0 auto;
}
h3.em {
	font-style: italic;
}
.scarce-earth {
	float: right;
	margin-top: 125px;
}
#google-map {
	float: right;
	text-align: center;
}
#google-map ul li {
	list-style: none;
}
/* end content styles */

/* start right column styles */
#right-col {
	width: 154px;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
}
#right-col h2 {
	margin: 0;
}
#right-col #cart {
	margin-bottom: 10px;
}
#right-col #cart h2 {
	margin-bottom: 10px;
}
/*#fb img {
	position: relative;
	top: 4px;
}*/
/* end right column styles */

/* footer */
#footer {
	clear: both;
	padding: 20px 0;
	font-size: 0.9em;
}
#footer a {
	text-decoration: none;
}
#footer .space, #footer .space {
	padding: 0 10px;
}
#footer ul {
	float: left;
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style-type: none;
	float: left;
}
#footer p {
	float: right;
	margin: 0;
}
/* end footer styles */

/* other styles */
ul.indent li {
	margin-left: 203px;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.filesize {
	font-size: smaller;
}
.pdf {
	background: url("../images/pdf.gif") no-repeat scroll left center transparent;
	padding: 4px 0 4px 23px;
}
.word {
	background: url("../images/word.gif") no-repeat scroll left center transparent;
	padding: 4px 0 4px 23px;
}
@media screen and (max-width: 960px) {
	#nav .space, #nav2 .space {
		padding: 0 1.1em;
	}
}