/* 070 - Header */

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #cccccc;
}

#container {
	background-color: #E6E0D2;
	text-align: left;
	width: 840px;
	margin: auto;
	position: relative;
}

#header h1 {
	width: 840px;
	height: 60px;
	position: relative;
	top:24px;
	left:18px;
	font-size: 1.5em;
	color: #FFFFFF;

}

#header h1 a {
	display: block;
	width: 840px;
	height: 84px;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}

#header img {
	position: absolute;
	top: 0;
	left: 600px;

	background-color: #000000;
	margin: 0;
}

/*  Menu */

#nav {
	background-color: #000000;
	height: 35px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0 0 0 20px;
	border: 0 none;
	padding: 0;
	min-width: 500px; /*For KHTML*/
	list-style: none;
	height: 24px;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	z-index: 99;
}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 11em;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu ul li {
	width: 11em;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	border-left: 1px solid #990000;
	padding: 4px 8px;
	margin: 0;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	background-color: #000000;
}

/* Secondary Menu */

ul#navmenu ul a {
	border: 0;
	height: 16px !important;
}

ul#navmenu ul li {
	border-bottom: 1px solid #000000;
}


/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a {
	background: #990000;
}

/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a {
	float: none;
	background: #666666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a {
	background: #990000;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a {
	background: #999999; 
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover, ul#navmenu li:hover li:hover li:hover a, ul#navmenu li.iehover li.iehover li a:hover, ul#navmenu li.iehover li.iehover li.iehover a {
	background: #990000;
}

ul#navmenu ul ul, ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 11em;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul {
	display: none;
}

ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul {
	display: block;
}

/* Section Title / Language */

#section-title-language {
	font-size: 0.9em;
	color: #999999;
	width: 840px;
	margin-top: 10px;
}

#language {
	width: 240px;
	float: right;
}

#language ul {
	list-style-type: none;
}

#language ul li {
	float: left;
}

#language ul li a {
	color: #999999;
	font-size: 0.9em;
	font-weight: 100;
}

#section-title {
	width: 500px;
	margin-left: 20px;
}

#section-title h2 {
	font-size: 0.9em;
	font-weight: 100;
}

#section-title h2 a {
	color: #999999;
	text-decoration: none;
}

/* Shoulder */

	/* Search */
	#search, #housing-finder, #delivery-service, #products, #worldwide {
		border-top: 1px solid #990000;
		padding-top: 0.5em;
		padding-bottom: 1em;
	}
	
	#search p {
		padding-top: 0.5em;
		padding-bottom: 1.6em;
	}
	
	#keywords {
		width: 192px;
		float: left;
	}
	
	#go {
		background-image: url('/dep/go-icon.jpg');
		width: 20px;
		height: 20px;
		border: 0;
		/* hide from IE Mac \*/
		text-indent: -999em;
		overflow: hidden;
		/* end hide */
		float: right;
	}



	#housing-finder h4 {
		background-image: url('/dep/housing-finder-icon.jpg');
		width: 218px;
		height: 20px;
		margin-top: 10px;
	}
	
	#housing-finder h4 a {
		display: block;
		width: 218px;
		height: 20px;
	   /* hide from IE Mac \*/
	   text-indent: -999em;
	   overflow: hidden;
	   /* end hide */
	}
	
	#delivery-service h4 {
		background-image: url('/dep/24h-delivery-service-icon.jpg');
		display: block;
		width: 218px;
		height: 20px;
		margin-top: 10px;
	}
	
	#delivery-service h4 a {
		display: block;
		width: 218px;
		height: 20px;
	   /* hide from IE Mac \*/
	   text-indent: -999em;
	   overflow: hidden;
	   /* end hide */
	}







/* Footer */

#footer {
	display: block;
	background: url('images/footer-bg.jpg') no-repeat;
	clear: both;
	width: 800px;
	padding: 25px 0;
	text-indent: 10px;
	margin: auto;
	font-size: 0.7em;
}

#footer h4 {
	font-weight: 100;	
	font-size: 0.7em;
	letter-spacing: 1px;
	line-height: 170%;
}

.standard_paragraph {
	font-weight: 100;	
	letter-spacing: 1px;
	line-height: 170%;
}

a.pagina_corrente  {
	background: none !important;
	color: #990000 !important; 
}





