/*
--------------------------------------------------------------------------------
Moire' - FrontEnd

Author:   	altera e-business solutions
Version:	1.0
Date:  		Apr 10th, 2008
----------------------------------------------------------------------------- */

/* @group General selectors */

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75% ;
	color: #fff;
	background-color: #000;
	font-family: Arial, Verdana, sans-serif;
}
 
html>body {
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #fff;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.333em; }
h3 { font-size: 1.166em; }
h4 { font-size: 1.083em; }
h5 { font-size: 1em; }

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #ccc;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

/* Page structure
----------------------------------------------------------------------------- */

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 600px;
}

#leftcol {
	background: url("../img/leftcol_bkg.gif") no-repeat top left;
	z-index: 500;
	font-size: 1.1em;
	color: #595959;
	letter-spacing: 1px;
	position: relative;
	width: 147px;
	height: 600px;
}

#rightcol {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 147px;
	width: 653px;
	height: 600px;
	background: url("../img/footer_bkg.gif") no-repeat 0px 526px;
}

#footer {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 653px;
	font-size: .8em;
	text-align: center;
}

/* Menu
----------------------------------------------------------------------------- */
/*
#logo {
        width: 130px;
        height: 50px;
        position: absolute;
        top: 20px;
        left: 0;
}

#logo a {
	border: 1px solid red;
	width: 130px;
        height: 50px;
	text-indent: -999em;
	display: block;
}

#menu {
	padding-top: 90px;
}
*/

#logo {
    width: 147px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
	margin: 0;
	padding: 0;

}

#logo a {
    display: block;
    text-decoration: none;
}

#menu {
    padding-top: 90px;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	margin-bottom: 15px;
	width: 146px;	
}

#leftcol li {
	margin: 0;
	padding: 0;
	/*border: 1px dotted #000;*/
	width: 100%;	
}

#leftcol li a {
	padding-right: 40px;
	display: block;
	color: #595959;
	text-decoration: none;
	background: url("../img/bullet_off.gif") no-repeat 120px 5px;
}

#leftcol li a:hover {
	color: #fff;
	background: url("../img/bullet_on.gif") no-repeat 120px 5px;
}

#leftcol li a.selected {
	color: #fff;
	background: url("../img/bullet_on.gif") no-repeat 120px 5px;
}

#leftcol ul ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#leftcol ul li ul li {
	font-size: .95em;
	letter-spacing: 0;
	padding-top: .2em;
	padding-bottom: .2em;
}

#leftcol ul li ul li a {
	background: none;
	font-style: italic;
}
#leftcol ul li ul li a:hover {
	background: none;
	color: #fff;
}

#leftcol li li a.selected {
	color: #fff;
	background: none;
}

#leftcol ul li ul.families {
	margin: 0;
	padding: 0;
	border: 0;
}

#leftcol ul li ul.families li {
	z-index: 9999;
	position: relative;
	padding-top: .2em;
	padding-bottom: .2em;
}

#leftcol ul li ul.families li ul {
	position: absolute;
	top:-999em;
	left: 147px;
	width: 170px;
	margin: 0;
	padding: 0;
	border: 1px solid #d2b08a;
	background-color: #fffaeb;
}

#leftcol ul li ul.families li.sfHover ul {
	top: 0;
	z-index: 9999;
}

#leftcol ul li ul.families li ul li {
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-size: 1em;
}

#leftcol ul li ul.families ul li img {
	padding-right: 1em;
}

#leftcol ul li ul.families ul li a {
	z-index: 9999;
	font-style: normal;
	margin: 0;
	padding: .2em 0 .2em 1em;
}

#leftcol ul li ul.families ul li a:hover {
	color: #000;
}

/* Lingue
----------------------------------------------------------------------------- */

#leftcol #languages {
	position: absolute;
	bottom: 2px;
	right: 20px;
	text-align: center;
	font-size: .8em;
	letter-spacing: 0;
}

#leftcol #languages a {
	color: #595959;
	padding-left: .5em;
}

#leftcol #languages a.selected {
	color: #fff;
}

#leftcol #languages a:hover {
	color: #fff;
	text-decoration: none;
}


