/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body {
	margin: 0;
	padding: 0;
	font: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
}

/* Remove border from image */
img {
	border: 0;
}

/* Create float clearing class */
.clear {
	clear: both;
}

/* =STRUCTURE----------------------------------------------- */
body {
	font-family: arial, verdana, sans-serif;
	color: #666;
}

#header, #content, #footer, #sub-footer {
	width: 1003px;
	margin: 0 px;
}

#footer
{
	margin-left: -2px;
	height: 102px;
}

#header {
	position: relative;
	padding-top:15px;
	padding-left:8px;
}


/* =TAGS----------------------------------------------- */

.legal, .small {
	font-size: 1em;
	line-height: 1em;
}


/* =HEADER----------------------------------------------- */
#header #main-nav {
	width: 1000px;
	height: 22px;
	padding-top:10px;
	background: #fff url("../../images/hbc/header/EN/bkg-main-nav.gif") repeat-x top;
	overflow: visible;
	
}
#header #corp-nav {
	width: 325px;
	height: 89px;
	position: absolute;
	top: 20px;
	right: 250px;
	text-align: right;
	color: #ccc;
	
}

#header #main-nav .first-item {
	margin: 0 0 0 3px;
}

#header #main-nav a {
	display: block;
	height: 40px;
	float: left;
}

#header #main-nav a .text {
	display: none;
}

#header #corp-nav a, #header #lang-select a {
	font-size: 0.8em;
	color: #333;
	text-decoration: none;
	margin: 0 2px;
}

#header #corp-nav a:active, #header #lang-select a:active {
	color: #333;
}
#header #corp-nav a:visited, #header #lang-select a:visited {
	color: #666;
}
#header #corp-nav a:hover, #header #lang-select a:hover {
	text-decoration: underline;
	color: #333;
}

#header #corp-nav .second-row, #header #corp-nav .first-row {
	margin: 5px;
}

#header #corp-nav .second-row a {
	font-weight: bold;
}

#header #lang-select {
	position: absolute;
	top: 20px;
	right: 325px;
	
	z-index: 100;
	line-height: 1.6em;
	float:right;
}


#footer img.title {
	float: left;
	width: 391px;
}

#footer a, #footer div {
	display: block;
	height: 47px;
	float: left;
	margin: 0 0 0 1px;
}

#footer a .text, #footer div .text {
	display: none;
}


/* =SUB FOOTER----------------------------------------------- */
#footer {
	height: 47px;
	text-align: right;
	margin-top: 2em;
	overflow: visible;
}

#sub-footer {
	border-bottom: 0px solid #b2b2b2;
	font-size: 1em;
	color: #b2b2b2;
	position: relative;
}
#sub-footer p {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

#sub-footer p.links {
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
}

#sub-footer p.links a {
	font-size: 0.9em;
	color: #333;
}


/* =HR / rules / lines----------------------------------------------- */

div.dashed {
	background: url("../../images/hbc/header/EN/dash.gif") repeat-x;
	height: 1px;
	margin: 0;
	padding: 0;
	padding-bottom: 13px;
}

div.dashed hr, div.dotted hr {
	display: none;
}

hr {
	margin: 1em 0;
	padding: 0;
	border: 0;
	background: #b2b2b2;
	border-color: #b2b2b2;
	color: #b2b2b2;
	height: 1px;
}


