/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background: url(../images/body-bg.gif) 0 0 repeat-x #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 19px;
	color: #666666;
	min-width: 1000px;
}

body#page1 {background: url(../images/body1-bg.gif) 0 0 repeat-x #fff;}

body#pageHeader {background: url(../images/body1-bg2.gif) top repeat-x #fff;}

html, body {height: 100%;}

p {padding-top: 19px;}

.top {padding-top: 0px;}
.top1 {padding-top: 10px;}
.top2 {padding-top: 0px;}
.top3 {padding-top: 0px;}
.top4 {padding-top: 0px;}
.top5 {padding-top: 0px;}

.bot {padding-bottom: 0px;}

.margin-top {margin-top: 10px;}
.margin-top2 {margin-top: 20px;}

a {color: #000; outline: none;}
a:hover{text-decoration: none;}


blockquote {padding-bottom: 3px;}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px;
}

	/* Header */
	header{
		height: 210px;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		height: 100px;
		border-top:1px #CCCCCC solid;
		margin-top:30px;
		font-size: 10px;

	}
/* Left & Right alignment */

.fleft { float: left;}
.fright { float: right;}
.clear { clear: both; height:0px}

.col-1, .col-2, .col-3, .col-4, .col-5 {float: left;}

.alignright {text-align: right;}
.aligncenter {text-align: center;}

.wrapper { 
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
	position: relative;
	z-index:10;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
}

/*----- other -----*/
.img-indent {margin: 0 20px 0 0; float: left;}
.extra-wrap {overflow: hidden;}

/*=============================================================================== text =====*/
h1 {
	padding: 35px 0 0px 0px;
	position: relative;
}
	h1 a {
		display: block;
		height: 120px;
		width: 350px;
		text-indent: -5000px;
		background: url(../images/logo_bivici.png) left top no-repeat;
	}
	
h2 {
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/h2-bg.gif) 0 0 repeat-y #010101; 
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	behavior: url(js/PIE.htc);
	position: relative;
	padding: 18px 15px;
}

