@CHARSET "UTF-8";

body {
	background-color: #333;
	margin: 0;
	width: 100%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-align: center;
}


a,
a:hover {
	text-decoration: none;
	color: #ccc;
}

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

li {
	margin: 0;
	padding: 0;
}

p {
	margin: 0.5em 0;
	padding: 0;
}

img {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-weight: normal;
	margin: 1em 0 0 0;
	padding: 0;
}

h1 {
	height: 28px;
	text-indent: -9999px;
}

h2 {
	font-size: 11px;
	margin: 0;
	color: #fff;
}

.error {
	color: #f00;
}

div.error {
	border: 1px solid #f00;
	padding: 1em;
	margin: 1em;
}

#main {
	width: 988px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}

#footer {
	clear: both;
	text-align: left;
	padding-top: 50px;
	overflow: auto;
	height: 89px;
	vertical-align: bottom;
	bottom: 0px;
}
	#footer a {
		color: #666;
		text-decoration: none;
	}


div#menu_home {
	margin-left: 193px;
	text-align: left;
	margin-top: 10px;
}

	div#menu_home div.box {
		width: 360px;
		float: left;
		padding: 0;
		margin: 0;
	}
	
	#menu_home h2.home_titolo {
		width: 350px;
		padding: 10px 0;
		background: url(img/tratteggio.gif) repeat-x bottom left;
	}
	
	#menu_home p{
		width: 350px;
		margin: 10px 0;
	}


#menu {
	float: left;
}

#menu,
#menu ul {
	width: 193px;
}

	#menu li a {
		display: block;
		width: 193px;
		text-indent: -9000px;
		overflow: hidden;
	}

	#menu a.azienda {
		background: url(img/menu_azienda.png) 0 0;
		height: 32px;
	}
	
		#menu li.selected a.azienda,
		#menu a.azienda:hover {
			background-position: 0 -32px;
		}
	
	#menu a.collezioni {
		background: url(img/menu_collezioni.png) 0 0;
		height: 32px;
	}
	
		#menu li.selected > a.collezioni,
		#menu a.collezioni:hover {
			background-position: 0 -32px;
		}
	
	#menu a.epoca {
		background: url(img/menu_epoca.png) 0 0;
		height: 26px;
	}
	
		#menu li.selected > a.epoca,
		#menu a.epoca:hover {
			background-position: 0 -26px;
		}
		
	#menu a.artika {
		background: url(img/menu_artika.png) 0 0;
		height: 26px;
	}
	
		#menu li.selected > a.artika,
		#menu a.artika:hover {
			background-position: 0 -26px;
		}
		
#menu a.alba {
		background: url(img/menu_alba.png) 0 0;
		height: 26px;
	}
	
		#menu li.selected > a.alba,
		#menu a.alba:hover {
			background-position: 0 -26px;
		}
	
	#menu a.linea {
		background: url(img/menu_linea.png) 0 0;
		height: 26px;
	}
	
		#menu li.selected > a.linea,
		#menu a.linea:hover {
			background-position: 0 -26px;
		}
	
	#menu a.sintesi {
		background: url(img/menu_sintesi.png) 0 0;
		height: 26px;
	}
	
		#menu li.selected > a.sintesi,
		#menu a.sintesi:hover {
			background-position: 0 -26px;
		}
	
	#menu a.gaia {
		background: url(img/menu_gaia.png) 0 0;
		height: 26px;
	}
	
		#menu li.selected > a.gaia,
		#menu a.gaia:hover {
			background-position: 0 -26px;
		}
	
	#menu a.style {
		background: url(img/menu_style.png) 0 0;
		height: 26px;
	}
	
		#menu li.selected > a.style,
		#menu a.style:hover {
			background-position: 0 -26px;
		}
	
	#menu a.contact {
		background: url(img/menu_contact.png) 0 0;
		height: 32px;
	}
	
		#menu li.selected > a.contact,
		#menu a.contact:hover {
			background-position: 0 -32px;
		}
	

