@charset "utf-8";

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear:left !important;	
}
/* CSS Document */
@font-face {
    font-family: 'FuturaStdBold';
    src: url('futurastd-bold-webfont.eot');
    src: url('futurastd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-bold-webfont.woff') format('woff'),
         url('futurastd-bold-webfont.ttf') format('truetype'),
         url('futurastd-bold-webfont.svg#FuturaStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStdBook';
    src: url('futurastd-book-webfont.eot');
    src: url('futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-book-webfont.woff') format('woff'),
         url('futurastd-book-webfont.ttf') format('truetype'),
         url('futurastd-book-webfont.svg#FuturaStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStdHeavy';
    src: url('futurastd-heavy-webfont.eot');
    src: url('futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-heavy-webfont.woff') format('woff'),
         url('futurastd-heavy-webfont.ttf') format('truetype'),
         url('futurastd-heavy-webfont.svg#FuturaStdHeavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStdHeavyOblique';
    src: url('futurastd-heavyoblique-webfont.eot');
    src: url('futurastd-heavyoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('futurastd-heavyoblique-webfont.woff') format('woff'),
         url('futurastd-heavyoblique-webfont.ttf') format('truetype'),
         url('futurastd-heavyoblique-webfont.svg#FuturaStdHeavyOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	background:url(../img/bg.jpg) left top repeat;
}
.container{
	margin:0 auto;
	width:1200px;
	position:relative;
}
.top{
	background:url(../img/bg_top.jpg) center top no-repeat;
	min-width:1200px;
	height:149px;
	-webkit-box-shadow: 0 4px 2px 0 #737373;
	box-shadow: 0 4px 2px 0 #737373;
}
.top .container img{
	float:left;
	margin-left:10px;
}
.top .container p{
	float:left;
	font-family: 'FuturaStdHeavyOblique';
	color:#fff;
	font-size:66px;
	margin-left:245px;
	margin-top:20px;
	text-shadow: 3px 3px 2px #363636;
}
.top .container p span{
	font-family: 'FuturaStdHeavy';
	font-size:100px;
}
.testo{
	text-align:center;
	font-size:16px;
	color:#154087;
	font-family: 'FuturaStdBook';
	margin:50px 0 30px;;
	line-height:26px;
}
.box_left{
	float:left;
	background:url(../img/left_shadow.png) -19px 376px no-repeat;
	padding-bottom:42px;
}
.consegne{
	background:url(../img/consegna.jpg) left top no-repeat;
	width:552px;
	height:382px;
}
.consegne h1{
	color:#154087;
	font-size:24px;
	font-family: 'FuturaStdHeavy';
	text-shadow: 2px 2px 2px #4e9c96;
	padding:10px;
}
.consegne p{
	color:#154087;
	font-size:18px;
	font-family: 'FuturaStdBook';
	margin-top:290px;
	margin-left:10px;
	text-shadow: 1px 1px 1px #fff;
	line-height:21px;
}
.box_right{
	float:left;
	background:url(../img/right_shadow.png) -19px 376px no-repeat;
	margin-left:20px;
	padding-bottom:42px;
}
.box_right .prodotti{
	height:384px;
	width:628px;
	background:#fff;
}
.box_right .prodotti h1{
	font-family: 'FuturaStdBook';
	font-size:16px;
	color:#bc6300;
	padding-top:15px;
	padding-left:15px;
}
.box_right .prodotti ul{
	padding-top:15px;
	padding-left:15px;
}
.box_right .prodotti ul li{
	color:#154087;
	font-size:14px;
	font-family: 'FuturaStdBook';
	margin-bottom:13px;
}
.box_right .prodotti ul li img{
	margin-right:5px;
}
.bottom{
	background:url(../img/bg_bottom.jpg) center top no-repeat;
	background-size: cover;
	min-width:1200px;
	/*height:357px;*/
	-webkit-box-shadow: 0 -4px 2px 0 #737373;
	box-shadow: 0 -4px 2px 0 #737373;
}
.logo_bottom{
	position:absolute;
	left:0;
	top:-25px;
}
.contatti{
	float:left;
	width:270px;
	padding-top:75px;
	padding-left:50px;
}
.contatti table tr{
	height:50px;
}
.contatti table tr td img{
	padding-right:30px;
	vertical-align:middle;
}
.contatti table tr td{
	font-family: 'FuturaStdBook';
	color:#fff;
	font-size:16px;
	vertical-align:middle;
	text-shadow: 2px 2px 2px #333333;
}
.contatti table tr td a{
	color:#fff;
	text-decoration:none;
}
.contatti table tr td a:hover{
	text-decoration:underline;
}
.form{
	float:left;
	width:436px;
	padding-top:13px;
	margin-left:30px;
}
p.testi_form{
	font-family: 'FuturaStdBook';
	color:#fff;
	font-size:16px;
	text-shadow: 2px 2px 2px #333333;
	margin-right:5px;
}
.riquadro1{
	width:324px;
	height:22px;
	background:#fff;
	border:none;
	font-family: 'FuturaStdBook';
	font-size:14px;
	color:#154087;
	margin-bottom:13px;
}
.riquadro2{
	width:324px;
	height:100px;
	background:#fff;
	border:none;
	font-family: 'FuturaStdBook';
	font-size:14px;
	color:#154087;
	resize:none;
}
.privacy{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:9px;
	width:266px;
	color:#fff;
	text-shadow: 2px 2px 2px #333333;
}
.tasto_invia{
	background:#154087;
	font-family: 'FuturaStdBook';
	color:#fff;
	font-size:14px;
	border:none;
	cursor:pointer;
	margin-top:5px;
	padding:2px 8px;
}
.tasto_invia:hover{
	background:#fff;
	color:#154087;
}
.map{
	float:left;
	border:3px solid #fff;
	box-shadow:0 0 6px 0 #737373;
	width:356px;
	height:240px;
	margin-left:30px;
	margin-top:13px;
}
.footer .container p{
	color:#154087;
	font-family: 'FuturaStdBook';
	font-size:12px;
	float:left;
	padding:8px 0;
}
.footer .container p.clion{
	float:right;
}
.footer .container p a{
	color:#154087;
	text-decoration:none;
}
.footer .container p a:hover{
	text-decoration:underline;
}
behavior: url(/PIE.htc);