@charset "utf-8";
/* CSS Document */
body{
padding:0px;
margin:0px;
background-image:url(../images/back.jpg);
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
color:#695d54;
font-size:12px;
text-align:left;
background-color:#2e2118;
}
.box{
background-color:#000;
opacity:0.65;
filter: alpha(opacity = 65);
padding:12px;
padding-top:0px;
margin:0px 0px 6px 0px;
border:solid 1px #271f18;
-moz-box-shadow:0px 0px 8px #000;
-webkit-box-shadow:0px 0px 8px #000;
box-shadow:0px 0px 8px #000;
}
.horiz_line{
background-color:#201918;
margin:30px 20px 30px 20px;
height:1px;
}

img{
border:none;
margin:0px;
padding:0px;
}
a{
color:#999999;
}
h1{
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
color:#FFF;
font-weight:normal;
font-size:21px;
}
h2{
margin:0px;
padding:0px;
color:#bbbbbb;
font-weight:normal;
font-size:12px;
}
h3{
margin:0px;
padding:10px 0px 5px 0px;
color:#000;
font-weight:normal;
font-size:19px;
}
p{
margin:0px 0px 15px 0px;
line-height:16px;
}

#logo{
margin-left:auto;
margin-right:auto;
width:345px;
}
#wrapper{
margin-left:auto;
margin-right:auto;
width:860px;
}
#header{
border-bottom-right-radius:9px;
-moz-border-radius-bottomright:9px;
-webkit-border-bottom-right-radius:9px;
border-bottom-left-radius:9px;
-moz-border-radius-bottomleft:9px;
-webkit-border-bottom-left-radius:9px;
}
#nav{
background-image:url(../images/nav.jpg);
width:835px; 
height:31px;
}
#nav a{
margin:0px 27px 0px 25px;
outline:none;
}
#main{
overflow:hidden;
padding:26px;
padding-top:10px;
height:auto;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
}
#news{
float:left;
width:277px;
height:inherit;

}
#newsinner{
float:left;
width:267px;
padding:0px 10px 0px 0px;
border-right:1px solid #201918;
height:100%;
}
#feedback{
float:right;
width:514px;
}
.feedback_entry{
padding:0px 0px 0px 14px;
background-image:url(../images/bullet.jpg);
background-repeat:no-repeat;
background-position:0px 4px;
}
.feedback_title{
margin:0px;
}
#gallery{
padding:12px;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
}
#footer{
text-align:right;
height:30px;
text-transform:uppercase;
font-size:9px;
margin:7px 0px 10px 0px;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
}
#footer img{
vertical-align:text-bottom;
}
#redwines{
float:left;
width:47%;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
}
#whitewines{
float:right;
width:47%;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
}

#whitewines table,#redwines table{
margin:0px 0px 25px 0px;
}

#whitewines span,#redwines span{
color:#FFF;
font-size:15px;
text-decoration:none !important;
margin:0px 0px 15px 0px;
}

.errors{
height:auto;
color:#ffffff;
font-size:11px;
margin:0px 0px 20px 0px;
}

#cfName,#cfEmail,#cfRegarding,#cfMessage{
background-color:#150d0a;
}