body {
	background-image: url(/images/mainback.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color:#005A78;
}

a:visited {
	color:#005A78;
}

a:hover {
	color:#548B88;
}


#SEOheader {
	top:138px;
	position: relative;
	width:100%;
	margin:0;
	padding-left: 100px;
	color: #444;
	font-size: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
	z-index:5;
}

.h2noline {
	background:url('../images/header-noline.jpg') no-repeat top left;
}
#content h3 {
	color:#00595C;
	left:-1em;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 0.1em;
}

#content .sidebar h3 {
	border-bottom:3px double #C9B799;
	font-size:12px;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
}

#content .sidebar h4 {
	font-size:12px;
}

#content ul {
	margin:0 0 0 10px;
	padding:0 1.5em;
/*	_padding:0 5px;*/
}

#content ul, #content li {
	list-style: disc outside url('../images/bullet.gif');
}

#content li {
	padding:0;
	margin:0.5em 0;
}



.footerwhite {
	color: #FFFFFF;
	font-size: 10px;
}

.footerwhite a {
	color: #FFFFFF;
	font-size: 10px;
}





.feature-list {
	clear: both;
	margin: 2em 1em;
	border: 1px solid #444;
	border-collapse: collapse;
}
.feature-list td {
	color:#000000;
	font-size : 11px;
	padding : 4px;
}
.feature-list td sup {
	padding: 0 0.3em;
	vertical-align: baseline;
	font-size:0.85em;
	font-weight: bold;
}
.feature-list thead td {
	padding: 4px 12px;
	background: #00595C url('/images/glass_bg.gif') repeat-x center center;
	color:#ffffff;
/*	font-weight: bold;*/
	text-align:center;
	text-transform: uppercase;
/*	letter-spacing: 1px;*/
	white-space: nowrap;
}
.feature-list .disclaimer {
	color:#000000;
	font-size : 10px;
}
a.button {
	display: table;
	float: left;
	margin: 1em 2em 0 0;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
a.toggler {
	display: table;
}




/* ----- Navigation
	---------------------------------------------*/

/* Reset */
#navigation,
#navigation ul,
#navigation li,
#navigation a {
	margin: 0;
	padding: 0;
}

#nav-home a	     { background-image: url('/images/nav_home.png'); 		 width: 95px;  }
#nav-industries a { background-image: url('/images/nav_industries.png');    width: 138px; }
#nav-products a   { background-image: url('/images/nav_products.png'); 	 width: 131px; }
#nav-services a   { background-image: url('/images/nav_services.png'); 	 width: 123px; }
#nav-portfolio a  { background-image: url('/images/nav_portfolio.png');     width: 132px; }
#nav-news a       { background-image: url('/images/nav_news.png'); 		 width: 92px;  }
#nav-support a    { background-image: url('/images/nav_support.png'); 	 width: 137px; }
#nav-contact a    { background-image: url('/images/nav_contact.png'); 	 width: 137px; }

#navigation li {
	float: left;
	display: block;
	position: relative;
	font-size: .85em;
}
#navigation a {
	display: block;
/*	padding-top: 41px;*/
	text-indent: -9999em;
	height: 41px;
	overflow: hidden;
	background-position: top left;
	outline: 0;
}
#navigation a:hover, #navigation a:active { background-position: bottom left; }
#navigation, #navigation ul { list-style: none; }
#navigation ul {
	position: absolute;
	top: 41px;
	left: 0;
	display: none;
	width: 199px;
	padding: 5px 0;
	border-top: 1px solid #888;
	background: #000 url('/images/nav-background.png') no-repeat bottom right;
}

/* Reset Children */
#navigation li ul li {
	float: none;
	_zoom: 1;
}
#navigation li ul li a {
	float: none;
	padding: 4px 13px;
	height: auto;
	width: auto;
	background: transparent;
	background-image: none;
	font-weight: bold;
	text-indent: 0em ;
	_zoom: 1;
}
#navigation li ul li a:hover {
	color: #fff;
	background-color: #006A6C;
}


#navigation li ul li a {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: 0.25em;
}

