@charset "UTF-8";
/* =General */

 * {
	padding: 0;
	margin: 0;
}
img {
	border:none;
}

body {
	text-align: left;
	min-width: 800px;
	background: #92a21d url(img/background.jpg) repeat-x left top;
	font: normal 100% Helvetica, Arial, sans-serif;
	color: #fff;
}
/* =Boxes */

#pageTop {
	width: 850px;
	height: 35px;
	margin: 0 auto;
	background: url(img/top.gif) no-repeat left top;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	background: #000 url(img/background_blank.jpg) no-repeat left top;
	border-bottom: 3px solid #be141b;
	position: relative;
}

#wine-club {
	display:block;
	width: 200px;
	height: 70px;
	position: absolute;
	left: 32px;
	top: 135px;
}

#content {
	margin:60px 20px 15px 20px;
}
.smallCol #content {
	width:470px;
	margin-left:360px;
}
#news #content {
	width:470px;
	margin-left:20px;
}
#home #content {
	position:relative;
	width:420px;
	height:325px;
	margin-top:88px;
	margin-left:397px;
}
#corks #content {
	height:275px;
}
#feature1 {
	position:absolute;
	top: 14px;
	left: 1px;
}
#feature2 {
	position:absolute;
	top: 14px;
	left: 215px;
}
#feature3 {
	position:absolute;
	top: 174px;
	left: 1px;
}
#feature4 {
	position:absolute;
	top: 174px;
	left: 215px;
}
#fb {
	position:absolute;
	top: -25px;
	left: -364px;
}
#join {
	position:absolute;
	top: 270px;
	left: -364px;
}
#join input {
	margin: 3px 0 0 15px;
}
#join input[type="text"] {
	width: 170px;	
}
#content img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#visit {
	width: 820px;
	margin: 15px auto;
	padding-bottom: 15px;
}
.box {
	margin-bottom: 1em;
	padding-right: 20px;
	border-bottom: 1px solid #262c07;
	border-right: 1px solid #262c07;
}
.pull {
	border: 1px solid #525235;
	padding: .5em 20px;
	background: #1a1a11;
	color: #fff;
}

/* =Nav */
#navigation {
	width: 610px;
	height: 82px;
	padding-top: 36px;
	background: url(img/logo2.jpg) no-repeat left bottom;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: .625em;
}
#navigation ul {
	list-style: none;
	float:left;
	margin-top: 20px;
	margin-left: 100px;
	display:inline;
	font-weight:bold;
}
#navigation ul li {
	float:left;
}
#navigation ul a {
	display: block;
	float:left;
	padding: 0 4px;
	line-height: 2.1em;
	text-decoration: none;
	color: #000;
	background: #be141b url(images/nav_space.jpg) no-repeat left center;
	text-indent: 5px;
}
#navigation li.first a {
	background: url() no-repeat left top;
}
#navigation ul a:hover {
	color: #92a21d;
}


/* =Backgrounds */
#home #wrapper {
	background: #000 url(img/background_home.jpg) no-repeat left top;
}
#about #wrapper {
	background: #000 url(img/background_about.jpg) no-repeat left top;
}
#downloads #wrapper {
	background: #000 url(img/background_downloads.jpg) no-repeat left top;
}
#contact #wrapper {
	background: #000 url(img/background_contact.jpg) no-repeat left top;
}
#wine #wrapper {
	background: #000 url(img/background_wine.jpg) no-repeat left top;
}
#faq #wrapper {
	background: #000 url(img/background_faq.jpg) no-repeat left top;
}
#wine101 #wrapper {
	background: #000 url(img/background_wine101.jpg) no-repeat left top;
}
#news #wrapper {
	background: #000 url(img/background_news.jpg) no-repeat left top;
}
#funstuff #wrapper {
	background: #000 url(img/background_funstuff.jpg) no-repeat left top;
}
#corks #wrapper {
	background: #000 url(img/background_corks.jpg) no-repeat left top;
}


#dna #wrapper {
	background: #000 url(img/background_wine101.jpg) no-repeat left top;
}


/* =Typography */
h1 {
	font-size: 1.5em;
	font-weight: 800;
	text-transform:uppercase;
	color: #758216;
}

