html{
	height: 100%;
}
body{
	margin:0;
	padding:0;
	background: #F3F3F3 url(../img/bodybg.png) repeat-y center top;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
div, p{
	font-size:12px;
	color:#000000;
}
a{
	color: #0066CC;
	text-decoration:none;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
.mainImg{ height: 292px;
overflow:hidden;
}
#container{
	width:960px;
	margin:0 auto -60px;;
	display: block;
	min-height:100%;
}
#header{
	height:128px;
	background: transparent url(../img/ems-top.png) no-repeat center top ;
}
#header div{
	color:#999999;
	font-size: 20px;
	font-style: italic;
	text-align: right;
	padding: 60px 40px 0 0;
} 
#main{
	padding-bottom: 60px;
}
#left{
	float: left;
    margin:0 0 0 90px;
    width: 420px;
}
#right{
	background: url("../img/ems-form.png") no-repeat scroll center top transparent;
    float: right;
    margin: 0 67px 0 0;
    width: 352px
}
#left blockquote{
	color:#666666;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	line-height:20px;
	margin:0;
	padding:10px 20px 20px 30px;
	background: transparent url(../img/quote.png) no-repeat left top;
}
.downloadForm{
	margin: 0 auto 30px;
	width:272px;
	padding:0 20px;
	font-size: 11px;
}
.downloadForm input.formInput {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:/*url(../img/lineshad.png) repeat-x scroll center -20px*/ #FFFFFF;
	border:1px solid #999;
	font-size:16px;
	margin:2px auto;
	padding:5px;
	text-align:left;
	width:260px;
	margin: 0 auto;
}
.downloadForm input#submit {
	background:url(../img/scarica.png) no-repeat scroll center top transparent;
	margin:10px auto;
	width:272px;
	height:77px;
	cursor: pointer;
	border: none;
}
.downloadForm input#submit:hover {
	background-position: center bottom;
}
.formPrivacy{
	padding: 5px 0 0 7px;
}
.formPrivacy label{
	width: 240px;
	float:right;
	font-size: 11px;
}
.formPrivacy label a{
	color: #0066CC;
	text-decoration:underline;
}
.formPrivacy input{
	float:left;
	margin: 1px;
}
.formLabel{	
	font-size:14px;
	padding: 9px 0 3px 5px;
}
.formIntro{
	font-size: 11px;
    padding: 0 20px;
}
.formRequired{
	color:#999999;
	font-size: 11px;
	font-style:italic;
	margin: 0;
}
.list1{
	margin: 20px 0;
	list-style: none;
	padding: 0;
}
.list1 li{
	padding: 10px 0 10px 50px;
	background: #FFF none left center no-repeat;
}
.list1 .li1{
	background-image:url(../img/template.png);
}
.list1 .li2{
	background-image:url(../img/address.png);
}
.list1 .li3{
	background-image:url(../img/personal.png);
}
.list1 .li4{
	background-image:url(../img/smtp.png);
}
.list1 .li5{
	background-image:url(../img/update.png);
}
.list1 .li6{
	background-image:url(../img/track.png);
}
.list1 .lin{
	font-size:14px;
	background-image:url(../img/apply.png);
	background-position: 15px 6px;
}
#footer{
	background: #F3F3F3 url(../img/footer.png) no-repeat center top;
	height: 60px;	
	/*position: relative;*/
	margin-top: -60px; /* negative value of footer height */
	clear:both;
}
#footer div{
	text-align: center;
	font-size: 11px;
	color:#999999;
	padding:20px 0 0;
}
/* DOWNLOAD */
#mainDownload{
	min-height: 290px;
	position:relative
}
#textDownload{
	font-size: 14px;
	width:800px;
	margin: 0 auto;
	padding:30px 0;
}
.addthis_toolbox{
	margin: 5px auto 0;
    text-align: center;
    width: 111px;
}
.epub{
	padding: 2px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #06C;
	color: #FFF;
	font-weight: bold;
}
.pdf{
	padding: 2px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #C30;
	color: #FFF;
	font-weight: bold;
}
.dnlTab a{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 15px 20px 20px;
	background-color: #F4F4F4;
	display: block;
	border: 1px solid #DDD;
	text-align: center;
}
.dnlTab a:hover{
	background-color: #EEE;
}