body {
	background:url('../graphics/bg.gif') repeat-x;
	padding:0;
	margin:0;
	text-align:center;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color:#555;
	line-height:1.7em;
}
a {
	color:#005fb3;
}
#header {
	width:780px;
	margin:0 auto;
	text-align:left;
}
#header form {
	padding:10px 0 0;
	float:right;
	height:44px;
	margin:0;
	text-align:right;
}
#header form input {
	vertical-align:bottom;
}
#header a {
	text-decoration:none;
	color:#000;
}
#search {
	margin:0 0 0 10px;
}
#header a:hover {
	text-decoration:underline;
}
#logo {
	display:block;
	margin:5px 0 0;
}

#topNav {
	width:780px;
	margin:0 auto 10px;
	padding:0;
	list-style:none;
	height:56px;
	clear:both;
	font-family:"Lucida Grande",arial,helvetica,sans-serif;
}
#topNav li {
	float:left;
}
#topNav li a {
	height:29px;
	float:left;
	padding:20px 20px 0 15px;
	text-decoration:none;
	font-size:1em;
	font-weight:normal;
	color:#d5d5d5;
	background:url('../graphics/sep.gif') no-repeat 100% 4px;
	text-transform:uppercase;
}
#topNav li a:hover {
	color:#fff;
}
#topNav li#last a {
	background:none;
}
#topNav #current {
	background:url('../graphics/currentTabLeft.gif') top left;
}
#topNav #current a {
	background:url('../graphics/currentTabRight.gif') no-repeat top  right;
	padding:20px 15px 0 14px;
	
}
#titleAbout span {
	display:none;
}
#titleAbout {
	background:url('../graphics/titleAbout.gif');
	width:101px;
	display:block;
	height:21px;
}
#titleIndustries span {
	display:none;
}
#titleIndustries {
	background:url('../graphics/titleIndustries.gif');
	width:340px;
	height:22px;
	display:block;
	
}
#titleProducts span {
	display:none;
}
#titleProducts {
	background:url('../graphics/titleProducts.gif');
	width:144px;
	height:22px;display:block;
	
}
#wrapper {
	width:780px;
	margin:10px auto;
	text-align:left;
}
#bannerWrapper {
	margin:0 auto;
	width:768px;
	padding: 0px;
	border:6px solid #fff;
}
.dataTable {
	margin:10px 5px 10px 0;
	border-collapse:collapse;
	font-weight:bold;
	font-size:1.1em;
	border:3px solid #d5d5d5;
}
.dataTable .altRow td{
	background:#e4e4e4 url('../graphics/lightGradient.gif') repeat-x top;
}
.dataTable td {
	background:#bfbfbf url('../graphics/gradient.gif') repeat-x top;
	padding:4px 5px;
	border:1px solid #d5d5d5;
}

#left {
	float:left;
	width:180px;
	padding:1px 0 0;
}
#middle {
	float:left;
	width:380px;
	background:url('../graphics/colSep.gif') no-repeat top left;
	padding:1px 0 0 20px;
}
#right {
	float:left;
	width:180px;
	background:url('../graphics/colSep.gif') no-repeat top left;
	padding:1px 0 0 20px;
}
h1 {
	color:#005fb3;
	font-size:1.6em;
	font-family:"Arial Black";
	text-transform:uppercase;
}
p {
	font-family:Times,serif;
	font-size:1.2em;
}
em {
	font-weight:bold;
	font-style:normal;
	color:#005fb3;
}
ul {
	margin:10px 0;
	padding:0 0 0 20px;
	font-family:Times,serif;
	font-size:1.2em;
	font-weight:bold;
	list-style: none outside url('../graphics/li.gif');
}
#footer {
	border-top:4px solid #000;
	padding:20px 0;
	clear:both;
	color:#E00000;
	font-family:Times,serif;
	font-size:1.2em;
}
#footer a {
	color:#E00000;
	
	font-weight:bold;
}
img {
	border:none;
}