/*---------------------------------------
 * RESET
 * ----------------------------------- */
html, body {
	height:100%;
	margin:0;
	padding:0;
	border:0;
}

body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, dt, dd, fieldset, form, label, table, caption, tr, th, td, footer, header {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

ul, ol {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a img {border:none;}

:focus {outline:0;}


/*----------------------------------------
 * TYPOGRAPHY
 * ------------------------------------ */
body {
	font-size:13px;
	line-height:20px;
	color:#222222;
	background-color:#FFFFFF;
	font-family: 'PTSansRegular';

}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h2 {
	color: #ff931f;
		font-size:17px;
}

strong {
	font-weight:600;
}

p {
	margin:20px 0px;
}

a {
	text-decoration:none;
	color:#e4e4e4;
}

a:focus, a:hover {
	color:#FFFFFF;
}

input {
	font-size:12px;
	
	font-family:Arial, Helvetica, sans-serif;
}

textarea {
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*----------------------------------------
 * COMMON CLASSES
 ---------------------------------------*/
.left {
	float:left !important;
	overflow:hidden;
}

.right {
	float:right !important;
	overflow:hidden;
}
/*--------------------------------------
 * PAGE ELEMENTS
 -------------------------------------*/
.container {
	width:990px;
	margin:0px auto;
}
#wrapper{
	overflow: hidden;
	
}

#pattern{
	background-image: url(../img/generale/pattern.png);
	height: 100%;
}
/*-------------------------------------
 * HEADER
 -------------------------------------*/
#conainerHeader{
	width: 422px;
	height: 142px;
	background-image: url(../img/generale/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

#strisciaHeader{
	height: 142px;
	margin-left:422px;
	background-image: url(../img/generale/header_striscia.png);
}

#backHeaderVuoto{
	width: 392px;
	height: 47px;
	background-image: url(../img/generale/header_back_vuoto.png);
	background-repeat: no-repeat;
}

#backHeaderBianco{
	width: 990px;
	height: 476px;
	background-image: url(../img/generale/header_back_bianco.png);
	background-repeat: no-repeat;
}

#header {
	
}
/*-------------------------------------
 * NAVIGATION
 ------------------------------------*/
#navigationHeader {
	float:right;
	overflow:hidden;
	margin-right: 22px;
	margin-top: 22px;
}

#navigationHeader li {
	float:left;
	font-size: 15px;
	margin-right:15px;
	border-left:#cdbbb6 2px solid;
	padding-left:12px;
}

#navigationHeader li:first-child {
	border:none;
	padding:0px;
}
/*------------------------------------
 * PAGE
 -----------------------------------*/
#containerBianco{

	padding-left: 100px;
	padding-top: 100px;
	width: 640px;
}
#containerBiancoDestra {
	overflow: hidden;
	padding-left: 100px;
	padding-top: 380px;
	
}

#logoFacebook a:hover {
	background-position:bottom;
}

#logoFacebook a {
	background-image:url('../img/generale/facebook.jpg');
	display:block;
	width:25px;
	height:25px;
}
#logoLinkedin a:hover {
	background-position:bottom;
}

#logoLinkedin a {
	background-image:url('../img/generale/linkedin.jpg');
	display:block;
	width:25px;
	height:25px;
	margin-left: 12px;
}





/*-----------------------------------
 * contatti
 -----------------------------------*/
#containerIndirizzo {
	width: 340px;
}

#containerIndirizzo a {
	color: #ff931f;
}
#containerIndirizzo a:hover{
	color: #000000;
}

#containerFormContatti {
	width: 300px;
}


#contattiIndirizzo li{
	margin-top:10px;
	margin-bottom:10px;
}

input {
	border:1px solid #CCCCCC;
	display:block;
	height:18px;
	line-height:18px;
	width:280px;
	padding:0px 5px;
}

textarea {
	border:1px solid #CCCCCC;
	display:block;
	height:60px;
	line-height:18px;
	margin:5px 0 10px;
	width:280px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#containerForm {
	margin-top: 15px;
}

#privacyContainer {
	font-size:11px;
	width: 280px;

}

#privacyContainer a{
	color:#ff931f;

}

#contatti #checkPrivacy {
 	width:20px;
	margin-right:10px;
	float:left;
	border:none;
}

#ringraziamento{
	font-size:20px;
	margin-bottom:30px;
	margin-top:10px;
	color:#1c6e41;
	text-align:center;
}

#submitContatti {
	width:280px;

	cursor:pointer;
}

/*-----------------------------------
 * PRIVACY
 -----------------------------------*/
#pagePrivacyContainer {
	width: 100%;
	max-width: 990px;
	padding: 15px;
	margin: 30px auto 100px;
	background: #ffffff;
}

#pagePrivacyContainer a {
	color: #ff931f;
}

/*-----------------------------------
 * FOOTER
 -----------------------------------*/

#containerFooter{
	width: 841px;
	height: 200px;
	background-image: url(../img/generale/footer.png);
	background-repeat: no-repeat;
	position:fixed;
	bottom:35px;
	right:0;
}

#footer {
	overflow: hidden;
}

#footerTesto {
	margin-top: 157px;
	margin-left: 130px;
	color: #e4e4e4;
	text-align: right;
}

#footerTesto a {
	color: #ff931f;
}
#footerTesto a:hover{
	color: #ffffff;
}

#footerSocial {
	
}



