/*Onsitus.it - template css gratuito - esempio 10:
Altri layout gratuiti:
http://css.flepstudio.org/css-templates/
Copyright: Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto*/
html{
height:100%;
}
body{
height:100%;
margin:0;
padding:0;
font-family:Verdana;
font-size:13px;
color:#FEB415;
}
a{
color:#FEB415;
outline:none;

text-decoration: none;
}
h1,h2{
margin:0;
padding:0;
letter-spacing:2px;
a:link ( text-decoration: none); 
}
h1{
	font-size:36px;
	margin-left:35px;
	padding-top: 25px;
	a:link ( text-decoration: none); 
}
h1 span{
color:#F86307;
a:link ( text-decoration: none); 
}

a img {
border: 0;
}


h2{
margin-bottom:20px;
font-size:20px;
color:#CCC;
text-shadow:1px 1px #FFF; /*CSS3*/
}
#contenitore{
	min-height:100%;
	min-width:800px;


width:expression(document.body.clientWidth < 942? "940px": "auto" ); /*min-width Internet Explorer6*/
	margin-bottom:-100px;
	background-color: #FFFFFF;
}
#contenitore2{
min-height:100%;
min-width:400px;
width:expression(document.body.clientWidth < 942? "940px": "auto" );
background:url(../img/background.jpg) no-repeat right center;
}
*html #contenitore{ /*min-height Internet Explorer6*/
height:100%;
}
#contenuto{
	width:90%;
	padding:0 50px 100px 50px;
}
#contenuto2{
width:40%;
padding:30px 0 300px 50px;
}
.cont_item{
background-color:#FFFFFF;
border:3px solid #333333;
margin-bottom:5px;
padding:2%;
/*CSS3*/
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.cont_item2{
	border:3px solid #333333;
	padding:4%;
	/*CSS3*/
border-radius:10px;


-moz-border-radius:10px;
-webkit-border-radius:10px;
	background-color: #FFFFFF;
}
#header{
	height:70px;
	background-color:#000000;
	line-height:40px; /*vertical align*/
	background-image: url(../img/bg.png);

}
#footer{
	min-width:600px;



width:expression(document.body.clientWidth < 942? "940px": "auto" );/*min-width Internet Explorer6*/
	height:80px;
	background-color:#999999;
	background-image: url(../img/bg.png);
	padding-left: 250px;
}
#menu{
	padding-top: 0px;
}
#menu a{
	float:none;
	width:19%;
	border-top:3px solid #333333;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	color:#666666;
	/*CSS3*/
text-shadow:1px 1px #FFFFFF;
	border-bottom-left-radius:10px;

-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;

-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
	text-align: center;
}
#menu a:hover, #menu a.selezionato{
border-top:3px solid #FF0000;
color:#FF0000;
/*CSS3*/
text-shadow:1px 1px #FFFFFF;
}
