
/* HTML STYLES
------------------------------------------------------------------ */

* {
 margin: 0;
 padding: 0;
}

a {
  color: #993300;
}

a:hover {
  color: #996600;
  text-decoration: none;
}

img {
 border: none;
}

body  {
 font: 12px 'Arial', sans-serif;
 background: #FFF url(/im/bg/body_base2.jpg) repeat-x fixed right bottom;
 color: #000;
}

h1  {
font: Bold 19px 'Arial', sans-serif;
color: #990000;
padding: 0 0 12px 0;    
}

h2  {
font: Bold 16px 'Arial', sans-serif;
padding: 0 0 12px 0;    
}

h3 {
  font: Bold 12px 'Arial', sans-serif;
  padding: 0 0 12px 0;
}

h4 {
 font: Bold 11px 'Arial', sans-serif;
}

h5 {
  font: 9px 'Arial';
  display: inline;
}

p {
  margin: 0 0 12px 0;
}

table, tr, td {
  border: none;
  margin: 10px 0 10px 0;
}

/* CLASSES 
------------------------------------------------------------------ */

#bodyContainer {
  width: 770px;
  clear: both;
  margin: 0 auto;
}

#bodyContent {
  padding: 10px;
  border: 1px solid #998C6D;
  background: #FFF url("/im/bg/body_content.jpg") repeat-x center bottom;
  -moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

.startQuote {
  background:url("/im/bg/bg_Qleft.gif") no-repeat top left; 
  font: 9px Verdana;
  padding: 20px 30px 0 30px;
  text-indent: 20px;
  color: #666;
}

.endQuote {
  background:url("/im/bg/bg_Rleft.gif") no-repeat bottom right;
  height: 22px;
  margin: 0 0 10px 0;
}

.clearBoth {
  clear: both;
}

#formTotal {
 height: 40px;
}

#formTotal label {
 margin: 5px 0 0 235px;
 font-weight:bold;
}

#grandTotal {
 width: 72px;
 font-weight: bold;
 border: 1px solid #663300;
 padding: 2px 0 2px 2px;
}

#homeAdvertorials {
  clear: both;
  padding: 30px 0 0 0;
}

.adBox {
  width: 231px;
  border: 4px solid #FFF;
  float: left;
  margin: 0 15px 0 0;
  height: 120px;
  background-repeat: no-repeat;
  background-position: bottom;
  vertical-align: bottom;
}

.adBox h2 {
  margin-top: 52px;
  padding: 0 0 0 5px;
  font-size: 16px;
  color: #660000;
}


.adBox a {
  font: 11px Arial;
  padding: 0 5px 0 5px;
  display: block;
  font-weight: normal;
  text-decoration:none;
  color: #000;
}

.adBox a:hover {
 color: #000000;
 text-decoration:underline;
}
.adBoxLast {
  margin: 0;
}

#ourWines {
background-image:url(/im/bg/banner_wine.jpg);
}

#yarraValley {
background-image:url(/im/bg/banner_winery.jpg);
}

#cellarDoor {
background-image:url(/im/bg/banner_cellar.jpg);
}

.adBox h1 {
background-color: #999900;
height: 20px;
padding: 2px 0 0 5px;
color:#FFFFFF;
margin: 0 0 60px 0;
font: Bold 14px Arial;
}

.buttonSubmit {
  padding: 5px 10px;
}

#leftColumn {
  width: 355px;
  float: left;
  margin: 0 32px 10px 0;
}

.lightbox {
border: 1px solid #E1EF95;
display: block;
float: left;
margin: 0 15px 15px 0;
padding: 4px;
}


#navPanel  {
  color: #FFF;
  background-color:#765a03;
	margin-bottom: 8px;
	font-size: 11px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #584302;
}

#navPanel strong {
  padding: 6px 0 9px 10px;
  font: Bold 13px Arial, sans-serif;
  text-transform:lowercase;
  display: block;
	letter-spacing: -1px;
}

#navPanel #navList {
  float: right;
  padding: 0;
	list-style-image: none;
	border-left: 1px solid #584302;
}

#navPanel #navList li {
  padding: 8px 6px 10px 8px;
  margin: 0;
  float: left;
	border-right: 1px solid #584302;
	border-left: 1px solid #a17b04;
}

#navPanel #navList li.last {
  border-right: none;
}

#navPanel #navList a:hover {
  color: #FFFF00;
}

#navPanel #navList a.active {
  text-decoration:underline; 
  color: #FFFF00;
  margin: 0;
  padding: 0;
}

#navPanel #navList a {
  color: #FFFFFF;
  text-decoration:none; 
  font-weight: normal; 
}

#navList li {
 display: block;
}

#orderForm fieldset {
  border: none;
}

#orderForm legend {
  font-weight: bold;
	margin: 0 0 15px 0;
}

#orderForm table input {
 font: 10px Verdana;
 width: 40px;
 padding: 2px;
 border: 1px solid #CCCCCC;
}

#orderForm table {
  font: 10px Verdana;
}

#orderFormContent .contactBox {
  height: 30px;
}

#orderFormContent h3 {
  margin: 0 0 5px 0;
}

#orderFormContent .input {
	float: left;
	width: 210px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font: 11px Arial;
}

#orderFormContent textarea {
  height: 100px;
	margin-bottom: 15px;
}

#orderFormContent .input:focus {
	border: 1px dotted #666;
	background-color: #E4E4E4;
}

#orderFormContent label {
 width: 142px;
 font-weight: bold;
 font-size: 11px;
 float: left;
 display: block;
 padding: 2px 0 0 0;
}

#orderFormContent .alert {
  color: #FF0000;
}

#orderFormContent .shortInput {
  width: 60px;
}

#orderFormContent .shortLabel {
  padding: 2px 0 0 23px;
  width: 61px;
}

#orderFormContent .redInput {
  border: 1px solid #FF0000;
}

#orderFormContent submit {
  font: Bold 9px Verdana;
}

.red {
 color: #FF0000;
 font-weight: bold;
}

#rightColumn {
  width: 360px;
  float: left;
  margin: 0 0 10px 0;
  padding: 25px 0 0 0;
}

.picRight {
 float: right;
 margin: 0 0 10px 10px;
}

#footer {
  margin: 0;
  padding: 5px 0 0 0;
  font: 11px Arial;
  text-align: center;
}

#footer #navList li {
  padding: 0 5px 0 5px;
  margin: 0;
  display: inline;
}

#footer div {
  margin: 7px 0;
  display: block;
}

.small {
 font-size: 10px;
}

.wineRange img { 
  float: left;
  border: none;
  margin: 0 10px 10px 0;
}

.wineRange img.right { 
  float: right;
  border: none;
  margin: 0 0 10px 10px;
}

.wineRange h3 {
  font: Bold 13px Arial;
  color: #663300;
  display: block;
	padding-bottom: 8px;
}

.wineRange h4 {
  font: Bold 12px Arial;
  margin: 5px 0 5px 0;
}


/* JQUERY LIGHTBOX
----------------------------------------------------------------- */

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#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: transparent url(/im/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/im/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/im/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText{
  padding-left: 20px;
}

#prevLinkText{
  padding-right: 20px;
}

/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

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

#imageData{
  padding:0 10px;
}

#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;  }
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
/*  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; */
  display: none;
}

