* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Verdana, Geneva, sans-serif;
	width: 100%;
	height: 100%;
	background:#666;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 235px;
	overflow:hidden;
	/*background: #FFE680;*/
}
#header_fondo_bianco {
	position:absolute;
	width:1000px;
	height:214px;
	top:21px;
	background:#FFF;	
	z-index:0;
}
#header_menu {
	position:absolute;
	width:737px;
	height:56px;
	margin:0px;
	top:0px;
	border:0px #000 solid;
	z-index:1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#header_login {
	position:absolute;
	width:180px;
	height:96px;
	top:-1px;
	margin-left:690px;
	z-index:1000;
	background:url(../image/header_fondo_login.png);
}
#header_login #comandi_login {
	position:relative;
	width:170px;
	height:27px;
	border:0px #000 solid;
	top:9px;
	
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#888787;
}
#header_login #comandi_login a {
	color:#888787;
	text-decoration:none;
}
#header_login #comandi_login a:hover {
	text-decoration:underline;
}
#header_login #comandi_login #img_estendi {
	margin-right:50px;
}
#separatore_login {
	margin:0 11px 0 11px;
}
#login_form {
	margin:9px 0 0 9px;
}
#login_form input[type="text"], input[type="password"] {
	border:1px #a7a6a6 solid;
	width:150px;
	height:12px;
	font-size:11px;
	color:#d0d0cf;
	font-family:Verdana, Geneva, sans-serif;
	padding:3px;
}
#login_form input[type="password"] {
	margin-top:2px;
}
#header_lingue {
	position:absolute;
	width:75px;
	height:20px;
	top:27px;
	margin-left:900px;
	z-index:1000;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#888787;
}
#header_lingue a {
	color:#888787;
	text-decoration:none;
}
#header_lingue a:hover {
	color:#888787;
	text-decoration:underline;
}


/* Middle
-----------------------------------------------------------------------------*/
/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides {
			background:#FFF;
		}
		.slides_container {
			width:960px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:960px;
			height:332px;
			display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			display:block;
			list-style:none;
			xxmargin:0;
			xxpadding:0;
			position:absolute;
			margin-top:-35px;
			xxmargin-right:0px;
			text-align:right;
			xxfloat:right;
			width:94%;
			xxbackground:#F00;
			z-index:1000;
		}
		
		.pagination li {
			display:inline;
			margin-left:7px;
		}
		
		.pagination li a {
			display:inline-block;
			width:15px;
			height:15px;
			background:url(../image/no_current.png);
			background-repeat:no-repeat;
			text-decoration:none;
		}
		
		.pagination li.current a {
			background:url(../image/current.png);
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}
#middle {
	width: 100%;
	padding: 0 0 420px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	background:#FFF;
}
#content {
	xxpadding: 0 0 0 390px;
	float:right;
	width:593px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 340px;
	xxmargin-left: -100%;
	xxposition: relative;
	/*background: #B5E3FF;*/
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	xxwidth: 1034px;
	width: 1000px;
	margin: -420px auto 0;
	height: 420px;
	/*background: #BFF08E;*/
	}

#footer_curva {
	xxwidth: 1034px;
	width: 1000px;
	height: 67px;
	background:url(../image/footer_curva.png);
	}

#footer_gradiente {
	position:relative;
	width:990px;
	height:500px;
	margin-left:5px;
	background-color:#C2C2C2;
	background-image:url(../image/footer_fondo.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}