/* Start of CMSMS style sheet 'Momo Wines' */
@charset "utf-8";
/* CSS Document */

html, body {
background-image:url(images/site_bg.gif);
background-position:center;
background-repeat:repeat-y;
width:100%;
height:auto;      
margin:0;
padding:0;
background-color:#eeeeee;
text-align:center;
color:#000000;
font-family:"Gill Sans", Verdana, sans-serif;
font-size:12px;
}

a {
color:#000000;
}

a img {
border:none;
}

h2 {
font-size:14px;
}

h3 {
font-size:11px;
}

#container {
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
width:900px;
height:100%;

text-align:left;
}

#header {
width:900px;
height:auto;
}

#navigation {
height:50px;
margin-left:225px;
}

#navigation ul {

}

#navigation ul li{
display:inline;
text-align:left;
}

#navigation ul li a{
text-decoration:none;
padding:0px 10px 0px 10px;

}

#navigation ul li a:hover{
text-decoration:underline;
}





#content {
margin-left:auto;
margin-right:auto;
width:790px;
background-color:#ffffff;
}

#content table.home {

}

#content table.home tr td {
padding:5px;
}

#content_slim {
vertical-align:top;
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
width:660px;
}


table.about tr td{
text-align:center;
background-color:#eeeeee;
}

table.about tr td p{
padding:0px 30px 0px 30px;
}

table.wines tr td.column01 {
vertical-align:top;
font-size:12px;
line-height:160%;
padding:10px 15px 10px 20px;
width:200px;
background-color:#e5e5e5;
}

table.wines tr td.column02 {
vertical-align:top;
padding:10px 10px 10px 0px;
background-color:#e5e5e5;
}

table.wines tr td.column03 {
vertical-align:top;
padding:10px 10px 10px 30px;
font-size:11px;
background-color:#f2f2f2;
}

table.wines tr td.bottom {
padding:20px 140px 20px ;
}

TABLE.wines_stats {
width:100%;
}

p.small_text {
font-size:11px;
}

table.distributors {

}

table.distributors tr td.column01 {
vertical-align:top;
}

table.distributors tr td.column02 {
width:100%;
padding:20px 50px 20px 30px;
vertical-align:top;
background-color:#f2f2f2;
}

.wines {
width:705px;
margin-right:auto;
margin-left:auto;
}

.order_form {
font-size:11px;
width:670px;
margin-right:auto;
margin-left:auto;
}

TABLE.order_form TR TD.column01 table tr td {
padding:5px;
}

TABLE.order_form TR TD.column03 table tr td {
padding:3px;
}

TABLE.order_form TD.column01 {
padding: 20px;
vertical-align:top;
background-color:#eaeaea;
}


TABLE.order_form TD.column03 {
padding:44px 20px 20px 20px;
vertical-align:top;
background-color:#f1f1f1;
}

.cases {
text-align:center;
}

.bottles {
text-align:center;
}

.total {
height:25px;
width:220px;
padding-top:20px;
margin-left:auto;
margn-right:auto;
}

.small_print {
padding:10px 5px 5px 0;
font-size:10px;
}

IMG.next {
float:right;
padding-right:15px;
}


/* End of 'Momo Wines' */

