/* 	CSS Bottega Artigiana Pontiggia
*	Fullerton, ottobre 2012	
*/


body 
{
	background: #fff;
	margin: 0 auto;
}


div#testata 
{
	height:180px;
	width:885px;
	background:white;
	border-radius:5px;
	margin: 0 auto;
}

div#logo
{
	height:160px;
	width:160px;
	margin-top:11px;
	float:left;
	background: url('logo_bottega_artigiana_pontiggia.jpg') no-repeat;
	margin-left:22px;
	border-radius: 5px;
}

div#testata a
{
	font-family: "Lobster";
	text-decoration: none;
}

ul 
{
	font-size:25px;
	font-weight: bold;	
	list-style:none;
	padding-top:118px;
	color:black;
	text-align: right;
	margin-right: 38px;
	width: 825px;
}


li
{
	display: inline-block;
	text-align: right;
}

li.contatti, li.prodotti, li.bottega
{
	width: 170px;
	margin-left: 6px;
}

li.home
{
	width: 130px;
}

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

a:visited
{
	color:black;
}

a:hover
{
	color:#606060;
}

a:active
{
	color:black;
}

div#corpo
{
	min-height:500px;
	width:885px;
	margin: 0 auto;
	background: #fff;
}

div#footer 
{
	height:32px;
	width:885px;
	font-size:9px;
	margin: 0 auto;
	margin-left: 20px;
	font-family: "Numans";
	vertical-align: top;
}

div.immagini_bottega
{
	float: left;
	/*border: 1px solid #000;*/
	width: 43%;
	margin-left: 5px;
	margin-top: 15px;
}

div.tab
{
	background: #ccc;
	width: 160px;
	height: 160px;
	display: inline-block;
	margin: 10px;
	overflow: hidden;
	border-radius: 5px;
}

div#immagini_prodotti
{
	margin-left: 18px;
}

div.tab-img
{
	width: 160px;
	height: 160px;
	display: inline-block;
	margin: 4px;
	overflow: hidden;
	border-radius: 5px;
}

div.testo
{
	width: 448px;
	text-align: justify;
	font-family: 'Numans';
	float: left;
	/*border: 1px solid #000;*/
	padding: 20px;
	line-height: 22px;
}

.slide
{
	width: 885px;
	height: 500px;
	margin: auto;
	overflow: hidden;
	position:absolute;
	background:#fff;
}

.slide img 
{
	padding: 15px; 
	border: 1 px solid #ccc; 
	background-color: #eee; 
	margin-left:285px; 
	margin-top:85px;
}

div#wrapper
{
	width: 885px;
	margin: 0 auto;
	box-shadow: 0px 0px 30px #404040;
	border-radius: 5px;
}

img 
{
	border: 1px solid #fff;
}

#immagini_prodotti a
{
	text-decoration: none;
}

.facebook
{
	position: relative; 
	top: -30px; 
	left: 680px;
}

.facebook a
{
	text-decoration: none;
}
.facebook img
{
	border: 0;
}