/*Onsitus.it - template css gratuito - esempio 6:
	Altri layout gratuiti:
	http://css.flepstudio.org/css/css-templates/
	Copyright: Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto*/

body{
margin: 0;
padding:0;
font: 13px verdana, Helvetica, sans-serif; 
color: #666666;
background-color:#FFFFFF;
}
img{
border:none;
}
a{
text-decoration:none;
color:#0A51A1;
font-weight:bold;
outline:none; /*per FF*/
}
.clearfix{
clear:both;
}
#wrapper{
	background: white;
	min-width: 900px;
	max-width: 2600px;
	/*min width*/
	width:expression(document.body.clientWidth < 902? "900px" : document.body.clientWidth > 2602? "2600px" : "auto");
	}

/*div id top_header*/
#top_header{
height:150px;
background:#666666 url(../img/top_header_bg.jpg) repeat-x;
position:relative;
}
h1{
font-size:37px;
color:#FFFFFF;
font-weight:bold;
position:absolute;
padding:0;
margin:0;
top:30px;
left:40px;
}
h1 span{
color: #BECCA8;
}
/*div id menu*/
#menu{
position:absolute;
right:20px;
bottom:5px;
}
#menu a{
color:#BECCA8;
padding:5px 10px;
}
#menu a:hover,#menu a.selected{
background-color:#FFFFFF;
color:#666666;
}
/*div id header*/
#header{
height:200px;
margin:10px 10px 20px 10px;
background: #E8E8E8 url(../img/header_bg.jpg) no-repeat right;
}
#header img{
height:200px;
}
/*div id left_col - colonna sinistra*/
h2{
line-height:25px;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
background:url(../img/h2_bg.jpg) repeat-x;
padding-left:10px;
margin:0;
}
#left_col{
width:300px;
float:left;
margin:0 10px;/*margin-right xIE6*/
font-size:11px;
}
#right_col{
padding-left:330px;
margin-right:10px;
}
/*stile paragrafi*/
p{
padding:10px;
margin-top:0;
}
.gradient_b{
background:url(../img/gradient_b.jpg) repeat-x top;
}
.gradient_g{
background:url(../img/gradient_g.jpg) repeat-x top;
}
.plain_b{
background-color:#81BCDA;
color:#FFFFFF;
}
.plain_g{
background-color:#E8E8E8;
font-weight:bold;
}
/*div id footer*/
#footer{
height:25px;
background:url(../img/h2_bg.jpg) repeat-x;
margin-top:20px;
}


