/* CSS Document */
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#555555;
	}
body {
	background:url(../images/bckgrnd_main.gif) repeat-x #e2e2e2;
	margin:0 ;
	margin-top:20px;
	}
a:link, a:visited, a:active {
	color:#555555;
	text-decoration:underline;
	}
a:hover {
	color:#9b0835;
	text-decoration:none;
	}
h1 {font-size:22px; color:#98002e;}
h2 {font-size:16px; color:#3a3230;}
h3 {font-size:11px}

/***************************************************/
/*MAIN NAVIGATION with rollover and "page on" state*/
/***************************************************/

#mainnavigation{
text-indent:-99999px;
list-style:none;
padding:0;
margin:0;
}
#mainnavigation li {
margin: 0;
padding: 0;
list-style-type: none;
display: inline;
}
#mainnavigation a {
float: left;
display: block;
text-decoration: none;
text-indent: -9999px;
height: 27px;
overflow: hidden;
border:0;
}
#homelink A{
display:block;
height:27px;
width:96px;
background:url(../images/nav_home.gif) no-repeat top left;
}
#homelink A:hover{
display:block;
height:27px;
width:96px;
background:url(../images/nav_home_over.gif) no-repeat bottom left;
}
#index #homelink A {
display:block;
height:27px;
width:96px;
background:url(../images/nav_home_over.gif) no-repeat bottom left;
}
#serviceslink A{
display:block;
height:27px;
width:106px;
background:url(../images/nav_services.gif) no-repeat top left;
}

#serviceslink A:hover{
display:block;
height:27px;
width:106px;
background:url(../images/nav_services_over.gif) no-repeat bottom left;
}
#services #serviceslink A{
display:block;
height:27px;
width:106px;
background:url(../images/nav_services_over.gif) no-repeat bottom left;
}
#industrieslink A{
display:block;
height:27px;
width:111px;
background:url(../images/nav_industries.gif) no-repeat top left;
}

#industrieslink A:hover{
display:block;
height:27px;
width:111px;
background:url(../images/nav_industries_over.gif) no-repeat bottom left;
}
#industries #industrieslink A{
display:block;
height:27px;
width:111px;
background:url(../images/nav_industries_over.gif) no-repeat bottom left;
}
#clientslink A{
display:block;
height:27px;
width:100px;
background:url(../images/nav_clients.gif) no-repeat top left;
}

#clientslink A:hover{
display:block;
height:27px;
width:100px;
background:url(../images/nav_clients_over.gif) no-repeat bottom left;
}
#clients #clientslink A{
display:block;
height:27px;
width:100px;
background:url(../images/nav_clients_over.gif) no-repeat bottom left;
}
/***************************************************/
/*End of MAIN NAVIGATION ***************************/
/***************************************************/
#footer A{
color:#cecbc6;
font-size:11px;
}
#footer A:hover{
color:#ffffff;
font-size:11px;
}
#footer {
color:#cecbc6;
font-size:11px;
}
