﻿.DivContentStatic
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	color: #666666;
}
.DivContentStatic p
{
	color: #666666;
	font-weight: bold;
}
.DivContentStatic ul
{
	list-style-type: square;	
	color: #ff7b19;
    font-weight: bold;
}
	
.DivContentStatic ul li p
{	
	color: #2180f3;
}
#DivEsposizioneNegozio
{
	background-image: url(Images/Structure/EsposizioneNegozio.png);
	background-repeat: no-repeat;
	background-position: center center;	
	height: 150px;
}
#DivEsposizioneVetrina
{
	background-image: url(Images/Structure/EsposizioneVetrine.png);
	background-repeat: no-repeat;
	background-position: center center;	
	height: 150px;
}
#DivContentStaticContatti li
{
	padding-bottom: 10px;
}
#DivContentStaticContatti li a
{
	color: #2180f3;
	font-size: 16px;
}

/* Div con Immagini di backround dei prodotti */
#DivProduct1
{	
	background-image: url(Images/Structure/Prodotti1.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width: 350px;
	height: 194px;
	float: right;
	border: solid 3px #ff7b19;
	margin: 10px;
}
#DivAzienda1
{
	background-image: url(Images/Structure/Azienda1.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width: 350px;
	height: 184px;
	float: left;
	border: solid 3px #ff7b19;
	margin: 10px;
}
#DivAzienda2
{
	background-image: url(Images/Structure/Azienda2.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width: 750px;
	height: 176px;
	float: left;
	border: solid 3px #ff7b19;
	margin: 10px;
}
.DivContatti
{
	background-image: url(Images/Structure/Contatti.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#DivHomePage1
{
	background-image: url(Images/Structure/HomePage1.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width: 400px;
	height: 267px;
	float: right;
	border: solid 3px #ff7b19;
	margin: 10px;
}
#DivHomePage2
{
	background-image: url(Images/Structure/HomePage2.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width: 350px;
	height: 248px;
	float: left;
	/*border: solid 3px #ff7b19;*/
	margin: 10px;
}