/* CSS Document */
html{height:100%;}
body{
	background:#410B0F url(../_img/pattern.jpg) repeat-x;
	margin:auto;
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
	/*Tahoma, Verdana, Heletica, Arial, sans-serif;*/
	font-size : 10px;
	line-height:1.5;
	color:#C5C4C4;
	text-align:left;
	height:100%;
}
/*LAYOUT========================================================================*/
#container, #header,#menu{
	margin:auto;
	min-width:860px;
	width:860px;
}
#header{
	margin-top:15px;
	margin-bottom:15px;
	height:25px;
	text-align:right;
}
#container{
	position:relative;
	height:420px;
	border:1px solid #C5C4C4;
}
#contenuti{
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="scale" src="../_img/loop_testi.png" );*/
	background:#410B0F;
	position:absolute;
	top:0px;
	left:0px;
	width:186px;
	height:360px;
	padding:30px;
	padding-top:30px;
	border-right:1px solid #C5C4C4;
	z-index:1;	
}
#contenuti{
	/*background:url(../_img/loop_testi.png) repeat-x;*/
}

#immagine{
	z-index:0;
}
#marchio{
/*	position:absolute;
	top:30px;
	left:30px;
*/
	margin-bottom:20px;
	width:45px;
	height:40px;
	background:url(../_img/marchio.gif) no-repeat;
	z-index:2;
	float:left;
	cursor:pointer;
}
#chiudi{
	float:right;
	margin:0px;
	width:auto;
	z-index:2;
}
#titolo{
	clear:both;
	width:100%;
}

#testo{
	margin-top:10px;
	width:auto;
	height:265px;
	overflow:hidden;
}
#menu{
	margin-top:0px;
	height:30px;
	text-align:right;
}
#footer{
	position:absolute;
	
	bottom:5px;
	width:100%;
	text-align:center;
	color:#8E696A;
}
#footer a{
	color:#8E696A;
}
/*PHOTOGALLERY============================================*/
#photo{
	margin-top:35px;
	width:auto;
	height:260px;
	overflow:hidden;
}

#photogallery{
 	width:auto;
}
#photogallery td.L{
	padding-left:0px;
}
#photogallery td.R{
	padding-right:0px;
}
#photogallery td{
	padding:3px;
	padding-bottom:0px;
}
#photogallery img{
	border:1px solid #C5C4C4;
}
#photogallery img:hover{
	border:1px solid #FFFFFF;
}

/*==MENU VINI BIRRE=========================================*/
#cat{
	float:left;
	width:200px;
}
#cont_menu{
	float:left;
	width:auto;
	text-align:left;
	padding-left:20px;
}

/*TESTI===================================================*/
h1, #titolo{
	margin:0px;
	padding:0px;
	color:#C5C4C4;
	font-size:15px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
}
h2{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
}
h3{
	margin:0px;
	padding:0px;
	color:#8e696a;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
}

a{
	text-decoration:none;
	color:#C5C4C4;
}
a:hover{
	text-decoration:underline;
	color:#C5C4C4;
}

::-moz-selection {
	background:#1E100A;
	color:#C5C4C4;
}

::selection {
	background:#1E100A;
	color:#C5C4C4;
}

