/* CSS Document */
body
{
	background-image:url('img/bkg.gif');
	color:#FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	position:relative;
	font-size: 14px;
}

body.privacy_window
{
	background-image:none;
/*	background-color: #363636;
	color:#FFFFFF; */
	color:#000000;
	background-color:white;
	margin:0;
	padding:10px;
	font-size: 14px;
}

a
{
	color:#999999;
	text-decoration:underline;
}

.link,
.mailaddress
{
	color:#999999;
}


#ext_box
{
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	min-width:770px;
	width: expression(document.body.clientWidth < 770 ? "770px" : "auto") ; /* IE HACK*/
}

#header
{
	height: 117px;
	width:100%;
	background: url('img/header_top_border.gif') repeat-x;
	position:relative; /* cosi' serve da riferimento per il #logo */
	min-width:770px;
	width: expression(document.body.clientWidth < 770 ? "770px" : "auto") ; /* IE HACK*/
}


#header_left_border
{
	height:117px;
	width:23px;
	background: url('img/header_left_border.gif') no-repeat;
	float:left;
}

#header_right_border
{
	height:117px;
	width:23px;
	background: url('img/header_right_border.gif') no-repeat;
	float:right;
}


#logo
{
	position:absolute;
	background: url('img/logo.gif') no-repeat;
	width:490px;
	height:96px;
	top:20px;
	left:6px;	
	z-index:10;
}

#flags
{
	position:relative;
	top:20px;
	float:right;
}

#flags a
{
	border:1px solid gray;
	margin-left:2px;	
}

#menu
{
	list-style:none;
	color:#006600;
	position:relative;
	top:100px;	
	z-index:20; /*cosi' va sopra al logo*/
	margin:0;
	padding:0;
	left:0px;
}

#menu li
{
	font-weight:bold;
	font-size:12px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;	
	float:left;
	padding:0;
	margin:0;
	margin-right: 25px;
}

#menu li a
{
	color:#006600;
	text-decoration:none;
}

#menu li a:hover
{	
	color:#999999;
	text-decoration:none;
}


#footer
{
	clear:both;
	position:relative;
	background: url('img/footer_bottom_border.gif') repeat-x;
	height: 70px;
}

#footer_left_border
{
	height: 70px;
	width:23px;
	background: url('img/footer_left_border.gif') no-repeat;
	float:left;
}

#footer_right_border
{
	height: 70px;
	width:23px;
	background: url('img/footer_right_border.gif') no-repeat;
	float:right;
}

#footer_content
{
	color:#999999;
	padding-top:5px;
	margin-left:30px;
	margin-right:30px;
	font-weight:bold;
	font-size:11px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer_content .address
{
	color:#d1e4d7;
	display:block;
}

#footer_content .tel
{
	display:block;
	padding-top:2px;
}

#footer_content .piva
{
	display:block;
	padding-top:2px;
}

#footer_content .webmaster
{
	float:right;
	color:#999999;
}

#footer .mailaddress
{
	text-decoration:none;
}

#webcounter
{
	float:right;
}



#content
{
	background-color:#363636;
	position:relative;	
	min-height:40%;		
	height:auto !important; /* IE6 HACK*/
	height:40%;
	text-align:justify;
}


#content_left_border
{
	height:100%;
	width:100%;
	background: url('img/content_left_border.gif') top left repeat-y transparent;
	float:left;
	position:relative;

}



#content_right_border
{
	min-height:400px;
	height:auto !important; /* IE6 HACK*/
	height:400px;
	
	width:100%;
	background: url('img/content_right_border.gif') top right repeat-y transparent;
	float:right;
	position:relative;
	padding-bottom:90px;/*pari al footer*/

}
/*
#main_content_hidden_logo
{
	position:absolute;
	top:0;
	right:20px;	
	background: url('img/riccio_trasp.gif') top right no-repeat;
	height: 393px;
	width:500px;
} */


#main_content
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top:10px;
	color:#d1e4d7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;	
	background: url('img/riccio_trasp.gif') 90% 0 no-repeat;
}

.intestazione
{
	color:#d1e4d7;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:20px;
	margin-bottom:30px;
}

#video
{
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;	
	width:320px;
}

/* FLAGS */
#flags a
{
	margin-right:5px;
}

#lang_it
{
	display:block;	
	background: url('img/it.gif') center center no-repeat;
	width:25px;
	height:17px;
	float:left;
	border:1px solid #999999;
}

#lang_it:hover,
#lang_it.selected
{
	display:block;	
	background: url('img/it_over.gif') center center no-repeat;
	width:25px;
	height:17px;
	float:left;
	border:1px solid #999999;
}

