/* @override http://staging.redrelevant.com/flema/css/all.css */

@charset "UTF-8";

input { outline: 0 none }

a:active{
	outline: none;
}
a:focus{
	-moz-outline-style: none;
}
input[type="submit"]:focus { outline: none; }

input[type="submit"]::-moz-focus-inner { border: none; }


body{
	margin:0px;
	padding:0px;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
}
p{
	margin: 0;
	padding: 0;
	font:Arial, Helvetica, sans-serif 12px;
	margin:0px;
	padding:0px;
	text-align: justify;
}
img{
	border:none;
	margin: 0;
	padding: 0;
}

a{
	text-decoration:none;
	background:transparent;
	margin: 0;
	padding: 0;
}

ul{
	list-style:none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.centrato{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
}
h2{
	font-size: 28px;
}
.grey{
	background-color: #f2f2f2;
}

/***header e navigazioni principali***/
#header{
	height: 153px;
	background: url(../images/bg-header.jpg) repeat-x;
}
#header.centrato{
	position: relative;
	margin: 0;
}

h1{
	text-indent: -9999px;
	position: absolute;
	top: 21px;
	background: url(../images/logo-flema.jpg) no-repeat;
	height: 125px;
	width: 165px;
}
h1 a{
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 30px;
}
#nav-top{
	margin-top: 13px;
	float: right;
}
#nav-top ul{
	list-style: none;
	margin: 0;
}
#nav-top ul li{
	float: left;
	margin-right: 10px;
	padding-right: 16px;
	text-indent: -9999px;
	height: 15px;
	background: url(../images/point.jpg) no-repeat right center;
}
#nav-top ul li.nav-contatti{
	background: none;
}
li.nav-profilo a{
	display: block;
	width: 45px;
	background: url(../images/nav-profilo.jpg) no-repeat;
}
li.nav-servizi a{
	display: block;
	width: 40px;
	background: url(../images/nav-servizi.jpg) no-repeat;
}
li.nav-info a{
	display: block;
	width: 107px;
	background: url(../images/nav-info.jpg) no-repeat;
}
li.nav-contatti a{
	display: block;
	width: 55px;
	background: url(../images/nav-contatti.jpg) no-repeat;
}
#nav-top ul li a:hover,
#nav-top ul li a:focus,
#nav-top ul li a:active{
	background-position: 0 -12px;
}

#nav-main{
	clear: both;
	padding-top: 52px;
	margin-right: -4px;
	float: right;
}
#nav-main ul li{
	position: relative;
	float: left;
	text-transform: uppercase;
	width: 161px;
	height: 41px;
	margin-right: 4px;
	text-indent: -9999px;
}
#nav-main ul li.home{
	width: 51px;
}
#nav-main ul li.home a{
	width: 51px;
}
#nav-main ul li a{
	display: block;
	width: 161px;
	height: 41px;
}
li.home a{
	background: url(../images/menu-home.jpg) no-repeat;
}
li.cucina a{
	background: url(../images/menu-cucina.jpg) no-repeat;
}
li.giorno a{
	background: url(../images/menu-giorno.jpg) no-repeat;
}
li.notte a{
	background: url(../images/menu-notte.jpg) no-repeat;
}


#nav-main ul li a:hover,
#nav-main ul li a:focus,
#nav-main ul li a.active{
	background-position: 0 -41px;
}

/***elementi nella jquery***/
.presentazione{
	float: left;
}
.wrapper .presentazione h2{
	margin-top: 25px;
}
h2.com a{
	color: #1a1a1a;
	margin-left: 15px;
}
p.descrizione{
	width: 445px;
	line-height: 16px;
	font-size: 14px;
	padding-top: 10px;
	margin-left: 15px;
}

ul.foto{
	float: right;
	margin-top: 25px;
}
ul.foto li{
	float: left;
	padding-left: 25px;
}
ul.foto li a:hover img{
	background: #e6e6e6;
	border: 1px solid #ccc;
}
.slider-wrap ul li img{
	padding: 5px;
	border: 1px solid #ccc;
}
.slider-wrap ul li p a{
	display: block;
	color: #808080;
	padding-top: 7px;
}
.slider-wrap ul li p a:hover,
.slider-wrap ul li p a:focus{
	text-decoration: underline;
}
/***SLIDER***/	

/***NUOVISSIME***/
.slider-wrap { 
	width: 100%;
	position: relative;
}
.csw {
	width: 50px; 
	height: 20px; 
	background: #fff; 
	overflow: hidden;
}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 940px;
	height: 560px;
}
.stripViewer .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	-moz-user-select: none;
}
		
