/* elementi primari */
* { padding: 0; margin: 0; }
body {
	color: #666;
	font-family: 'Helvetica', 'sans-serif', 'Arial', Verdana ;
	font-size: 12px;
	text-transform: none;
	text-align: center;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#main-container {
	background: transparent;
	width: 840px; height: 100%;
	margin: 0 auto;
	text-align: left;
}	
/* links */
a { 
	color: #333;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333;
	background-color: inherit;
	text-decoration:  underline ;
}


/* headers */
h1, h2, h3 {
	font: bold 1em 'Helvetica', 'sans-serif', 'Arial', Verdana ;
	
}
h1 { font-size: 1.5em; color: #0b52a2; } 
h2 { font-size: 1.4em; text-transform:uppercase; color: #333;}
h3 { font-size: 1.3em; color: #bdc3e2; }
/* header */
#header { 
	margin-top: 10px;
	margin-bottom: 1px;
	height: 80px;
}


#content-container {
	clear: both;
	margin: 0; padding: 0;
	background: transparent;
}
/* box delle pads*/
#box-sinistro {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	padding: 0;
	width: 15%;

}


/* box dovesiamo*/
#dovesiamo {
	margin-top:0px;
	margin-left: 0px;
	height: 118px; /* altezza */
	width: 117px; /* larghezza */
	background-image: url(campeggio_dove_siamo.png);
	background-repeat: no-repeat;
	
}





/* box dintorni*/
#dintorni {
	margin-top:50px;
	margin-left: 0px;
	height: 118px; /* altezza */
	width: 117px; /* larghezza */
	background-image: url(campeggio_nei_dintorni.png);
	background-repeat: no-repeat;	
}


/* box contatti*/
#contatti {
	margin-top:50px;
	margin-left: 0px;
	height: 118px; /* altezza */
	width: 117px; /* larghezza */
	background-image: url(campeggio_contatti.png);
	background-repeat: no-repeat;	
}

#text {
	padding-top:80px;
	padding-left:0px;
	padding-right:15px;
	text-align: center ;
	font-size: 14px; 
	letter-spacing: -0.9px;
	font-weight: bold;
	z-index: 1500;
	
}

/* links */
#text a { 
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
#text a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}







/* box principale */
#box-destro {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 455px; /* altezza */
	width: 699px; /* larghezza */
}


#sinistro {

float: left;
	margin-left: 0px;
	padding: 0;
	padding-top: 0px;
	padding-left: 0px;
	width: 690px;
}

#destro {

float: right;
	margin-right: 0px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	
	width: 9px; /* larghezza */
}

/* ombra container laterale */
#ombrasup {
background-image: url(destro_sup1.png);
height: 29px; /* altezza */

}
#ombramid {
background-image: url(destro_mid1.png);
background-repeat: repeat-y;
height: 360px; /* altezza */

}

#ombrainf {
background-image: url(destro_mid1.png);
background-repeat: repeat-y;
height: 50px; /* altezza */

}
#ombrabottomdestra {
float: left;
background-image: url(destro_bottom.png);
width: 9px; /* larghezza */
height: 9px; /* altezza */
background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;

}




/* box  barralingue */

#barrasup {
background-image: url(barrasup.png);
height: 29px; /* altezza */
width: 680px; /* larghezza */
padding-left: 10px;

}

#barrasup img { 
margin-top: 6px !important; margin-top: 6px;

	border: 2px solid #ffcc00;
}


#barrasup a img {  
  border: 2px solid #ffcc00;
}
#barrasup a:hover img {  
  border: 2px solid #fff !important; /* IE fix*/
  border: 2px solid #fff;
}







/* contenitore principale */

#container {

	height: 360px; /* altezza */
	border-left: #ffcc00 solid 2px;
	border-right: #ffcc00 solid 2px;

	/*border-bottom: #ffcc00 solid 2px; */
}





/* box navigazione */

#barrainf {
width: 690px; /* larghezza */
height: 58px; /* altezza */
position: relative;
background-image: url(barrainf.png);
}


ul {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span {
	color: #666666; 
}





#barrainf ul {
	z-index: 10;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 2px; 
	bottom: 10px !important; bottom: 10px;
	font-weight:  bold;
	font-size:  14px;
	letter-spacing: -0.9px;

	font-family: 'Helvetica', 'sans-serif', 'Arial', Verdana ;

}
#barrainf li {
   display:inline;
   margin:0; padding:0;
}
#barrainf a  {
   float:left;
   background: url(doorleft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 9px;
   text-decoration:none;
}


#barrainf a span {
   float:left;
   display:block;
   background: url(doorright.gif) no-repeat right top;
   padding:10px 13px 5px 0px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#barrainf a span {float:none;}
/* End IE5-Mac hack */

#barrainf a:hover {
   background-position:0% -42px;
}
#barrainf a:hover span {
   background-position:100% -42px;
   color: #ffcc00;

}
#barrainf #selected a span {
   background-position:100% -42px;
	color: #ffcc00;
	
}


#barrainf #selected a {
   background-position:0% -42px;
	color: #ffcc00;
}
/* fine box navigazione */





/* pad info in home */

#main-container .pad_info {

	margin-right: 500px;
	margin-left: 550px;
top: 50px;
width: 220px; /* larghezza */
min-height: 300px;
position: absolute;
	
}

#pad_info_top {

padding: 0 0 0 0;
text-align: center;
height: 29px;
background: url(pad_top.png) no-repeat right top;
}

.allinea {

padding-top: 7px;

}

#pad_info_container {
text-align: center;
padding: 5px 5px 0px 5px;
color: #333;
background: url(pad_bg.png) ;
background-repeat: repeat-y ;
border-left: #0b52a2 solid 1px;
border-right: #0b52a2 solid 1px;
}

#pad_info_bottom {
background: url(pad_bottom.png) ;
background-repeat: no-repeat;
height: 120px;

}



/* Footer */
#footer { 
	clear: both; 
	color: #666; 
	background: transparent; 
	margin: 0;
	height: 20px;	  
	font-size: 10px;
}

#footer a { 
	
	color: #666; 
	text-decoration: none ;
}


#footer .footer-left{
	float: left;
	width: 30%;
}
#footer .footer-right{
	float: right;
	text-align: right;
	margin-right: 8px;
}


  


/* DHTML window su home */

.dhtmlwindow{
	z-index: 1000;

position: absolute;
border: 1px solid black;
visibility: hidden;
background: url(pad_bg.png) ;
background-repeat: repeat;


}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/

color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;

height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}






