@charset "utf-8";
/* CSS Document */

body{
 margin:0;

 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
}
a{
	text-decoration: none;
	color:#114370;
}
img{
	border: 0;
}



/* ----------------------------------------------------- */

#container{
	width: 960px;
	height: 600px;
	
	margin: 0 auto;
	position:relative;
	left:-35px;
}
#base{

	margin: 0 auto;
	width: 100%;
	
	background: url(images/head.jpg) top center no-repeat;
	position: absolute;
	z-index: 250;
	left:0;
	right:0;
	top: 0;
	bottom:0;
}

#logo{
	position: absolute;
	z-index: 251;
	right:261px;
	top: 40px;
}
/* -----------------------[ MENU ]--------------------- */
#menu{
	position: absolute;
	z-index: 251;
	left:125px;
	top: 44px;
	width: 450px;
	height: 50px;
}
#menu a{
	position:relative;
	top:-50px;
	text-align:center;
	display:inline-block;
	width:75px;
	height:50px;
	color: #b79758;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 50px;
}
#menu a:hover{
	color:#063164;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu li{
	display:inline;
	list-style-type:none;
	
}
#menu li a.selected{
	background:url(images/select_1.png) no-repeat;
	position:relative;
	top:-50px;
	text-align:center;
	display:inline-block;
	width:75px;
	height:50px;
	color:#063164;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 50px;
}
#menu li a.selected2{
	background:url(images/select_2.png) bottom left no-repeat;
	position:relative;
	top:-50px;
	text-align:center;
	display:inline-block;
	width:100px;
	height:50px;
	color:#063164;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 50px;
}
#menu li a.selected3{
	background:url(images/select_2.png) bottom left no-repeat;
	position:relative;
	top:-50px;
	text-align:center;
	display:inline-block;
	width:100px;
	height:120px;
	color:#063164;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 50px;
}
#menu li ul{
	position: absolute;
	top: 20px;
	
	left: 175px;
	
}
#menu li ul li{
	display: block;
	margin-bottom: 4px;
	
	
}
#menu li ul li a{
	width: 55px;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	margin: 0;
	color: #FFF;
	display: block;
	position: inherit;
	
	text-transform:none;
	height: auto;
}
#menu li ul li a.sel{
	background: #917643;
	color: #d5ac5b;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
}
#menu li ul li a.sel:hover{
	color: #d5ac5b;
}
#menu li ul li a:hover{
	color: #333;
	
}
/* ----------------------------------------------------- */
#emo{
	position: absolute;
	z-index: 252;
	top:160px;
	left:12px;
}
#news{
	position: absolute;
	z-index: 252;
	top:212px;
	left:80px;
}
#mail{
	width: 216px;
	height: 250px;
	position: absolute;
	z-index: 252;
	top:212px;
	left:80px;
	background: url(images/mail.png) no-repeat;
}
#prodotti{
	position: absolute;
	z-index: 252;
	top:210px;
	right:110px;
	width: 387px;
	height: 182px;
	
	
}
#prodotti p{
	padding:10px 19px 0 30px;
}
#t1{
	position: absolute;
	z-index: 252;
	top:210px;
	right:108px;
	width: 410px;
	height: 254px;
	background: url(images/lama.png) 0 0 no-repeat;
	
}
#t1 p{
	padding:10px 35px 0 30px;
}
#t2{
	position: absolute;
	z-index: 252;
	top:210px;
	right:108px;
	width: 410px;
	height: 256px;
	background: url(images/lama.png) 0 0 no-repeat;
	
}
#t2 p{
	padding:10px 19px 0 30px;
}
#t2 img{
	margin-bottom: 7px;
}
#t2 strong{
	color: #00326f;	
}
#t2 ul{
	margin: 0 0 0 33px;
	padding: 0;
	
}
#t2 li{
	display: block;
	list-style-type: none;
	margin-bottom: 7px;
}
/* -----------------------[ FOOTER ]--------------------- */
#footer{
	position: absolute;
	bottom:0;
	z-index:300;
	border-top: 1px solid #ccc;
	background:url(images/bg_footer.jpg) repeat-x; 
	width: 100%;
	height: 70px;
}
#contentFooter{
	width: 960px;
	margin: 0 auto;
	
	height: 30px;
	position: relative;
}
#footer img{
	float: left;
	margin-left: 70px;
}
#footer p{
	display: block;
	font-size: 11px;
	width: 600px;
	padding: 18px 0 0 0;
}
#footer ul{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 180px;
	top: 8px;
	
}
#footer li{
	font-size: 10px;
	font-weight: bold;
	display: inline;
	padding: 20px 15px 4px 15px ;
	border-left: 1px solid #ccc;
}
#footer li#lang{
	border-left: none;
	
}
#footer li a{
	color: #114370;
}
#footer li a:hover{
	color: #5d885f;
}

/* ----------------------------------------------------------- */
