@charset "utf-8";
/* CSS Document */

/* ---- Oracle Css---- */

* {
	margin: 0;
	padding: 0;
	border: 0
}
body {
	color: #666666;
	background:#C8C8C8 url(../images/taglio/sfo_body.jpg) 0 0 repeat-x;
	margin: 0px 0;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
/* ---- Tipografia  -----------------------------------------------------------------------------------------------------------------------*/ 

h1 {
	font-size: 230%;
	color:#3B3B3B;
	font-weight: lighter;
	line-height:1.2em;
	margin:10px 0px 5px 0px;
	padding:0;
}
h2 {
	color:#666;
	margin: 0 0 10px 0;
	font-size: 160%;
	font-weight: lighter;
	padding-bottom:0;
	line-height:1.5em;
}
h3 {
	color: #EB931B;
	font-size: 115%;
	font-weight:bold;
	margin: 10px 20px 0 10px;
	padding: 0;
}
h4 {
	color: #333;
	font-size: 100%;
	padding: 5px 5px 2px 0px;
	margin:0px 20px 0px 10px;
}
p {
	padding: 0;
	margin: 0 0 15px 10px;
}
ul {
	margin:0px 20px 0px 20px;
	padding:5px 5px 5px 20px;
}
li {
	list-style:none;
	background:url(../images/taglio/li.jpg) 0 4px no-repeat;
	padding:0px 0px 5px 30px;
}
/* ---- immagini  ---------------------------------------------------------------------------------------------------------------------*/ 

img {
	background: #fff;
	margin:0px;
	border: 1px solid #ccc;
	padding: 5px;
}
/* ---- link  -----------------------------------------------------------------------------------------------------------------------*/ 
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color:#333333;
	text-decoration: underline;
}
/*Wrap contenitore pagina-------------------------------------------------------------------------------------------------------------------*/ 
#wrap {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
/* ---- Content  ----------------------------------------------------------------------------------------------------------------------*/ 

#content-wrap {
	clear:both;
	width: 870px;
	float:left;
	padding:8px 15px;
	background: #FFF url(../images/taglio/sf_content.jpg) repeat-x left top;/*	border: 1px solid #9A9A9A;
*/
}
#content-box {
	clear:both;
	width: 868px;
	float:left;
	padding:8px 15px;
	background: #FFF url(../images/taglio/sf_box.jpg) repeat-x left top;
	margin: 15px 0 15px 0;
	border: 1px solid #939393;
}
/*-----------------header--------------------------------------------------------------------------------------------------------------------------*/ 
#header {
	background:url(../images/taglio/sfo_header.jpg) 0 0 no-repeat;
	width: 900px;
	height:210px;
	position:relative;
}
#header img {
	padding:0;
	border:none;
	margin:0;
}
#logo {
	margin:0px;
	position:absolute;
	top:0;
	left:0;
}
#logo a:link, #logo a:visited {
	display:block;
	width:189px;
	height:35px;
	z-index:9999;
}
/*-----------------header photo--------------------------------------------------------------------------------------------------------------------------*/ 

#header_photo {
	width: 900px;
	height:160px;
	position:relative;
	top: 51px;
}
#header_photo a.home {
	float: left;
	display: block;
	width: 350px;
	height: 110px;
	float: left;
}
#header_photo a.master {
	background: url(../images/header_master.jpg) no-repeat right top;
	display: block;
	width: 400px;
	height: 190px;
	float: right;
}
/* ---- Navigation  ----------------------------------------------------------------------------------------------------------------------*/ 
#nav {
	left:220px;
	padding:0px 0px 0px 0px;
	height:35px;
}
#nav li {
	float:left;
	background:none;
	padding:10px 0 10px 0;
	margin:0;
	border-right:1px solid #dadada;
	border-left:1px solid #F9F9F9;
}
#nav li a:link, #nav li a:visited {
	margin:0px 10px;
	padding:10px 8px 9px 8px;
	color:#1D1B1C;
	font-size:115%;
}
#nav li a:hover {
	border-bottom:2px solid #EF9922;
	text-decoration:none;
}
/* ---- Sidebar  ----------------------------------------------------------------------------------------------------------------------*/ 
#sidebar {
	/*background: url(../images/taglio/sep_v.png) top left repeat-y;*/
	margin:10px 0 10px 0;
	width:280px;
	float:left;
	padding: 5px;
}
/* ---- Sidebar BOX  ----------------------------------------------------------------------------------------------------------------------*/ 
#sidebar a.box_paper {
	background: url(../images/paper_box.jpg) no-repeat left top;
	display: block;
	width: 243px;
	height: 220px;
	color: #FFF;
	font-size: 90%;
	line-height: 120%;
	padding: 55px 10px 0 25px;
	margin-bottom: 15px;
}
#sidebar a.box_paper span {
	font-style: italic;
	display: block;
	width: 140px;
	margin: 9px 0 0 100px;
	font-size: 110%;
	line-height: 120%;
}
#sidebar a.box_brochure {
	background: url(../images/brochure_box.jpg) no-repeat left top;
	display: block;
	width: 243px;
	height: 220px;
	color: #FFF;
	font-size: 90%;
	line-height: 120%;
	padding: 55px 10px 0 25px;
	margin-bottom: 15px;
}
#sidebar a.box_brochure span {
	font-style: italic;
	display: block;
	width: 140px;
	margin: 9px 0 0 100px;
	font-size: 110%;
	line-height: 120%;
}

