/* 
    Document   : style.css
    Created on : May 25, 2010, 5:34:38 PM
    Author     : Andy Beak
    Description:
        The main style sheet for the Welmoed wine mobisite.
*/

root { 
    display: block;
}

body {
    background-color: #470003;
    width: 200px;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
}
td {
	  font-family: "Verdana", sans-serif;
    font-size: 10px;
}
#centerfix {
    
}

#contentarea {
    margin: 0px 10px 0px 10px;
    padding: 3px 10px 0px 10px;
    background-color: #F3E7CB;
    text-align: left;    
}

#footer {
    font-size: 12px;
    color: white;
    clear: both;
}
#footer A:link {text-decoration: none; color: white}
#footer A:visited {text-decoration: none; color: white}
#footer A:hover {text-decoration: none; color: white}

a:link {color: #000000;}
a:visited {color: #980F1F}
a:hover {color: #0000FF}

.error {color: red; font-size: 9px;}
.red { color: #980F1F}
.black {color: #000}
.bold { color: #000; font-weight: bold;}
.caps { color: #000; font-weight: bold; text-transform:uppercase }
.center {text-align: center}
.left {float: left; padding:5px;}

#register td {font-size: 9px;}

.divBottleImage
{    
    margin:auto;
    text-align:center;   
}

.bottleImage
{    
    width:auto;
    height:auto;
}

.labelImage
{
    width:60px;
    height:80px;
}

.heading
{
    color:white;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    margin: 0px 10px 5px 10px;    
}

.links_group
{
    margin:auto;
    text-align:center;
    font-size:11px;
}

.nav_links
{
    font-size:13px;
}

h3
{
    text-align:center;
}

.menu
{
	padding-left:5px;
}