/* P A G E S 
----------------------------------------------------------------------------- */

/* MENU AZIENDA */

#company {
	position: relative;
	width: 653px;
	height: 526px;
	background: url("../img/company_bkg.jpg") no-repeat top left;
}

#company #companytext {
	width: 230px;
	position: absolute;
	top: 40px;
	left: 395px;
}

#company h1 {
	position: absolute;
	top: 465px;
	left: 20px;
}

/* MENU PRODOTTI GENERALE */

#productsgen {
		/*display: none;*/
	position: relative;
	width: 653px;
	height: 526px;
	background: url("../img/products_gen_bkg.jpg") no-repeat top left;
	z-index: 0;
}

#productsgen #productsgentext {
	width: 230px;
	position: absolute;
	top: 40px;
	left: 50px;
	color: #000;
}

#productsgen h1 {
	position: absolute;
	top: 465px;
	right: 20px;
	color: #000;
}


/* MENU PRODOTTI */

#productpage {
	width: 653px;
	height: 580px;
	position: relative;
	background-color: #fff;
	color: #000;
}

#productpage #prodleftcol {
	width: 268px;
	height: 550px;
	padding-top: 30px;
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/products_bkg.gif") no-repeat top left;
}

.genericphotos ul,
.genericphotos li {
	margin: 0;
	padding: 0;
}

.genericphotos ul {
	list-style: none;
}

.genericphotos li {
	float: left;
	padding-right: 3px;
}

.iso {
	margin: 1em 0 0 0;
	font-size: 1.166em;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
}

.iso span.isolist {
	position: absolute;
	top: -0.4em;
	left: 132px;
}

#productpage #prodleftcol h2 {
	color: #000;
	margin: 1em 0 0 0;
}

#productpage #prodleftcol h3 {
	color: #000;
	margin: 1em 0 0 0;
	font-weight: normal;
	position: relative;
}

#productpage #prodleftcol h3 a,
#productpage #prodleftcol p a {
	color: #000;
}

#productpage #prodleftcol p {
	padding-right: 10px;
	padding-bottom: .2em;
}

#productpage #prodleftcol p.description {
	height: 100px;
}

#productpage #prodrightcol {
	width: 365px;
	height: 580px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 288px;
}


/* Materiali
----------------------------------------------------------------------------- */
#materials {
	width: 653px;
	height: 575px;
	position: relative;
	background: url("../img/materials_bkg.gif") #fff no-repeat top left;
}

#materials-left {
	width: 268px;
	padding-top: 40px;
	padding-left: 20px;
	float: left;
	color: #000;
}

#materials-left h3 {
	color: #000;
	
}

#materials-left h5 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0;
	position: absolute;
	top: 310px;
}

#materials-left table {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 345px;
}

#materials-left table td {
	border: 0;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

#materials-left img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
}


#materials-right {
	position: relative;
	float: right;
}
	
#materials-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 340px;
}

#materials-right ul li {
	margin: 0;
	text-align: right;
	width: 340px;
	height: 25px;
}

#materials-right a {
	/*display: block;*/
	padding-top: 5px;
	padding-right: 10px;
	width: 330px;
	height: 20px;
	color: #fff;
}

#materials-right a.dark {
	color: #000;
}

#preview {
	position: absolute;
}