#sidebar a.partner {
	background: url(../images/banner-partner.jpg) no-repeat left top;
	width: 263px;
	height: 220px;
	display: block;
	padding: 0;
	margin: 0 0 0 6px;
}

/*------------Immagini e testo Float----------------------*/
.parag_img div {
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 0 0 5px 0;
	float:left;
	width: 100%;
}
#main .parag_img p {
	width: 320px;
	margin: 0;
}
.parag_img .right {
	width: 400px;
	float: right;
	border: none;
}
#main .parag_img h3 {
	font-size: 160%;
	padding: 0;
	margin: 0 0 10px 0;
	width: 350px;
	color:#373737;
}
.parag_img div.left img {
	float: left;
	margin: 0 15px 15px 0;
	padding: 30px 0 0 0;
	border: none;
}
.parag_img div.left a img {
	border: none;
}
a.call2 {
	background: url(../images/taglio/call.jpg) no-repeat left top;
	color:#373737;
	margin: 10px 0 10px 0;
	padding: 11px 0 0 0;
	text-align: center;
	font-size: 140%;
	font-weight: lighter;
	width: 214px;
	height: 36px;
	display: block;
}
a:hover.call2 {
	text-decoration: underline;
}
/*------------box inferiore VIDEO e Master 24h----------------------*/

#content-box #box_left {
	margin: 0;
	padding: 8px;
	float:left;
	width: 410px;
	border-right: 1px dotted #CCC;
}
#content-box #box_right {
	margin: 0;
	padding: 8px;
	float:right;
	width: 410px;
}
#content-box img.left {
	float: left;
	border: none;
}
#content-box span {
	width: 200px;
	float: right;
	display: block;
	margin: 0 0 0 10px;
}
#content-box h3 {
	font-size: 160%;
	font-weight: lighter;
	color: #343333;
	margin: 0 0 20px 0;
	padding: 0;
}
#content-box h4 {
	font-style:italic;
	font-size: 120%;
	font-weight: lighter;
	color: #333;
	width: 200px;
	float: right;
	margin: 0 0 5px 10px;
	padding: 0;
	line-height:  120%;
}
a.call_box {
	color:#373737;
	text-decoration: underline;
	margin: 10px 0 10px 0;
	text-align: center;
	padding: 11px 0 0 0;
	font-size: 140%;
	font-weight: lighter;
	background: url(../images/taglio/call.jpg) no-repeat left top;
	width: 214px;
	height: 36px;
	display: block;
	clear: both;
}
a:hover.call_box {
	text-decoration: underline;
}
a#call_video {
	color:#373737;
	text-decoration: underline;
	margin: 10px 0 10px 0;
	padding: 16px 10px 0 65px;
	font-size: 130%;
	font-weight: lighter;
	background:url(../images/play.jpg) no-repeat left top;
	display: block;
	height: 38px;
	clear: both;
}
a:hover.call_video {
	text-decoration: underline;
	color: #EA941D;
}
/* ---- Main Column  ----------------------------------------------------------------------------------------------------------------------*/ 
#main {
	padding: 20px 15px 15px 15px;
	margin:0 auto;
	color:#666;
	float:left;
	width:550px;
}
#main ul.pdf_list {
	color:#666;
	background:none;
	padding:0px 20px 10px 10px;
	margin:0;
}
#main ul.pdf_list li {
	list-style:none;
	background:url(../images/taglio/pdf.jpg) -5px 5px no-repeat;
	color:#666;
	padding:0 0 10px 70px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	font-size: 120%;
}
#main ul.pdf_list li p {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}
#main a:link.scarica, #main a:visited.scarica {
	background: url(../images/taglio/scarica.png) 0 0 no-repeat;
	height:53px;
	font-weight:bold;
	margin: 5px 0 10px 0px;
	display:block;
	width:100%;
	padding: 20px 0 0 0;
}
#main a:hover.scarica {
	background: url(../images/taglio/scarica.png) 0 -29px no-repeat;
}
/* ---- Main CALL  ----------------------------------------------------------------------------------------------------------------------*/ 

