

/*--- a ---*/
.btn_freccia{
	display:block;
	float:left;
	width:19px;
	height:53px;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-99999px;
	margin:0px 0 0 0;
}

.sx{ background-image: url(../images/left_k.png);}
.dx{background-image: url(../images/right_k.png); float:right;}

a:hover.sx{ background-image: url(../images/left_s.png);}
a:hover.dx{background-image: url(../images/right_s.png);}

/*--- Header --*/
#head_picture{
	width:941px;
	height:240px;
	margin:;
}
#head_pictue img{
	padding:0;
	border:none
}

.mask{
	position:relative;
	width:940px;
	height:240px;
	overflow:hidden;
}

#hbox{
	position:absolute;
}

#hbox span{
	display:block;
	float:left;
}

#hbox span img{
	display:block;
	border:none;
}

#hinfo{
	width:300px;
	height:auto;
	position:relative;
	margin:-220px 0 20px 0px;
	
	overflow:hidden;
	color:#fff;
	padding:10px 50px;
}
*:first-child+html body #hinfo{

}

#hinfo .wrapper{
	float:left;
	width:190px;
	margin:0 15px 0 15px;
	padding:10px 0 0 0;
	overflow:hidden;
}

#hinfo .btn_freccia{
	margin:25px 0 0 0;
}

#ibox{
	width:2000px; 
}

#ibox span{
	display:block;
	float:left; 
	width:190px;
	height:190px;
}


/* Login Panel */
#login-panel{
	position:absolute;
	top:0px;
	left:0px;
	z-index:99999;
	width:100%;
	height:auto;
	margin-top:-120px;
	
}
#login-panel #inside{
	background:#404040 url(../images/bg_login_panel.jpg) repeat-x left bottom;
	background /**/:transparent url(../images/bg_login_panel.png) repeat-x left bottom;
	height:120px;
	overflow:hidden;background-color:#000000;
	
}
#login-panel #toggle-login, #login-panel #toggle-login:hover{
	width:228px;
	height:28px;
	display:block;
	float:right;
	background:transparent url(../images/toogle.png) no-repeat center bottom; 
	margin-right:22px;
	margin-right /**/:35px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	padding:0;
}
#login-panel #toggle-login span{
	display:block;
	width:100px;
	height:28px;
	padding:3px 0 0 43px;
	margin:0;
	background:transparent url(../images/btn_toggle_login.jpg) no-repeat center bottom; 
	cursor:pointer;
}
#login-panel form{
	padding:10px 50px 0 0;
	float:right;
}
#login-panel form label{
	display:block;
	float:left;
	width:190px;
	color:#fff;
	font-size:11px;
	margin:0 5px 0 0;
}
#login-panel form input{
	float:left;
	margin:0 5px 0 0;
}
.btn-simple{
	display:block; 
	float:left;
	color:#fff;
	font-size:11px;
	padding:2px 6px;
	background:#222;
	text-decoration:none;
}

#inside li.column {width: 180px;float: left;color: #FFFFFF;margin: 10px 5px 20px 5px;font: 12px Arial, Helvetica, sans-serif;list-style: none;}
html>body #inside li.column {margin: 10px 10px 20px 10px;}
#inside .column ul {color: #999999;font: 11px Verdana, Arial, Helvetica, sans-serif;margin-top: 6px;}
.column ul li {list-style: none;padding: 0px 0px 5px 0px;}
.column ul li a {color: #999999;font: 11px/15px Verdana, Arial, Helvetica, sans-serif;text-decoration: none;padding-left: 10px;}
.column ul li a:hover {color: #f8a360;text-decoration: none;padding-left: 10px;}
