/* CSS Document */


/* Body */

body {
background-color:#e8e9dc;
font-family:Arial, Helvetica, sans-serif; 
font-size: 11px; 
}
table { 
border-collapse: collapse; 
border-spacing: 0;
}
li { padding: 3px;
}
#container {
	width: 776px;
	position: relative;
	background:#FFFFFF;
	margin-bottom: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 150px;
}
#container_w {
	width: 776px;
	position: relative;
	background:#FFFFFF;
	margin-bottom: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image:url(images/top_wine.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 150px;
}
#container_m {
	width: 776px;
	position: relative;
	background:#FFFFFF;
	margin-bottom: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image:url(images/top_menu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 150px;
}
#link {
padding: 5px;
width: 215px;
}
#menu {
height: 35px;
margin-right: 35px;
margin-left: 260px;
/*border-bottom: 1px solid #6a4982;*/
}
#pagehdrtext {
height: 105px;
margin-top: 10px;
color: #7f825e;
margin-left: 260px;
margin-right: 35px;
text-align: left;
}
.pagehdrtitle {
color: #7f825e;
font-weight: bold;
text-transform: uppercase;
}
#pagetext {
background-image:url(images/ode_rpt.gif);
background-repeat:repeat-y;
color: #7f825e;
padding-top: 15px;
padding-bottom: 10px;
padding-left: 35px;
padding-right: 35px;
text-align: left;
}
#pic_container {
background-image:url(images/ode_rpt.gif);
background-repeat:repeat-y;
color: #333333;
padding-left: 8px;
padding-right: 8px;
text-align: left;
padding-top: 10px;
}
#right {
position:relative;
margin-left: 225px;
}
#left {
float:left;
width: 200px;
padding-right: 15px;
padding-left: 10px;
}
.picture {
border: 5px #e8e9dc solid;
margin-right: 30px;
}

/* classes */
.title {
font-size: 9px;
text-transform:uppercase;
}
.inputbox{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
border: 1px solid #6a4982;
background-color:#ffffff;
padding-left: 3px;
background-image:url(images/inputrpt.gif);
background-repeat:repeat-x;
background-position:top;
}
.textbox{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
border: 1px solid #6a4982;
background-color:#ffffff;
padding-left: 3px;
background-image:url(images/inputrpt.gif);
background-repeat:repeat-x;
background-position:top;
}
.menubg {
background-image: url(images/menubg.gif);
background-position:center;
background-repeat:no-repeat; 
width: 140px;
height: 185px;
vertical-align: top;
}
.lunchmenu {
background-image:url(images/lunch_menu.jpg);
background-position:center;
background-repeat:no-repeat; 
width: 160px;
padding: 10px;
height: 185px;
vertical-align: top;
}
.menutitle {
font-size: 11px; 
color: #6a4982;
margin-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: bold;
}
.menutitlesp {
font-size: 11px; 
color: #6a4982;
margin-top: 10px;
margin-bottom: 10px;
text-transform: lowercase;
font-weight: bold;
}


/* Footer */
#footer {
background-color:#e8e9dc;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
background-image:url(images/bottom_lrg.jpg);
background-position:top;
background-repeat:no-repeat;
height: 150px;
}
#footer a:link{
color: #7d805f; 
text-decoration:none; 
}
#footer a:visited {
color: #7d805f; 
text-decoration:none; 
}
#footer a:hover { 
color: #000; 
text-decoration:none; 
}
#pagehdrtext a:hover { 
color: #6a4982; 
text-decoration:underline;
}
#pagehdrtext a, #pagehdrtext a:visited { 
color: #7d805f; 
text-decoration: underline;
font-weight: bold;
}
a{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#6a4982;}
a:visited {text-decoration:none; color:#000; background-repeat:no-repeat;}
a:hover {text-decoration:none; color:#6a4982;}

#left a{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333;}
#left a:visited {text-decoration:none; color:#000; background-repeat:no-repeat;}
#left a:hover {text-decoration:none; color:#6a4982;}

#link {display:block; width:98%; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#7f825e;}
#link, #link:visited {display:block; width:98%; text-decoration:none; color:#000; background-repeat:no-repeat;}
#link:hover {display:block; width:98%; cursor:pointer; text-decoration:none; color:#6a4982; background-color:#f0ecf2;}

#link a, #link a:visited {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#7f825e; text-decoration:none;}
#link a:hover {cursor:pointer; text-decoration:none; color:#6a4982; background-color:#f0ecf2; text-decoration:none;}


ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
margin-top: 10px;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 2em;
}