/*=====================================================
   Gatta Legnami Content Styles  v. 1.0
=====================================================*/

/*====================================================
  Generale
====================================================*/
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #fff;
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {margin: 0;}
h1, h2, h3, h4, h5, h6 {margin: 0; color: #666666;}
a.nodecoration {text-decoration: none;}

.left {float: left;}
.right {float: right;}
.txtleft {text-align: left;}
.txtcenter {text-align: center;}
.txtright {text-align: right;}
.txtjus {text-align: justify;}

.titolopagina{
	font-weight: bold;
	font-size: 10px;	
	color: #666666;
	margin-left: 140px;
}

.testotitolo{
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}

.testostandard {
	font-weight: normal;
	font-size: 12px;	
	color: #666666;
}

.testostandardbold {
	font-weight: bold;
	font-size: 12px;	
	color: #666666;
}

.alertnoscript{
	font-weight: bold;
	color: Red;
	text-align: center;
	padding: 20px 0px 20px;
}

.elenchi ul{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	overflow: visible;
}

.elenchi ul li{
	list-style-type: disc;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

div#stat{
	visibility: hidden;
}


/*====================================================
	Per IMMAGINI
====================================================*/

/* bordo immagini*/
img{
	border-top: 2px solid #6A7C8D;
	border-left: 2px solid #6A7C8D;
	border-right: 2px solid #6A7C8D;
	border-bottom: 2px solid #6A7C8D;
}

.immagine{
	width: auto;
}
.immagine.right {
	margin-left: 5px;
	margin-bottom: 5px;
}
.immagine.left {
	margin-right: 5px;
	margin-bottom: 5px;
}
.immagine.center {
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}

/* per div con foto e testo */
.confototesto {
	position: relative;
	height: 100%;
	min-height: 214px;
/*
	border-top: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
*/
}
.didascalia {
	position: relative;
	height: 100%;
	min-height: 15px;
}


/*====================================================
  Struttura Testa - Contenuto - Navigazione - Footer
====================================================*/

div#container {
	margin: 0px auto; 
	width: 760px; 
	text-align: left; 
	border: 0px;
}
div#header {
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}
div#testata {
	border-bottom: solid 1px #666666;
	height: 110px;
	/* background: url(../images/logo.jpg) no-repeat; */	
}

div#testata img {
	border: none;
}

div#subtestata {
	height: 12px;
	font-size: 0px;
	vertical-align: text-bottom;
}
div#subtestata p{
	margin: 0;
	padding: 0;
	height: 4px;
	background: #CCCCCC;
}
div#subtestata p.subtestata{
	margin: 0;
	padding: 0;
	height: 8px;
	background: #EEEEEE;
}
div#main {
	float: left;
	border: solid 1px #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 5px 5px 5px;
}

div#content {
	float: right;
	width: 606px;
	/*border: solid 1px #CCCCCC;*/
	border: solid 1px #6A7C8D;
	padding: 5px 5px 5px 5px;
	text-align: center;
	min-height: 362px;
}

div#nav {
	margin: 0;
	float: left;
	width: 130px;
	padding: 0;
}

div#footer {
	clear: both; 
	background: #fff; 
	width: 100%; 
	height:42px;
	font-size: 0px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
div#footer p{
	margin: 0;
	padding: 0;
	height: 4px;
	background: #CCCCCC;
}
div#footer p.footer{
	margin: 0;
	padding: 0;
	height: 38px;
	background: #EEEEEE;
	font-size: 10px;
	font-weight: plain;
	text-align: center;
	color: #666666;
}

div#footer a {
	color: #666666;
}


/*====================================================
   Navigazione -> MENU
====================================================*/
div#menu {
	margin: 0px 0px 5px 0px;
	padding: 0;
	width: 129px;
	border-top: 5px solid #6A7C8D;
	border-left: 1px solid #6A7C8D;
	border-right: 1px solid #6A7C8D;
	float: left;
	background-color: #EEEEEE;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 1px solid #b5be14;
	border-right: 1px solid #b5be14;*/
	border-bottom: 1px solid #6A7C8D; /*background-color: #60be14;*/
	height: 16px;
}
#menu li.rigadoppia {
	height: 29px;
}

a.testomenu {
	color: #6A7C8D;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	margin-left: 5px;
}

div#menuOfferte {
	margin: 5px 0px 5px 0px;
	padding: 0;
	width: 121px;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #666666;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	float: left;
	background-color: #EEEEEE;
}

#menuOfferte ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#menuOfferte li {
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	padding: 0; /*border-left: 1px solid #b5be14;
	border-right: 1px solid #b5be14;*/
 /*background-color: #60be14;*/
	height: 18px;
	text-align: center;
}

a.testomenuOfferte{
	color: #DC6B0F;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	}

div#offerte{
		margin: 0px 15px 0px 15px;
		padding: 0;	
		/*min-height: 362px;*/
}
	
	
/*====================================================
  Navigazione -> LINK
====================================================*/
div#link {
	margin: 6px 0px 0px 0px;
	padding: 0;
	width: 130px;
	border-top: 1px solid #6A7C8D;
	border-left: 1px solid #6A7C8D;
	border-right: 1px solid #6A7C8D;
	border-bottom: 1px solid #6A7C8D;
	clear: both;
	background-color:#FFF;
}
#link ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#link ul li.titololink{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #DBDFE2;
	height: 16px;
} 

#link ul li span.titlink{
	color: #0F568C;
	font-weight: bold;
	font-size: 10px;
	margin-left: 5px;
} 

#link li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

a.testolink{
	color: #006699;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	margin-left: 5px;
}

a.testolink:hover {
	text-decoration : underline;
}
 
#link ul li p{
	font-weight: normal;
	font-size: 10px;
	margin-left: 8px;
	margin-right: 5px;
}

/*====================================================
 Gallery
====================================================*/

div#mainGallery {
	border: solid 1px #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 5px 10px 5px;
}

.titolopaginaGallery{
	font-weight: bold;
	font-size: 15px;	
	color: #666666;
	margin-left: 0px;
	text-align: center;
}

.titoloSubpaginaGallery{
	font-weight: bold;
	font-size: 10px;	
	color: #666666;
	margin-left: 0px;
	text-align: center;
}

.linkgallery{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
