@font-face {
    font-family: 'REZ';
    src: url('font/REZ.ttf');
}

        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            width: 16px;
            height: 16px;
            background: url('/techsyst/img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
		
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
			
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('/techsyst/img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
		
#sl	{
	width:80%;
	height:auto;
	margin: 0 auto;
	position:absolute;
	top:30%;
	left:10%;
	
	-webkit-box-shadow: 0px 30px 40px -2px #1a2541;
	}
p{
	color:#1a2541;
	font-size: 12px;
	margin-bottom:3px;
	text-align:center;
	cursor:default;
}
img	{
	width:110%;
}

body	{
	margin-top:50px;
	margin-left:0;
	margin-right:0;
	background-image: url('/techsyst/img/bg.png');
}

#head	{
	width:70%;
	margin: 0 auto;
	border-bottom: 1px solid #1a2541;
	height:72px;
}

#head h1	{
	font-family: 'REZ';
	color:white;
	font-size: 300%;
}

#logo	{
	width:50%;
	height:100%;
	float:left;
}
#foot{
	width:100%;
	height:auto;
	margin:0;
	position:absolute;
	bottom:0px;
	
}
#footer	{
	width:70%;
	height:70px;
	margin:0 auto;
	position:relative;
	bottom: 0px;
}

#menu	{
	float:right;
}

ul	{
	height:100%;
	position:relative;
	top:50%;
	bottom:50%;
}

li	{
	float:left;
	display:block;
	margin:10px;
}
li a	{
	color:#b20000;
	font-size:17px;
	text-decoration:none;
	transition-duration:0.5s;
}

li a:hover	{
	color:#1a2541;
}

#main	{
	height:100%;
	background-color: white;
}

#main	{
	width:70%;
	height:auto;
	margin:0 auto;
	margin-top:40px;
	
}
#info	{
	width:50%;
	height:350px;
	float: left;
	padding-right:10px;
}
#info p {
	font-size:15px;
	text-align:left;
	margin:0;
	line-height:20px;
}
#info	h1, #contacts h1	{
	color: #b20000
}
#contacts	{
	width:48%;
	height:350px;
	float:right;
}

#contacts	h1	{
	text-align:center;
}

#contacts p	{
	margin-top:0px;
	line-height: 40px;
	font-size:15px;
}

#contacts a	{
	-webkit-transition-duration:0.7s;
}
#contacts a:hover	{
	color:#b20000;
}
fieldset	{
	border-style:none;
	margin-top:30px;
}
form#contact  		{
	font-size:100%;
	color:#1a2541;
	}
form#contact label	{
	float:left;
	display:block;
	margin:3px 0;
	clear:both;
	}
form#contact input	{
	color:#000;
	margin:0 0 7px 0;
	border:1px solid #d8d8d8;
	width:220px;
	float:right;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	padding:3px 10px;
	}
form#contact input:focus	{
	outline:none;
}
form#contact select	{
	color:#000;
	margin:0 0 7px 0;
	border:1px solid #d8d8d8;
	width:240px;
	float:right;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	background: url('/techsyst/img/gradient_white.png') repeat-x top left #efefef;
	padding:3px 5px 3px 10px;
	}
form#contact option	{
	display:block;
	color:#666;
	}
form#contact textarea {
	color:#666; 
	float:right;
	font-size:70%;
	font-family:arial;
	height:80px;
	border:1px solid #d8d8d8;
	width:220px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding:2px 10px;
	margin-bottom:10px;
	}
form#contact textarea:focus	{
	outline:none;
}
#send {
	background: repeat-x top left #a80329; 
	clear:both;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:0;
	cursor:pointer;
	color:#fff;
	margin-top:15px;
	float:right;
	font-weight:bold;
	font-size:110%;
	padding:5px 15px;
	-webkit-transition-duration:1s;
	}
#send:hover	{
	background: repeat-x top left white;
	color:#a80329;
}
#send:focus	{
	outline:none;
}
.faulty_field	{
	background:#fff4f4 !important;
	color:#ff0000;
	border:1px solid #ff0000 !important;
	}
label span	{
	color:#ff0000;
	font-size:85%; 
	}
#assistenza	{
	margin:0 auto;
	width:70%;
	height:auto;
}
#logo_original	{
	margin-top:80px;
	margin-right:50px;
	float:right;
	width:40%;
	height:100%;
}
#help	{ 
	width:40%; 
	height:400px; 
	float:left;
	padding:0;
	margin-top:40px;
	text-align:left;
	}
#help	h1	{
	margin:0px;
	text-align:left;
	color: #b20000
}
#help	p	{
	margin:0px;
	font-size:15px;
	text-align:left;
	color:#1a2541
}
#contacts img	{
	width:100%;
	height:210px;
	position:relative;
	-webkit-transition-duration:0.4s;
}
#maps	{
	background-image: url('/techsyst/img/position.jpg');
	width:500px;
	height:210px;
	position:relative;
	-webkit-transition-duration:0.5s;
}
#maps:hover	{
	background-image:url('/techsyst/img/position2.jpg');
}
a.block	{
	display:block;
	width:100%;
	height:100%;
}