#content {
	float: left;
	height: 100%;
	width: 795px;
	background: url(img/bg_content.png) repeat-x;
	font-size: 11px;
	color: #fff;
}	
	
	.azienda p {
		margin: 0.5em 1em 1.2em 0;
	}
	
	.title {
		padding: 12px 0 20px 38px;
	}
		
	
	.info {
		color: #ccc;
	}
	
	ul.prodotti {
		padding-left: 13px;
	}
	
		ul.prodotti li {
			padding: 10px 23px;
			width: 210px;
			float: left;
		}
		
			ul.prodotti li p {
				color: #999;
			}
	
		ul.prodotti span.immagine {
			display: block;
			position: relative;
			width:209px;
			height:116px;
		}
		
			ul.prodotti span.codice {
				position: absolute;
				right: 0;
				bottom: 0;
				background-color: #fff;
			}
		
		
	div.img_mini {
		overflow: auto;
		width: 100%;	/* Necessario per IE per attivare il layout */
		background: url(img/tratteggio.gif) repeat-x bottom left;
	}
		div.img_mini img {
			padding-bottom: 1px;
			background: url(img/tratteggio.gif) repeat-x bottom left;
		}
		ul.img_mini li {
			width: 157px;
			float: left;
			padding: 10px 40px 0 0;
		}

		p.clicktozoom {
			display: block;
			clear: left;
			float: right;
			width: 153px;
			height: 22px;
			margin: 10px 45px;
			background: url(img/clicktozoom.gif) no-repeat;
			text-indent: -9999px;
		}
	
	div.finiture {
		overflow: auto;
		width: 100%;	/* Necessario per IE per attivare il layout */
		background: url(img/tratteggio.gif) repeat-x bottom left;
		padding: 20px 0;
	}
	
		ul.finiture li {
			width: 55px;
			float: left;
			padding: 10px 40px 0 0;
		}
		
		div.finiture p {
			margin: 0;
			padding: 0;
		}
	
	h2.finiture {
		background: url(img/finiture.gif) no-repeat;
		text-indent: -9999px;
		width: 55px;
		height: 23px;
	}
	


#barra {
	clear: both;
	background-image: url(img/barra.png);
	width: 795px;
	height: 32px;
}

	.n1,
	.n2,
	.n3,
	.n4,
	.n5,
	.n6,
	.n7,
	.n8 {
		width: 32px;
		height: 32px;
		text-indent: -9999px;
	}
	
	.n1 {
		background-image: url(img/1.gif);
	}
	#barra .n1 {
		margin-left: 538px;
	
	}
	.n2 {
		background-image: url(img/2.gif);
	}
	#barra .n2 {
		margin-left: 570px;
	}
	.n3 {
		background-image: url(img/3.gif);
	}
	#barra .n3 {
		margin-left: 602px;
	}
	.n4 {
		background-image: url(img/4.gif);
	}
	#barra .n4 {
		margin-left: 634px;
	}
	.n5 {
		background-image: url(img/5.gif);
	}
	#barra .n5 {
		margin-left: 666px;
	}
	.n6 {
		background-image: url(img/6.gif);
	}
	#barra .n6 {
		margin-left: 698px;
	}
	.n7 {
		background-image: url(img/7.gif);
	}
	#barra .n7 {
		margin-left: 730px;
	}
	.n8 {
		background-image: url(img/8.gif);
	}
	#barra .n8 {
		margin-left: 762px;
	}

div.form_row {
	clear: both;
	overflow: auto;
	padding: 10px 0;
}

	div.form_row label {
		display: block;
		width: 80px;
		padding-left: 50px;
		float: left;
	}
	
	div.form_row input,
	div.form_row textarea,
	div.form_row select,
	div.form_row .error {
		display: block;
		margin-left: 150px;
		width: 400px;
	}
	
	
	
div.form_radio {
	display: block;
	width: 400px;
	margin-left: 150px;
}

	div.form_radio label {
		padding-right: 2em;
	}

	div.form_row textarea,
	div.form_ops textarea {
		width: 400px;
		height: 80px;
	}
	
div.form_ops {
	display: block;
	margin: 30px 0 0 150px;
	width: 400px;
}

div.msg_ok {
	margin: 5em;
	font-weight: bold;
	font-size: 12px;
}


.vcard {
	font-style: normal;
}
	.vcard .fn {
		display: block;
		font-weight: bold;
	}
	
	.vcard .street-address {
		display: block;
	}
	
	.vcard .tel,
	.vcard .email {
		display: block;
	}
	
		.vcard .tel .type,
		.vcard .email .type {
			font-weight: bold;
		}
