/*Setting base */
body {
	margin: 0;
	width: 100%;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
p{
  	color: #4f5761;
    font-size: 15px;
    line-height: 25px;
}
h1{
	font-size: 30px;
	font-weight: lighter;
	color: #3e3e3e;
}
h2{
	font-weight: lighter;
	color: #3e3e3e;
}
h3{
	color: #4b6676;
}
h4{
	font-size: 13px;
	color: #5c95b8;
	line-height: 24px;
}
h6{
	font-size: 12px;
	color: #d5e6f1;
	font-weight: lighter;
}
.right
{
	float:right;
}
.left
{
	float:left;
}

.button
{
   	background-image: url("../immagini/button_arrow.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    height: 17px;
    margin: 0 15px 10px 8px;
    padding-left: 11px;
    padding-right: 35px;
    padding-top: 3px;
}

.margin_sx
{
	margin-left: 25px;
}
.margin_dx
{
	margin-right: 25px;
}
.center_div
{
	display: table;
	margin: 0 auto;
}


/*Setting web*/
#container {
	margin: 0 auto;
	left: 50%;
	width: 1024px;
	background-color: #fff;
}

#site {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
	box-shadow: 0px 0px 50px #001d39;

}