.stripViewer .panelContainer .panel {
	float:left;
	width: 940px;
	height: 100%;
}
.stripViewer .panelContainer .panel .wrapper { 
padding: 0;
}
.stripNav { 
	position: absolute;
	left: 823px;
	z-index: 100;
	background: #808080;
	filter:alpha(opacity=80);
	opacity: .80;
}
.stripNav ul {
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px;
}
		
.stripNav a { 
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
.stripNav a.current {
	background: #333;
	color: #fff;
}
.stripNavL, .stripNavR { 
	position: absolute;
	top: 180px;
	text-indent: -9000em;
	z-index: 100;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 48px;
	width: 48px;
}
.stripNavL {
	left: -24px;
}
.stripNavR {
	right: -24px;
}
		
.stripNavL {
	background: url(../images/btn-home-precedente.png) no-repeat center;
}
		
.stripNavR {
	background: url(../images/btn-home-seguente.png) no-repeat center;
		}
		
/***pulsanti secondari sotto la jquery***/
ul.nav-secondaria{
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 40px;
	margin-top: 20px;
}

ul.nav-secondaria li{
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 40px;
	width: 230px;
}
ul.nav-secondaria li a{
	background: url(../images/btn-info.jpg) no-repeat;
	display: block;
	width: 114px;
	height: 28px;
	margin-top: 15px;
	text-indent: -9999px;
}
ul.nav-secondaria li a:hover{
	background-position: 0 -28px;
}

/***pulsante indietro***/

ul.indietro{
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 40px;
}

ul.indietro li{
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 40px;
	width: 230px;
}
ul.indietro li a{
	background: url(../images/btn-indietro.jpg) no-repeat;
	display: block;
	width: 114px;
	height: 28px;
	margin-top: 15px;
	text-indent: -9999px;
}
ul.indietro li a:hover{
	background-position: 0 -28px;
}

/***ex footer***/
#info-sito{
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 25px;
	line-height: 8px;
	font-size: 11px;
	margin-bottom: 20px;
	min-height: 55px;
	height: auto !important;
	height: 55px;
}
p.nome{
	border: none;
	padding-left: 0;
	font-weight: bold;
}
p.nome a{
	color: #4d4d4d;
}
.dati{
	padding: 10px 12px;
	float: left;
	border-left: 1px solid #ccc;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}
.realizzazione{
	float: right;
	margin-top: 10px;
}
.realizzazione a.link-one{
	color: #b3b3b3;
}
.realizzazione a:hover.link-one,
.realizzazione a:focus.link-one{
	text-decoration: underline;
}
.realizzazione a.link-two{
	line-height: 20px;
	background-color: #ccc;
	color: #808080;
	padding: 3px 6px;
}
.realizzazione a.link-two span{
	color: red;
}
.realizzazione a:hover.link-two,
.realizzazione a:focus.link-two{
	background-color: #333;
	color: #fff;
}

/*** scheda prodotto***/
#scheda{
	width: 700px;
	float: right;
	padding-left: 19px;
	border-left: 1px solid #ccc;
	margin-bottom: 30px;
	overflow: hidden;
}
#scheda .presentazione{
	position: relative;
	top: 56px;
	width: 384px;
}
#scheda .presentazione h2{
	margin-top: 0;
}
#scheda .presentazione h2.com a,
#scheda .presentazione p{
	width: 384px;
	margin-left: 0;
}
#scheda ul.foto{
	position: relative;
	top: 25px;
}
#scheda ul.foto li{
	margin-right: 20px;
	padding: 0;
	width: 80px;
	height: 60px;
	overflow:hidden;
}
#scheda ul.foto li.last{
	margin-right: 0;
}

/**internet**/
.galleria li div{
	position:absolute;
	display:none;
	top:0;
	left:180px;
}

.galleria li div img{
	cursor:pointer;
}

.galleria li.active div img,
.galleria li.active div{
	display:block;
}

.galleria li img.thumb{
	cursor:pointer;
	margin:0;
	padding: 0;	
}
/*immagine principale*/
.demo{
	clear: both;
	margin: 0;
	padding: 0;
}
#main_image{
	margin: 0;
	padding: 0;
	float: left;
}
.galleria_wrapper{
	float: left;
	margin: -5px;
	padding: 5px;
}
img.replaced{
	margin: 0;
	padding: 0;
	float: left;
}
/**internet**/

