/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noBorderRight{
	border-right: 0!important;
}

/*###################################### END GENERIC CLASSES ######################################*/









/*###################################### START TEMPLATE STYLES ######################################*/
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body{
	color: #707071;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFF url(../images/bgPage.gif) center top repeat-x;
}

#container{
	display: inline;
	float: left;
	width: 100%;
}

#header{
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	height: 125px;
}

#header h1{
	display: inline;
	float: left;
	width: 270px;
	height: 125px;
	background: url(../images/logo.gif) left top no-repeat;
}

#header h1 a{
	display: inline;
	float: left;
	width: 270px;
	height: 125px;
}

#header h1 span{
	display: none;
}

#header h1{
	display: inline;
	float: left;
	width: 270px;
	height: 125px;
	background: url(../images/logo.gif) left top no-repeat;
}

#content{
   position:relative;
   margin: 0 auto;
   width: 960px;
}

#footer{
	display: inline;
	float: left;
	font-size: 11px;
	width: 100%;
	height:55px;
	margin-top: 20px;
}

#contentFooter{
	margin: 0px auto;
	width: 960px;
	height: 55px;
	color: #707071;
	background: url(../images/bgFooter.gif) no-repeat;
	text-align: center;
}

#contentFooter p{
	padding-top: 20px;
}

#contentFooter a{
	color: #214d8c;
	text-decoration: none;
}

#contentFooter a:hover{
	color: #000;
}

a{
	color: #214d8c;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

/*############################### END TEMPLATE STYLES ####################################*/









/*###################################### START MAIN MENU ######################################*/

#mainNav {
	display: inline;
	float: right;
	width: auto;
	height: 30px;
	margin: 70px 0 0 0;
	border:0px solid #000000;
}

#mainNav ul {
	list-style: none;
}

#mainNav li {
	display: inline;
	float: left;
}

#mainNav li a {
	display: inline;
	float: left;
	height: 30px;
	color: #909090;
	border-right: 1px solid #dedede;
	padding: 0 6px;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	line-height: 30px;
}

#mainNav li a:hover , #mainNav li a.selNav {
	color: #214d8c;
}

/*###################################### END MAIN MENU ######################################*/









/*###################################### LEFT NAV ######################################*/

#leftNav{
	display: inline;
	float: left;
	width: 250px;
	margin: 20px 10px 0 30px;
	padding-bottom: 50px;
	background: url(../images/bgBoxSmallScuba.png) center 10px no-repeat;
}

#leftNav ul {
	display: inline;
	float: left;
	list-style: none;
	background:url(../images/bgLeftNav.gif) left top repeat-x;
}

#leftNav li {
	display: inline;
	float: left;
}

#leftNav li a {
	display: inline;
	float: left;
	width: 190px;
	color: #909090;
	line-height: 14px;
	text-decoration: none;
	padding: 5px 30px;
	font-size: 11px;
}

#leftNav li a:hover, #leftNav li a.leftSel, .select {
	color: #214d8c;
}

/*###################################### END LEFT NAV ######################################*/









/*###################################### START CONTENT ######################################*/

#content h2{
	display: inline;
	float: left;
	width: auto;
	height: 33px;
	padding: 35px 0 0 55px;
	color: #214d8c;
	font-size: 16px;
	font-weight: normal;
}

#content h2.titChi_siamo{
	background: url(../images/icoDidattica.png) left top no-repeat;
}

#content h2.titDidattica{
	background: url(../images/icoDidattica.png) left top no-repeat;
}

#content h2.titAttrezzature{
	background: url(../images/icoAttrezzature.png) left top no-repeat;
}

#content h2.titContatti{
	background: url(../images/icoContatti.png) left top no-repeat;
}

#content h2.titPhotogallery{
	background: url(../images/icoPhoto.png) left top no-repeat;
}

#content h2.titIscriviti{
	background: url(../images/icoNewsletter.png) left top no-repeat;
}

#content h2.titNovita{
	background: url(../images/icoNewsletter.png) left top no-repeat;
}

#content h2.titNewsletter{
	background: url(../images/icoNewsletter.png) left top no-repeat;
}

#content h2.titAutorizzazione{
	background: url(../images/icoAutorizzazione.png) left top no-repeat;
}

#content h2.titViaggi{
	background: url(../images/icoImmersioni.png) left top no-repeat;
}

#content a{
	text-decoration:underline;
}

#bannerHeader{
	display: inline;
	float: left;
	width: 960px;
}

#leftContentHome{
	display: inline;
	float: left;
	width: 654px;
}

