﻿@charset "utf-8";
/* Art Door */

html, body{
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}
h2{
	text-transform:uppercase;
	font-size:16px;
}
h1{
	text-transform:uppercase;
	font-size:20px;
}
p {
	margin:0px;
	padding:0px;
}
a:link{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
small a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.class-body-home{
	margin:0px;
	padding:0px;
	background-image: url(immagini/background-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.class-body-marchi{
	margin:0px;
	padding:0px;
	background-image: url(immagini/background-marchi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contenitore{
	width:100%;
	height:360px;
	position:absolute;
	top:85%;
	margin-top:-480px;
	font-size:12px;
	padding-top:220px;
	z-index:2;
	left: 1px;
}
.contenitore-marchi{
	width:1280px;
	height:580px;
	position:absolute;
	top:85%;
	margin-top:-480px;
	font-size:12px;
}
.div-menu{
	background-image: url(immagini/background-menu.png);
	background-repeat: repeat-x;
	height:70px;
	padding-left:20px;
}
.div-menu-marchi{
	background-image: url(immagini/background-menu.png);
	background-repeat: repeat-x;
	height:70px;
	padding-left:20px;
	width:680px;
}
.td-pulsanti{
	padding-left:10px;
	padding-right:10px;
}
.td-artspace{
	padding-left:320px;
}
.div-logo{
	width:100%;
	padding-top:75px;
	padding-bottom:39px;
}
.div-footer{
	width:100%;
}
.div-footer-testo{
	width:480px;
	background-color:#bd2716;
	opacity:0.9;
	filter: alpha(opacity="90");
	padding:10px;
	color:#FFF;
	font-size:16px;
}
.td-navigazione-marchi{
	width:700px;
	padding-top:220px;
}
.td-selezione-marchi{
	width:290px;
	padding-left:10px;
}
.div-logo-marchi{
	padding-top:75px;
	padding-bottom:39px;
	width:700px;
}
.div-footer-marchi{
	width:600px;
	padding-left:100px;
}
.div-chi-siamo{
	background-color:#be7e58;
	opacity:0.7;
	filter: alpha(opacity="70");
	padding:10px;
	position:absolute;
	margin-left:660px;
	z-index:1;
	width:330px;
	height:100%;
}
.div-testo-chi-siamo{
	padding:10px;
	position:absolute;
	margin-left:660px;
	z-index:3;
	width:330px;
	height:100%;
	color:#000;
	font-size:12px;
}
.paragrafo-dovesiamo{
	font-size:14px;
}
