html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
body{
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#cbea88;
	background-image:url(../immagini/body_bg.png);
	background-repeat:repeat-x;
	}
h1{
	}
h2{
	}
h3{
	color:#637f26;
	margin-top:8px;
	}
a{
	color:#637f26;
	text-decoration:none;
	outline: none;
	}
a:hover{
	color:#646464;
	}
a img {
	border:0px;
	}
#header{
	width:970px;
	height:151px;
	background-image:url(../immagini/header.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	}
#header h1{
	font-size:1.2em;
	color:#6c8c29;
	font-weight:normal;
	float:right;
	padding-top:20px;
	}	
#testo{
	display:block;
	position:absolute;
	top:100px;
	right:0;
	}	
#header h2{
	margin-left:10px;
	font-size:1.8em;
	color:#0b400c;
	}
#testo h2{
	font-size:1.4em;
	color:#0b400c;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
#testo h3{
	font-size:1.2em;
	font-weight:bold;
	}
				
#container{
	width:970px;
	margin:0 auto;
	border:4px solid #82a535;
	background-color:#FFFFFF;
	font-size:1.1em;
	}
/* Menù di navigazione ----- Start   */
#navbar{
	background-image:url(../immagini/navbar.gif);
	background-repeat:repeat-x;
	height:41px;
	}
ul#menu {
	width:322px;
	height:41px;
	list-style:none;
	margin:0 auto;
	padding:0;
	}
ul#menu li {
	float:left;
	margin:0;
	height:41px;
	display:inline;
	}
ul#menu li a {
	background:url(../immagini/sprite.png);
	background-repeat:no-repeat;
	background-position:top left; 
	display:block;
	height:41px;
	position:relative;
	}
ul#menu li a.home {
	width:80px;
	}
ul#menu li a.acquisti {
	width:80px;
	background-position:-80px 0px;
	}
ul#menu li a.servizi {
	width:80px;
	background-position:-160px 0px;
	}		
ul#menu li a.gallery {
	width:80px;
	background-position:-240px 0px;
	}		
ul#menu li a.contatti {
	width:82px;
	background-position:-320px 0px;
	}	
ul#menu li a span {
	background:url(../immagini/sprite.png) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:41px;
	width:100%;
	z-index:100;
	}
ul#menu li a.home span {
	background-position:0px -41px;
	}
ul#menu li a.acquisti span {
	background-position:-80px -41px;
	}
ul#menu li a.servizi span {
	background-position:-160px -41px;
	}
ul#menu li a.gallery span {
	background-position:-240px -41px;
	}
ul#menu li a.contatti span {
	background-position:-320px -41px;
	}
ul#menu li a span:hover {
	cursor:pointer;
	}		
/* Menù di navigazione ----- End   */			
#content{
	float:right;
	width:750px;
	padding:10px;
	}
#slideshow{
	width:100%;
	margin:0 auto;
	display:block;
	}
#map {
	height:400px;
	}
		
#navigation{
	float:left;
	width:180px;
	padding:10px;
	}
#navigation a{
	color:#646464;
}	
#navigation a:hover{
	color:#637f26;
}
#footer{
	clear:both;
	width:100%;
	text-align:center;
	margin:5px 0;
	}
.TitoloPagina{
	font-size:1.3em;
	color:#637F26;
	font-weight:bold;
	margin:10px 0;
	}
.clear{
	clear:both;
	height:1px;
	}	
/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 660px;	
	height:180px;
	margin:10px auto;
	padding-top:10px;
	border:1px solid #ccc;	
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	/* decoration */
	margin-left:5px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	/* custom decoration */
	text-align:center;
	width:160px;
	margin-right: 5px;	
}
/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/immagini/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:60px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* LANDING PAGE */

#sx{
	width:480px;
 	float:left;
 	display:inline;
 	padding:10px;
 	}
 
#sx p{
 	line-height:16px;
 	margin-bottom:10px;
 	}
#dx{
 	width:450px;
 	float:right;
 	display:inline;
 	margin-top:15px;
 	}
#dx ul{
 	margin-left:20px;
 	} 
 #form_wrap{
 	background-color:#f2f2f2;
	border:2px solid #82A535;
	width:415px;
	padding:10px;
	}	
#dx .x-form-text{
	border:1px solid #B5B8C8;
	color:#333333;
	height:23px;
	padding:1px 3px;
	width:175px;
	}
#dx .x-form-area{
	border:1px solid #B5B8C8;
	color:#333333;
	padding:1px 3px;
	margin-bottom:10px;
	width:220px;
	}
#dx .btnInvia{
	border:0;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	padding:3px 20px 3px 35px;
	background-image:url(/immagini/invia.png);
	width:200px;
	height:40px;
	margin-top:10px;
	}
#dx .label{
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	width:175px;
	color:#333;
	}
#dx .label em{
	font-size:11px;
	font-weight:normal;
	}
#dx .input{
	height:35px;
	}
#dx h1.TitoloPagina{
	color:#0B400C;
	font-size:16px;
	margin:0 0 5px 0;
	}
	
#dx h1.TitoloPagina span{
	color:#a60000;
	font-size:16px;
	margin:0 0 5px 0;
	}
.errorContainer {
	background:url("http://static.infoser.it/floraweb/i/icone/exclamation.png") no-repeat scroll 15px 50% #FFF6BF;
	border-bottom:2px solid #FFD324;
	border-top:2px solid #FFD324;
	color:#CC0000;
	display:none;
	font-size:11px;
	margin:3px auto;
	padding:5px 20px 5px 45px;
	text-align:left;
	width:80%;
}
.errorContainer strong{
	display:block;
	}
#dx .c{
	border:1px solid #FF4224;
	background-color:#FFF1EA;
}
