body, p, ul, ol, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body {
	background-image: url(../images/body_bkg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
/* -------- The following is a comment filter to hide the rule from IE 5 for Mac ----- */
/* hide from IE mac \*/
/* this rule forces a scroll bar in Firefox */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
.clearflt {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	/*border: 2px solid #000;*/
	background-color: #fff;
}
#header {
	width: 960px;
	height: 260px;
	margin-bottom: 20px;
	background: #fff url(../images/header_main.jpg) no-repeat left top;
}
#search {
	float: left;
	margin-top: 20px;
	margin-left: 45px;
}
#logo {
	float: left;
	clear: left;
	margin-top: 60px;
	margin-left: 45px;
}
/*-- navigation styles ---*/
ul#nav {
	list-style-type: none;
	margin: 0 auto;
	padding: 17px 0 0 0;
	text-align: center;
	font-size: 0.95em;
	height: 40px;
	background: #fff url(../images/nav_bkg.jpg) no-repeat center 5px;
}
#nav li {
	display: inline;
	border-right: 1px solid #000;
}
#nav li.last {
	border: none;
}
#nav a:link, #nav a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding: 0 15px 0 12px;
	
}
#nav a:hover {
	color: #007fa4;
}
body.about ul#nav li a#about, body.products ul#nav li a#products, body.engineering ul#nav li a#engineering, body.services ul#nav li a#services, body.sales ul#nav li a#sales, body.contact ul#nav li a#contact, body.links ul#nav li a#links, body.literature ul#nav li a#literature {
	color: #007fa4;
}
/*-- needed to add the grey bar down the right and left of the content ---*/
/*#innerwrapper {
	background-color: #fff;
	width: 960px;
}*/
#content {
	background-color: #fff;
	/*width: 100%;
	margin-left: 20px;*/
	padding: 15px 30px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #084db6;
	padding-bottom: 3px;
	font-style: normal;
	/*background: #fff url(../images/divider-line.gif) repeat-x bottom left;*/
	border-bottom: 1px solid #007fa4;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #084db6;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #084db6;
}
#content p, #content ul {
	font-size: .8em;
	line-height: 1.6;
	margin: 7px 0;
}
#content ul ul {
	font-size: 1em;
}
#content li {
	margin-left: 30px;
	line-height: 1.6;
}
#content a:link, a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #084db6;
}
/*--- Welcome section of home page ----------------- */
body.home #content {
	padding: 15px;
}
#content #homelead {
	border: 1px solid #007fa4;
	padding: 10px 15px 0 20px;
}
#content #homelead p {
	padding-right: 15px;
}
#content #homelead h1 {
	/*background-image: none;*/
	border: none;
}
/*--- Product listing section of home page ---------*/
#homeprodlist {
	width: 290px;
	float: left;
	padding: 0 5px 0 15px;
	margin-top: 20px;
}
#homeprodlist h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #084db6;
	margin: 0;
	padding: 5px 0;
}
/*-- quick links on home page (list with 3 images)*/
#content .quicklinks {
	width: 572px;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}
#content .quicklinks ul {
	list-style-type: none;
}
#content .quicklinks li {
	display: block;
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4;
}
#content .quicklinks li a:link, #content .quicklinks li a:visited {
	display: block;
	width: 180px;
	height: 260px;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 20px 0 10px 0;
	font-weight: bold;
	background-color: #666;
}
#content .quicklinks li a.lv_hv {
	background: #666 url(../images/ql-products.jpg) no-repeat 0 120px;
}
#content .quicklinks li a.save {
	background: #666 url(../images/ql-save-money.jpg) no-repeat 0 120px;
}
#content .quicklinks li a.catalogue {
	background: #666 url(../images/ql-catalogue.jpg) no-repeat 0 120px;
}
#content .quicklinks li a:hover {
	color: white;
	background-color: #084db6;
}
#content div.quote, #content p.quote, .products #content .tag {
	font-size: .7em;
	font-weight: normal;
	color: #084db6;
	text-align: right;
	margin: -12px 0 0 0;
}
/* -- styles for sales agencies -- */
#content .agencies {
	float: left;
	font-size: .8em;
	line-height: 1.4;
}
#content .agencies dl {
	width: 900px;
}
#content .agencies dt {
	float: left;
	width: 190px;
}
#content .agencies dd {
	width: 350px;
	margin-left: 190px;
	margin-bottom: 16px;
}
/* -- styles for Products pages --- */
#content h2.path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-style: italic;
	background-image: none;
	font-size: .8em;
}
#content h2.path a:link, #content h2.path a:visited {
	font-weight: bold;
	color: #999999;
	font-style: italic;
}
#content h2.path a:hover {
	color: #084db6;
}
/*-- styles for product summary pages ---*/
.products h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #084db6;
	font-style: italic;
	/*background: #fff url(../images/divider-line.gif) repeat-x bottom left;*/
}
.products #content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #084db6;
}
.products #content h4 {
	font-size: .85em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}