#materials-right .aecu3864 { background: url("../img/legni/AECU3864small.jpg"); }
#materials-right .aecu3721 { background: url("../img/legni/AECU3721small.jpg"); }
#materials-right .aecu3719 { background: url("../img/legni/AECU3719small.jpg"); }
#materials-right .aecu3734 { background: url("../img/legni/AECU3734small.jpg"); }
#materials-right .aecu3876 { background: url("../img/legni/AECU3876small.jpg"); }
#materials-right .aecu3698 { background: url("../img/legni/AECU3698small.jpg"); }
#materials-right .aecu3680 { background: url("../img/legni/AECU3680small.jpg"); }
#materials-right .aecu3700 { background: url("../img/legni/AECU3700small.jpg"); }
#materials-right .aecu4101 { background: url("../img/legni/AECU4101small.jpg"); }
#materials-right .aecu3705 { background: url("../img/legni/AECU3705small.jpg"); }
#materials-right .aecu3729 { background: url("../img/legni/AECU3729small.jpg"); }
#materials-right .aecu3870 { background: url("../img/legni/AECU3870small.jpg"); }
#materials-right .aecu3716 { background: url("../img/legni/AECU3716small.jpg"); }
#materials-right .aecu3689 { background: url("../img/legni/AECU3689small.jpg"); }
#materials-right .aecu3711 { background: url("../img/legni/AECU3711small.jpg"); }
#materials-right .aecu3887 { background: url("../img/legni/AECU3887small.jpg"); }
#materials-right .aecu3683 { background: url("../img/legni/AECU3683small.jpg"); }
#materials-right .aecu3707 { background: url("../img/legni/AECU3707small.jpg"); }
#materials-right .aecu3727 { background: url("../img/legni/AECU3727small.jpg"); }
#materials-right .aecu3675 { background: url("../img/legni/AECU3675small.jpg"); }
#materials-right .aecu3879 { background: url("../img/legni/AECU3879small.jpg"); }
#materials-right .aecu3714 { background: url("../img/legni/AECU3714small.jpg"); }
#materials-right .aecu3686 { background: url("../img/legni/AECU3686small.jpg"); }


/* MENU SERVIZI */

#services {
	width: 653px;
	height: 526px;
	position: relative;
	background: url("../img/services_bkg.jpg") no-repeat top left;
}

#services #servicestext {
	width: 330px;
	position: absolute;
	top: 40px;
	left: 295px;
}

#services h1 {
	position: absolute;
	top: 465px;
	left: 20px;
}

/* MENU SERVIZI >> PROGETTAZIONE */

#projects {
	color: #000;
	width: 653px;
	height: 526px;
	position: relative;
	background: url("../img/projects_bkg.jpg") no-repeat top left;
}

#projects #projectstext {
	width: 330px;
	position: absolute;
	top: 30px;
	left: 20px;
}

#projects h1,
#projects h3 {
	color: #503312;
}

#projects h1 {
	position: absolute;
	top: 465px;
	right: 20px;
}

/* MENU SERVIZI >> ASSISTENZA */

#assistenza {
	color: #000;
	background-color: #fff;
	width: 293px;
	height: 476px;
	position: relative;
	padding: 30px 10px 20px 20px;
}

#assistenza h3 {
	color: #503312;
}

#assistenza p {
	padding-bottom: 1em;
}

#assistenza img {
	padding-bottom: 1em;
	text-align: center;
}
/* MENU SERVIZI >> GARANZIA */

#garanzia {
	color: #000;
	background-color: #fff;
	width: 293px;
	height: 476px;
	position: relative;
	padding: 30px 10px 0 20px;
}

#garanzia h3,
#garanzia h4 {
	color: #503312;
}

#garanzia h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0;
}

#garanzia p {
	padding-bottom: 1em;
}

/* MENU DOVE SIAMO  */

#dovesiamo {
	width: 653px;
	height: 526px;
	position: relative;
	background: url("../img/dovesiamo_bkg.jpg") no-repeat top left;
}

#dovesiamo #map {
	float: right;
	padding: 20px 20px 0px 0px;
}

/*#dovesiamo #map {
	width: 415px;
	height: 345px;
	position: absolute;
	top: 30px;
	left: 210px;
	overflow: hidden;
}*/

#dovesiamo #address {
	width: 415px;
	height: 345px;
	position: absolute;
	top: 245px;
	left: 20px;
}

#dovesiamo #otherinfo {
	width: 415px;
	height: 345px;
	position: absolute;
	top: 395px;
	left: 210px;
}

/* MENU CONTATTI  */

#questionnaire {
	padding: 30px 10px 0 20px;
}

#questionnaire h3,
#questionnaire h4 {
	color: #503312;
}

#questionnaire h4 {
	padding: 1em 0 .5em 0;
}

#questionnaire ul li {
	margin: 0;
	padding: 0;
}

#questionnaire ul {
	list-style: none;
}

#questionnaire ul li {
	padding-bottom: .6em;
}

#questionnaire ul li ul li {
	padding: .6em 0 0 1.6em;
}