#content-wrap #main a.call {
	background: url(../images/taglio/call.jpg) no-repeat left top;
	color:#373737;
	margin: 10px 0 10px 0;
	padding: 11px 10px 0 12px;
	font-size: 130%;
	font-weight: lighter;
	width: 280px;
	height: 36px;
	display: block;
}
#content-wrap #main a:hover.call {
	text-decoration: underline;
}
/* ---- ---- footer  ----------------------------------------------------------------------------------------------------------------------*/ 
#footer {
	background: url(../images/taglio/sf_footer.jpg) top left;
	clear: both;
	margin: 0;
	width: 900px;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
#footer ul {
	padding: .2em 0;
	margin: 0 auto;
	list-style-type: none;
	width: 820px;
	text-align: center;
}
#footer li {
	display: inline;
	line-height: 22px;
	font-size: 90%;
	background: none;
}
#footer li a {
	text-decoration: none;
	color: #C8C8C8;
	padding: 0 5px 0 5px;
	border-right: 1px solid #C8C8C8;
}
#footer li a:hover {
	color: #C8C8C8;
}
#footer p {
	clear:both;
	padding:10px 0px 15px 0px;
	margin: 15px 0 0 0;
	font-size:12px;
	color:#fff;
}
#footer strong {
	color:#FFF;
}
#footer span a:link, #footer span a:visited {
	color:#F2931B;
	font-weight:bold;
	display:inline;
}
#footer p a:link, #footer p a:visited {
	color:#F2931B;
}
#footer p a:hover {
	color:#F2931B;
}
/* ---- altre classi  ----------------------------------------------------------------------------------------------------------------------*/ 

.float-left {
	float:left;
}
.clear {
	clear: both;
}
.sep {
	background:url(../images/taglio/sep.png) 0 0 repeat-x;
	width:100%;
	height:2px;
	margin:10px auto;
	clear:both;
}
.pdf_img_float {
	float:left;
	margin:0 0 0 10px;
	border:none;
}
.pdf_text_float {
	float:left;
	padding:20px 0 0 0;
	margin:0 0 0 10px;
	border:none;
}
/*----------------FORM BOX------------------------------*/

fieldset {
	border: 0;
	margin-top: 35px;
}
#nomesia_form {
	font-size:13px;
	clear:both;
	margin: 0 0 0 20px;
}
#nomesia_form div {
	margin:9px 0 9px 0;
	clear:both;
}
#nomesia_form #tipologia_lead_container {
	visibility:hidden;
	display:none;
}
#nomesia_form label {
	display:block;
	width:180px;
	float:left;
	color: #353334;
	font-size: 125%;
}
#nomesia_form textarea, #nomesia_form input, #nomesia_form select {
	color:#333;
	border: 1px solid #CCC;
	background-color:#E1E1E1;
	border:1px solid #B9B9B9;
	width:260px;
	margin-bottom:10px;
	padding: 3px;
}
#nomesia_form input:focus, #nomesia_form select:focus {
	color:#333;
	border: 1px solid #CCC;
	background-color: #E1E1E1;
	border:1px solid #CCC;
	width:260px;
	margin-bottom:10px;
}
#nomesia_form textarea {
	width: 260px;
	height: 100px;
}
#nomesia_form textarea:focus {
	background: #FFF;
}
#nomesia_form #messaggio_container {
	margin: 25px 0 0 0;
	}
#nomesia_form #privacy_container {
	border:none;
	float:left;
}
#nomesia_form #privacy_container input {
	margin:10px 20px 0 0;
	padding:0;
	background:none;
	border:none;
	width:15px;
	float:left;
}
#nomesia_form #privacy_container label {
	float:left;
	display:block;
	width:400px;
	font-size: 90%;
}
#nomesia_form .button_form {
	margin: 0 auto;
	background: url(../images/taglio/invia.jpg) no-repeat;
	width: 100px;
	height: 47px;
	display: block;
	border: 0;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	color: #29272A;
	letter-spacing: 1px;
	padding: 0 0 0 20px;
}
#nomesia_form input:focus.button_form {
	background: url(../images/taglio/invia.jpg) no-repeat;
	width: 100px;
	height: 47px;
	display: block;
	border: 0;
}
#messaggio_container label {
	padding-bottom: 15px;
}