.products #content .tag {
	font-size: .7em;
	font-weight: normal;
	color: #084db6;
	text-align: right;
	margin: -12px 0 0 0;
	padding: 0;
}
.products .spec th, .products .options th {
	color: #084db6;
	text-align: left;
	background-color: #e4e4e4;
	font-size: .8em;
	line-height: 1;
}
.products #content .options td, .products #content .options td p {
	line-height: 1.2;
}
.products #content table.stripe {
	border-bottom: 5px solid #e4e4e4;
	margin-bottom: 30px;
	width: 90%;
	font-size: .8em;
}
.products #content table.stripe td p {
	margin: 0;
	padding: 0;
}
.products #content .stripe td, .products #content .spec td, .products #content .options td {
	vertical-align: top;
}
.products #content table.stripe td, .products #content table.stripe td p {
	line-height: 1.6;
	font-size: 1em;
}
.products #content table.stripe td li {
	font-size: 1.2em;
}
.products table.spec, .products table.options {
	border-bottom: 5px solid #e4e4e4;
	width: 90%;
}
.products table.spec td.col1, .products table.options td.col1, .products table.stripe td.col1 {
	width: 255px;
}
.products table.spec td.col1, .products table.stripe td.col1 {
	font-weight: bold;
}
.products table.productsummary {
	width: 80%;
	margin: 30px 0;
}
.products table.productsummary th {
	text-align: left;
	border: 1px solid #000;
	padding: 0;
}
.products #content table.productsummary th a:link, .products #content table.productsummary th a:visited {
	font-weight: bold;
	font-size: .9em;
	display: block;
	background-color: #fff;
	padding: 5px;
}
.products #content table.productsummary th a:hover {
	background-color: #084db6;
	color: #fff;
}
.products table.productsummary td {
	vertical-align: top;
}
.products table.productsummary td.left {
	width: 265px;
}
.products table.productsummary img {
	border: 1px solid #000;
}
tr.alt td {
	background: #e4e4e4;
}
/* --------------- engineering landing page styles ---------- */
#content table.engineering {
	width: 70%;
	margin: 0 auto;
}
#content table.engineering th {
	text-align: center;
	border: 1px solid #000;
	padding: 3px 0;
	background-color: #084db6;
	color: #fff;
}
#content table.engineering td {
	width: 50%;
	text-align: center;
}
/*---------------- literature page styles --------------*/
body.literature #flashcontent {
	width: 570px;
	margin: 0 auto;
}
/*---------------- product landing page styles --------------*/
table#prodhome {
	width: 70%;
	margin: 0 auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-collapse: collapse;
	background-color: #e2e2e2;
}
table#prodhome th, table#prodhome td {
	width: 33%;
	padding: 10px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}
table#prodhome th {
	background-color: #084db6;
	color: #fff;
}
table#prodhome th.alt {
	background-color: #BABAF1;
}
table#prodhome td.alt {
	background-color: #fff;
}
table#prodhome td {
	vertical-align: top;
	text-align: center;
}
table#prodhome td p {
	line-height: 1.8;
}
/* -------------------- top of page links ----------- */
#content .top {
	text-align: right;
	padding: 25px 10px 0 15px;
}
#content .top a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#content .top a:hover {
	color: #084db6;
	text-decoration: underline;
}
/* -----------Site Map styles -------------------*/
.sitemap #content ul {
	list-style-type: none;
}
.sitemap #content li, .sitemap #content p {
	line-height: 2.3;
}
.sitemap #content ul li ul li ul li {
	margin-left: 10px;
}
/* --------------- footer styles ----------------*/
#footer {
	/*background: #fff url(../images/divider-line.gif) repeat-x top center;*/
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #999;
	padding: 15px 10px;
	margin: 0 20px;
	line-height: 1.4;
	border-top: 1px solid #007fa4;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	border-right: 1px solid #999;
}
#footer li.last {
	border: none;
}
#footer a {
	padding: 0 7px 0 4px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	color: #084db6;
	text-decoration: underline;
}
/* ------------ copyright styles ----------------*/
#copyright {
	clear: both;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #fff;
	padding: 3px 0;
	background-color: #000;
}
#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #fff;
}
#copyright a:hover {
	text-decoration: underline;
}
