/*Onsitus.it - template css gratuito - esempio 2
Altri layout gratuiti:
http://css.flepstudio.org/css-templates/
Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto*/
/*stile generale*/
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: Sans-Serif;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
}
.clearfix{
width: 100%;
height: 100%;
padding-top: 0px;
background-color:#222222;
}
a{
outline:none;
text-decoration: none;
}
img{
border: none;
}
.border_top{
border-top: 0px solid #333333;
}
/*contenitore*/
#wrapper{
width: 100%;
padding-top: 0px;
background:#000000 url(../img/header-bg23.jpg) center no-repeat;
    border-left: #e5e5e5 0px solid;
    border-right: #e5e5e5 0px solid; 
}


#logo{
width: 100%;
height: 210px;
padding-top: 0px;
background:#000000 url(../img/header-bg23.jpg) center no-repeat;
    border-left: #e5e5e5 0px solid;
    border-right: #e5e5e5 0px solid; 
/*background-image:url(../img/header_bg.PNG);*/
/*background-image:url(../img/header-bg23.jpg);*/
}
/*header*/
#header{
width: 100%;
height: 100%;
background-color:#FFFFFF;
}
/*header*/
#header1{
 background: #000000 url("../img/img/boxally-feature-bg.jpg") no-repeat 50% 50% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
    display:block;
    height: 300px;
    /*margin-bottom:30px;*/
    overflow:hidden;
    padding:10px 10px;

}
/*menu superiore*/
#menu{
height: 35px;
text-align: center;
padding-top: 20px;
background-color:#222222;
}
#menu a{
color:#FFFFFF;
padding: 0px 15px;
}
#menu a:hover, #menu a.selezionato, #left_col a, #footer a{
color: #00FF00;
}
#menu a.a_right{
border-right: 1px solid #00FF00;
}
/*colonna sinistra*/
#left_col{
width: 800px;
float: left;
}
/*colonna destra*/
#right_col{
width: 200px;
float: right;
font-size: 10px;
}
#right_col a{
color: #666666;
}
#bot_col{
margin-top: 20px;
}
#bot_col img{
margin: 20px 0 0 0;
padding: 0;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}
#bot_col a:hover img{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
/*footer*/
#footer{
margin-top: 0px;
padding-top: 0px;
background-color:#000000;
height:100%;

}






