*, html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: black;
}
.section {
	width: 940px;
	margin: 0 auto;
}
.header {
	background: url(../images/header.png) repeat-x;
	height: 93px;
}
.header .logo {
	float: left;
	display: block;
	width: 247px;
	height: 73px;
	background: url(../images/logo.png) no-repeat
}
.header .logo {
	float: left;
	display: block;
	width: 247px;
	height: 73px;
	margin-top: 10px;
	background: url(../images/logo.png) no-repeat
}
.header .newsletter{
	float: right;
	display: block;
	width: 172px;
	height: 41px;
	margin-top: 25px;
	background: url(../images/newsletter.png) no-repeat
}
.blue-bar {
	
	font-size: 16px;
	line-height: 33px;
	color: white;
	text-align: center;
	border-bottom: solid 2px white;
	background: #00457c url(../images/bar.png) repeat-y center center;
}
.content {
	height: 750px;
	background: url(../images/bg.jpg) no-repeat center top;
}

.left {
	width: 460px;
	height: 750px;
	float: left;
	background: url(../images/bg-1.png) no-repeat;
	padding: 60px;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box;
}
.servizi {
	width: 340px;
	height: 72px;
	display: block;
	background: url(../images/servizi.png) no-repeat
}

.right {
	width: 460px;
	height: 750px;
	float: right;
	padding: 60px;
	background: url(../images/bg-2.png) no-repeat;
	-webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box;
}
h2 {
	color: #00457c;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	padding-left: 60px;
	padding-bottom: 40px;
	background: url(../images/thumb-1.png) no-repeat
}
p {
	margin-bottom: 40px;
}
select {
	display: none;
}
.sbHolder {
	background: #b10035;
	border-bottom: solid 2px #530019;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	height: 40px;
	position: relative;
	margin-bottom: 10px;
}
.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 340px;
	color: white;
	text-decoration: none;
	
}
.sbToggle{
	background: url(../images/small-arrow.png)  no-repeat;
	display: block;
	height: 9px;
	outline: none;
	position: absolute;
	right: 12px;
	top: 17px;
	width: 14px;
}

.sbOptions{
	background: white;
	border: solid 1px #530019;
	border-top-width: 2px;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 338px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #b10035;;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	text-decoration: none;
}
.sbOptions li:last-child a{
	border-bottom: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #b10035;
}

.footer	{
	background: url(../images/footer.png) repeat-x;
	margin-top: -10px;
	height: 250px
}
.footer .section {
	font-size: 13px;
	color: #333;
	text-align: center;
	padding-top: 25px;
}
.footer .section strong {
	font-size: 13px;
	color: #333;
}
.footer .section strong a {
	color: #00457c;
	font-size: 13px;
}
