@charset "utf-8";
html, body {
	width:100%;
	height:100%;
	background-color: #494949;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link, a:visited, a:active{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:10px;
}
.none {
	display:none;
}
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#wrap {
	width:815px;
	margin:0px auto 0px auto;
	top:50%;
	left:50%;
	position:absolute;
}
#wrap.home {
	height:182px;
	margin-top:-91px;
	margin-left: -335px;
}
#wrap.page {
	height:500px;
	margin-top:-273px;
	margin-left:-408px;
}

#logo_hp {
	width:300px;
	height:62px;
	background:url(../images/logo_hp.png) top left no-repeat;
	margin:0px auto 0px auto;
	display:none;
}
#enter {
	width:300px;
	height:20px;
	margin:100px auto 0px auto;
	text-align:center;
	display:none;
}
#sidebar {
	width:170px;
	height:500px;
	float:left;
}
#logo {
	width:150px;
	height:35px;
	background:url(../images/logo.png) top left no-repeat;
	margin:0 0 20px 0;
}
#menu {}
#menu li {
	height:100px;
	width:166px;
}
#menu ul li {
	height:15px;
	margin-left:20px;
	line-height:12px;
}
#menu li a {
	line-height:16px;
	padding:2px;
	width:100%;
	display:block;
}

#menu li a.actived {
	line-height:16px;
	padding:2px;
	background:#333333;
	width:100%;
	display:block;
}
#menu li a:hover {
	line-height:16px;
	padding:2px;
	background:#333333;
	width:100%;
	display:block;
	text-decoration:none;
}
#menu ul li {
	height:20px;
	margin-left:20px;
	font-style:italic;
}

#content {
	width: 625px;
	height: 480px;
	float:right;
	background:#333333;
	padding:10px;
}
*html #content {
	width: 500px;
	height: 500px;
}
div.contact {
	margin:272px 40px 0 40px;
}
div.aboutus {
	margin:15px 40px 0 40px;
	text-align:justify;
}
.thumb {
	background-color:#494949;
	float:left;
	height:120px;
	margin:18px 6px 0;
	padding:7px;
	width:130px;
}
.paginazione {
	text-align:right;
	margin:15px 15px 0px 15px;
	position:absolute;
	top:460px;
	left:355px;
	width:430px;
}
#footer {
/*	bottom:0px;
	width:100%;
	height:15px;
	text-align:center;
	position:absolute;
	z-index:1000;
	color:#666666;
*/
	padding-top:30px;
	width:100%;
	height:15px;
	text-align:center;
	color:#666666;
}              
#footer a:link, #footer a:visited, #footer a:active{
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/* NASCONDO PER IE6 */
*html #sidebar, *html #logo, *html #menu, *html #content, *html #footer {
	display:none;
}
*html #logo_hp, *html #enter {
	display:block;
}
