@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2428;
	margin: 0;
	padding: 0;
	background: #D8D2BC;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
p {
	line-height: 18px;	
}
#frame {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header {
	background: #361027 url(../images/header_bg.png) top left no-repeat;
	padding-top: 177px;
	position: relative;
}
#header h1 {
	padding: 0;
	margin: 0;
	height: 108px;
	width: 330px;
	position: absolute;
	top: 30px;
	left: 100px;
}
#header h1 a {
	background: url(../images/logo.png) top left no-repeat;
	padding: 0;
	margin: 0;
	height: 108px;
	width: 330px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
}
#header ul.order {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
}
#header ul.order li {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	width: 150px;
}
#header ul.order li a {
	display: block;
	width: 100px;
	height: 30px;
	padding: 15px 0 0 50px;
}

#header ul.order li#online a {
	background: url(../images/order_online.png) top left no-repeat;
}
#header ul.order li#fax a {
	background: url(../images/order_fax.png) top left no-repeat;
	
}
img#banner {
	vertical-align: top;
}
#wine {
	position: absolute;
	background: url(../images/wine_bottle.png) top left no-repeat;
	overflow: hidden;
	text-indent: -999em;
	width: 164px;
	height: 677px;
	top: 100px;
	right: 135px;
}
#content .column {
	float: left;
}
#main.column {
	margin: 0;
	width: 540px;
	padding: 0 15px 15px 105px;
}
#order.column {
	margin: 0;
	width: 840px;
	padding: 0 15px 15px 105px;
	float: none;
}
#right.column {
	width: 300px;
	padding: 225px 0 0 0;
}
a#vineyard1 {
	display: block;
	position: absolute;
	top: 844px;
	right: 170px;
	width: 160px;
	height: 120px;
	text-indent: -999em;
	overflow: hidden;
	z-index: 5;
	background: url(../images/vineyard_link.png) repeat;
}
a#vineyard2 {
	display: block;
	position: absolute;
	top: 902px;
	right: 93px;
	width: 160px;
	height: 120px;
	text-indent: -999em;
	overflow: hidden;
	z-index: 4;
	background: url(../images/vineyard_link.png) repeat;
}
h3 {
	width: 300px;
	height: 26px;
	margin: 0;
	padding:0;
	text-indent: -999em;
	overflow: hidden;
}
h3#ourstory {
	background: url(../images/title_ourstory.png) top left no-repeat;	
}
h3#ourorganicwines {
	background: url(../images/title_ourorganicwines.png) top left no-repeat;	
}
h3#ourorganicvineyard {
	background: url(../images/title_ourorganicvineyard.png) top left no-repeat;	
}
h3#orderform {
	background: url(../images/title_orderform.png) top left no-repeat;	
}
#footer {
	clear: both;
	background: url(../images/footer_bg.png) top left no-repeat;
	width: 823px;
	height: 110px;
	position: relative;
	margin: 0 0 20px 105px;
}
#footer h5 {
	position: absolute;
	top: 21px;
	left: 29px;
	background: url(../images/footer_h5.png) top left no-repeat;
	width: 136px;
	height: 31px;
	text-indent: -999em;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#footer ul.order {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 12px;
	right: 23px;
	width: 370px;
}
#footer ul.order li {
	display: inline;
}
#footer ul.order li a {
	padding: 0 0 0 50px;
	display: block;
	float: left;
	color: #844a6b;
	text-decoration: underline;
}
#footer ul.order li#online a {
	background: url(../images/order_online_foot.png) top left no-repeat;
	width: 112px;
	padding-top: 15px;
	height: 33px;
}
#footer ul.order li#fax a {
	background: url(../images/order_fax_foot.png) top left no-repeat;
	width: 156px;
	padding-top: 5px;
	height: 43px;
	overflow: hidden;
	margin-right: -5px;
}
/*-------------------- Form -----------*/
#order-content{
	font-size:.95em;
	font-family:"Tahoma";
  color: #3d3d3d;
	padding: 0 15px 15px 105px;
	width: 625px;
}
#front-content { 
  font-size:.95em;
	font-family:"Garamond";
  width: 665px;
  height:570px;
	padding: 0;
	margin:167px 230px;
	background-image: url(../images/front-background.jpg);
}

#side-text{
	display:block;
	float:left;
	padding: 20px 30px;
	width:200px;
}
#sent-text {
  padding: 20px 30px;
}
#middle-text {
	display:block;
	float:left;
	width:200px;
	margin-top:37px;
}

p#other-area {
  display: block;
  margin: 4px 0 2px 150px;
}

form .row {
	display: block;
	clear:both;
	margin: 5px 0;
}
form .right {
  float: right;
}
form .row label {
  width: 150px;
  display: block;
  float: left;
}
form .row input {
  width: 194px;
}
form .total {
  float: left;
  width: 150px;
}

form input.short {
  width: 40px;
}
form input.price {
  display: inline-block;
  width: 80px;
}
form .row.right input.price { margin-right: 8px; }

form textarea {
  height: 80px;
  width: 615px;
}

form input.submit{
  float:right;
  display:block;
  margin: 20px 10px;
}

table tbody tr {
  vertical-align: top;
  margin: 8px 0;
}
table tbody tr th{
  text-align: left;
  font-weight: bold;
}
table tbody tr td {
	border-bottom: 1px solid #BFB79B;	
	padding: 5px 0;
}
table tbody tr td.shiraz {
	padding-left: 100px;
	background: url(../images/wine_small.jpg) top left no-repeat;
	height: 110px;
}

table tbody tr td.semillon {
	padding-left: 100px;
	background: url(../images/wine_small1.png) top left no-repeat;
	height: 110px;
}

table tbody tr td.rose {
	padding-left: 100px;
		background: url(../images/wine_small_rose.jpg) top left no-repeat;
	height: 110px;
}
table tbody tr td h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
table tbody tr th.wine-cell { width: 400px;}
table tbody tr th.bottle-cell { width: 70px;}
table tbody tr th.pack-cell { width: 70px;}
table tbody tr th.total-cell { width: 100px;}
table tbody tr td{
}
.error{
  display:block;
  width: 300px;
  background: #fcc;
  color: #a00;
  padding: 10px;
  margin: 10px 0;
}

/*-------------------- Lightbox -----------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

