@import url(//fonts.googleapis.com/css?family=Oswald:400,700);

html, body { height: 100%; }
body, p, h1, h2, h3, h4, ul, li, ol, div, form { margin: 0; padding: 0; list-style: none; font-size: 100%;}
table {	border-collapse: collapse; }

body {
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11pt;
	color: #515151;
}

a {
	color: #0096FF;
	color: #00a9f3;
	text-decoration: none;
}

a:hover , .menu_2 li a:hover , .menu_3 li a:hover , .breadcrumb a:hover {
	color: #FFA500;
}

.rounded {
	border-radius: 6px;
}

img {
	border: none;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.display {
	display: inline;
}

.block {
	display: block;
}

.clearboth {
	display: block;
	clear: both;
}

/*		parte alta della pagina
--------------------------------------------------*/

.box_header_menu {
	position: fixed;
	width: 100%;
	border-top: 2px solid #0096FF;
	border-bottom: 1px solid #ECECEC;
	text-align: center;
	background-color: white;
	font-family: 'Oswald', sans-serif;
	z-index: 100;
	min-height: 7em;
}

.header_home {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 65px;
	z-index: 10;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px; 
}

.header_menu {
	padding: 0.1px;
	width: 960px;
	margin: auto;
	position: relative;
}

.header_menu h1 {
	display: none;
}

ul.menu {
/*	margin: 70px 0px 10px 0px; */
	text-align: left;
	white-space: nowrap;
	position: absolute;
	top: 5em;
}

.menu li {
	display:	inline;
	text-transform: uppercase;
	padding-left: 30px;
}

.menu li.first {
	margin-left: 0px;
	padding-left: 0px;
}

.menu li a {
}

.menu_2 {
	text-align: right;
	position: absolute;
	top: 1em;
	text-transform: uppercase;
}

.menu_2 li {
	display:		inline;
	padding-left: 14px;
}

.menu_2 li a {
	color: #999999;
}

.menu_3 {
	position: absolute;
	top: 2em;
	right: 0px;
}

.menu_3 li {
	display: 	inline;
}

.menu_3 li a {
	color: #999999;
	background-position: 30px center;
	background-repeat: no-repeat;
	padding-left: 50px;
}

.menu_3 li b a {
	font-weight: normal;
}

.lingua_0 {	background-image: url(band_it.gif);	}
.lingua_1 {	background-image: url(band_en.gif);	}
.lingua_2 {	background-image: url(band_fr.gif);	}
.lingua_3 {	background-image: url(band_de.gif);	}

/*		menu sopra footer
--------------------------------------------------*/
.menu_2b {
	display: block;
	position: relative;
	clear: both;
	text-align: center;
	padding: 12px 0px 12px 0px;
	background-color: #999999;
	width: 960px;
	margin: auto;
	margin: 0px auto 12px auto;
}

.menu_2b li {
	display:	inline;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 0px 6px;
}

.menu_2b li a {
	color:	white;
	-webkit-transition: all 0.2s ;
 	-moz-transition: all 0.2s ;
 	-o-transition: all 0.2s ;
	transition: all 0.2s ;
	white-space:nowrap;
}

.menu_2b li a:hover {
	color:	black;
}


/*		contenuto centrale della pagina
--------------------------------------------------*/
.page_content {
	padding-top: 120px;
	margin: auto;
	/*
	min-width: 960px;
	max-width: 972px;
	*/
	width: 960px;
	text-align: left;
}

/*		footer
--------------------------------------------------*/

.box_footer {
	display: block;
	clear: both;
	color: white;
	padding-bottom: 12px;
}

.footer {
	background-color: #0096ff;
	width: 920px;
	margin: auto;
	text-align: left;
	padding: 20px;
}


/*		PARTICOLARI / home
--------------------------------------------------*/
.quadri_home {
	display: block;
	height: 312px;
	width: 312px;
	
	
	float: left;
	margin: 0px 12px 12px 0px;
	position: relative;
	background-color: fuchsia;
	text-align: left;

	-webkit-transition: all 0.2s ;
 	-moz-transition: all 0.2s ;
 	-o-transition: all 0.2s ;
	transition: all 0.2s ;

	
	background-color: #0096FF;
	color: #FFFFFF;
	overflow: hidden;
	
	height: 231px;
	width: 231px;
	
}

.quadri_home:hover {
	color: black;
}


.quadri_home img {
/*	width: 231px; */
	height: 144px;
	margin-left: -24px;
}

.quadri_home h2 {
	position: absolute;
	font-family: 'Oswald', sans-serif;	
	font-weight: normal;
	font-size: 200%;
	bottom: 60px;
	left: 10px;
	width: 292px;
	line-height: 93%;
	font-size: 150%;
	
	bottom: 46px;
	width: 211px;
	background-color: transparent;
	padding: 0px;
}

.quadri_home p {
	font-size: 80%;
	position: absolute;
	top: 165px;
	left: 0px;
	padding: 10px;
}

.quadri_home_1 {	background-color:	#0096ff;	}
.quadri_home_2 {	background-color: #0096ff; }
.quadri_home_3 {	background-color: #0096ff; }
.quadri_home_4 {	background-color:	#00a300; }
.quadri_home_5 {	background-color:	#0096ff; }
.quadri_home_6 {	background-color:	#0096ff; }
.quadri_home_7 {	background-color:	#0096ff; }
.quadri_home_8 {	background-color:	#0096ff; }
.quadri_home_9 {	background-color:	#004DCD; }
.quadri_home_10 {	background-color:	#CD0000; }
.quadri_home_11 {	background-color: #a349a4; }
.quadri_home_12 {	background-color:	#00a300; }
.quadri_home_13 {	background-color:	#004dcd; }
.quadri_home_14 {	background-color:	#f17100; }
.quadri_home_15 {	background-color:	#0096ff; }
.quadri_home_16 {	background-color:	#00a300; }

.bg_red {	background-color:	#CD0000 !important; }

.quadri_home_4 , .quadri_home_8 , .quadri_home_12 , .quadri_home_16 {
	margin-right: 0px;
}


/*		pagina interna 
--------------------------------------------------------------*/

.breadcrumb {
	font-family: 'Oswald', sans-serif;
	text-align: left;
	background-color: #999999;
	padding: 12px;
	color: white;
	text-transform: uppercase;
}

.breadcrumb a {
	color: white;
}

.breadcrumb a:hover {
}

h2 , h3 {
	background-color: #0096ff;
	margin: 12px 0px;
	padding: 0px 12px;
	font-family: 'Oswald', sans-serif;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 200%;
	line-height: 69px;	
}

h3 , .box_correlati h2 {
	font-size: 100%;
	line-height: 33px;
}

.page_content p {
	margin: 5px 0px;
}

.page_content ul li {
	list-style: square;
	margin: 5px 0px 5px 15px;
}

/*		pagina prodotti
--------------------------------------------------------------*/
.titolo_atomo_prodotti {
	display: block;
	clear: both;
}

.box_img_prodotto {
	width: 100%;
	height: 484px;
	overflow: hidden;
	position: relative;
}

.img_prodotto {
	border: 2px solid #757575;
	border: 2px solid #0096FF;
	display: block;
	float: left;
	padding: 2px;
	margin: 0px 8px 0px 0px;
}

.img_prodotto_1 {
	height: 468px;
	width: 790px;
	position: absolute;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 350px 60px;
}

.img_prodotto_1_inferriata {
	width: 952px;
	text-align: center;
}


.img_prodotto_1 img {
	width: 790px;
	z-index: 10;
}

.img_prodotto_1_inferriata img {
	height: 472px;
	width: 	auto;
}


.img_prodotto_2 {
	margin-right: 0px;
	float: right;
	height: 468px;
	width: 146px;
	overflow: hidden;
}

.img_prodotto_2 img {
	width: 146px;
	z-index: 10;
}

.img_prodotto_2_inferriata {
	display: none;
}

.misure_a_1 {
	display: block;
	height: 10px;
	width: 566px;
	border: 2px solid red;
	border-top-width: 0px;
	position: absolute;
	top: 440px;
	left: 113px;
	text-align: center;
	border-right-style: dotted;
	border-left-style: dotted;
}



.misure_b_1 {
	display: block;
	height: 257px;
	line-height: 320px;
	width: 10px;
	border: 2px solid #0096ff;
	border-right-width: 0px;
	position: absolute;
	bottom: 110px;
	left: 15px;
	text-align: center;
	padding-left: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}


.misure_c_1 {
	display: block;
	height: 10px;
	width: 480px;
	border: 2px solid black;
	border-bottom-width: 0px;
	position: absolute;
	top: 30px;
	left: 146px;
	text-align: left;
	padding-left: 20px;
	padding-top: 4px;
	line-height: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
}

.misure_e_1 {
	display: block;
	height: 10px;
	width: 480px;
	border: 2px solid black;
	border-bottom-width: 0px;
	position: absolute;
	top: 30px;
	left: 146px;
	text-align: left;
	padding-left: 20px;
	padding-top: 4px;
	line-height: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	
	display: none;
}

.misure_l_1 {
	display: block;
	height: 10px;
	width: 500px;
	border: 2px solid #00a651;
	border-bottom-width: 0px;
	position: absolute;
	top: 12px;
	left: 136px;
	text-align: right;
	padding-right: 20px;
	padding-top: 4px;
	line-height: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
}


.misure_a_1 b , .misure_b_1 b , .misure_c_1 b , .misure_l_1 b , .misure_e_1 b {
	background-color:	#f8f8f8;
	color: red;
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	font-weight: bold;
	height: 30px;
}

.misure_b_1 b {
	color: #0096ff;
}

.misure_c_1 b {
	color: 	black;
}

.misure_l_1 b {
	color: 	#00a651;
}

.misure_e_1 b {
	color: 	black;
}

/*
.box_img_prodotto_cancello_carraio_anta_battente_monoblocco .misure_a_1 , 
.box_img_prodotto_cancello_carraio_anta_battente_monoblocco .misure_b_1 ,
.box_img_prodotto_cancello_carraio_anta_battente_monoblocco .misure_c_1
	{
	display: block;	
	}
*/


/* carraio scorrevole solo ante */

.box_img_prodotto_cancello_carraio_scorrevole_solo_ante .misure_c_1 
	{
		left: 118px;
		width:	490px;
	}

.box_img_prodotto_cancello_carraio_scorrevole_solo_ante .misure_l_1 
	{
		left: 114px;
	}

/* pedonale solo ante */

.box_img_prodotto_cancello_pedonale_anta_battente_solo_ante .misure_b_1 {
	bottom: 115px;
	height: 320px;
}

.box_img_prodotto_cancello_pedonale_anta_battente_solo_ante .misure_c_1 {
	display: none;
}

.box_img_prodotto_cancello_pedonale_anta_battente_solo_ante .misure_e_1 {
	display: 	block;
	left: 310px;
	width: 155px;
}

.box_img_prodotto_cancello_pedonale_anta_battente_solo_ante .misure_l_1 {
	display: 	block;
	left: 300px;
	width: 175px;
}

/*	pedonale monoblocco */

.box_img_prodotto_cancello_pedonale_anta_battente_monoblocco .misure_c_1 {
	display: none;
}

.box_img_prodotto_cancello_pedonale_anta_battente_monoblocco .misure_e_1 {
	display: 	block;
	left: 310px;
	width: 155px;
}

.box_img_prodotto_cancello_pedonale_anta_battente_monoblocco .misure_l_1 {
	display: 	block;
	left: 300px;
	width: 175px;
}

.box_img_prodotto_cancello_pedonale_anta_battente_monoblocco .misure_b_1 {
	bottom: 115px;
	height: 320px;
}

.box_img_prodotto_cancello_pedonale_anta_battente_monoblocco .misure_a_1 {
	left: 275px;
	width: 246px;
}


/* scorrevole monoblocco */

.box_img_prodotto_cancello_carraio_scorrevole_monoblocco .misure_a_1 {
	left: 90px;
	width: 563px;
}

.box_img_prodotto_cancello_carraio_scorrevole_monoblocco .misure_c_1 {
	left: 120px;
	width: 483px;
}

/*	integrali monoblocco battente */	

.box_img_prodotto_cancello_integrale_anta_battente_monoblocco .misure_a_1 {
	left: 33px;
	width: 728px;
}

.box_img_prodotto_cancello_integrale_anta_battente_monoblocco .misure_c_1 {
	left: 66px;
	width: 469px;
}

.box_img_prodotto_cancello_integrale_anta_battente_monoblocco .misure_e_1 {
	display: 	block;
	left: 595px;
	width: 116px;
}

/*	integrali monoblocco scorrevole */	

.box_img_prodotto_cancello_integrale_scorrevole_monoblocco .misure_a_1 {
	left: 73px;
	width: 700px;
}

.box_img_prodotto_cancello_integrale_scorrevole_monoblocco .misure_c_1 {
	left: 100px;
	width: 450px;
}

.box_img_prodotto_cancello_integrale_scorrevole_monoblocco .misure_e_1 {
	display: 	block;
	left: 610px;
	width: 110px;
}

/* recinzione */

.box_img_prodotto_recinzione .misure_c_1 {
	display: none;
}

.box_img_prodotto_recinzione .misure_b_1 {
	bottom: 65px;
	height: 380px;
}

/* sottomodulo */

.box_img_prodotto_recinzione_sottomodulo .misure_c_1 {
	left: 255px;
	width: 295px;
}

.box_img_prodotto_recinzione_sottomodulo .misure_b_1 {
	bottom: 65px;
	height: 380px;
}

/* piantino */

.box_img_prodotto_piantino .misure_c_1 {
	display: none;
}

.box_img_prodotto_piantino .misure_b_1 {
	bottom: 100px;
	height: 350px;
}

/* inferriata */
.box_img_prodotto_inferriata .misure_c_1 {
	display: none;
}

.box_img_prodotto_inferriata .misure_b_1 {
	bottom: 70px;
	height: 380px;
}

.box_img_prodotto_inferriata .misure_a_1 {
	left: 385px;
	width: 214px;
}

.box_img_prodotto_inferriata .misure_l_1 {
	left: 374px;
	width: 214px;
}
	
/*		pagina prodotti / tabelline
--------------------------------------------------------------*/

.box_tabelline {
	clear: both;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	
}

.tabelline {
	width: 312px;
	margin-right: 12px;
	float: left;
	margin-bottom: 16px;
	
}

.tabelline h3 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
	background-color: #231f20;
	line-height: 26px;
}

.tabelline h3 i {
	font-style: normal;
	text-transform: none;
}

.tabelline table {
	width: 100%;
	margin-bottom: 20px;
}

.tabelline tr th {
	vertical-align: bottom;
	text-align: center;
	text-transform: uppercase;
	height: 40px;
}


.tabelline tr td {
	border-bottom: 1px solid black;
	text-align: 	right;
	padding: 5px; 
	height: 3em;
	height: 50px;
	border-right: 1px dotted #959595;
	overflow: 	hidden;
}

.tr_2 td, .tr_4 td , .tr_6 td {
	background-color: #ececec;
}


/*	misure
-----------------------------*/
.tabella_misure th {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.th_a {	color:	red; }
.th_b {	color:	#0096ff; }
.th_l {	color: #00a651	}

.tabella_misure tr td {
	text-align: center;
}

.tabelline tr td.tabella_misure_desc {
	text-align: left;
	width: 80px;
	font-weight: bold;
}

.tabella_misure .under_table {
	margin-top: -8px;
}

.under_table {
	display: block;
	clear: both;
	min-height: 50px;
}

.under_table p {
	float: left;
	padding: 0px 20px 0px 0px;
}

.under_table .th_a , .under_table .th_b , .under_table .th_c , .under_table .th_e , .under_table .th_l {
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	font-weight: bold;
} 



/*	tabellina prezzi
-----------------------------*/
.tabella_prezzi h3 {
	background-color: #00A650;
}

.tabella_prezzi table tr td {
	width: 33%;
	text-align: center;
	color: 	#00a650;
	font-weight: bold;
}


/*	tabellina infotecniche
-----------------------------*/
.tabella_infotecniche h3 {
	background-color: #B91D47;
}

.tabella_infotecniche {
	margin-right: 0px;
}

.tabella_infotecniche .link {
	display: block;
	margin: 20px 0px 0px 0px; 
}

.tabella_infotecniche .link a {
	color: #b91d47;
	font-weight: bold;
	display: block;
	padding: 0px 0px 10px 20px;
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.tabella_infotecniche .link a:hover {
	text-decoration: underline;
}

.tabella_infotecniche .infotecniche_description {
	padding: 0px 0px 0px 20px;
}

/*		pagina prodotti / form richiedi informazioni
--------------------------------------------------------------*/
.box_form {
	display: block;
	clear: both;
	background-color:	#00a300;
	margin-bottom: 12px;
}

#form_richiedi_informazioni {
	position: relative;
	height: 500px;
}

.box_form h2 {
	background-color: 	#00a300;
}

.form_box_1 {
	float: left;
	width: 426px;
	margin-left: 36px;
}

.form_box_2 {
	width: 426px;
	float: right;
	margin-right: 36px;
}

.form_contatti fieldset {
	border: none;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

.form_contatti label {
	display: block;
	text-transform: uppercase;
	color: white;
}

.form_contatti label span {
	text-transform: none;
	background-color:	#fc6800;
	color: 	white;
	padding: 2px;
}

.form_contatti .testo_form {
	display:	block;
	width: 406px;
}

.testo_form {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 0px #005E2D;
	-webkit-transition: all 0.2s ;
 	-moz-transition: all 0.2s ;
 	-o-transition: all 0.2s ;
	transition: all 0.2s ;
}

.testo_form:focus , .testo_form:hover {
/*	border-color: #FF6900; */
	box-shadow: 0px 4px 5px #2F2F2F;
}

.form_contatti .h_long {
	height: 252px;
}

.form_contatti .note {
	display: 	block;
	clear: both;
	text-align: left;
	width: 350px;
	margin: 0px 230px 0px 37px;
	color: white;
	float: left;
}

.form_contatti .line_submit {
	text-align: right;
	margin: 0px 32px 0px 0px;
	padding-bottom: 20px;
}

.form_contatti .bottone_form , .form_newsletter .bottone_form {
	background-color: #FC6800;
	border: 2px solid white;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	width: 30%;
	padding: 10px;
	box-shadow: 0px 0px 0px #005E2D;
	-webkit-transition: all 0.2s ;
 	-moz-transition: all 0.2s ;
 	-o-transition: all 0.2s ;
	transition: all 0.2s ;
	cursor: pointer;
	font-weight:	bold;
	box-shadow: 0px 2px 2px #005E2D;
}

.form_newsletter .bottone_form {
	width: 20%;
	float: right;
}

.form_contatti .bottone_form:hover , .form_newsletter .bottone_form:hover {
	box-shadow: 0px 4px 5px #2F2F2F;
}

.post_invio {
	position: absolute;
	top: 70px;
	background-color:	#00a300;
	padding: 20px;
	height: 300px;
	width: 500px;
	height: 360px;
	color: white;
	width: 900px;
}



/*	prodotti correlati
----------------------------------------*/

.h3_prodotti {
	clear: left;
}



/*		pagina prodotti / form newsletter
--------------------------------------------------------------*/
.box_newsletter {
	clear: both;
	background-color:	#0096ff; 
	color:#ffffff;
	min-height: 150px;
	margin-bottom: 12px;
}

.box_newsletter  p {
	float: left;
	padding: 0px 12px;
	width: 300px;
}

.box_newsletter a {
	color: white;
	text-decoration: underline;
}

.form_newsletter {
	padding: 0px 12px;
}

#testo_form_newsletter {
	background-image: url(newsletter.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 45px;
	width: 365px;
}


/*		pagina smistamento prodotti / 
--------------------------------------------------------------*/

.h3_smistamento {
	display: block;
	clear: both;
	font-size: 200%;
	line-height: 69px;	
}

.a_smistamento {
	display: block;
	float: left;
	background-color: white;
	border: 2px solid #0096ff;
	margin: 0px 12px 0px 0px;
	padding: 2px;
	display: block;
	height: 160px;
	overflow: hidden;
}

a:hover.a_smistamento {
	border-color: #FFA500;
}

span.a_smistamento_cancelli_battenti_1 , 
span.a_smistamento_cancelli_scorrevoli_1 , 
span.a_smistamento_cancelli_pedonali_1 ,
span.a_smistamento_recinzioni_1 ,
span.a_smistamento_inferriate_1
	{	
	width: 952px; 	
	display: block;	
	margin-top:  12px;	
	overflow: hidden;	
	background-color: white;	

	color: white;
	width: 620px;
	height: 45px;
	line-height: 45px;	
	font-size: 45px; 
	margin-top: -73px;
	margin-right: 8px;
	float: right;
	
	width: 630px;
	margin-top: -81px;
	margin-right: 0px;
	height: 61px;
	line-height: 61px;
	font-size: 61px;
	text-align: center;
	}

span.a_smistamento_cancelli_battenti_1 img , 
span.a_smistamento_cancelli_scorrevoli_1 img , 
span.a_smistamento_cancelli_pedonali_1 img ,
span.a_smistamento_recinzioni_1 img ,
span.a_smistamento_inferriate_1 img
	{	
	height: 65px;
	}	
	

a.a_smistamento_cancelli_battenti_2 ,	a.a_smistamento_cancelli_scorrevoli_2 	,	a.a_smistamento_cancelli_pedonali_2		{	width: 304px; }
a.a_smistamento_cancelli_battenti_3 ,	a.a_smistamento_cancelli_scorrevoli_3 	,	a.a_smistamento_cancelli_pedonali_3		{	width: 304px; }
a.a_smistamento_cancelli_battenti_4 ,	a.a_smistamento_cancelli_scorrevoli_4 	,	a.a_smistamento_cancelli_pedonali_4		{	width: 304px; 	margin-right: 0px;}



span.a_smistamento_inferriate_1 img {	height: 160px;   }
a.a_smistamento_inferriate_2 img		{	width: 280px; }


a.a_smistamento_dettagli {	
	display: block; 	
	text-align: right;
	clear: 	both;	
	font-family: 'Oswald', sans-serif;		
	margin: 20px 0px;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	}

.a_smistamento_inferriate_2 img {
	height: 169px;
	width: 111px !important;
}

a.a_smistamento_inferriate_2 {
	margin-bottom: 12px !important;
}
	
/*		inferriate
--------------------------------------------------------------*/
.link_inferriata_ingrandimento {
	display: block;
	height: 227px;
	width: 227px;
	overflow: hidden;
	float: left;
	margin: 0px 12px 12px 0px;
	border: 2px solid #0096FF;
	text-align: center;
	background-color: white;
}

a:hover.link_inferriata_ingrandimento {
	border-color: #FFA500;
}

.link_inferriata_ingrandimento img {
	max-height: 227px;
}

.link_inferriata_ingrandimento_4 , .link_inferriata_ingrandimento_8 {
	margin-right: 0px;
}
	

/*			frame contatti
--------------------------------------*/

.res_frame_box_hidden {
	display: none;
}

.res_frame_box_show {
	height: 100%;
	width: 100%;
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url(trans_black_50.png);
	z-index: 10;
}

.res_frame_box_a {
	height: 100%;
	width: 100%;
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
}

#res_frame {
	height: 400px;
	width: 600px;
	background-color: White;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
}

#res_frame iframe {
	height: 400px;
	width: 600px;
}

/*		particolare / guida prodotti ce 
--------------------------------------------------------------*/

p.sicurezza_motto {
	font-size: 300%;
	color: black;
	border: 2px solid #0096ff;
	font-family: 'Oswald', sans-serif;	
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.ce_1 {
	height: 40px;
}

.ce_3 {
	height: 20px;
}

p.certificazione_big_1 {
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 150%;
	text-transform: uppercase;
	color: #0096ff;
	font-family: 'Oswald', sans-serif;	
	font-weight: normal;
}

p.certificazione_big_2 {
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 180%;
	padding: 10px 150px;
	color: #0096ff;
	font-family: 'Oswald', sans-serif;	
	font-weight: normal;
	background-color: #ffe600;
	color: black;
}

.box_certifica_2 {
	display: block;
	position: relative;
	height: 360px;
	width: 100%;
}

.col_cert_1 , .col_cert_2 {
	position: absolute;
	left: 400px;
	top: 0px;
}

.col_cert_2 {
	top: 180px;
}

.col_cert .descri {
	position: absolute;
	top: 30px;
	left: 250px;
	width: 200px;
}

#marchio_ce_small {
	border: none;
	margin: auto auto -20px 10px; 
}

.attenzione {
	display: block;
	font-weight: bold;
	font-size: 180%;
	color: black;
	position: absolute;
	top: 3px;
	left: 0px;
	width: 250px;
	padding: 126px 60px 126px 60px;
	background-image: url(attenzione.gif);
	background-repeat: 	no-repeat;
	background-position: 	center;
}


.ce_e {
	font-size: 170%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.ce_c {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:	bold;
	text-transform: uppercase;
	font-size: 120%;
}

.box_certifica_1 {
	border: 2px solid #0096ff;
	padding: 0px 12px;
}

.marchio_ce_left {
	float: left;
	padding-top: 50px;
	padding-left: 0px;
}


.ce_2 {
	height: 25px;
}

/*		particolare / gallery
--------------------------------------------------------------*/

.gallery_desc {
	float: left;
	width: 231px;
}

.gallery_desc p {
	color: white;
	background-color: #0096ff;
	padding: 12px;
	font-size: 110%;
	min-height: 3.8em;
	margin-bottom: 12px; 
	margin-top: 0px; 
}

.gallery_box_1 {
	min-height: 630px;
	position: relative;
	clear: both;
}

.gallery_box_2 {
	height:	484px;
	width: 717px;
	overflow: 	hidden;
	margin: 0px 0px 0px 243px;
	position: relative;
}

.gallery_box_img {
	width: 10000px;
	position: absolute;
	height: 474px;
	left: 0px;
/*	background-color: #ccebfd; */
}

.gallery_box_2 span {
	display: block;
	float: left;
	border-right: 10px solid #f8f8f8;
	width: 717px;
	overflow: hidden;
	text-align:		center;
} 

.gallery_box_img img {
	border: none;
	margin: 0px;
}

.gallery_box_3 {
	width: 717px;
	margin: 0px 0px 0px 243px;
}


.gallery_box_3 img {
	height: 48px;
	border: none;
	margin: 0px 10px 5px 0px;
	float: left;
}

.nota_gallery {
	display: block;
	font-weight: bold;
	padding: 12px;
	margin: 12px 0px;
	background-color: #ffe600;
	text-align: center;
}

.gallery_desc a {
	color: white;
}

.gallery_desc a:hover {
	text-decoration: underline;
}

/*		blueslide
--------------------------------------------------------------*/

.box_slider {
	position: relative;
	display: block;
	height: 398px;
	width: 952px;
	padding: 2px;
	overflow: hidden;
	text-align: center;
	margin: auto auto 12px auto;
	border: 2px solid #0096FF;
}

#immagine {
	opacity: 0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
	}

#box_back_image {
	position: absolute;
	top: 2px;
	left: 2px;
	}
	
#box_immagine {
	position: absolute;
	top: 2px;
	left: 2px;
}

#box_precarica {
	display: none;
	}
	
#box_back_image img , #box_immagine img	, #box_precarica img {
	height: 398px;
	width: 952px;
}

/*		azienda 
--------------------------------------------------------------*/
.azienda_video {
	float: left;
	margin: 0px 12px 12px 0px;
}

.azienda_certificato {
	float: right;
	margin-top: 70px;
}

.azienda_progettato {
	margin-top: 70px;
	margin-left: 40px;
	height: 130px;
}

.azienda_strutturata {
	color: #0096ff;
	border: 2px solid #0096FF;
	padding: 12px;
}

.azienda_strutturata b.big {
	font-size: 150%;
}

.box_azienda {
	display: block;
	padding: 6px;
	border: 2px solid #0096ff;
	margin: 0px 12px 12px 0px;
	width: 296px;
	float: left;
	height: 380px;
}

.box_azienda img {
	display: block;
	margin: 0px 0px 12px -1px;
}

.box_azienda_3, .box_azienda_6, .box_azienda_9 {
	margin-right: 0px;
} 

.p1 {
	font-weight: bold;
}


/*		area tecnica
--------------------------------------------------------------*/
.iframe_area_tecnica {
	height:	800px;
	width: 100%;
	background-image: url(http://www.seriefutura.com/stile/area_tecnica_lego.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

/*		area tecnica
--------------------------------------------------------------*/
.area_ris {
	text-align: center;
	margin:	auto;
}

.area_ris .testo_form {
	text-align: center;
	margin:	auto;
}

.box_area_ris {
	padding-top: 30px; 
	height: 250px !important;
}

/*		accessori
--------------------------------------------------------------*/

.accessori_big {
	text-align: center;
	display: block;
	background-color: white;
	border: 2px solid #0096ff;
}

.acce_col_1 , .acce_col_2 {
	float: left;
	width: 49%;
	overflow: hidden;
}

.acce_col_2 {
	float: right;
}

.acce_col_1 .accessori_big , .acce_col_2 .accessori_big {
	height: 250px;
	padding: 1px;
	margin-bottom: 20px;
}

.acce_col_1 img , .acce_col_2 img {
	width: 100%;
}

/*		news
--------------------------------------------------------------*/
.blog_1_1 {
	color: white;
}

.blog_1_0 {
	display: block;
	clear: both;
	min-height: 120px;
}

.blog_1_2 {
	display: block;
	float: left;
	margin: 0px 12px 12px 0px;
}

.blog_center {
	text-align: center;
	display: block;
	clear: both;
}

#blog_center_bottom {
	margin-bottom: 12px;
}

.blog_002_11 img {
	max-width: 100%;
}

.blog_002_8 a {
	display: block;
	font-weight: bold;
	background-image: url(download.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	-webkit-transition: all 0.2s ;
 	-moz-transition: all 0.2s ;
 	-o-transition: all 0.2s ;
	transition: all 0.2s ;
}

.blog_002_8 a:hover {
	background-position: 10px 0px;
}

p.blog_002_13 {
	margin-bottom: 12px;
}

/*		news
--------------------------------------------------------------*/
.catalogo_link {
	display: block;
	float: left;
	border: 2px solid #0096ff;
	margin: 0px 0px 12px 12px;
}

.catalogo_01 , .catalogo_04 , .catalogo_07 , .catalogo_10 , .catalogo_13 , .catalogo_16 , .catalogo_19 {
	margin-left: 0px;
}


/*		landing page
--------------------------------------------------------------*/

.landing {
	display: block;
	min-height: 500px;
	padding: 20px;
}

.landing h2 {
}

.landing h3 {
	color: #777777;
	font-size: 140%;
	font-weight: normal;
	margin: 30px 0px 20px 0px;
	line-height: 1.4em;
	background-color: #FEC30E;
	padding: 10px;
	color: White;
	color: Black;
	text-transform: none;
}

.landing_img {
	margin: 20px 0px 0px 0px;
	float: left;
	border: 2px solid #0096ff;
	background-color: white;
}

.landing_img img  {
	padding: 5px;
}

.landing_box_1 {
	margin: 15px 0px 0px 515px;
}

.landing_box_1 p {
	margin-bottom: 10px;
}

a.action {
	background-color: #FC6800;
	border: 2px solid white;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	width: 30%;
	padding: 12px 50px;
	box-shadow: 0px 0px 0px #005E2D;
	-webkit-transition: all 0.2s ;
 	-moz-transition: all 0.2s ;
 	-o-transition: all 0.2s ;
	transition: all 0.2s ;
	cursor: pointer;
	font-weight:	bold;
	box-shadow: 0px 2px 2px	#adadad;
	display: block;
	margin: 10px;
	float: right;
}

a:hover.action {
	box-shadow: 0px 4px 5px #8e8e8e;
}


.boxone {
	width: 922px;
	height: 250px;
	position: relative;
}

.landing_box_2 , .landing_box_3 , .landing_box_4 {
	width: 300px;
	height: 250px;
	position: absolute;
	top: 0px;
}




.landing_box_2 {
	left: 0px;
}

.landing_box_2 p, .landing_box_3 p, .landing_box_4 p{
}

.landing_box_3 {
	left: 310px;
}


.landing_box_4 {
	right: 0px;
}

.amb {
	margin-top: 30px;
}

.ce {
	float: left;
	margin: 0px 15px 5px 0px;
	
}


/*		PARTICOLARI / avviso maggio 
--------------------------------------------------*/
.box_avviso_maggio_2013 {
	position:	fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-image: 	url(trans_black_50.png);
}

.avviso_maggio_2013 {
	position: fixed;
	position: absolute;
	left: 10%;
	top: 10%;
	display: block;
	width: 80%;
	height: 80%;
	background-color: white;
	z-index: 101;
	overflow: hidden;
	border: 2px solid white;
}

.ph_0 {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	background-color: #0096ff;
	color: white;
	padding: 10px;
	margin: 10px;
	border: 2px solid white;
}

.ph_1 {
	text-align: center;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	margin-top: 10px;
	color:	#0096ff;
}

.ph_2 , .ph_3 , .ph_4 {
	text-align: center;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	line-height: 120%;
	margin-top: 10px;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.ph_5 {
	text-align: center;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	margin-top: 10px;
	color:	#0096ff;
}

.riempi_home {
	display: block;
	width: auto;
	height: 100%;
	margin: 8% 0px 0px 0px;
	background-image: url(riempihome.jpg);
}


/*		PARTICOLARI / area tecnica luca / download.php
--------------------------------------------------*/

.elenco_area_tecnica .menu {
	background-image:	url(cartellachiusa.gif);
	background-repeat: 	no-repeat;
	background-position: 0px 0px;
	padding-left: 24px;
}


.elenco_area_tecnica ul li {
	display: block;
}