/* Navigation section */

/* Navigation section headline */
#navigation h1 {
	height: 24px;
	background-color: #FDBF52;
	color: #ffffff;
	padding: 6px 10px 0px 0px;
	font-size:12pt;
	font-weight: 100;
	text-align:right;
	margin-bottom:5px;
}

/* Leftside navigation */
#navigation ul {
	width:208px;
	position: relative; /* relative positioning is used in order to able to use layer order with z-index */
	margin:0px 0px;
	padding:0px 0px;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	z-index: 3;
}

/* Leftside navigation list items */
#navigation li {
	margin:5px 0px;
	padding:0px 0px;
	background-color: #fafafa;
}

/* Leftside navigation links */
#navigation a {
	font-size:10pt;
	text-align: right;
	display:block;
	text-decoration:none;
	padding: 5px 28px 5px 0px;
	width:180px;
	color:#173F62;
	background-color:Transparent;
	background-image:url(../Img/navigationBG.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
	
#navigation a:hover {
	background-image:url(../Img/navigationBGhover.gif);
	background-color:#FDBF52;
	color:#ffffff;
}

#navigation ul ul a {
	font-size:8pt;
	text-align: right;
	display:block;
	text-decoration:none;
	padding: 5px 48px 5px 0px;
	width:160px;
	background-color:Transparent;
	background-image:url(../Img/navigationBG.gif);
	background-repeat:no-repeat;
	background-position:-20px 0px;
}

/* Contact data section (NEW) */

/* Contact data */
#contactData {
	margin: 30px 0px 30px 10px;
}

/* Contact data headline */
#contactData h1 
{
	font-size:12pt;
	color:#173F62;
	line-height: 14pt;
	background-color: transparent;
	padding: 6px 0px 0px 0px;
	text-align:left;
	margin-bottom:0px;
}

/* Contact data text (containing company name and contact details) */
#contactData p{
	font-size:10pt;
	color:#989898;
}

/* WebHome Text Section (NEW) */   

/* WebHome Section Header */
#webHome h1
{
	background-color: #fdbf52;
}

#webHome p
{
	background-color: #fafafa;
	height: auto;
	padding: 10px;
	font-size:10pt;
	text-align:left;
	line-height: 16pt;
	/* any IE */
	margin-top: expression('10px');
	/* end */ 
}

	
/* WebHome image */
#webHome img {
	margin-top: 10px;
	background-color: #ffffff;
	width: 208px;
}