/*** navigazione trasversale***/
.demo{
	float: left;
}
.presentazione{
	clear: both;
}
ul.gallery_demo_unstyled{
	float: left;
	padding-left: 35px;
}
ul.btn-passa-a{
	margin-top: 0px;
	padding: 0;
	width: 700px;
}
ul.btn-passa-a li{
	background: #333;
	min-width: 50px;
	width: auto !important;
	width: 50px;
}
ul.btn-passa-a li.successiva{
	float: right;
}
ul.btn-passa-a li.precedente{
	float: left;
}
ul.btn-passa-a li a{
	display: block;
	height: 10px;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
}
ul.btn-passa-a li.precedente a{
	padding-left: 26px;
	background: url(../images/btn-precedente.jpg) no-repeat 10px center;
}
ul.btn-passa-a li.successiva a{
	padding-right: 26px;
	background: url(../images/btn-successiva.jpg) no-repeat 94% center;
}
#nav-trasversale{
	position: relative;
	clear: both;
	left: 420px;
	margin: 0;
	padding: 0;
}

.preventivo {
	width: 155px;
	height: 31px;
	text-indent: -9999px;
	padding-top: 15px;
}
.preventivo a{
	display: block;
	width: 155px;
	height: 31px;
	background: url(../images/btn-preventivo.jpg) no-repeat;
}
.preventivo a:hover,
.preventivo a:focus{
	background-position: 0 -31px;
}

li.colori{
	clear: both;
	position: relative;
	left: 0;
	top: -20px;
	text-transform: uppercase;
	font-size: 11px;
	background: url(../images/btn-colori.jpg) no-repeat 5px center;
}
li.photogallery{
	position: relative;
	left: 0;
	top: -14px;
	text-transform: uppercase;
	font-size: 11px;
	background: url(../images/btn-gallery.jpg) no-repeat 5px center;
}
li.colori a,
li.photogallery a{
	display: block;
	width: 243px;
	padding: 10px 0 10px 35px;
	border: 1px solid #ccc;
	color: #808080;
}


/***COLONNA A SN DI PRODOTTI SIMILI***/
.carousel{
	width:180px !important;
	float: left;
	margin: 0;
	
}
h3.titolo-cat{
	padding: 0 0 0 26px;
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
}
.carousel .jCarouselLite {
	float: left;
    width: 180px;
    margin-top: 10px;
}
.carousel li{
	width: 90px;
	height: 180px;
	float: left;
}

.carousel li img{
    width: 74px;
    height: 56px;
    margin: 8px;
}
.carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
}   
.btn{
	float: left;
	margin-top: 72px;
	margin-right: 2px;
}
.btn.right1{
	float: right;
}
a.prev, 
a.next {
	display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 5px 0;
    text-decoration: none;
}
a.prev {
	background: url(../images/prev-horizontal.png) no-repeat;
}
a.next {
	background: url(../images/next-horizontal.png) no-repeat;
}
a.next:hover {
	background-position: 0 -16px;
}
a.prev:hover {
 	background-position: 0 -16px;
}    

/*** pagina listing***/
h3.categoria{
	color: #666;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
	clear: both;
}
.right{
	font-size: 10px;
	font-weight: normal;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
	clear: both;
	float: center;
}
p.listing{
	padding: 15px 0;
	color: #808080;
}
ol.esposizione{
	margin: 0 0 30px 0;
	float: left;
	list-style: none;
	padding: 0;
	overflow: hidden;
}
ol.esposizione li{
	float: left;
	margin: 0 32px 0 0;
	padding-bottom: 25px;
}
ol.esposizione li.sesto{
	margin-right: 0;
}
ol.esposizione li img{
	padding: 4px;
	margin: 0;
	border: 1px solid #ccc;
}
h4.n-composizione{
	position: relative;
	top: 120px;
	color: #808080;
	font-weight: normal;
}
h4.n-composizione a{
	color: #808080;
	font-weight: normal;
	font-size: 12px;
}
h4.n-composizione a:hover,
h4.n-composizione a:focus{
	text-decoration: underline;
}
ol.esposizione li a:hover img,
ol.esposizione li a:focus img{
	background: #e6e6e6;
	border: 1px solid #ccc;
}

/***info - utili***/
ul.elenco-link-info {
	padding: 20px 0 40px 15px;
	margin: 0 ;
	float: left;
}
ul.elenco-link-info li{
	padding: 10px 5px;
	list-style-type: disc;
	margin: 0 110px 0 0;
}
h4.link-sottosezione a{
	color: #808080;
	font-weight: normal;
	font-size: 12px;
}
h4.link-sottosezione a:hover,
h4.link-sottosezione a:focus{
	text-decoration: underline;
}

