/* << ----------------// HEADER //------------ */
#nav_login {
	background: url(../../images/lasicilia/nav/bkg_login.gif) repeat-x;
	height: 30px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	height: 112px;
	background: #FFFFFF url(../../images/lasicilia/header/sfondo_header.gif) repeat-x left top;
	position: relative;
}
#container_logo {
	width: 436px;
	margin-left: 57px;
}
#container_logo .logo {
	margin-top: 14px;
	height: 62px;
	width: 436px;
}


/* << ----------------// NAVIGATION //------------ */
#navigation {
	position: relative;
}

#nav_argument {
	height: 30px;
	background: url(../../images/lasicilia/nav/bkg_nav_arg.gif) repeat-x;
	position: relative;
}
#nav_root {
	height: 30px;
	background: url(../../images/lasicilia/nav/bkg_nav_root.gif) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 3px;
}
/* << ----------------// FOOTER //------------ */

#navigation_footer {
	margin-top: 10px;
	position: relative;
}
#nav_link_footer {
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	position: relative;
}

#nav_argument_footer {
	height: 30px;
	background: url(../../images/lasicilia/bkg_box/horizontal_dot.gif) repeat-x left top;
	margin-top: 1px;
	padding-top: 1px;
}
#footer {
	height:30px;
	clear:both;
	background: url(../../images/lasicilia/bkg_box/bkg_footer.gif) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 20px;
}

/* << ----------------// BANNERS //------------ */
#banner_header {
	/*height: 100px;*/
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#banner_header_left {
	height: 100px;
	width: 200px;
	margin-top: 6px;
}
#banner_header_right {
	height: 100px;
	width: 200px;
	margin-top: 6px;
}


/* << ----------------// CLASS //------------ */
.floatleft { float: left; }
.floatright { float: right; }

