/* GENERAL */

html, body{
	height: 100%;
	margin: 0px;
	padding:0px;
}

body {
	overflow: -moz-scrollbars-vertical;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFF;
}

td{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{
	font-size: 11px;
	color: #000;	
	font-weight:600;
}


a:link{	 	text-decoration: none; 	}
a:visited{	text-decoration: none;	}
a:hover {   text-decoration: underline;  }
a:active{	text-decoration: none;	}


/* LOGO & MENU */
#logo{
 	width: 100%;
 	text-align:center;
}

#logo img{
	margin-top:10px;
	border: 0px;
	margin-bottom:8px;
}

#menu{
	font-size: 15px;
	position: fixed;
	vertical-align: bottom;
	bottom: 0px; 
	clear:both;
	height:100px;
	background-image: url(../img/bottles.gif);
	background-repeat:no-repeat;
width:840px;
}

#menu a{	
}

#menu div{
	font-size: 15px;
	float:left;
	text-align:center;
	width:100px;
	margin-left:30px;
	margin-right:31px;		
	margin-top:66px;
	margin-bottom:15px;

}

div.menuItem a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: #000;
}

div.menuItem a:link{    	color: #666;	}
div.menuItem a:visited{	    color: #666;	}
div.menuItem a:hover {   	color: #000;    }
div.menuItem a:active{		color: #666;	}


div.menuItemOn a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: #666;
}

/* CONTENT*/
#main{
	position: relative;
	height:100%;
	min-height:100%;
	margin-left : auto;
    margin-right : auto;
    width: 800px;
}

#content{
	height:100%;
	min-height:100%;
}


#content img{
  border:1px solid #FFFFFF;

}

.workthumb{
	margin:10px;
	display: inline;
}

.thumbLabel{
	width:60px;
	display:none;
	margin-top:10px;
}

#workinfo{
	width:250px;
	float:left;
	margin-right:35px;
	
}

.workTitle{	
	font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:600;
color: #666;

	padding:0px;
	margin:0px;
	
	width:100%;
	
}


.workText{
	margin-bottom:20px;
	margin-left:2px;
}

#thumbGrid{
	margin-top:2%;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	text-align: center;
}

.nav{
	margin-bottom:12px;
	margin-left:2px;
}

.workThumbs{
	height:200px;
	width: 100%;
	margin-left:2px;
}


#spacer{
	height:100px;
}

#langMenu{
color: #AAA;
font-size: 11px;
	position: relative;
	vertical-align: bottom;
	bottom: 60px; 
	height:50px;
	width:100px;
margin-left:12px;


}


#langMenu{
font-weight:600;
color: #666;
font-size: 11px;
	position: relative;
	vertical-align: bottom;
	bottom: 55px; 
	height:50px;
	width:100px;
margin-left:12px;


}