html, body {
	font: normal 1.05em/1.5em Garamond, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(/images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	outline: none;
	color: #FCBE87;
	text-decoration: none;
}
a:hover, a:active {
	outline: none;
	color: #ffe8d7;
	text-decoration: none;
}
ul {
	list-style-type: square;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
}
h3 {
	color: #ffc796;
}
#container {
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	height: 664px;
	width: 1000px;
	background: url(/images/ferneau2.jpg) no-repeat;
	position: relative;
}
#header {
	height: 210px;
	clear: both;
	background: inherit;
}
#mainnav {
	clear: right;
	float: left;
	width: 212px;
	height: 520px;
	background: none;
}
#mainnav ul {
	display: block;
	list-style: none;
	width: 207px;
	margin: 10px 0;
	padding: 0;
	border: none;
}

#mainnav ul li {
	display: block;
	list-style: none;
	height: 27px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
#mainnav ul li a, #mainnav ul li a:link, #mainnav ul li a:visited {
	display: block;
	width: 100%;
	height: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav ul li a:hover, #mainnav ul li a:active {
	background: #ccc;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
#mainnav ul li a span {
	margin-left: -5000px;
}
#hdphotos {
	margin-left: 308px;
	height: 175px;
	overflow: hidden;
}
#topnav {
	clear: both;
	float: right;
	height: 36px;
	overflow: hidden;
	background: none;
	border: none;
	
}
#topnav ul {
	display: block;
	list-style: none;
	width: 374px !important;
	height: 36px;
	margin: 0px !important;
	padding: 0 0 0 0 !important;
	/*border: 1px solid green;*/
}
* html * #topnav ul {width: 374px;}
#topnav ul li {
	display: block;
	float: left;
	list-style: none;
	height: 35px;
	width: 131px;
	line-height: 35px;
	margin: 0px 2px 0px 2px;
	padding: 0;
	font-size: 0.9em;
	/*border: 1px solid yellow;
	border-top: none;
	border-bottom: none;*/
}
* html * #topnav ul li {
	margin: 0px;
}
#topnav ul li a, #topnav ul li a:link, #topnav ul li a:visited {
	display: block;
	width: 100%;
	height: 35px;
	list-style: none;
	margin: 0;
	text-align: center;
	padding: 0;
}
#topnav ul li a:hover, #topnav ul li a:active {
	background: #ccc;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
#topnav ul li a span {
	margin-left: -8000px;
}
#copy {
	float: left;
	width: 718px;
	height: 418px;
	clip: rect(auto, auto, auto, auto);
	overflow: auto;
	padding: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 auto;
	background: none;
}
#seasoning {
	position: absolute; 
	left: 185px; 
	top: 615px;
	width: 40px; 
	height: 57px; 
	z-index: 99999;
	border: none;
}
#footer {
	position: absolute;
	top: 631px;
	left: 0px;
	line-height: 30px;
	width: 1000px;
	height: 30px;
	overflow: hidden;
	/*clear: both;*/
	margin: 0 auto;
	background: none;
	text-align: center;
	font-size: 0.8em;
	z-index: 999;
	
}
.contactTxt{
	line-height: 20px;
}
.menus {
	/* for menu image blocks */
	width: 270px;
	float: left;
	height: 325px;
	margin: 0 10px;
}
.menus h3 {
	margin: 0;
}
#menu {
	clear: right;
	float: left;
	width: auto;
	height: auto;
	background: none;
}
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: block;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#menu ul li ul {
    margin-left: 10px;
}
/* each new nested item will add the following class depending on how deep it is. 
   The number represents the depth of the level 
   
   the menu_chapter or menu_item class will be appended based on if the item has children or not
   the name of the item will always be wrapped in a span class="mname", description with span class="mdescription" and price with span class="mprice"
   ex output 
<ul>
  <li> <span class="menu_1 menu_chapter"><span class="mname">Bottles</span></span>
  <ul>
    <li> <span class="menu_2 menu_chapter"><span class="mname">White</span></span>
      <ul>
        <li> <span class="menu_3 menu_chapter"><span class="mname">Chile</span></span>
          <ul>
            <li> <span class="menu_4 menu_item"><span class="mname">Cachapoal Valley</span>
              <span class="mdescription">Sauvignon Blanc, Terrunyo, El Triangulo Vineyard, 2005</span>
              <span class="mprice">$40</span></span> </li>
          </ul>
        </li>
   
   */
.menu_1 {
    font-size: 1.2em;
    
    color: #ffc796;
}
.menu_2 {
    
}
.menu_3 {  
}
.menu_4 {}
.menu_5 {}
.menu_6 {}
/* menu_chapter has children */
.menu_chapter {
    
}
.menu_chapter .mname {
    font-weight: bold;
	text-transform:uppercase;
	
}
.menu_chapter .mdescription {
    
}
div.mdescription > ul {
    margin: 0 0 0 40px !important;
    padding: 0;
    display: block;
    list-style-type: square;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
}
div.mdescription > ul li {
    display: list-item !important;
	list-style:  url(/images/bullet.gif) outside square !important;
	line-height: 1.2em;
	font-size: 1em;
	margin-bottom: 0px !important;
    color: #FFF;
    padding: 0;
   
}
.mname p {margin: 0; }
.mprice {
    display: block;
}
.menu_chapter .mprice {
    
}
/* menu_item has no children */
.menu_item {
    font-weight: normal;
	color: #fff;
}
.menu_item .mname {
    font-weight: bold;
	color: orange;
}
.menu_item .mdescription {
    color: #fff;
}
.menu_item .mdescription p {
    margin: 0 0 0 0;
}
.menu_item .mprice {
    color: #CCCCCC;
}
/* form elements */
input[type = 'text'], textarea, select, input[type = 'file'] {
    border: 1px solid #bcbcbc;
	color: #666;
	padding: 3px 2px 0 4px;	
}
textarea {
   
}
input[type = 'button'], input[type = 'submit'] {
    background: #E26E17;
    color: #fff;
	border: 1px solid #bcbcbc;
	font-weight: bold;
}
