/* Reynolds Vineyards Stylesheet


// General Styles
--------------------------------------------------- */
body {
  margin: 0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  line-height: 16px;
  background: #555474 url(../images/page.bg.gif) repeat-x;
  text-align: center;
  }
		
		
p, h1, h2, h3, h4, h5, h6, div, span, font, table, tr, td, dt, dd, ul, li {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  position: relative;
  } 	

form {
  padding: 0;
  margin:0;
  }

hr {
  display: none;
  }

.clear {
 clear:both; 
 line-height: 0px; 
 font-size: 0px;
 }
	
	
/* Parent Structures
--------------------------------------------------- */
#parent {
 width: 754px;
 margin: 15px auto;
 text-align: left;
 background: url(../images/body.bg.paper.jpg) repeat-y 2px 135px;
 }

#header {
 background: url(../images/header.bg.paper.jpg) no-repeat;
 padding: 20px 35px 0 35px;
 margin-bottom: 20px;
 }
 
#content {
 padding: 0px 36px 0 36px;
 } 
 
#footer {
 background: url(../images/footer.bg.paper.jpg) bottom no-repeat;
 height: 60px;
 margin-top: 20px;
 } 
 
 
/* Header Blocks
--------------------------------------------------- */ 
#aux_left {
 float: left;
 width: 200px;
 }
 
#logo {
 float: left;
 width: 275px;
 text-align: center;
 padding-bottom: 7px;
 }
 
#aux_right {
 float: right;
 width: 150px;
 text-align: right;
 padding:5px 30px 0 0;
 } 

#nav {
 clear:both;
 }

/* Corner Menus
--------------------------------------------------- */ 
#aux_left ul {
 list-style:none;
 padding: 0;
 margin: 15px 0 0 20px;
 }
 
#aux_right ul {
 list-style:none;
 padding: 0;
 margin:0;
 } 
 
#aux_left ul li,
#aux_right ul li {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:15px;
 font-weight:bold;
 } 
 
#aux_left ul li a:link,
#aux_left ul li a:link,
a:link,
a:visited {
 text-decoration: none;
 color: #9b002c;
 }  
 
#aux_left ul li a:active,
#aux_left ul li a:hover,
a:active,
a:hover {
 text-decoration: none;
 background-color: #9b002c;
 color: #fff;
 }   
 
#aux_right ul li a:link,
#aux_right ul li a:visited {
 text-decoration: none;
 color: #8fa542;
 }  
 
#aux_right ul li a:active,
#aux_right ul li a:hover {
 text-decoration: none;
 background-color: #8fa542;
 color: #fff;
 }   


/* Main Menu
--------------------------------------------------- */ 
#nav ul  {
  list-style: none;
  background: #444281 url(../images/nav.bg.png) repeat-x;
  height: 27px;
  padding: 0 0 0 15px;
  margin:0;
  }

#nav ul li {
  float: left;
  display: inline;
  padding: 0px 29px;
  color: #fff;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:-0.1px;
  font-weight:bold;
  font-size:14px;
  line-height: 24px;
  margin-top: 3px;
  }
  
#nav ul li.here {
  background: #feecbd url(../images/nav.on.bg.png) repeat-x;
  }  
  
#nav ul li a:link,
#nav ul li a:visited {
  color: #fff;
  text-decoration:none;
  }  
  
#nav ul li a:hover  {
  color: #840227;
  text-decoration:none;
  background: #feecbd url(../images/nav.on.bg.png) repeat-x;
  }   
  
#nav ul li.here a:link,
#nav ul li.here a:visited,
#nav ul li.here a:hover  {
  color: #840227;
  }    


/* Banner Images
--------------------------------------------------- */ 
#photo {
 margin: 0px;
 width: 684px;
 border-bottom: solid 5px #363568;
 }
 
#interior_wine #photo {
 border-bottom: 0px;
 } 
 
#photo img {
 border: 1px #555474 solid;
 border-width: 1px 0px;
 margin: 2px 0;
 width: 684px;
 } 

/* Wine Menu
--------------------------------------------------- */ 
#winenav ul  {
  list-style: none;
  background: #262549;
  height: 24px;
  padding: 0 0 0 15px;
  margin:0;
  }

#winenav ul li {
  float: left;
  padding: 0px 18px;
  color: #fff;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:-0.1px;
  font-weight:bold;
  font-size:14px;
  line-height: 24px;
  }
  
#winenav ul li.here {
  background: #feecbd url(../images/wine.nav.on.png) repeat-x;
  }  
  
#winenav ul li a:link,
#winenav ul li a:visited {
  color: #fff;
  text-decoration:none;
  }  
  
#winenav ul li a:hover  {
  color: #840227;
  text-decoration:none;
  background: #feecbd url(../images/wine.nav.on.png) repeat-x;
  }   
  
#winenav ul li.here a:link,
#winenav ul li.here a:visited,
#winenav ul li.here a:hover  {
  color: #840227;
  }  


/* Content Elements
--------------------------------------------------- */
#front #content {
 background: url(../images/front.vert.divide.gif) 380px 0px repeat-y;
 }

#welcome {
 float: left;
 width: 50%;
 }
 
#welcome p,
#welcome h2,
#text p {
 margin-left: 15px;
 } 
  
#featured {
 float: right;
 width: 48%;
 }
 
#featured img {
 margin-left: 4px;
 } 
 
#main {
 padding: 0px 20px;
 }
 
#text {
 float: left;
 width: 64%;
 } 
 
#wine_spectator {
 float: right; 
 width: 45%; 
 background: #d2e4bb;
 margin-right: 15px;
 padding: 0px 5px 2px 5px;
 border-top: solid 3px #7ea947;
 }
 
#wine_spectator p,
#wine_spectator h3 {
 font-size: 11px;
 line-height: 16px;
 } 
 
#winebottle {
 float: right;
 width: 31%;
 }
 
 
/* Wine Page Titles
--------------------------------------------------- */ 
#interior_wine #text h3 {
 text-indent: -9000px;
 height: 52px;
 margin: 0 0 -20px 7px;
  }
  
.vineyard_info { 
 background: url(../images/heading.vineyard.info.png) no-repeat; 
  }
  
.winemaking_notes { 
 background: url(../images/heading.winemaking.notes.png) no-repeat; 
  } 

.winemaking { 
 background: url(../images/heading.winemaking.png) no-repeat; 
  }
  
.wine_info { 
 background: url(../images/heading.wine.info.png) no-repeat; 
  }   


 
/* Footer Elements
--------------------------------------------------- */
#footer p {
 margin: 0px 35px 0px 35px;
 border-top: solid 5px #363568;
 padding-top: 5px;
 text-align: center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:15px;
 font-weight: bold;
 color: #91784e;
 }


