/* 
  File:   style.css
  Author: Katrina Tan wonka@katzeye.com
*/

body 
{
  background-repeat: no-repeat;
  background-attachment: fixed
}

a.nav:link,
a.nav:active,
a.nav:visited,
a.nav:hover
{ 
  text-decoration:none;
  font-family: Georgia,Verdana;
  font-size:10pt;
  line-height:30px;
  padding-left:10px;
  padding-right:10px;
  color: #7a8c38
}

a.nav:hover 
{
  color: #bcd959;
  text-decoration: underline;
}

.top_nav
{
  text-align:center;
  padding-right: 2px;
}

a.low_nav:link,
a.low_nav:active,
a.low_nav:visited,
a.low_nav:hover
{ 
  text-decoration:none;
  font-family: Verdana;
  font-size:10pt;
  line-height:30px;
  padding-left:10px;
  padding-right:10px;
  color: #7a8c38;
}

a.low_nav:hover 
{
  color: #bcd959;
  text-decoration: underline;
}

.low_nav
{
  padding-top: 5px; 
  padding-bottom: 10px;
}

.text
{ 
  text-decoration:none;
  font-family: Verdana;
  font-size:10pt;
  line-height:1.4;
  letter-spacing:0.05em;
  color: #d9cbb3;
  padding-left: 40px;
  padding-right: 25px;
  text-align: left;
}

.contact_text
{ 
  text-decoration:none;
  font-family: Verdana;
  font-size:8pt;
  line-height:15px;
  letter-spacing:0.1em;
  color: #d9cbb3;
  padding-left: 70px;
  text-align: left;
}

.c_table_text
{ 
  text-decoration:none;
  font-family: Verdana;
  font-size:8pt;
  line-height:15px;
  letter-spacing:0.1em;
  color: #d9cbb3;
  padding-left: 5px;
  text-align: left;
} 


blockquote
{ 
  font-style:italic;
  font-family: Georgia;
  font-size:10pt;
  line-height:20px;
  letter-spacing:0.1em;
  color: #d9cbb3;
  margin-left:70px;
  margin-right:75px;
}

#first_letter
{
  float:left;
  color: #d9cbb3;
  width:25px;
  line-height:25px;
  font-size:35px;
  font-family: Georgia; 
}

#first_letter_b
{
  float:left;
  color:#d9cbb3;
  width:30px;
  line-height:25px;
  font-size:35px;
  font-family: Georgia; 
  margin-right:1px;
}

#first_letter_ourwine
{
  float:left;
  color:#d9cbb3;
  width:30px;
  line-height:25px;
  font-size:35px;
  font-family: Georgia; 
  margin-right:4px;
  margin-bottom:2px;
}


#first_letter_w
{
  float:left;
  color:#d9cbb3;
  width:30px;
  line-height:25px;
  font-size:35px;
  font-family: Georgia; 
  margin-right:1px;
}

#first_letter_c
{
  float:left;
  color:#d9cbb3;
  width:30px;
  line-height:25px;
  font-size:35px;
  font-family: Georgia; 
  margin-right:-3px;
}

#first_letter_a
{
  float:left;
  color:#d9cbb3;
  width:30px;
  line-height:25px;
  font-size:35px;
  font-family: Georgia; 
  margin-right:-3px;
}


.release_table
{ 
  text-align: center;
  text-decoration:none;
  font-family: Verdana;
  font-size:8pt;
  line-height:20px;
  letter-spacing:0.1em;
  color: #c9ab88;
  margin-left:40px;
  margin-right:75px;
}

a.body:link,
a.body:active,
a.body:visited,
a.body:hover
{ 
  text-decoration:none;
  font-family: Georgia,Verdana;
  font-size:10pt;
  padding-left:0px;
  padding-right:0px;
  color: #517e6a
}

a.body:hover 
{
  color: #96ebc6;
  text-decoration: underline;
}

a.print:link,
a.print:active,
a.print:visited,
a.print:hover
{ 
  text-decoration:none;
  font-family: Georgia,Verdana;
  font-size:10pt;
  padding-left:5px;
  padding-right:10px;
  color: #1E6E4B
}

a.print:hover 
{
  color: #0D814E;
  text-decoration: underline;
}

.submit {
    color: #F1DCC2;
    font-family:Verdana,Arial,Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #4D381E;
    border:2px solid #866135;
    margin: 5px;
}

.submit:hover {
    color:#49464D;
    background-color: #B8A5D0;
    text-decoration:none;
}

.input_bg
{
letter-spacing: .1em; 
font-family: verdana, arial, sanserif;
font-size: 10px;
background-color: #C3B58C;
border-style: solid; 
border-color:#504D4A;
}
