/*****************
colori:
#e6cc22; /*senape*
#4ea9b1; /*azzurrino*
**************/
html{height:100%}
body {height:100%;font:14px 'century gothic', Verdana, sans-serif;margin:0;padding:0; color:#666;}
body{overflow-x: hidden}

img {width: auto; height:auto;}
p {text-align:justify;}

/* link *********************************************************************** */
a:active, a:selected, a:visited {
    border: none;
    outline: none;
	text-decoration:none;
}
a, a:active, a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {text-decoration:none; color:#999;}

/* titoli ******************************************************************* */
h1{color:#333; text-transform:uppercase}
h2, h3, h4 {color: #4ea9b1; /*azzurrino*/}
h2:first-letter, h3:first-letter, h4:first-letter {
    text-transform: uppercase;
}
h3, h4 {margin-bottom:3px;}
p {margin-top:0; margin-bottom:2px;}
/* fonts *****************/
.smallfont { font-size:smaller;}

/* pages blocks style ******************************************************************* */
.indent {
	text-indent: 1.5em;
}
.indent li {text-indent: 0;}
.page-width {
	width: 1024px;
	margin: 0 auto;
	background-color:white;
}
.right-border{
	border-right: 2px solid black;
	width: 1022px;
}
.senape {
	position: absolute;
	top: 151px;
	left: 0;
	background-color: #e6cc22;
	z-index: -1;
	min-width: 600px;
	height: 60px;
	float: left;
}
#header-top {
	background: white url("../images/top.png") top left no-repeat;
	height: 151px;
}

#top-menu{
	position: relative;
	top:40px;
	left: 650px;
}
.line-menu ul li {
	display: table-cell;
 	list-style:none;
	font-weight:bold;
}
#top-menu a{display:block; } /* per attivare il link anche sullo sfondo*/
#top-menu ul li {
	width: auto;
	line-height:85px;
	padding:0 10px;
	background: white;
	background-position: top center;
	background-repeat: no-repeat;
}
.list-menu ul li:first-letter,
#main-menu ul li:first-letter ,
#top-menu ul li:first-letter {
    text-transform: uppercase;
}

#top-menu ul li#home {
	background-image: url("../images/home-off.png");
}
#top-menu ul li#catalogo {
	background-image: url("../images/catalogo-off.png");
}
#top-menu ul li#contatti {
	background-image: url("../images/contatti-off.png");

}

#top-menu ul li#home.active,
#top-menu ul li#home:hover {
	background-image: url("../images/home-on.png");
}
#top-menu ul li#catalogo.active,
#top-menu ul li#catalogo:hover {
	background-image: url("../images/catalogo-on.png");
}
#top-menu ul li#contatti.active,
#top-menu ul li#contatti:hover {
	background-image: url("../images/contatti-on.png");
}

#main-menu {
	height:60px;
	width:100%;
	font-size:16px;
	text-align:center;
}
#main-menu li:hover a,
#main-menu .active a,
#main-menu a:hover {color:inherit}
#main-menu ul {
	margin:0;
	padding:0;
	width: 100%;
	display: table;
	background-color: #e6cc22; /*senape*/
	height:60px;
}

#main-menu ul li {
	padding:20px 20px;
}
#main-menu ul li.active,
#main-menu ul li:hover {
	background-image: url("../images/sfumatura-titoli-menu.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	color:white;
}
#main-menu ul li:last-of-type {

}
.list-menu  ul {
	padding-left: 20px;
}
.list-menu  li{
	list-style-type: disc;
	color: #4ea9b1; /*azzurrino*/
	font-size: 18px;
	line-height: 30px;
	font-weight:bold;
}
.list-menu  a{
	display:block;
	color:inherit;
}
.list-menu a:hover { color:#999; }

/* MAIN ********* */
#main-content{
	min-height: 55%;
	margin-bottom:0;
	padding-bottom:1px;
}
#main-content p:last-of-type {
	margin-bottom:0px;
}
/* HOME ***************/
#home p {
	margin-bottom:5px;
}
#home .contenuto{
	padding: 20px 30px;
}
/* TEMPLATE PAGINA ************/
.pagina {padding:20px 40px 1px 40px;}
.contenuti { 
}
.immagini {
	float: right;
	width:  435px;
	height: auto;
	margin-left: 20px;
	margin-bottom:20px;
}
#catalogo .immagini {
	width:320px;
	height: 380px;
	margin-right: 180px;
}
/* contatti ***********/
#contatti .indirizzo { float: right; width:250px;}
#contatti .indirizzo p {margin:0px;}

/* carousel ***********/
.nivo-controlNav ,
.nivo-directionNav a { display:none;}

/* footer *************/
#footer{
	background: white url("../images/footer.png") bottom left no-repeat;
	height: 45px;
	padding-top:50px;
	text-align: center;
	font-weight: bold;
}
div#contatti a,
#footer a { color:inherit}
div#contatti a:hover,
#footer a:hover { color:#333}
/*********************************************************************************************************/

/*HACKS*/
.clearfix:after {
	content:"."; display:block; height:0;clear:both; font-size: 0; visibility:hidden;
}
.clearfix {
	display:inline-block;
}

.clear {clear:both}
.clear-left {clear:left}