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

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

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:954px;
height:94px;
/*text-align:center;*/
}

/* CONTENT
------------------------------------------------------------------------*/
#container {
position:absolute;
top:94px;
left:0;
background:#FFF;
width:954px; /*obligatori xqe funcioni SCoF en IE5/6*/
/*overflow:hidden;*/ /*Simple Clearing of Floats*/
}

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

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

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

/* FOOTER
------------------------------------------------------------------------*/
#footer {
clear:both;
position:relative;
width:954px;
height:60px;
font:normal 11px Arial, Helvetica, sans-serif;
color:#9ecfff;
text-align:center;
overflow:hidden;
background-color:#0a2a3f;
}

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