@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/background.jpg) repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
a {
	text-decoration:none;
	color:white;
}
p {
	line-height:1.3em;
	text-align:justify;
}
h3 {
	font-size:2em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#fff;
	margin:10px 0;
}
h4 {
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#fff;
	margin:10px 0;
}
#wrapper {
	margin-top:50px;
}
.orange {
	color:#e55601;
}
.spacer {
	clear:both;
}
#header {
	height:55px;
}
#logo {
}
#mainbody {
	background:#353434;
	padding-bottom:5px;
}
#menu {
	height:36px;
}
#menu li {
	width:20%;
	float:left;
}
#menu li a {
	display:block;
	text-align:center;
	padding:12px 0;
	background:url(../images/menu_bg.gif) repeat-x bottom left;
	color:#fff;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	border-bottom:1px solid #0d0d0d;
	border-right:1px solid #0d0d0d;
	border-top:1px solid #3f3f3f;
	border-left:1px solid #3f3f3f;
}
#menu li a:hover, #menu li a.active {
	background:url(../images/menu_hover_bg.gif) repeat-x bottom left;
	border-bottom:1px solid #871c01;
	border-top:1px solid #ec8b44;
	border-right:1px solid #b24103;
	border-left:1px solid #ec8b44;
}
#submenu {
	background:#222;
	height:24px;
}
#submenu li {
	float:left;
}
#submenu li a {
	display:block;
	padding:6px 9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:0.9em;
}
#submenu li a:hover, #submenu li a.active {
	color:#e76205;
}
#studio {
	border-bottom:1px solid white;
}


#contatti form{
	margin-top:10px;
	}
#contatti input, #contatti textarea{
	background:#676767;
	font-size:1.2em;
	color:#CCC;
	width:250px;
	margin-bottom:4px;
	border-left:4px solid #2a2929;
	border-top:1px solid #2a2929;
	border-right:1px solid #838383;
	border-bottom:1px solid #838383;}
	
	
#contatti input:focus, #contatti textarea:focus{
	background:#838383;
	color:white;}
#contatti button{
	}


.photo_thumb {
	float:left;
	width:54px;
	height:54px;
	margin:0 10px 10px 0;
	overflow:hidden;
}
#footer {
	background:#222222;
	margin-top:2px;
	font-size:0.9em;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding:7px 0;
}

