/* CSS Document */

/*
Theme Name: Falorni Css
Theme URI: /css/css.css
Description: Generic Css
Version: 1.0
Author: Giada Ranieri
Author URI: http://www.agenziaverde.it

*/


/* +++++++++++++++ generic tags +++++++++++++++ */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	margin:0;
	width:100%;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/layout/bg.jpg) repeat-x #b0d4e2;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
}
img {
	border:none;
}
hr {
	display:none;
}
/* +++++++++++++++ float etc +++++++++++++++ */

img.Float_dx {
	float:right;
	margin:20px;
}
.clearboth {
	clear:both;
}
/* +++++++++++++++ margin +++++++++++++++ */
.margin_L20px {
	margin-left:20px;
}
.valign_middle {
	vertical-align:middle;
}
.margin_T20px {
	margin-top:20px;
}
.margin_T40px {
	margin-top:40px;
}
.margin_B10px {
	margin-bottom:10px;
}
.padding_B10px {
	padding-bottom:10px;
}
.margin_L100px {
	margin-left:100px;
}
.margin_L200px {
	margin-left:200px;
}
/* +++++++++++++++ text +++++++++++++++ */

.grayCCC {
	color:#ccc;
}
.grayAD {
	color:#adadad;
}
.gray999 {
	color:#999;
}
.gray777 {
	color:#777
}
.gray666 {
	color:#666;
}
.gray444 {
	color:#444;
}
.gray333 {
	color:#333;
}
.blu69c {
	color:#69c;
}
/* +++++++++++++++ layout tags +++++++++++++++ */


/* ----------- HOME ----------- */
#container_home {
	margin:0px auto auto;
	width:980px;
	background-color:#fff;
}
/* Header home */
#header_home {
	margin:0 auto auto;
	width:980px;
	height:154px;
	background:#fff;
	background:url(../img/layout/bg_hhome.jpg) no-repeat top left;
}
#hsx, #hdx, #hcentro {
	width:430px;
	height:140px;
	float:left;
}
#hsx img {
	float:left;
	border:none;
	margin-top:95px;
	margin-left:5px;
}
#hdx img {
	float:right;
	border:none;
	margin-top:95px;
	margin-right:5px;
}
#hcentro {
	width:120px;
}
#hcentro img {
	margin-top:10px;
}
#box_flash {
	height:420px;
	margin:0 auto auto;
	text-align:center;
}
#menu_home {
	display:none;
	visibility:hidden;
}
/* ----------- PAGINE ----------- */
#container {
	margin:0px auto auto;
	width:980px;
	background:url(../img/layout/bg_container.jpg) no-repeat;
	background-position:0 154px;
}
/* Header */
#header {
	margin:0 auto auto;
	width:980px;
	height:154px;
	background:url(../img/layout/bg_header.jpg) no-repeat top left;
}
#marchio {
	float:left;
	width:205px;
	height:154px;
}
#marchio img {
	border:none;
	margin-top:15px;
}
#hflash {
	float:left;
	margin-left:10px;
	width:760px;
	height:140px;
}
/* menu */
#menu {
	float:left;
	width:216px;
	/* background:url(../img/layout/bg_menu.jpg) top left;*/
	min-height:430px;
	height:auto !important;
	height:430px;
}
/* Menu 1 starts here */
#menu1 {
	float:left;
	margin-top:20px;
}
#menu1 ul {
	margin:0;
	padding:0;
	width:190px;
	list-style:none;
}
#menu1 li {
	width:190px;
	margin-left:20px;
}
#menu1 li a {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 10px 0;
	padding-left:25px;
	margin-right:15px;
	text-align:left;
	text-transform:uppercase;
	background-image:url(../img/layout/li_menu.gif);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	width:150px;
	font-weight:bold;
}
#menu1 a:link, #menu a:visited {
	color: #333;
	text-decoration: none;
}
#menu1 a:hover {
	background-color: #d5e4ea;
	color: #333;
}
#menu1 li a.current {
	background-color: #d5e4ea;
}
#menu1 li a#first {
	border-top:none;
}
#menu1 li a#last {
	border-bottom:none;
}
/* submenu */
#menu1 li li.lititle {
	width:165px;
	margin-left:0;
	background-image:none;
	background:#81B9CF;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
}
#menu1 li li {
	width:170px;
	margin-left:0;
	background-image:url(../img/layout/li_li_menu.gif);
	background-repeat:no-repeat;
	background-position: 155px 5px;
	font-weight:normal;
}
#menu1 li li a {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 5px 0;
	padding-left:15px;
	margin-right:0;
	text-align:left;
	text-transform:capitalize;
	width:160px;
	background:none;
	font-weight:normal;
}
/*\*/ * html #menu1 li li.lititle {
	width:165px;
} /**/
/*\*/ * html #menu1 li li {
	width:165px;
	margin-right:20px;
} /**/
/*\*/ * html #menu1 li li a {
	width:165px;
	padding-left:5px;
}
/**/