#lang_en
{
	display:block;	
	background: url('img/en.gif') center center no-repeat;
	width:25px;
	height:17px;
	float:left;
	border:1px solid #999999;
}

#lang_en:hover,
#lang_en.selected
{
	display:block;	
	background: url('img/en_over.gif') center center no-repeat;
	width:25px;
	height:17px;
	float:left;
	border:1px solid #999999;
}

#lang_de
{
	display:block;	
	background: url('img/de.gif') center center no-repeat;
	width:25px;
	height:17px;
	float:left;
	border:1px solid #999999;
}

#lang_de:hover,
#lang_de.selected
{
	display:block;	
	background: url('img/de_over.gif') center center no-repeat;
	width:25px;
	height:17px;
	float:left;
	border:1px solid #999999;
}

#lang_fr
{

	display:block;	
	background: url('img/fr.gif') center center no-repeat;
	width:25px;
	height:17px;
	float:left;
	border:1px solid #999999;
}

#lang_fr:hover,
#lang_fr.selected
{
	display:block;	
	background: url('img/fr_over.gif') center center no-repeat;
	width:25px;
	height:17px;
	float:left;
	border:1px solid #999999;
}

/* chi siamo foto box*/
#fotos_box
{
	float:left;	
	margin-left:0;
	margin-right: 20px;
}

#fotos_box img
{
	display:block;
	margin:0;
	padding:0;
	margin-bottom: 20px;
	border:1px solid white;
	padding: 0px;	
}

#certification_box
{
	margin:0;
	padding:0;
	width:580px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}

#certification_box .cert_box
{
	float:left;
	padding:0;
	padding-left:5px;
	padding-right:5px;
}

#certification_box .cert_box div
{
	font-size:0.8em;
	font-weight:bold;
}


#certification_box img
{
	border:1px solid white;

}

#cartine
{
	margin-left: auto;
	margin-right:auto;
	width:700px;
}

#cartine img
{
	border:1px solid white;
	padding: 5px;	
}

#cartine .img_bologna
{	
	float:left;
}


#cartine .img_zola
{	
	margin-top: 20px;
}


#contacts .company
{
	font-weight:bold;
	font-size: 1.3em;
}

#contacts .address,
#contacts .tel,
#contacts .piva,
#contacts .web,
#contacts .email
{
	font-size: 1.1em;
}

#contacts .label
{
	font-weight:bold;
}


.potenzialita_item
{
	margin-bottom:40px;
	width:98%; /* per IE*/
	padding:0;
}


.potenzialita_item .machine_foto
{
	float:right;
	padding:0;
	margin:0;
	border:0;
}

.machine_foto img
{
	border: 1px solid white;
}

.potenzialita_item .info_box
{
	/*width:70%; */
}

.info_box .name
{
	font-weight:bold;
	font-size:1.1em;
}

.info_box .label
{
	font-variant:small-caps;
	font-weight:bold;
	margin-right:25px;
}

.info_box .details 
{
	margin:0;
	padding:0;
	padding:2px;
	padding-bottom:0;
}

.info_box .details td
{
	padding-right:20px;
}


.privacy
{	
	font-size: 0.8em;
}


#privacy_area
{
	text-align:justify;
	white-space:normal;
	padding:5px;
}

.formlabel
{

}

#ordine
{
	width:99%; /* per IE*/
}

.formborder
{
	border: 1px solid #FFFFFF;
	background-color:#009966;
	color:#FFFFFF;
}

.formstar
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.8em;
}

.big
{
	font-size: 1.5em;
}

#flash_box
{
	padding-top:50px;
}


#flash
{
	width:300px;
	border: 1px solid white;		
	float:right;
	margin:0;
}

.home_title
{
	font-size: 1.3em;
	font-weight:bold;
	line-height:3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E1FFE1; /*#33CCFF;*/
	text-align:left;
}


#home_desc
{
	margin-top:-20px;
	float:left;
	text-align:left;
	width:50%;
}

#home_foto_box
{
	padding:0;
	margin:0;
	padding-top:50px;
	text-align:center;
	border:0;
	width:100%;
}

.home_foto
{
	float:left;
	text-align:center;
	width:25%;
}

.home_foto_l
{
	float:left;
	text-align:left;
	width:25%;
}

.home_foto_r
{
	float:right;
	text-align:right;
	width:24%;
}

#home_foto_box img
{
	border:1px solid white;
}


.obb_field
{
	font-size:0.8em;
}

.error
{
	font-weight:bold;
	color:red;
	font-size:1.1em;
}


.clear
{
	clear:both;	
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
}


