* { margin: 0; padding: 0; }

body { 
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #f3f4f4;
}

a:link, a:visited { color: #333; text-decoration: underline; }
a:hover { color: #2ba521; }

img { border: 0; }

#wrapper { 
	width: 800px;
	margin: 1% auto;
	background: #fff;
}

#header {
	position: relative;
	float: left;
	width: 800px;
	height: 80px;
	background: url(../images/bg_header.gif) no-repeat;
}

#header h1 { 
	text-indent: -99999px;
	background: url(../images/logo_invensys.gif) no-repeat;
	margin: 18px 0 0 35px;
}

#header h1 a { 
	display: block;	
	width: 213px;
	height: 46px;
}

#search { 
	display: none;
	position: absolute;
	right: 15px;
	top: 2px;
	font-size: 1.1em;
	color: #414b56;
	text-decoration: none;
}

#content { 
	clear: both;
	float: left;
	width: 800px;
	height: 521px;
	margin-bottom: 5px;
}

body.main #content { background: url(../images/bg_main.jpg) no-repeat bottom; }
body.about #content { background: url(../images/bg_about.jpg) no-repeat; }
body.expertise #content { background: url(../images/bg_expertise.jpg) no-repeat; }
body.contact #content { background: url(../images/bg_contact.jpg) no-repeat; }

#nav { float: left; width: 800px; height: 65px; background: url(../images/bg_nav.gif) no-repeat; }
#nav ul { list-style: none; line-height: 19px; list-style: none; margin-left: 180px; }
#nav li { float: left; margin-right: 30px; }
#nav li a:link, #nav li a:visited { font-size: 1.1em; color: #414b56; text-decoration: none; }
#nav li a:hover { text-decoration: underline; }

#nav li.active a { font-weight: bold; text-decoration: underline; }

#main { display: inline; float: left; width: 400px; margin-left: 180px; }
#main h2#headerMain { width: 493px; height: 75px; text-indent: -99999px; background: url(../images/header_main.gif) no-repeat; margin-bottom: 15px; }
#main h3, #links h3 { font-size: 1.6em; color: #2ba521; margin-bottom: 15px; }
#main h4 { font-size: 1.1em; color: #414b56; margin-bottom: 5px; }
#main p { font-size: 1.1em; color: #414b56; margin-bottom: 15px; }
#main ul { font-size: 1.1em; margin: 0 0 15px 15px; }

#news { position: relative; width: 350px; height: 125px; background: url(../images/bg_news.gif) no-repeat; padding: 10px 10px 0 10px; }
#news h3 { font-size: 1.1em; color: #414b56; background: url(../images/bg_news_heading.gif) no-repeat; padding: 3px 0 3px 5px; }
#news h4, #news p { font-size: 1.1em; color: #fff; }
#news p a { color: #fff; }
#news img.findMore { position: absolute; right: 0; bottom: 0; }

#sub { float: right; margin-right: 20px; }
#links { width: 195px; }
#links ul { padding: 10px; list-style: none; background: #f0f0f0; }
#links ul li { margin-bottom: 10px; }