.boxBig{
	display: inline;
	float: left;
	width: 624px;
	margin: 20px 0 0 30px;
	background: url(../images/bgBoxBig.png) center 10px no-repeat;
}

.boxItemCorso{
	display: inline;
	float: left;
	width: 272px;
	margin: 0 20px 20px 0;
}

.boxItemCorso h3{
	color: #214d8c;
	font-size: 11px;
	font-weight: normal;
}

.boxItemCorso h4{
	font-size: 11px;
	font-weight: bold;
}

.boxItemCorso p{
	font-size: 11px;
	font-weight: normal;
}

.boxItemCorso img{
	display:inline;
	float: left;
	margin: 0 10px 0 0;
}

.boxItemAttrezzature{
	display: inline;
	float: left;
	width: 604px;
	margin: 0 10px;
	text-align: center;
}

.boxItemPhotogallery{
	display: inline;
	float: left;
	width: 594px;
	margin: 0 0 20px 30px;
}

.boxItemPhotogallery h3{
	display: inline;
	float: left;
	width: auto;
	height: 33px;
	padding: 35px 0 0 0;
	color: #214d8c;
	font-size: 12px;
	font-weight: normal;
}

.boxItemPhotogallery img{
	display:inline;
	float: left;
	margin: 0 20px 20px 0;
}

.boxItemPhotogallery .pagPhotogallery{
	display:inline;
	float: right;
	margin-right: 40px;
	height: 30px;
}

.boxItemPhotogallery .pagPhotogallery a{
	color: #214d8c;
	text-decoration: none;
}

.boxItemPhotogallery .pagPhotogallery a:hover{
	color: #000;
}

#rightContentHome{
	display: inline;
	float: left;
	width: 306px;
}

.boxSmall{
	display: inline;
	float: left;
	width: 250px;
	margin: 20px 0 10px 20px;
	background: url(../images/bgBoxSmall.png) center 10px no-repeat;
}

.boxSmallInside{
	display: inline;
	float: left;
	width: 190px;
	margin: 0 30px;
}

.boxSmallInside img{
	display: inline;
	float: left;
}

.boxSmallInside h3{
	color: #214d8c;
	font-size: 11px;
	font-weight: normal;
}

.boxSmallInside h4{
	font-size: 11px;
	font-weight: bold;
}

.boxSmallInside p{
	font-size: 11px;
	font-weight: normal;
}

.boxSmallInside a{
	color: #214d8c;
	text-decoration: none;
}

.boxSmallInside a:hover{
	color: #000;
}

.freccinaGallery{
	display: inline;
	float: left;
	width: 10px;
	height: 105px;
	margin-bottom: 10px;
	background: Aqua;
}

.freccinaGallery a{
	display: inline;
	float: left;
	width: 20px;
	height: 105px;
	color: #214d8c;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 105px;
}

.freccinaGallery a:hover{
	color: #000;
}

#leftContent{
	display: inline;
	float: left;
	width: 290px;
}

#rightContent{
	display: inline;
	float: left;
	width: 670px;
}

.boxMainContent{
	display: inline;
	float: left;
	width: 640px;
	margin: 20px 30px 0 0;
	position: relative;
}

.boxMainContent h3{
	padding: 20px 0 10px 0;
	color: #214d8c;
	font-size: 12px;
	font-weight: normal;
}

.boxMainContent h4{
	font-size: 11px;
	font-weight: bold;
}

.boxMainContent p{
	font-size: 11px;
	font-weight: normal;
}

.boxMainContent label{
	display: inline;
	float:left;
	width:300px;
	height:30px;
	margin-top:10px;
	
}

.boxMainContent .btnform{
	display: inline;
	float:left;
	width:66px;
	height:22px;
	margin-top:20px;
	background:url(../images/iscriviti.gif) no-repeat left top;
	cursor:pointer;
	
}

.boxMainContent img{
	display: inline;
	float: right;
	padding: 27px 20px;
	background: url(../images/bgImgMainContent.png) center 10px no-repeat;
}

.boxMainContent table{
	display: table;
	float: left;
}


.boxMainContent table img{
	display: inline;
	float: none;
	padding:0;
	background: none;
}

#imgP{
    display: inline;
    float: right;
    position: relative;
    
}

.boxMainContent .thumbImages {
    position: absolute;
    height: 60px;
    width: 326px;
    bottom: 29px;
    right: 14px;
    z-index: 5;
}

 
  
#thumbList a img {
	display: inline;
	float: right;    
	margin-right: 5px;
	border: 1px solid #FFF;
	padding: 0;
	background: none;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#thumbList a:hover img {
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
}


