@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	border:0;
	outline:0;	
	background-color: #000;
	background:url(../images/background09.jpg) left top fixed; 
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;/*font-family: Verdana, Geneva, sans-serif, Univers, 'Univers Condensed';*/
	font-size: 12px;
	line-height:16px;
	color: #000;
}
/*-----------------------------------------------------------------------------------------*/
/*SIDEBAR*/
.sidebar {
	width:250px;
	height:auto;
	position:fixed;
	display:inherit;
	background-color:#000;
}
.logo {
	margin-top:10px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:8px;
	background:url(../images/logo.png) no-repeat center;
	width:226px;
	height:60px;
}
.boxmenu {
	padding-left:20px;
	padding-right:20px;
	padding-top:46px;
}
.menu_li {
	background: url(../images/icon_menu.png) no-repeat left;
	padding-left:18px;
	height:36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:36px; 
	font-size:16px; 
	font-weight:bold;
	border-bottom:#FFF thin dotted;
}
.menu_li_hover {
	background: url(../images/icon_menu_hover.png) no-repeat left;
	padding-left:18px;
	height:36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:36px; 
	font-size:16px; 
	font-weight:bold;
	border-bottom:#FFF thin dotted;
}
.contatti {
	padding-top:44px; 
	padding-left:20px; 
	padding-right:20px;
	color:#FFF; 
	font-size:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------------------------------------*/
/*TYPEFACE*/
.typeface-js {
	font-family: "Cicle Gordita";
	padding-bottom:12px;
}
/*H TITLE*/
h1 {font-weight: normal; border-bottom:thin dotted #333; padding-bottom:8px; }
h2 {font-weight: normal; padding-bottom:12px;}
h4 {font-weight: bold; font-size:16px; color:#fff; }
h5 {color:#ececec;font-size:14px; }
/*-----------------------------------------------------------------------------------------*/
/*CONTAINER*/
.container {
	width:1150px;
	padding:0px;
	border:0; 
	clear:both;
}
.content {
	width:900px; float:right; margin-left:250px; position: inherit;
}
/*-----------------------------------------------------------------------------------------*/
.box {
	margin-top:74px;
	padding-left:16px;
	padding-right:16px;
	padding-top:20px;
	padding-bottom:20px;
	color:#000;
	width:600px;
	height:auto;
	background-color:#fff;
	opacity:0.9; 
	border:thin solid #FFF; 
	float:left;
}
.galleryswf {
	padding-top:8px;
}
.boxtxt {
	padding-top:12px;
	padding-bottom:12px;
	text-align:justify; 
	font-size:12px ;
}
/*-----------------------------------------------------------------------------------------*/
/*TAB BOX*/
.tab_box {
	margin-top:74px;
	padding-left:16px;
	padding-right:16px;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFF;
	width:220px;
	height:auto;
	background-color: #C00;
	opacity:0.9; 
	border:thin solid #FFF; 
	float:left;
}
/*-----------------------------------------------------------------------------------------*/
a {
	text-decoration:none;
	color:#FFF;
}
hover {
	text-decoration:none;
	color:#FFF;
	border:none;
}
/*----------------------------------------------------*/
/*FORM*/
	#form1{
		margin: 0;
		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:200px;
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:4px 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{		
		width:200px;
		border:1px solid #ddd;
		padding:2px;
		color:#999;
		}			

#form1submit:link {background:#FC0;}
#form1submit:visited {background:#00CCFF;}
#form1submit:hover {background:#FC0;}
/*	#form1 p.submit{
	 	width:84px; 
		background:#00CCFF; 
		color:#FFF; font-weight:bold;"
		clear:both;
		padding:0 25px 20px 25px;
		margin:0;
		}	
	#form1 button{
		height:38px;
		line-height:37px;		
		border:none;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}				*/
/*END FORM*/
/*--------------------------------------------------------------------*/
#footer { 
	clear: both;
	float: left;
	width:250px;/*100%;
	min-width: 980px;*/
	height: 40px;
	position: fixed;
	background: #333;
	z-index: 100;
	bottom: 0px; 
	left: 0px;
}
/*Footer Menu*/
.footer_menu {
	float: left;
	margin-left: 30px;
}
.footer_menu ul {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 12px 0;
}
.footer_menu li {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.footer_menu a { 
	color: #FFF;
	margin: 0;
	padding-left: 10px;
}
