@charset "utf-8";
body  {
	font: 100% Arial;
	background: #ffffff url(images/bg.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
h2 { font-size: 18px; font-weight: 100; color: #006600; border-bottom: 1px dotted #000000; margin-top: 10px; padding: 0;}
p { font-size: 12px; }
#container { 
	width: 780px; 
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
	height: 108px;
} 
#logo {
       margin-top: 10px;
       float: left;
	   display: inline;
	   width: 305px;
	   height: 100px;
}
#menu {
       float: left;
	   display: inline;
	   width: 400px;
}
#menu ul {
          list-style: none;
		  display: inline;
		  float: left;
		  padding-left: 40px;
	      margin: 0;
}
#menu li {
          float: left;
          list-style: none;
		  margin-left: 10px;
		  margin-right: 10px;
		  background: url(images/menu-rpt.png) right no-repeat;
		  padding-right: 20px;
		  padding-top: 50px;
		  height: 76px;
		  
}
#menu ol {
          float: left;
          list-style: none;
		  margin-left: 10px;
		  margin-right: 10px;
		  background: url(images/menu-rpt.png) left no-repeat;
		  padding-left: 20px;
		  padding-top: 50px;
		  height: 76px;
		  
}
#menu a {
         font-size: 12px;
		 color: #000000;
		 text-align: center;
		 text-decoration: none;
}
#lang {
       float: left;
	   display: inline;
	   height: 76px;
	   margin-top: 40px;
}
#lang p {
         margin: 2px;}
#drinks { 
         width: 771px;
		 height: 210px;
		 margin: 0px;
		 padding: 0px;
		 float: left;
}
#desc {
       width: 771px;
	   height: 169px;
	   margin-top: 10px;
	   padding: 0;
	   float: left;
	   background: url(images/sec-bg.png) no-repeat;
	   clear: both;
}
#desc1 { 
        width: 368px;
        height: 152px;
		float: left;
		display: inline;
		margin-top: 10px;
		margin-left: 11px;
		background: url(images/desc1.png) no-repeat;
		padding-top: 10px;
}
#desc2 { 
        width: 368px;
        height: 152px;
		float: left;
		display: inline;
		margin-top: 10px;
		margin-left: 11px;
		background: url(images/desc2.png) no-repeat;
		padding-top: 10px;
}
#desc li {
          padding-left: 30px;
		  background: url(images/arrow.png) left no-repeat;
		  font-size: 12px;
		  color: #000000;
		  list-style: none;
		  margin-top: 10px;
		  height: 19px;
		  margin-left: 15px;
		  float: left;
		  clear: both;
		  display: inline;
		  width: 50%;
		  
}
#desc a { margin: 0; padding: 0; text-decoration: none; color: #000000;}
#page-top { width: 759px; height: 13px; background: url(images/pg-top.jpg) no-repeat; margin-left: 5px; float: left; display: inline; overflow: hidden; }
#page-rpt { width: 759px; background: url(images/pg-rpt.jpg) repeat-y; margin-left: 5px; overflow: hidden; }
#sidebar {
	float: right; 
	width: 200px; 	
}
#sidebar h2 { margin-right: 20px; }
#content { 
	margin: 0 210px 0 0; 
	padding: 0 20px; 
} 
#content ul { margin-left: 20px; padding-left: 20px; }
#content li { list-style: square; color: #000000; font-size: 12px; }
#content2 { 
	margin: 0 5px 0 0; 
	padding: 0 20px; 
} 
#ft { width: 759px; height: 234px; background: url(images/ft.png) no-repeat; overflow: hidden; padding-left: 11px; margin: 0 auto; }
#ft-rpt { background: url(images/ft-rpt.png) repeat-x; height: 234px; }
#footer { 
	     width: 759px;
		 height: 234px;
		 float: left;
		 display: inline;
         padding-top: 70px;
} 
#footer p {
	       color: #ffffff;
		   font-size: 11px;
}
#footer a { color: #66ff33; text-decoration: none; }
.sitemap a { margin-left: 25px; margin-right: 25px; color: #66ff33; text-decoration: none; }
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.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 */ 
	
.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #008943;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; 
background: #3a0a00;
width: 166px; 
margin-top: 10px;
margin-left: -101px;
}

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

.anylinkmenu ul li a{
text-align: left;
display:block;
text-indent: 3px;
border-bottom: 1px solid #008943;
padding: 2px 0;
padding-left: 5px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #ffffff;
}

.anylinkmenu a:hover{ 
background: #008943;
color: white;
}

.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; 
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

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

.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: black;
visibility: hidden;
display: none;
}