/* CSS Document */

html,body{margin: 0;padding:0; height:100%; width:100%; background-color:#212121;}

/*impaginazione --------------------------------------------------------------------------- */ 

div#container{	position:absolute;
	height:522px;
	width:780px;
	top:50%;
	left:50%;
	margin:-261px 0 0 -390px;
	background-color:#000000;}

#top{ height:100px;
	width:780px;
	background-image:url(../Images/pxl_top.jpg);
	background-repeat:repeat-x;}

#box { height:360px;
	width:780px;
	background-color:#000000;
	text-align:center;
	background-image:url(../Images/img_sfondo1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;}
 
#txt{ height:358px;
	width:618px;
	margin-left:80px;
	margin-right:80px;
	background-color:#131313;
	border:1px solid #000000;}

#chiuso { clear:both;
	width:0px;
	height:0px;}
	
#bottom { height:62px;
	width:780px;
	background-image:url(../Images/img_sfondo2.jpg);
	background-repeat:no-repeat;}

#sx{ float:left;}
#dx{ float:right;}

.columnsx { float:left;
	width:214px;
	height:358px;
	background-image:url(../Images/pxl_sx.jpg);
	background-repeat:repeat-x;
	text-align:left;}
	
.columndx { float:right;
	width:404px;
	height:358px;
	background-color:#111111;
	text-align:left;}
	
.menuimg{ margin-left:70px;}

.testo{ font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#C0C0C0;
	font-size:12px;
	padding: 20px;
	line-height:14px;}
	
.subtitle{ color:#FFD52B;
	font-weight:bold;}
	
a:link, a:active, a:visited { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:14px;
	text-decoration:underline;}
	
a:hover { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFD52B;
	line-height:14px;
	text-decoration:none;}

.form{ font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7F7F7F;
	font-size:10px;
	margin:10px;}

.campi { background-color:#212121;
	border:1px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;}
	
.bottoni { background-color:#484848;
	border:1px solid #666666;
	color:#999999;}

/* SX */ 

.chisx { float:left;
	width:214px;
	height:358px;
	background-image:url(../Images/img_servizi.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#151515;
	text-align:left;}

.servizisx { float:left;
	width:214px;
	height:358px;
	background-image:url(../Images/img_chisiamo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#151515;
	text-align:left;
	line-height:0px;}
	
.parcosx { float:left;
	width:214px;
	height:358px;
	background-image:url(../Images/img_parco.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#151515;
	text-align:left;}
	
.contattisx { float:left;
	width:214px;
	height:358px;
	background-image:url(../Images/img_contatti.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#151515;
	text-align:left;}

/* sottomenu --------------------------------------------------*/

ul{margin: 0px;
	padding:0px;
	color:#111111;}

.submenus{bottom: 15px;
font-size:10px;
padding: 0;}

.submenus li a{
width: 179px;
height: 20px;
display: block;
text-decoration:none;
font-size:10px;
margin-left:17px;
margin-right:18px;
line-height:20px;}

html>body .submenus li a{ /* non IE browsers */
width: 179px;
height: 20px;
background-image:url(../Images/submenu.gif);
background-repeat:no-repeat;
 font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#767676;
	line-height:20px;
	text-decoration:none;
	padding-left:23px;}

.submenus li a:hover{
background-image:url(../Images/submenu_on.gif);
background-repeat:no-repeat;
width: 179px;
height: 20px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFD52B;
	line-height:20px;
	text-decoration:none;
	padding-left:30px;}



