/***********************************/
/******* CSS - Sibemolle.com *******/
/***********************************/



/*** default setting ***/
* {
	margin: 0px;
	padding: 0px;
	
}

body {
	padding: 25px 0px 12px;
	color: #000000;
	font-family: verdana, georgia, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	/**background-image: url(immagini/bg.png);**/
	background-repeat: repeat;
	background-color: #785027;
	/**background-color: #6699CC;**/
	
}

a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;


}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 12px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#container {
	margin: 0px auto;
	width: 767px;
	background-image: url('immagini/background_ila_ok.png');
	background-repeat: no-repeat; 
	text-align: left;
	
}

#page_static {
	width: 767px;
	height: 235px;
	overflow: hidden;
}


/*** page header ***/

#page_header {
	padding: 5px 14px 2px;
	z-index: 1;
	position: absolute;
	
}

#page_header h1 {
	width: 265px;
	height: 49px;
	
}


/*** menu ***/

#menu {
	margin: 275px 528px 0px 550px;
	padding-bottom: 0px;
	width: 200px;
	clear: both;
	text-align: center;
	z-index: 1;
	position: absolute;
	font-family: "georgia";
	letter-spacing: 2px;
	
}

#menu a {
	text-decoration: none;
}

#menu li {
	padding: 0px 18px;
	float: right;
	background: url('immagini/menu_background.png') repeat-y 50% 100%;
	line-height: 18px;
	
}

#menu li#menu_first {
	padding-top: 18px;
	background-image: url('immagini/menu_background_top.png');
	background-repeat: no-repeat;
}

#menu li#menu_last {
	padding-bottom: 12px;
	background-image: url('immagini/menu_background_bot.png');
	background-repeat: no-repeat;
}

#menu li a {
	display: block;
	color: #FB6400/*#A83F00 */;
	background-color: inherit;
	font-size: 11px;
	cursor: pointer;
	
}

#menu li a:hover {
	color: #688CB0;
}

#menu li a.current {
	color: #ffffff;
}

#menu li a b {
	margin: 0px auto;
	padding-bottom: 2px;
	display: block;
	width: 173px;
	border-bottom: #444444 1px dotted;
	
}


/*** main content ***/

#main_content {
	padding-left: 22px;
	float: left;
	clear: both;
	text-align: center;
	
}

#main_content a{
	color:#666666;	
}

#main_content2 {
	width: 435px;	
}

#main_content_header {
	width: 435px;
	background: url('immagini/main_background_top.png') no-repeat 50% 100%;
}

#main_content_header h2 {
	padding: 20px 10px 9px 40px;
	font-size: 18px;
	color:#8C7660;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica;
	text-align: left;
}

#main_content_body {
	margin: 0px auto;
	padding: 2px 0px;
	width: 435px;
	min-height: 220px;
	background: url('immagini/main_background.png') repeat-y 0px 0%;
	color: #222222;
	font-weight: normal;	
}


#main_content_body #content_box {
	margin: 0px auto;
	padding-bottom: 15px;
	width: 380px;
	text-align: center;
}


#main_content_footer {
	width: 435px;
	height: 35px;
	background: url('immagini/main_background_bot.png') no-repeat 50% 100%;
	overflow: hidden;
}


/*** box news ***/

#box_news {
	margin-top: 270px;
	width: 310px;
	background: url('immagini/news_background.png') repeat-y 0% 0%;
	color: #141619;
	float: right;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 11px;
	text-align: justify;
}

#box_news a {
	color: #673605; 
	background-color: inherit;
}

#box_news a:hover {
	color: #1B5F96;
	background-color: inherit;
}

#box_news p {
	margin-top: 2px;
	line-height: 11px;
	color: #333366;/*#CAE4FF;*/
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#box_news_header {
	padding: 7px 15px 0px;
	background: url('immagini/news_background_top.png') no-repeat 0px 0%;	
}

#box_news h2 {
	width: 280px;
	color: #333333;
	margin-top:2px;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
}

#box_news_body {
	padding: 0px 30px 3px;
}

#box_news_footer {
	height: 6px;
	overflow: hidden;
	background: url('immagini/news_background_bot.png') no-repeat 0% 0%;
}


/*** page footer ***/

#page_footer {
	padding: 8px 11px 15px;
	margin: 3px auto;
	width: 767px;
	background-image: url('immagini/bg_footer.png');
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
	color: /**#99FF00;**/ white;
}

#page_footer p{
	text-align: center;	
}

#page_footer a{
	color: #f25b00;
	text-decoration:none;	
}

#page_footer a:hover{
	color: #1B5F96;	
}

