/* 
    Document   : structure
    Created on : 27-Aug-2009, 16:48:04
    Author     : Francesco.Frison
    Description:
        Purpose of the stylesheet follows.
*/

* {
     margin: 0;
}

body, html{
    font-family: Trebuchet, Helvetica, sans-serif;
    height: 100%;
	text-align: left;
}
* .clear{
    clear: both;
}
/*  HEADER  */

* #header{
    /*position: absolute;*/
    background: url('../img/hd_bg.png') repeat-x;
    /*width: 100%;
	height: 200px;
	margin-left: -10px;
	margin-top: -10px;
	padding-right: 10px;*/
	margin-bottom:-20px;

}

* #logo{
    margin: auto;
}

/*   END HEADER   */

* #shape{
    width: 760px;
    margin: auto;
    
}

* #container{
    background: url('../img/hd_bg.png') repeat-x;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -300px;
    /*padding-bottom: 50px;*/

}

/* #container:after {
	content:".";
	visibility:hidden;
	height:0px;
	display:block;
	clear:both;
}*/

* #contents{
    margin-top: 20px;
    text-align: justify;
    font-family: Gill, Helvetica, sans-serif;
    padding: 10px;
    /*margin-bottom: 50px;*/
}


/*   slider   */
* #slider{
    position:relative;
    width: 100%;
    height: 300px;

}

* .wrap{
    width: 230px;
    height: 239px;
    position:absolute;
    overflow: hidden;
}

* .hover_content{
    
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background: url('../img/slider_hover.gif') no-repeat;
    position:absolute;
    top: 0;
    left: 0;
    width: 229px;
    text-align: left;
}

.hover_content h1{
    font-family: Trebuchet, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #600030;
    height: 35px;
    margin-top: 5px;
    padding: 5px;
}
* .hover_description{
    font-family: Trebuchet, Helvetica, sans-serif;
    color: #600030;
    padding: 10px;
    height: 150px;
    margin-top: 20px;
    overflow: hidden;
}

.hover_description a:hover{
    text-decoration: underline;
}

/* ARTICLE COLUMN */
* .col_wrap{
    position: relative;
    width: 100%;
    height: 0px;
}

* .col_left{
    position: absolute;
    width: 330px;
    left: 20px;
    margin-right:20px;
}

* .col_right{
    position: absolute;
    width: 330px;
    left: 370px;
}

* .push{
    height: 300px;
}

/*  FOOTER & PRE_FOOTER     */

* #wrap_footer{
    width: 100%;
    background: #e5e5e5;
    /*margin-left: -10px;
    padding-right: 20px;*/
    overflow: hidden;
	position:relative;
	height:300px;
    /*position: absolute;
	padding-bottom: 20px;*/
    /*height: 300px;*/

}

* #pre_footer{
    font-family: Arial;
    position: relative;
    padding-top: 10px;
    height: 160px;
    text-align:left;
    font-size: 11px;
    color: #000;

}

* #footer{
    font-family: Arial;
    padding-top: 10px;
    width: 100%;
    height: 120px;
    text-align:center;
    font-size: 11px;
    color: #898989;

}

#footer a{
    color: #898989;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}