/* 
Title: FM Communication Srl
Owner: FM Communication Srl
Developer Agency: Beat Fly Lab
URL: http://www.beatfly.com

Created: Sep 08
Copyright: FM Communication Srl

All rights reserved including rights of reproduction and use in any form or by any means, including the making of copies by any photo process or by any electronic or mechanical device (printed, written, or oral), or recording for sound or visual reproduction, or for use in any knowledge or retrieval system or device, unless permission in writing is obtained from the copyright proprietor.
*/

@import url("text.css");
@import url("form.css");
	
*{margin:0; padding:0;}

body#home, body#profilo, body#servizi, body#portfolio, body#news, body#contatto{
	color:#F7FFE9;
	cursor:default;
	text-align:center;
	font:67.75%/1.5 "Lucidia Grande", arial, geneva, sans-serif;}
	
body#home{
	background:#000 url(../../splash_library/bg_home.jpg) no-repeat center top;}
	
body#profilo{
	background:#000 url(../../splash_library/bg_contatto.jpg) no-repeat center top;}
	
body#servizi{
	background:#000 url(../../splash_library/bg_contatto.jpg) no-repeat center top;}
	
body#portfolio{
	background:#000 url(../../splash_library/bg_profilo.jpg) no-repeat center top;}
	
body#news{
	background:#000 url(../../splash_library/bg_news.jpg) no-repeat center top;}
	
body#contatto{
	background:#000 url(../../splash_library/bg_contatto.jpg) no-repeat center top;}
		
#container{
	text-align:left;
	width:960px;
	margin:0 auto;}
	
#header{
	width:960px;
	height:109px;
	clear:both;}
	
#logo{
	width:217px;
	height:109px;
	background:url(../../splash_library/logo.png) no-repeat left top;
	float:left;
	display:block;}
	
#wrapper{}
	
#left{
	width:600px;
	height:491px;
	text-align:left;
	float:left;
	overflow:hidden;/*fucking over box my hack*/}
	
#right{
	width:360px;
	height:491px;
	text-align:left;
	float:right;
	overflow:hidden;/*fucking over box my hack*/}
								
#footer{
	font-size:11px;
	clear:both;
	padding:5px;}
	
.alignleft{
	float:left;}
	
.alignright{
	float:right;}
			
/*-------------------------setting menu-----------------------------*/
#menu{
	width:500px;
	float:right;
	overflow:hidden;}
			
#menu ul{
	padding:6px 0 6px 0;
	float:right;}

#menu li{
	display:inline;}

#menu li a{
	text-decoration:none;
	color:#fff;
	background: url(../../splash_library/menu.png) repeat-x left top;
	padding:14px;
	margin:0 2px 0 0;}

#menu li a:hover, #menu li .current{
	color:#EAD20A;
	text-decoration:none;
	background: url(../../splash_library/menu.png) repeat-x left top;
	padding:14px;}