/*  HTML Elements */

body
{
    margin:0 0 0 0;
    background: #444444;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: small;
    color: #d0b074;
}
   
a:link
{
    color:#a08044;
    text-decoration: none;
}
    
a:hover
{
    color:#a08044;
    text-decoration: underline;
}

a:visited
{
    color:#a08044;
    text-decoration: none;
}

a:active
{
    color:#a08044;
    text-decoration: none;
}

td{

}

h1{
    color: #a08054;
    font-size: large;
    font-weight: bold;
}

h2
{
    color: #a08054;
    font-size: medium;
    text-decoration: underline;
}

p{
    margin: 2px 0px 6px 10px;
    color: black;
    line-height:120%;
    text-align: justify;
}

form
{
    margin:0 0 0 0;

}

input 
{
    font-size: small;
    border: solid 1px black;
    background-color: #EEEEEE;
}

input:active
{
    background-color: #FFCCCC;
}

input:focus
{
    background-color: #f0d094;
}

textarea
{
    font-size: small;
    border: solid 1px black;
    background-color: #EEEEEE;
}

textarea:active
{
    background-color: #FFCCCC;
}

textarea:focus
{
    background-color: #f0d094;
}

select
{
    font-size: small;
    border: solid 1px black;
    background-color: #EEEEEE;
}

select:active
{
    background-color: #FFCCCC;
}

select:focus
{
    background-color: #f0d094;
}

/* Areas */

#wrapper
{
    background-color: Black;
}

#header
{
    background-position: left top;
    background-image: url(../../images/layout/headbg.gif);
    background-repeat: no-repeat;
    border-bottom: solid 4px #d0b074;
}

#main
{
    margin-bottom: 10px;
}

#menu
{
    /*border: solid 4px #d0b074;*/
    text-align: center;
    font-size: medium;
    line-height: 150%;
    font-family: arial;
}

#menu2
{
    text-align: right;
    font-size: medium;
    line-height: 110%;
    font-family: arial;
}

#content
{
    border: solid 2px #d0b074;
    background-color: white;
    color: Black;
    background-position: right bottom;
    background-image: url(../../images/layout/contbg.gif);
    background-repeat: no-repeat;
    
}

#content2
{
    border: solid 2px #d0b074;
    background-color: white;
    color: Black;
    background-image: none;
    background-repeat: no-repeat;
    
}

#contentintro
{
    background-color: black;
    color: white;
    background-image: none;
    background-repeat: no-repeat;
    text-align: center;
    
}

#footer 
{
    border-top: solid 4px #d0b074;
    text-align: left;
    font-size: x-small;
}

#logo
{
    background-image: url(../../images/layout/logo.gif);
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
}

#aproduct
{
    background-image: url(../../images/layout/product.gif);
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
}


#content img
{
    margin-left: 10px;
}

#menu a
{
    color: #d0b074;
    font-size: medium;
    font-weight: bold;
    display: block;
}

#menu a:hover
{
    color: #f0d094;
    /*font-size: 105%;*/
    display: block;
    text-decoration: underline;
    /*letter-spacing: 1px;*/
}

#menu2 a
{
    color: #d0b074;
    font-size: medium;
    text-decoration: underline;
}

#menu2 a:hover
{
    color: #d0b074;
    text-decoration: none;
}

#footer a
{
    text-decoration: underline;
}

#basket 
{
    font-size: x-small;
    color: #ff5555;
    border: solid 1px #aaaaaa;
    text-align: center;
}

#basket a
{
    font-size: x-small;
    color: #ff3333;
}

.prodlist
{
    background-color: Transparent;
    padding: 2px;
    border-collapse: separate;
    font-size: x-small;
    font-family: Arial, Verdana;
    
}

.prodlist .header
{
    background-color: #d0b074;
}

.prodlist .row
{
    background-color: #FFFFC0;
}

.prodlist .prodname
{
    width: 300px;
}

.prodlist .prodcode
{
    width: 50px;
}

.prodlist .packs
{
    text-align: center;
}

.prodlist .weight
{
    text-align: center;
}

.prodlist .price
{
    text-align: right;
}

.prodlist .qty
{
    text-align: center;
}

.prodlist .qty input
{
    text-align: center;
}

.prodlist .buy
{
    text-align: center;
}

.inputcentre
{
    text-align: center;
}