#questionnaire ul li .infocheckbox {
	padding-right: 2em;
}

/* MENU DOVE SIAMO >> PUNTI VENDITA */

#puntivendita {
	color: #000;
	background-color: #fff;
	width: 293px;
	height: 476px;
	position: relative;
	padding: 20px 10px 0 20px;
}

#puntivendita h3,
#puntivendita h4 {
	color: #503312;
}

#puntivendita h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0;
}

#puntivendita p {
	padding-bottom: 1em;
}

/*#puntivendita #puntivenditatext {
	color: #FFF;
	width: 300px;
	position: absolute;
	top: 30px;
	left: 20px;
	padding-right: 20px;
}

#puntivendita #showroomtext {
	color: #FFF;
	width: 300px;
	position: absolute;
	top: 290px;
	left: 20px;
}

#puntivendita #esterotext {
	color: #FFF;
	width: 300px;
	position: absolute;
	top: 410px;
	left: 20px;
}*/

/* MENU NEWS & EVENTI */

#newseventi {
	width: 653px;
	height: 526px;
	position: relative;
	background: url("../img/newseventi_bkg.jpg") no-repeat top left;
	color: #000;
}

#newseventi a {
	color: #000;
}

#newseventi #list {
	width: 229px;
	height: 526px;
	position: relative;
	margin-left: 20px;
	font-weight: bold;
}

#newseventi #list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#newseventi #list ul li {
	padding-top: .3em;
}

#newseventi #list .date {
	font-weight: normal;
	font-style: italic;
}

#newseventi #list #newslist,
#newseventi #list #eventslist {
	height: 233px;
}

#newseventi #list #newslist h3,
#newseventi #list #eventslist h3 {
	color: #8f0000;
}

#newseventi #list #eventslist {
	position: absolute;
	top: 30px;
}

#newseventi #list #newslist {
	position: absolute;
	top: 264px;
}

#newseventi #detail {
	width: 364px;
	height: 496px;
	position: absolute;
	top: 30px;
	left: 269px;
	color: #000;
}

#newseventi #detail h3,
#newseventi #detail h5 {
	color: #000;
	padding-bottom: .5em;
}

#newseventi #detail .slideshow {
	height: 180px;
	margin-top: .5em;
	margin-bottom: 1em;
}

#newseventi #detail .slideshow img {
	width: 360px;
	height: 180px;
}

#newseventi #detail #newsAttachments {
	margin-top: 1em;
	margin-left: 15px;
}


/* MENU RIVENDITORI */

#rivenditori {
	width: 653px;
	height: 526px;
	position: relative;
	background: url("../img/rivenditori_bkg.jpg") no-repeat top left;
	color: #000;
}

#rivenditori a {
	color: #000;
}

#rivenditori #list {
	width: 229px;
	height: 526px;
	position: relative;
	margin-left: 20px;
	font-weight: bold;
}

#rivenditori #list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rivenditori #list ul li {
	padding-top: .3em;
}

#rivenditori #list .date {
	font-weight: normal;
	font-style: italic;
}

#rivenditori #list #rivenditorilist {
	height: 233px;
}

#rivenditori #list #rivenditorilist h3 {
	color: #8f0000;
}

#rivenditori #list #rivenditorilist {
	position: absolute;
	top: 30px;
}

#rivenditori #detail {
	width: 364px;
	height: 496px;
	position: absolute;
	top: 30px;
	left: 269px;
	color: #000;
}

#rivenditori #detail h3,
#rivenditori #detail h5 {
	color: #000;
	padding-bottom: .5em;
}

#rivenditori #detail .slideshow {
	height: 180px;
	margin-top: .5em;
	margin-bottom: 1em;
}

#rivenditori #detail .slideshow img {
	width: 360px;
	height: 180px;
}

#rivenditori #detail #newsAttachments {
	margin-top: 1em;
	margin-left: 15px;
}

/* MENU AREA RISERVATA */

#reserved {
	width: 653px;
	height: 526px;
	position: relative;
	background: url("../img/reserved_bkg.jpg") no-repeat top left;
	color: #000;
}

#reserved a {
	color: #000;
}

