/* CSS Document */

html, body {
height:100%;
margin: 0;
padding: 0;
}
#container {
width: 800px;
margin: auto;
min-height: 100%;
height: auto !important;
background-image:url(../graphics/elements/faux.jpg);
}
#logo {
float:left;
width:250px;
background-color:#9900FF;
}
#main-nav {
float:left;
width:250px;
height:450px;
background-image:url(../graphics/elements/navigation_background.jpg);
}
.navigation {
margin-top:5px;
margin-right:10px;
margin-left:30px;
}
/* Main Navigation */
.navigation dl {
margin: 0;
padding: 0;
}
.navigation dt a {
display: block;
height: 0px !important;
height /**/:35px; /* IE 5/Win hack */ 
padding: 35px 0 0 0;
overflow: hidden;
background-repeat: no-repeat;
}
.navigation dt a:hover {
background-position: 0 -35px;
}
.navigation #Schedule a  {
width: 200px;
height: 35px;
background-image:url(../graphics/navigation/schedule_btn.jpg);
}
.navigation #Package a  {
width: 200px;
height: 35px;
background-image:url(../graphics/navigation/packages_btn.jpg);
}
.navigation #Chefs a  {
width: 200px;
height: 35px;
background-image:url(../graphics/navigation/chefs_btn.jpg);
}
.navigation #Vintners a  {
width: 200px;
height: 35px;
background-image:url(../graphics/navigation/vintners_btn.jpg);
}
.navigation #Media a  {
width: 200px;
height: 35px;
background-image:url(../graphics/navigation/media_btn.jpg);
}
.navigation #Purchase a  {
width: 200px;
height: 35px;
background-image:url(../graphics/navigation/purchase_btn.jpg);
}
#flash {
float:left;
width:550px;
height:450px;
background-image:url(../graphics/elements/flash_holder.jpg);
}
#sub-header {
clear:both;
height:110px;
background-image:url(../graphics/elements/sub_header.jpg);
}
#main-content {
width:740px;
margin:auto;
}
.type {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
color:#a29494;
line-height: 20px;
}
.type h1 {
font-size:16px;
color:#f17192;
font-weight:bold;
}
.type h2 {
font-size:14px;
color:#62a9b7;
}
.type a {
text-decoration:none;
font-weight:bold;
color:#f17192;
}
.type a:hover {
text-decoration:none;
color:#b2dce3;
}
.chefs-text {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
color:#4B3738;
line-height: 20px;
}
.chefs-text h1 {
font-size:16px;
color:#d7deb4;
font-weight:bold;
}
.chefs-text a {
text-decoration:none;
color:#f17192;
}
.chefs-text a:hover {
text-decoration:none;
color:#b2dce3;
}
.push {
clear:both;
height:50px;
}
#footer {
clear:both;
margin:auto;
height: 50px;
width: 800px;
background-image:url(../graphics/elements/footer.jpg);
}
.footer-text{
width:740px;
margin:auto;
padding-top:15px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#FFFFFF;
line-height: 20px;
}
.footer-text a {
text-decoration:none;
color:#FFFFFF;
}
.footer-text a:hover {
text-decoration:none;
color:#b2dce3;
}


