HTML,BODY {    
   margin:0;
	padding:0;
	height:100%;  
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #d2bcb6;
   line-height: 1.5em;
}

P { margin: 5px 0; padding: 0; } 

A:link, A:visited, A:active,A:hover     { color: #fff; text-decoration:none; }
A:hover,A.selected      { color: #ebc873;}
         
IMG { margin:0; padding:0; border: 0;}		 


#base {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background: url(/img/bg_vert_home_flash.gif) repeat-y center;	
}

#base.home {
	height: 100%;
}

.container {
	margin:0 auto;
	width: 980px;
	position:relative;
	height: 1px;
}

.flash_header {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 562px;
	position:absolute;
	background-color: #FFF;
}

#main {	
	margin: 0px; 
	padding: 0px; 
	width: 980px; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#main.home {	
}	

#base_int {
	position: relative;
	left:0px;
	top: 0px;
	background: url(/img/bg_horiz_int.gif) repeat-x;
	background-color: #381F18;
	width: 100%;
	height:auto !important; /* real browsers */
	height: 445px; /* IE6: treaded as min-height*/
	min-height: 445px; /* real browsers */
}
	

#header { 
	width: 376px; 	
	height: 117px;
	margin: 0 auto;
	margin-left: 574px;
	z-index: 10;
	background-color: #FFF;

}

#logo {
	position:absolute;
	top: 15px;
	left: 0px;
	z-index: 30;
}

#contatti {
	position:absolute;
	top: 0px;
	left: 574px;
	z-index: 30;
}	

#home_claim {
	position:absolute;
	background:url(/it/img/h_claim.jpg) no-repeat;
	width: 604px;
	height: 562px;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#home_fascia_marrone {
	position:absolute;
	background:url(/img/h_puntini_marrone.gif) no-repeat;
	background-color: #381F18;
	width: 376px;
	height: 445px;
	top: 117px;
	left: 604px;
	z-index: 20;
	color: #bfaca6;
	font-size: 11px;
	line-height: 1.3em;
}

#home_fascia_marrone h1 {
	color: white;
	font-size: 26px;
	Font-family: "Arial Narrow";
	margin: 35px 0px 10px 0px;
	font-weight: normal;
}

#home_fascia_marrone DIV {
	position: relative;
	left: 30px;
	top: 0px;
	width: 300px;
}

#home_fascia_marrone P {
	margin: 8px 0px 3px 0px;
	padding: 0px;
}

#menu_top {
	position:absolute;
	width: 500px;
	height: 65px;
	top: 50px;
	left: 480px;
	z-index: 40;
}

#menu_top a img {
	margin:0 6px;
}

#submenu {
	padding-top: 40px;
	color: #85716b;
	font-size: 20px;
	Font-family: "Arial Narrow";
	font-weight: normal;
}

 
#submenu.zona_active A { margin-right: 55px }
#submenu.piscina A 		{ margin-right: 30px }

#submenu A:link, 
#submenu A:visited, 
#submenu A:active 		{ color: #85716b; text-decoration:none; }
#submenu A:hover,
#submenu A.selected 	{ color: #fff; text-decoration:none; }

#int_claim {
	margin: 40px 0px 40px 0px;
}	

#int_claim H1 {
	color: white;
	font-size: 50px;
	Font-family: "Arial Narrow";
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

#int_claim H2 {
	color: #b19d97;
	font-size: 38px;
	Font-family: "Arial Narrow";
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

#interno {
	width: 570px;
	padding-bottom: 40px;
}

#interno p {
	margin: 10px 20px 5px 2px; 
	padding: 0;
}

#interno H3 {                                 
	color: #fff;
	font-size: 20px;
	Font-family: "Arial Narrow";
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

#contatti_txt { 
	position: relative; 
	left: 40px; 
	top: 110px; 
	width: 300px; 
	color: #777;
}	

#contatti_txt A:link, 
#contatti_txt A:visited, 
#contatti_txt A:active 		{ color: #777; text-decoration:none; }
#contatti_txt A:hover	 	{ color: #000; text-decoration:none; }


#contatti_txt H1 {
	color: #777;
	font-size: 18px;
	Font-family: "Arial Narrow";
	margin: 0px 0px 15px 0px;
	font-weight: normal;
}

#foto {
	position:absolute;
	left: 574px;
	top: 0px;
	width: 375px;
	height: 100%;
	background: #2D1610;
}	

#footer {
	margin-top: 8px;
	font-size: 9px; 
	color: #999;
}	

#menu_top_no_icon {
	position:absolute;
	top: 0px;
	width: 480px;
	left: 495px;	
	z-index: 100;
	background:url(/it/img/bg_menu_top_no_icon.gif) bottom left repeat-x;
	height: 35px;
	font-weight:bold;
	border:0px solid red;
}	
#menu_top_no_icon ul {
	margin:0;
	padding:0;
	float:right;
}
#menu_top_no_icon ul li {
	float:left;
	height: 35px;
	line-height: 35px;
	padding:0 7px;
	list-style:none;
}	

#menu_top_no_icon ul li a:link, 
#menu_top_no_icon ul li a:visited, 
#menu_top_no_icon ul li a:active 		{ color: #959595; text-decoration:none; }
#menu_top_no_icon ul li a:hover,
#menu_top_no_icon ul li a.selected 	{ color: #303031; text-decoration:none; }