#reserved #list {
	width: 229px;
	height: 526px;
	position: relative;
	margin-left: 20px;
	font-weight: bold;
}

#reserved #list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#reserved #list ul li {
	padding-top: .3em;
}

#reserved #list .date {
	font-weight: normal;
	font-style: italic;
}

#reserved #list #newslist,
#reserved #list #eventslist {
	height: 233px;
}

#reserved #list #promozionilist h3,
#reserved #list #riunionilist h3,
#reserved #list #listinilist h3 {
	color: #700;
}

#reserved #list #promozionilist {
	position: absolute;
	top: 30px;
}

#reserved #list #riunionilist {
	position: absolute;
	top: 210px;
}

#reserved #list #listinilist {
	position: absolute;
	top: 390px;
}

#reserved #detail {
	width: 364px;
	height: 496px;
	position: absolute;
	top: 30px;
	left: 269px;
	color: #000;
}

#reserved #detail h3,
#reserved #detail h5 {
	color: #000;
	padding-bottom: .5em;
}

#reserved #detail .slideshow {
	height: 180px;
	margin-top: .5em;
	margin-bottom: 1em;
}

#reserved #detail .slideshow img {
	width: 360px;
	height: 180px;
}

#reserved #detail #newsAttachments {
	margin-top: 1em;
	margin-left: 15px;
}


/* Pagine di richiesta informazioni
----------------------------------------------------------------------------- */
#contactinfo {
	width: 653px;
	height: 526px;
	position: relative;
	background-color: #fff;
	color: #000;
}

#contactinfoleftcol {
	width: 323px;
	height: 526px;
	position: absolute;
	top: 0;
	left: 0;
}
#contactinfoleftcol h3,
#contactinfoleftcol h4 {
	letter-spacing: 0;
}


#contactinforightcol {
	width: 310px;
	height: 506px;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 323px;
	background-color: #f5e7d9;
}

#contactinforightcol h4 {
	padding: 20px 10px 0 10px;
	color: #503312;
	letter-spacing: 0;
}
#contactinforightcol p {
	padding: 20px 10px 0 10px;
}


#contactinforightcol .infotextfield,
#contactinforightcol .infotextarea {
	width: 100%;
	font-size: .9em;
}
#contactinforightcol select {
	font-size: .9em;
}


#contactinforightcol table td {
	padding: 1px 10px;
}

#contactinforightcol table td.privacy td {
	padding: 0;
}

#contactinforightcol table td.privacy,
#contactinforightcol table td.mandatory {
	font-size: .9em;
}

/* Area riservata
----------------------------------------------------------------------------- */
#login {
	width: 653px;
	height: 526px;
	position: relative;
	background: url("../img/login_bkg.gif") #fff;
	color: #000;
}

#login div {
	padding-top: 200px;
}

#login table {
	margin: auto;
}

#login table td {
	padding: .5em;
}

#login table td a {
	color: #000;
}

#login h3 {
	color: #503312;
	margin-top: 1em;
	text-align: center;
}

/* Newsletter iscrizione
----------------------------------------------------------------------------- */
#newsletterpage {
	width: 653px;
	height: 526px;
	position: relative;
	background: url("../img/newsletter_bkg.jpg") #fff;
	color: #000;
}

#newsletterbox {
	background: url("../img/newsletter_box.png") repeat top left;
	width: 340px;
	height: 270px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 10;
}

#newsletterpage table {
	width: 300px;
	height: 230px;
	position: absolute;
	bottom: 30px;
	left: 35px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 9999;
}

#newsletterpage table td {
	padding: .1em;
	margin: 0;
	border: 0;
}

#newsletterpage table td.label,
#newsletterpage table td.privacy {
	padding-top: .6em;
}

#newsletterpage table td .infotextfield {
	width: 96%;
}

#newsletterpage table td.privacy,
#newsletterpage table td.mandatory {
	font-size: .9em;
}

#newsletterpage table td.privacy table {
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	bottom: 0;
	left: 0;
}


#newsletterunsubscribe {
	margin: 0 auto;
	text-align: center;
}

#newsletterunsubscribe img {
	margin: 50px auto;
}

