@charset "utf-8";
@import url("estils.css");

/* WRAPPER
------------------------------------------------------------------------*/
#wrapper {
position:relative;
width:992px;
margin:0 auto;
text-align:left; /*anulo text centrat body*/
}

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:992px;
height:303px;
background-color:#000;
background:url(/img/bg_header.png);
}

/* FOTOSTOP
------------------------------------------------------------------------*/
#fotostop {
position:absolute;
top:114px;
left:0;
width:992px;
height:188px;
font-family: 'Fjalla One', sans-serif;
}
#fotostop ul{
	padding-left:19px;
}
#fotostop li{
	padding-left:5px;
	font-size:16px;
	color:#fff;
	padding-top:145px;
}

.groc{
	color:#f1bb00;
}

/* CONTENT
------------------------------------------------------------------------*/
#container {
position:absolute;
top:303px;
left:0;
width:992px; /*obligatori xqe funcioni SCoF en IE5/6*/
background:url(/img/bg_content.png);
/*overflow:hidden; *//*Simple Clearing of Floats*/
}

#innercontainer {
position:relative;
width:954px;
padding:15px 0;
/*overflow:hidden; *//*Simple Clearing of Floats*/

}

/*** Navigation side ***/
#navigationSide {
float:left;
width:220px;
margin-left:33px;
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
}

/*** Content ***/
#content {
float:right;
width:695px;
margin-right:0px;
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
}

/* FOOTER
------------------------------------------------------------------------*/
#footer {
clear:both;
position:relative;
width:954px;
height:60px;
left:19px;
font:normal 11px Arial, Helvetica, sans-serif;
color:#F90;
text-align:center;
overflow:hidden;
background:url(/img/bg_footer.gif) repeat-x #000;

}

#footer a:link, #footer a:visited {color:#fff; text-decoration:none;}
#footer a:hover, #footer a:active {color:#fff; text-decoration:underline;}