/***pagine interne delle info utili***/
.margine-sopra{
	margin-top: 15px;
}
h5{
	font-size: 12px;
	padding: 5px 0 8px;
	color: #4d4d4d;
}
p.pagina-info{
	padding-bottom: 10px;
	color: #808080;
}
ul.paragrafi-info li{
	padding: 12px 0 10px;
}

.paragrafi-info p{
	color: #808080;
}

.riepilogo-link-info{
	margin-top: 35px;
}
ol{
	margin: 0;
	text-indent: 0;
	padding: 20px 0 0 0;
}
.sottoelenchi{
	margin-left: 20px;
	color: #808080;
}
.puntati {
	list-style-type: disc;
}

.numerati{
	list-style-type: decimal;
}
ul.sottoelenchi li{
	padding: 10px 0 5px;
}
ul.paragrafi-info li table{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}
ul.paragrafi-info li table caption{
	color: #4d4d4d;
	font-weight: bold;
	text-align: left;
	padding: 20px 0 10px;
}
ul.paragrafi-info li table tr{
	text-align: center;
}
ul.paragrafi-info li table td,
ul.paragrafi-info li table th{
	padding: 8px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

ul.paragrafi-info li table th{
	background-color: #e6e6e6;
}	
.flashgallery{
	margin: 33px 70px 55px;
}

/***colori e finiture***/
.immagini-finiture img{
	margin: 20px 0;
}
/***contatti***/

#contatti2{
	width: 500px;
	float: left;
}
#contatti2 p.listing{
	margin-right: 60px;
}
#contatti2 h3{
	margin-right: 60px;	
}

#contatti2 li.special{
	display: none;
}






#contatti{
	width: 1000px;
	float: left;
}
#contatti p.listing{
	margin-right: 60px;
}
#contatti h3{
	margin-right: 60px;	
}
form#contactForm{
	color: #808080;
	margin: 15px 60px 50px 20px;
}
form#contactForm ul li{
	padding: 5px 0;
}

form#contactForm label{
	float: left;
	width: 125px;
	padding-top: 7px;
}
form#contactForm input#name,
form#contactForm input#tele,
form#contactForm input#email,
form#contactForm input.chbox{
	width: 250px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 4px 0;
}
form#contactForm textarea{
	width: 250px;
	background-color: #fff;
	border: 1px solid #ccc;

}
form#contactForm label.input{
	width: 250px;
	margin-left: 125px;
	font-size: 10px;
	text-align: justify;
	color: #999;
}
form#contactForm label.input input.chbox{
	width: 16px;
	height: 16px;
	float: left;
	border: none;
	background: transparent;
}
form#contactForm li.submitbutton input{
	margin: 15px 0 0 125px;
	height: 30px;
	width: 50px;
}

#contatti li.special{
	display: none;
}
#dove-siamo{
	float: left;
	width: 400px;
}
#dove-siamo h3{
	margin-bottom: 15px;
}


.message {
	background:#E6E6E6; 
	color:#333;
	display:none;
	width:380px;
	padding:25px 0 20px 20px;
}
.message #icona-thanks{
	background:url(../images/thanks-icon.gif) no-repeat;
	margin:-7px 5px 0 0;
	padding:0;
	height:32px;
	width:20px;
	float:left;
	
}
.message #icona-alert{
	background:url(../images/alert-icon.gif) no-repeat;
	margin:-7px 5px 0 0;
	padding:0;
	height:32px;
	width:32px;
	float:left;
}


.message2 {
	background:#E6E6E6; 
	color:#333;
	display:none;
	width:380px;
	padding:25px 0 20px 20px;
}
.message2 #icona-thanks{
	background:url(../images/thanks-icon.gif) no-repeat;
	margin:-7px 5px 0 0;
	padding:0;
	height:32px;
	width:20px;
	float:left;
	
}
.message2 #icona-alert{
	background:url(../images/alert-icon.gif) no-repeat;
	margin:-7px 5px 0 0;
	padding:0;
	height:32px;
	width:32px;
	float:left;
}

.message2 li{
	padding-top:8px;
	padding-left:37px;
}



#tab2.tab-content.tab #wrapper .message #alert p{
	color: #333;
	margin: 0;
	padding: 0;
}
.message li{
	padding-top:8px;
	padding-left:37px;
}

.info-legali{
color: black;
text-decoration: underline;
}

.legali{
	list-style-type: none;
	margin-bottom: 30px;
}