/* IE7 */
*+html #menu1 li li.lititle {
	width:165px;
}
*+html #menu1 li li {
	width:165px;
	margin-right:20px;
	background-position: 150px 5px;
}
*+html #menu1 li li a {
	width:160px;
	padding-left:5px;
}
#menu1 li li a:hover, #menu1 li li a#subactive {
	background:url(../img/layout/li_li_over.png) no-repeat bottom left;
}
/* Box Contenuti */
#txt_box {
	float:left;
	width:764px;
	/*background:url(../img/layout/bg_txt.jpg) no-repeat;*/
	padding-bottom:20px;
	min-height:430px;
	height:auto !important;
	height:430px;
}
#txt_box h1 {
	color:#a5cede;
	text-transform:uppercase;
	font-size:22px;
	text-align:left;
	padding-left:22px;
	margin-top:15px;
}
#txt_box h2 {
	color:#ccc;
	font-size:18px;
	text-align:left;
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
	border-bottom:2px solid #ccc;
}
#txt_box p {
	font-size:12px;
	text-align:justify;
	color:#666;
	line-height:1.5em;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
}
#txt_box p.pconferma {
	font-size:16px;
	text-align:center;
	color:#666;
	line-height:1.5em;
	margin:50px auto auto;
	height:350px;
}
#txt_choose {
	float:left;
	width:764px;
	padding-bottom:2px;
	min-height:430px;
	height:auto !important;
	height:430px;
	margin-top:1px;
}
#box_sx {
	width:500px;
	float:left;
}
#box_sx p {
	font-size:16px;
	text-align:center;
	color:#666;
	line-height:1.5em;
	margin:50px auto auto;
}
/* box grigini alternati nella pagina prodotti */
.box_ccc {
	background-color:#dedede;
	padding:5px;
	margin:0;
}
.box_ad {
	background-color:#eee;
	padding:5px;
	margin:0;
}
/* freccine grigie nelle liste dei testi */
#freccine, #freccine2 {
	margin-left:50px;
}
#freccine ul, #freccine2 ul {
	margin:0;
	padding:0;
}
#freccine li, #freccine2 li {
	margin-left:10px;
	list-style-image:url(../img/layout/right.gif);
	line-height:1.5em;
	color:#666;
	text-align:left;
}
/* box a sinistra con tabella del prodotto e boxettino con richiesta info e scarica pdf */
#box_table {
	float:left;
	width:380px;
}
#box_table p.line2 {
	line-height:2em;
}
#box_table .lineablu {
	background:url(../img/layout/barrablu.gif) no-repeat top left;
	height:7px;
	width:350px;
	margin-left:20px;
}
#box_table .lineablu p {
	display:none;
}
/* mappa */
#mappa {
	width:215px;
	height:160px;
	border:1px solid #ccc;
	float:left;
	margin-left:20px;
}
#mappa a {
	text-align:center;
	color:#999;
	text-decoration:none;
}
/* scheda tecnica */
table#TTecnica {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:20px;
	float:left;
	width:350px;
}
/* IE6 */
/*\*/ * html table#TTecnica {
	margin:10px;
	margin-top:18px;
} /**/
/* IE7 */
*+html table#TTecnica {
	margin:20px;
}
table#TTecnica td {
	text-align:left;
	padding:4px;
	padding-left:3px;
}
table#TTecnica th {
	background:#dedede;
	color:#333;
	text-align:center;
	font-weight:bold;
	padding:3px;
	border:1px solid #ccc;
}
/*boxettino con richiesta info e scarica pdf*/
#box_info {
	margin-left:8px;
}
/* box a destra con immagini del prodotto */
#box_img {
	float:left;
	width:360px;
	margin-top:18px;
}
#box_img p {
	color:#999;
	text-align:left;
	font-size:11px;
	margin-left:10px;
	padding-bottom:5px;
	padding-left:10px;
	background:url(../img/layout/pallini.gif) no-repeat top left;
}
/* box a sinistra con immagini del prodotto */
#box_img2 {
	float:left;
	width:360px;
	margin-top:18px;
	margin-left:20px;
}
/*boxettino con richiesta info e scarica pdf messo a destra */
#box_info2 {
	float:left;
	margin-left:8px;
	margin-top:20px;
}
#txt_box>#box_info2 p {
	margin-left:20px;
}
/* footer */
#footer {
	clear:both;
	margin:0 auto auto;
	width:980px;
	height:40px;
	border-top:2px solid #fff;
	background:url(../img/layout/footer.jpg) no-repeat top left #fff;
}
#footer p {
	padding-top:20px;
	text-align:left;
	color:#999;
	font-size:11px;
}
