@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html,body{
	background: #B7B7B7;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666D6C;
}
	
div#container{
	position: relative;
	width: 934px;
	margin: 0px auto; /*centra negli altri browser*/
	text-align : left;
}

div#header{
	height: 52px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0;padding:0;
}	

div#Left{
	width: 291px;
	height:505px;
	background-image:url(../images/leftIta.jpg);
	background-repeat:no-repeat;
	float:left;
}
div#content{
	width:643px;
	float:right;
	height:505px;
	background-color:#fff;
	background-image:url(../images/borderRight.jpg);
	background-position:right;
	background-repeat:repeat-y;
	text-align:left;
}
div#LeftCollezione{
	width: 291px;
	height:505px;
	background-image:url(../images/leftCollezione.jpg);
	background-repeat:no-repeat;
	float:left;
	
}
div#LeftContatti{
	width: 291px;
	height:505px;
	background-image:url(../images/leftContatti.jpg);
	background-repeat:no-repeat;
	float:left;
	
}

div#footer{
	
	left:0;
	height:60px;
	clear:both;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
div#contatti{
padding-top:10px;
}
div#contattiSotto{
	clear:both;
	padding-left:40px;
}
div#facebook{

}
div#cartina{
	float:left;
	padding-left: 5px;
	padding-top:15px;
	padding-bottom:15px;
}

div#invioEmail{
	float:left;

}
#news {
	padding-left:25px;
	padding-top:5px;
	width: 750px;
	height: 15px;
	text-align: left;
	float:left;
	color: #000;
	
}
#lingua {
	float:right;
	padding-top:5px;
	padding-right:25px;
	
}
#news a {
	text-decoration:none;
	color: #000;
	
}
div#newsPopUp
{
background-color:#FFF
}



/* horizontal menu */

#menu {
	height: 13px;
	padding-top:28px;
	float: right;
	padding-right:20px;
}

a {
	text-decoration: none;
	color: #666D6C;
	
}

a:hover {
	color: #000;
}

div#credits {
	width: 98%;
	padding-top:15px;
	text-align:right;
	height: 10px;
	font-size: 10px;
	color:#333;
	clear:both;
}
div#credits a {
	text-decoration: none;
	font-size: 10px;
	color: #333;
}
div#credits a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #000;
}



.modello{
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666D6C;

}