h2.simpleTitle {
	font-size: 26px;
	color:#333333;
	background: none; 
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	behavior: none;
	position: relative;
	padding: 0px 0px 10px 0px;
}
h3 {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	color: white;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 24px;
}
/*=================================================================================================================== header =====*/
#page1 header {height: 749px;}
#pageHeader header {height: 625px;}
/*=============================================================================== menu =====*/
header .menu {
	text-align:right;
	float: right;
	overflow: hidden;
	padding: 47px 15px 0 0;
	color:#666666;
	font-size:9px;
}
	header .menu li {
		line-height: 19px;
		padding-left: 12px;
		float:left;
	}
		header .menu li a {
			text-decoration: none;
			color: #989797;
			
		}
			header .menu li a:hover {color: #fff;}
/*=============================================================================== nav =====*/
nav {width: 100%;}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent {padding: 0px 0px 0px 0px}
.indent1 {padding: 0px 0px 0px 0px}

/*=============================================================================== col-indents =====*/
.col-indent {padding-right: 0px;}
.col-indent1 {padding-right: 0px;}
/*=============================================================================== boxes =====*/
.box_1 {
	background:#fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(js/PIE.htc);
	position: relative;
}
	.box_1 .indent {padding:3px 30px 45px 30px;}
	.box_1 .indent1 {padding:24px 30px 27px 30px;}
	.box_1 .indent2 {padding:18px 30px 27px 30px;}
	.box_1 .indent3 {padding:24px 30px 40px 30px;}
	
	.box_1 .bottom-tail {
		background:url(../images/box-bottom-tail.gif) left bottom repeat-x;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(js/PIE.htc);
		position: relative;
	}
	.box_1 .top-tail {
		background:url(../images/box-top-tail.gif) left top repeat-x;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(js/PIE.htc);
		position: relative;
	}
	.box_1 .left-tail {
		background:url(../images/box-left-tail.gif) top left repeat-y;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(js/PIE.htc);
		position: relative;
	}
	.box_1 .right-tail {
		background:url(../images/box-right-tail.gif) top right repeat-y;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(js/PIE.htc);
		position: relative;
	}
	.box_1 .bottom-right {
		background:url(../images/box-bottom-right.gif) bottom right no-repeat;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(js/PIE.htc);
		position: relative;
	}
	.box_1 .bottom-left {
		background:url(../images/box-bottom-left.gif) bottom left no-repeat;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(js/PIE.htc);
		position: relative;
	}
	.box_1 .top-right {
		background:url(../images/box-top-right.gif) top right no-repeat;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(js/PIE.htc);
		position: relative;
	}
	.box_1 .top-left {
		background:url(../images/box-top-left.gif) top left no-repeat; width:100%;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(js/PIE.htc);
		position: relative;
	}
	
	.box_1 strong {color: #000;}
	.box_1 h3 {color: #000; letter-spacing: normal; padding-bottom: 20px;}




.box {
	background:#fff;
}
	.box .indent {padding:3px 30px 45px 30px;}
	.box .indent1 {padding:24px 30px 27px 30px;}
	.box .indent2 {padding:18px 30px 27px 30px;}
	.box .indent3 {padding:24px 30px 40px 30px;}
	.box .indent-product {padding:24px 10px;}
	
	.box .indent .title { text-transform:uppercase; color:#002741; font-weight:bold}
	.box .indent .data { text-transform:lowercase; color:#999999; font-style:italic; font-size:11px}
	.titleProduct { text-transform:uppercase; color:#000000; font-weight:bold; font-size:14px; text-align:left}

	.box .bottom-tail {
		background:url(../images/box-bottom-tail.gif) left bottom repeat-x;}
	.box .top-tail {
		background:url(../images/box-top-tail.gif) left top repeat-x;}
	.box .left-tail {
		background:url(../images/box-left-tail.gif) top left repeat-y;}
	.box .right-tail {
		background:url(../images/box-right-tail.gif) top right repeat-y;}
	.box .bottom-right {
		background:url(../images/box-bottom-right.gif) bottom right no-repeat;}
	.box .bottom-left {
		background:url(../images/box-bottom-left.gif) bottom left no-repeat;}
	.box .top-right {
		background:url(../images/box-top-right.gif) top right no-repeat;}
	.box .top-left {
		background:url(../images/box-top-left.gif) top left no-repeat; width:100%;}
	
	.box strong {color: #000;}
	.box b {color:#333;}
	.box h3 {color: #000; letter-spacing: normal; padding-bottom: 20px;}

	.box .indent3 img{border:#006633 1px solid}
	
	
.box1 {
	background: url(../images/box1-bg.gif) 0 0 repeat-y #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(js/PIE.htc);
	position: relative;
	padding: 19px 0px 29px 32px;
}
/*=============================================================================== line-hor =====*/
.line-hor {background: url(../images/line-hor-bg.gif) 0 0 repeat-x; height: 1px; padding-top: 11px; margin-top: 10px;}

.border {
	border-bottom: 1px solid #e8e8e9;
	width: 100%;
	overflow: hidden;
	
	padding-bottom: 11px;
	margin-bottom: 12px;
}
	.border .fright {padding-right: 7px;}
/*=============================================================================== lists =====*/
.comment-list {margin-bottom: -7px;}
	.comment-list li {
		line-height: 19px;
	}
		.comment-list li a {
			text-decoration: none;
			display: block;
			height: 105px;
			width: 235px;
			padding: 15px 0 0 17px;
			color: #737373;
			
			background: url(../images/comment-list-a-bg.png) 0 0 no-repeat;
			
		}
			.comment-list li a:hover {background: url(../images/comment-list-a-bg-hover.png) 0 0 no-repeat;}
			.comment-list li a strong {display: block; padding-left: 1px; margin-top: -1px;}
			.comment-list li a em {display: block; padding-left: 1px; margin-top: -1px;}



.data-list {padding: 20px 0 0;}
	.data-list li {
		border-bottom: 1px solid #e8e8e9;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
		.data-list li a {
			font-size: 15px;
			line-height: 19px;
			color: #000;
			text-shadow: 1px 0 #868686;
			text-decoration: none;
			display: inline-block;
			margin-bottom: -2px;
		}
			.data-list li a:hover {text-decoration: underline;}
		.data-list li span {
			display: block;
			font-size: 10px;
			color: #7e7e7e;
		}
		.data-list li img {padding: 4px 0 5px;}
		.data-list li p {
			padding: 0;
		}
.pad {padding: 0;}
		

.list {
	padding: 27px 0 0;
	margin-bottom: -13px;
}
	.list li {
		line-height: 30px;
		background: #fff;
		padding: 1px 0 0;
		
		border-top: 1px solid #ededed;
		border-left: 1px solid #f4f4f4;
		height: 33px;
	}
		.list li a {
			text-decoration: none;
			padding-left: 20px;
			display:block;
		}
		.list li a:hover {color: #1a1a1a; background: url(../images/list-a-hover.gif) 0 8px no-repeat; font-weight:bold}
		.list li .active {color: #1a1a1a; background: url(../images/list-a-hover.gif) 0 8px no-repeat; font-weight:bold}
		
.list_text {
	padding: 27px 0 0;
	margin-bottom: -13px;
}
	.list_text li {
		background: #fff;
		padding: 10px;
		
		border-top: 1px solid #ededed;
		border-left: 1px solid #f4f4f4;
	}
		.list_text li a {
			text-decoration: none;
			padding-left: 20px;
			display:block;
		}
		.list_text li a:hover {color: #1a1a1a; background: url(../images/list-a-hover.gif) 0 8px no-repeat;}
		
.list_text br {margin:0px; }
.list_text strong { color:#002741; font-size:16px}
.list_text strong.small { color:#002741; font-size:13px}
/*=============================================================================== links =====*/
.data-links {
	width: 100%;
	overflow: hidden;
	padding: 4px 0 0 1px;
	margin-bottom: -9px;
	margin-top:15px;
}
	.data-links a {
		height: 32px;
		min-width: 76px;
		padding: 10px 23px 0;
		text-align: center;
		font-size: 14px;
		line-height: 19px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #fff;
		text-transform: uppercase;
		background: #000;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		behavior: url(js/PIE.htc);
		position: relative;
		text-decoration: none;
	}
		.data-links a:hover {background: #333333;}
	.data-links .fleft {margin-right: 5px;}
	.data-links .fleft span {
		background: url(../images/data-links-fleft-span-bg.png) 0 5px no-repeat;
		padding-left: 10px;
	}
	.data-links .fright span {
		background: url(../images/data-links-fright-span-bg.png) right 5px no-repeat;
		padding-right: 10px;
	}

.link {
	color: #000;
	font-size: 15px;
	line-height: 19px;
	text-shadow: 1px 0 #777777;
}

.link_1 {
	background: #d8d8d8;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(js/PIE.htc);
	position: relative;
	padding: 11px 0px 12px;
	width: 122px;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	color: #242424;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 16px 0 0;
	text-shadow: 1px 0 #858585;
}
	.link_1:hover {
		background: #000;
		color: white;
	}

.link_2 {
	background: #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(js/PIE.htc);
	position: relative;
	padding: 11px 0px 12px;
	width: 122px;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline-block;
	margin: 16px 0 0;
	text-shadow: 1px 0 #858585;
}
	.link_2:hover {
		background: #e4e4e4;
		text-shadow: none;
	}
	
.data-links-small {
	width: 100%;
	overflow: hidden;
	padding: 4px 0 0 1px;
	margin-bottom: 10px;
	margin-top:0px;
}
	.data-links-small a {
		height: 25px;
		min-width: 76px;
		padding: 5px 15px 0;
		text-align: center;
		font-size: 12px;
		line-height: 18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #fff;
		text-transform: uppercase;
		background: #606060;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		behavior: url(js/PIE.htc);
		position: relative;
		text-decoration: none;
	}
	.data-links-small a:hover {background: #444444;}
	.data-links-small .fleft {margin-right: 0px;}
	.data-links-small .fleft span {
		background: url(../images/data-links-fright-span-bg.png) right center no-repeat;
		padding-right: 10px;
	}
	.data-links-small .fright span {
		background: url(../images/data-links-fright-span-bg.png) right center no-repeat;
		padding-right: 10px;
	}
/*=============================================================================== block =====*/
.block {
	width: 187px;
	padding:0 10px;
	text-align:center;
}
	.block img {padding: 3px 0 6px;}
	.block strong {
		display: block;
		font-size: 15px;
		line-height: 19px;
		color: #000;
		font-weight: normal;
		text-transform:capitalize;
		text-shadow: 1px 0 #878787;
		text-align:left;
		margin-top:3px;
	}
	.block span {
		display: block;
		font-size: 10px;
		line-height: 14px;
		color: #7e7e7e;
		text-align:left;
		margin-top:10px;
		border-top:1px #CCCCCC solid;
	}
	.block p {
		padding: 6px 0 0 0;
		font-size: 13px;
		text-align:left;
	}
	
margin-center {margin:0 10px}


.block_1 {
	background: url(../images/block_1-bg.png) 0 0 no-repeat;
	width: 252px;
	height: 216px;
	padding: 15px 0 0 19px;
	margin-bottom: -22px;
}
	.block_1 img {
		float: left;
		margin-right: 10px;
		padding-bottom: 6px;
	}
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=================================================================================================================== footer =====*/
footer .menu {
	float: left;
	width: 400px;
	overflow: hidden;
	padding: 5px 0 0;
	padding-left:20px;
	text-transform:capitalize;
}
	footer .menu li {
		float: left;
		line-height: 19px;
		padding-right: 12px;
	}
		footer .menu li a {
			text-decoration: none;
			color: #989797;
		}
		footer .menu li a:hover {text-decoration: underline;}
	
	footer span {
		float: right;
		padding: 5px 0 0;
		color: #000;
	}
	footer span a {text-decoration: none;}
	footer span a:hover {text-decoration: underline;}
	
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#newsletterForm {
	padding-top:0px;
}
	#newsletterForm label {
		height:45px; 
		display:block;
	}
	#newsletterForm .link_2 {
		margin:6px 0px 0px 0px;
	}
	#newsletterForm .input {
		width:234px; 
		background:url(../images/newsletterForm-label-bg.gif) 0 0 no-repeat; 
		border:none;
		padding:0px 10px;
		color:#9e9e9e;
		display:block;
	}
	#newsletterForm input {
		width:234px; 
		background:none; 
		border:none;
		padding:9px 0px 11px; 
		color:#737373;
		font-size: 13px;
		line-height: 13px;
	}

/*==========================================*/
#faded {
	position:relative; 
	overflow:hidden;
	width:980px; 
	height:585px;
}
	#faded img {
		width: 980px;
		height:445px;
	}

.slider-bot {
	background: url(../images/slider-bot-bg.gif) 0 0 no-repeat;
	height: 140px;
	padding: 10px 28px 21px 28px;
	position: relative;
	height: 111px;
	color: #8a8a8a;
	font-size: 13px;
	line-height: 18px;
}
	.slider-bot span {
		display: block;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 23px;
		line-height: 1.2307em;
		color: white;
		text-transform: uppercase;
		padding: 10px 0 0;
	}
	.slider-bot strong {
		display: block;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 23px;
		line-height: 1.2307em;
		color: white;
		text-transform: uppercase;
		padding: 11px 0 6px;
		font-weight: normal;
	}
		.slider-bot strong b {
			display: block;
			margin-top: -4px;
		}
	.slider-bot p {
		padding-top: 10px;
	}
	.slider-bot a {
		display: block;
		position: absolute;
		right: 30px;
		bottom: 30px;
		width: 91px;
		height: 24px;
		background: #f1f1f1;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		behavior: url(js/PIE.htc);
		text-align: center;
		font-size: 14px;
		line-height: 19px;
		color: #181818;
		text-transform: uppercase;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration: none;
		padding: 3px 0 0;
		text-shadow: 1px 0 #8c8c8c;
	}
		.slider-bot a:hover {
			background: #2b2b2b;
			color: white;
		}


a { outline:0; border:0; }

	ul.pagination {
		list-style:none;
		padding:0;
		margin:0;
		z-index:10;
		position:absolute;
		font-size:0; 
		line-height:0;
		bottom:140px;
		left: 29px;
		width: 132px;
	}
		ul.pagination li {
			float:left;
			padding:0 0px 0 0;
			font-size: 14px; 
			line-height: 19px;
		}			
			ul.pagination li a {
				display:block;
				width:33px;
				height:25px;
				color:#bbbbbb;
				text-align:center;
				text-decoration:none;
				background: #fff;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				padding: 5px 0 0;
				background: url(../images/pagination-a-bg.png) 0 0 no-repeat;
				text-shadow: 1px 0 #cecece;
			}
				ul.pagination li a:hover {background: url(../images/pagination-a-bg-hover.png) 0 0 no-repeat;}
				ul.pagination li.current a {background: url(../images/pagination-a-bg-hover.png) 0 0 no-repeat;}   
/*--- scroll-pane ---*/
.scroll-wrap {width:270px;}
.scroll-wrap1 {width:570px;}
.scroll-wrap2 {width:670px;}
.scroll-wrap-product {width:700px;}
.scroll-pane {
	width:230px;
	height:390px;
	overflow:auto;
	padding-right: 20px;
	position:relative;
}
.scroll-pane-news {
	width:560px;
	height:250px;
	overflow:auto;
	padding-right: 7px;
	position:relative;
	padding-bottom: 10px;
}
.scroll-pane-product {
	width:690px;
	height:550px;
	overflow:auto;
	padding-right: 0px;
	position:relative;
	padding-bottom: 10px;
	float:right;
}

.scroll-pane1 {
	width:550px;
	height:526px;
	overflow:auto;
	padding-right: 20px;
	position:relative;
	padding-bottom: 10px;
}
.scroll-pane2 {
	width:243px;
	height:569px;
	overflow:auto;
	padding-right: 7px;
	position:relative;
	padding-bottom: 10px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../images/scroll.gif) repeat-y center top;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/drag.gif) no-repeat center top;
	height:90px;
	width:23px;
	margin:1px 0 0px 0;
	padding-bottom:0px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width: 23px;
	height: 23px;
	background: url(../images/ScrollArrowUp.gif) 0 0 no-repeat;
	
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width: 23px;
	height: 23px;
	background: url(../images/ScrollArrowDown.gif) 0 0 no-repeat;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
} 
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

.tabella{ border:none; margin:15px 0px}
div.indent table{ margin:0 10px; width:100%;}
div.indent table tr.scura{ background-color:#EEEEEE;}
div.indent table tr.marrone{ background-color:#1F110B;}
div.indent table tr.arancione{ background-color:#666/*#D16F1D*/;}
div.indent table th p{color:#FFFFFF; border:none; font-size:13px; padding:3px; text-align:center;}
div.indent table th p.arancio{color:#666/*#D16F1D*/; border:none; font-size:13px; padding:3px 10px;}
div.indent table td{text-align:center;}
div.indent table td p{border:none; text-align:center; padding:3px 10px; font-size:12px;}
div.indent table td p.testo_sinistra, div.colonna_testo_grande table th p.testo_sinistra{text-align:left;}


