
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url("images/bg/darkviolet_bg.jpg");
 background-repeat: repeat-x;
 font-family: 'verdana', helvetica, arial, tahoma, sans serif;
 font-size: 11px;
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:127px; 
 background-color:#FFFFFF; 
 width:100%;
} 
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:760px; 
 }
 
#footer{
 height:15px; 
 background-color:#FFFFFF; 
 clear:both;
 } 
 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/* top navigation */

#topnav {
font-family: 'verdana', helvetica, arial, tahoma, sans serif;
background-image:url("images/bg/topnav_bg.jpg");
background-repeat: repeat-x;
border-bottom: solid 1px #ccc;
font-size: 10px;
color: #666;
padding: 0px;
margin: 0px;
border-left: solid 1px #999;
border-right: solid 1px #999;
}


#topnav, #topnav a, #topnav a:active {
	color: #666;
	padding: 3px;
	text-decoration: none;
	}
	
#topnav a:hover {
	color: #999;
	text-decoration: underline;
	}
	

#topnav ul {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
	} 

#topnav ul li {
	margin: 0px;
	padding: 0px 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#topnav ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ccc;
	}
	
#topnav ul li.first:before {
	content: " ";
	}



/* usr added */

/* header */
#menuheader {
 background-image:url("images/menu_header_01.gif");
 background-repeat: no-repeat;
 border-left: solid 1px #999;
 border-right: solid 1px #999;
}

/* white bg */
.menuwhitebg {
 background-image:url("images/bg/menu_white_bg.gif");
 background-repeat: repeat-x;
 background-color: #fff;
 border-top: solid 1px #333;
 border-left: solid 1px #999;
 border-right: solid 1px #999;
}

.menubg {
 border-left: solid 1px #999;
 border-right: solid 1px #999;
}

/*menu items */


#menu_wrapper {
margin: 0px 50px 0px 50px;
text-align: center;
}

#menu_wrapper p {
margin: 5px 0px 0px 0px;
padding: 0px;
}

.menuitem_title  {
font-weight: bold;
font-size: 13px;
padding-top: 10px;
}

.menuitem  {
margin: 0px 20px;
}

.menuitem_price {
font-weight: bold;
font-size: 12px;
padding-top: 3px;
padding-bottom: 8px;
}


#menufooter {
background-image:url("images/bg/foot_bg.jpg");
background-repeat: repeat-x;
border-top: solid 1px #999;
border-left: solid 1px #999;
border-right: solid 1px #999;
border-bottom: solid 1px #fff;
color: #666;
padding: 2px 3px;
font-size: 10px;
}



ul {
text-align: left;
padding-left: 150px;
list-style: none;
}

li {
padding-bottom: 10px;
}


/* text stuff */


a, a :active {
color: #63F;
text-decoration: none;
}

a:hover {
color: #90F;
text-decoration: underline;
}



.shadedbox {
background-image:url("images/bg/shadedbox_bg.gif");
background-repeat: repeat-x;
background-color: #fff;
border: solid 1px #CF9;
padding:10px 10px;
margin: 0px 50px;
}

.anchor_up {
width: 100%;
font-size: 10px;
text-align: right;

}


.anchor_up  img {
vertical-align: middle;
}

img {
border: 0;
}

.winegr img {
vertical-align: middle;
}

.menuaside {
color: #669900;
}

/* 
a  sneaky fix for menu titles on wordpress pages
*/

h2 {
color: #fff;
font-size: 1px;
}


.item {
padding-bottom: 5px;
}


/* menus page update 21.02.2009  by CBL */

.menus {
margin: 10px 0px 10px 260px !important;
padding: 0px !important;

}

.menus li a {
text-decoration: none;
}

.menus li img {
vertical-align: middle;
}

p.getacrobat {
padding: 20px;
font-size: 10px;
}


