body {
 /*    background: url("/images/1px_bg.png") top left repeat-x;*/
}

a {
    font-family: Arial;
    text-decoration: none;
    color: Black;
}

/*img {
    width: 100%;
}*/

a:hover
{ 
    color: #2BE2D6;
}

h1 {
    font-family: Harrington;
    color: #E0B439;
    font-size: 40pt;
}

h2 {
    font-family: Harrington;
    color: #E0B439;
    font-size: 24pt;
    margin: 0;   
}

h3 {
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: navy;
}

h4 {
    font-family: Harrington;
    color: #E0B439;
    font-size: 12pt;
    margin: 0;
    display:inline;
}


p {
    margin: 0 0 0 20;
    font-family: Arial;
    color: navy;
    text-align: justify;
}

.p_text {
    font-family: Arial;
    color: navy;
    text-align: justify; 
}

td {
    border: 2px;
    border-right: 0px;
    padding:5px;
    width:235px;
    height:80px;
    border-color: Black;
    border-style:solid;
    background-color: #E0B439;
    text-align:center;
}

.right_border_visible
{
    border-right: 2px;
    border-color: Black;
    border-style: solid;
}

.pic {
   border: 4px solid  #E0B439;
   /*padding:1px 1px 1px 1px;
   margin-bottom: 15px;*/
}

.contact_text {
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: navy;
}

.margin_top {
    margin-top: 40px;
}

.margin_bottom {
    margin-bottom: 20px;
}

.centre_text {
    text-align: center;
}

body {
}


#about_us {
    display: block;
    height: 160px;
    width: 160px;
    background: url(/images/about_us_btn.png) no-repeat top left;
}

#about_us:hover {
     background-image: url(/images/about_us_btn_hover.png);
}

#contact_us {
    display: block;
    height: 160px;
    width: 160px;
    background: url(/images/contact_us_btn.png) no-repeat top left;
}

#contact_us:hover {
     background-image: url(/images/contact_us_btn_hover.png);
}

#where_to_buy {
    display: block;
    height: 160px;
    width: 160px;
    background: url(/images/where_to_buy_btn.png) no-repeat top left;
}

#where_to_buy:hover {
     background-image: url(/images/where_to_buy_btn_hover.png);
}    

#melbury_vale_wines {
    display: block;
    height: 160px;
    width: 160px;
    background: url(/images/melbury_vale_wines_btn.png) no-repeat top left;
}

#melbury_vale_wines:hover {
     background-image: url(/images/melbury_vale_wines_btn_hover.png);
}


#fonthill_wines {
    display: block;
    height: 160px;
    width: 160px;
    background: url(/images/fonthill_wines_btn.png) no-repeat top left;
}

#fonthill_wines:hover {
     background-image: url(/images/fonthill_wines_btn_hover.png);
}    
 
.footer {
    font-family: Arial;
    color: Navy;
    margin: 20px 0 0 20px;
    text-align: center;
}
.nav a {
    font-size: large;
    color: #E0B439;
}

.nav a:hover {
    color:  #996C01;
}