@charset "utf-8";
/* CSS Document */



body{
background:#44520a;
width:100%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

h1{
font-family:Garamond, Georgia, "Times New Roman", Times, serif;
font-size:43px;
color:#44520a;
margin-top:12px;
margin-left:205px;
text-transform:uppercase;
font-weight:normal;
margin-bottom:15px;
}

h3{
font-family:Garamond, Georgia, "Times New Roman", Times, serif;
font-size:45px;
color:#44520a;
margin-top:10px;
margin-left:205px;
font-weight:normal;
margin-bottom:15px;
}

h2{
font-family:Garamond, Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#44520a;
margin-top:5px;
text-align:center;
font-weight:normal;

}



#container{
width:800px;
height:100%;
margin-left:auto;
margin-right:auto;
}

#topbanner{
width:100%;
margin-top:10px;
height:82px;
background-image:url(images/topbanner.jpg);
}

#content{
width:100%;
min-height:400px;
height:auto;
padding-top:1px;
position:static;
}

.nobottle{
background:#dbd377 url(images/contentbg.jpg) no-repeat;
}

.bottlebg{
background:#dbd377 url(images/bottlebg.jpg) no-repeat;
}

.bottlebg2{
background:#dbd377 url(images/bottlebg2.jpg) no-repeat;
}

#content a:link{
color:#44520a;
text-decoration:none;
}

#content a:visited{
color:#44520a;
text-decoration:none;
}

#content a:hover{
color:#44520a;
text-decoration:underline;
}

#content a:active{
color:#44520a;
text-decoration:underline;
}


#leftcolumn{
width:155px;
height:300px;
margin-left:40px;
float:left;
}

#leftcolumn img{
margin-bottom:12px;
}

#rightcolumn{
width:470px;
margin-left:205px;
margin-bottom:100px;
}


#rightcolumn li{
line-height:20px;
list-style:none;
}


.bottle{
position:absolute;
margin-left:504px;
}

.bottle2{
position:absolute;
margin-left:500px;
margin-top:5px;
}



#footer{
margin-top:5px;
width:100%;
height:142px;
background:url(images/bottombannerbg.jpg) no-repeat;
}

#footertext{
color:#C0D1C2;
font-size:9px;
text-align:center;
margin-top:5px;
}

.logo{
margin-top:10px;
margin-left:35px;
}



#menu table a{
color:#FFFFFF;
text-transform:uppercase;
font-size:14px;
font-family:Garamond, Georgia, "Times New Roman", Times, serif;
font-weight:normal;
text-decoration:none;
letter-spacing:1px;
}

#menu table a:link{
text-decoration:none;
}

#menu table a:hover{
text-decoration:underline;
}

#menu #currentpage{
text-decoration:underline;
}


img{
border:none;
}