#news h1 {
	font-size: 1em;
}
#store h1 {
	font-size: 1.2em;
}

#funstuff h2 {
	margin-top: 0;
}

h2 {
	font-size: .75em;
	font-weight: bold;
	text-transform:uppercase;
	color: #be141b;
	margin-top: 1.5em;
	margin-bottom: -.5em;
}
h3 {
	font-size: .875em;
	color: #758216;
	font-weight: 800;
	text-transform:uppercase;
}
p, table {
	font-size: .75em;
	line-height: 120%;
	font-weight: 200;
	margin: 1em 0;
}
#content ul {
	font-size: .75em;
	margin-left: 15px;
	margin-bottom: 1em;
	list-style-type:none;
}
.green {
	color: #758216;
}
.red {
	color: #be141b;
}

ul {
	line-height: 120%;
	padding-top: 10px;
}

blockquote {
	font-size: .75em;
	color: #758216;
	margin: 1em 0 1em 50px;
}



/* =Links */
a {
	color: #758216;
}
a:hover {
	color: #fff;
}


/* =Footer */

#footer {
	margin: 0 auto;
	width:850px;
	padding:20px 0;
	background: #2a2a1a url(img/footer_background.jpg) no-repeat bottom left;
}
#footer ul{
	width: 12em;
	float:left;
	list-style-type:none;
	text-transform:uppercase;
	font-size: .625em;
}
#footer #first {
	margin-left:20px;
}
#footer ul a {
	text-decoration:none;
}




/* =Misc */
.imgFlow {
	margin-top: 1em;
}
.left {
	float: left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.title {
	color:#be141b;
	margin-top: -.2em;
}
embed {
margin-bottom: 1em;
}
/*
.btn {
	margin-top: 5px;
	margin-right: 5px;
}
*/


/* =News */

.newsLeft {
	float:left;
	width:77px;
}
.newsRight {
	float:right;
	width:340px;
}


/* =Store */
form {
}
.storeBox input {
	width: 5em;
	height: 1.2em;
	padding: .2em;
	margin: 3px 0;
}
input[type="text"] {
	background: #111;
	color:#ccc;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}
input[type="text"]:hover {
	background: #112;
}

.storeForm label {
	display:block;
	width: 70px;
	float: left;
	height: 1.2em;
	margin: 3px 0;
	padding: .2em;
	text-align: right;

}
.storeForm input {
	float: right;
}

.alignRight, .storeForm .red {
	text-align: right;
}
.productImg {
	float: left;
	width: 100px;
	margin-left:5px;
	display: inline;
}
.productImg p {
	text-align:center;
	color: #eee;
	font-size: 11px;
	margin: 0 0 5px 0;

}




/* =Store2 */
.storeBox {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
/* border: 1px solid #666; */
}
.highlightBox {
	margin: 0 auto;
	width: 500px;
	margin-bottom: 15px;
	padding: .5em;
	background: #111;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}
.highlightBox p, .highlightBox h2, .highlightBox input {
	margin-left:15px;
}
.hint {
	font-size:.7em;
	color: #666;
}
.storePhoto {
	float: left;
	width: 100px;
	display:inline;
}
.storeDescription {
	float: left;
	width: 400px;
	display:inline;
	margin-left: 15px;
}
.storeForm {
	float: right;
	width: 150px;
	display:inline;
	text-align:left;
	margin-right: 15px;
	margin-bottom:10px;
}

.refresh {
	float:right;
	margin-left:1px;
	display:inline;
	padding: .5em;
	background: #111;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}


/* =Table */
table {
	border-collapse:collapse;
	width:400px;
	border-bottom: 1px solid #262c07;
	border-right: 1px solid #262c07;
	}
td, th {
	padding: 0;
	line-height: 3em;
	padding: 0 1em;
	vertical-align:top;
	border-bottom: 1px solid #262c07;
}

tr:hover {
	background: #001;
}
th tr:hover {
	background: #262c07;
}
th {
	background: #2a2a1a;
	line-height: 3em;
	font-weight:normal;
	color: #92a21d;
}

col {
	border-right: 1px solid #ccc;
}


/* =Warning */
#warning {
	position:fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -50px;
	height: 60px;
	width: 300px;
	padding: 20px;
	background: #2a2a1a;
	text-align: center;

}
