* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	background-image: url(../images/bgr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 10px; /* sets all fonts to 10px to help with em styling*/
	font-family: Arial, sans-serif;
}
#wrap {
	background-color: #F2F2F2;
	width: auto;
	background-image: url(../images/mainbarbgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
}

#logobar {
	padding: 0px;
	height: 106px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #05446b;
	background-image: url(../images/logobarbgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#mainnav {
	padding: 0px;
	height: 36px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 19px;
	margin-left: auto;
	width: 980px;
}

/*--CSS Sprites - Default State--*/
ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 980px;
	position: relative;
	z-index: 40;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index: 99999;
}

/*--CSS Sprites - Default State--*/
ul#topnav li a {
	float: left;
	height: 36px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}

/*--CSS Sprites - Hover State--*/
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left -36px;
}

/*--Assign an image and width to each link--*/
ul#topnav a.home {
	background-image: url(../images/home_a.jpg);
	width: 79px;
	display: block;
}
ul#topnav a.about {
	background-image: url(../images/about_a.jpg);
	width: 98px;
}

ul#topnav a.products {
	background-image: url(../images/products_a.jpg);
	width: 105px;
}
ul#topnav a.projects {
	background-image: url(../images/projects_a.jpg);
	width: 103px;
}
ul#topnav a.application {
	background-image: url(../images/application_a.jpg);
	width: 169px;
}
ul#topnav a.markets {
	background-image: url(../images/markets_a.jpg);
	width: 99px;
}
ul#topnav a.news {
	background-image: url(../images/news_a.jpg);
	width: 118px;
}
ul#topnav a.careers {
	background-image: url(../images/careers_a.jpg);
	width: 96px;
}
ul#topnav a.contact {
	background-image: url(../images/contact_a.jpg);
	width: 113px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 36px;
	right: 0;
	z-index: 99999;
	background: #d7d7d7;
	float: left;
	font-size: 11px;
	display: none; /*--Hidden for those with js turned off--*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
ul#topnav li .sub2 {
	position: absolute; /*--Important--*/
	top: 36px;
	left: 0;
	z-index: 99999;
	background: #d7d7d7;
	float: left;
	font-size: 11px;
	display: none; /*--Hidden for those with js turned off--*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 170px;
	float: left;
}
ul#topnav li ul .sub3 {
	float: left;
}
ul#topnav li .sub2 ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #727272;
	padding: 2px;
}

ul#topnav .sub2 ul li {
	width: 100%; /*--Override parent list item--*/
	color: #727272;
}

ul#topnav .sub2 ul li.project {
	color: #05446b;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 10px;
}

ul#topnav .sub2 ul li.project a { 
	color: #05446b;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	background-image: none;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #727272;
	padding-left: 15px;
	background-image: url(../images/navlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
ul#topnav .sub2 ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #666666;
	padding-left: 20px;
	background-image: url(../images/navlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	padding-bottom: 5px;
}
ul#topnav .sub ul li a:hover {
	color: #05446B;
}
ul#topnav .sub2 ul li a:hover {
	color: #05446B;
}

.language {
	padding: 0px;
	float: left;
	height: 30px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
.mainlogo {
	padding: 0px;
	float: right;
	height: 27px;
	width: 205px;
	margin-top: 27px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainlogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#marketswrap {
	height: 296px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	/*background: url(../images/tempmiddleimage.jpg);*/

}
#markets {
	height: 296px;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#contentwrap {
	width: 988px;
	margin-top: 19px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 0px;
}
#top {
	height: 8px;
	width: 988px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottom {
	padding: 0px;
	height: 8px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
}
#content {
	width: 988px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
.leftcontent {
	width: 285px;
	float: left;
	height: auto;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	margin: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subnavheader {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 285px;
}
#subnavcontent {
	background-image: url(../images/leftcontent_bgr.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 285px;
}
#subnavcontent ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
#subnavcontent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subnavcontent .noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#subnavcontent ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#subnavcontent ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #05446B;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#subnavcontent ul li a#h {
	font-family: Arial, Helvetica, sans-serif;
	color: #05446B;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


#subnavbottom {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 285px;
}

.leftcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	font-weight: bold;
}

.middlecontent {
	width: 319px;
	float: left;
	height: auto;
	margin-left: 26px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.middlecontent img {
	margin: 0px;
	padding: 0px;
}
.middlecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.middlecontent ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.middlecontent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 26px;
}
.middlecontent ul li .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	line-height: 19px;
}


.middlecontent ul li a {
	color: #333333;
}
.middlecontent  .bottom    {
	border-bottom-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.middlecontent ul li a:hover {
	color: #05446B;
}




.rightcontent {
	width: 691px;
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#rightcontenttop {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 691px;
}
#rightcontentmiddle {
	background-image: url(../images/rightcontent_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	width: 691px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightcontentmiddle img {
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#rightcontentbottom {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 691px;
	clear: both;
}
#rightcontentmiddle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #05446B;
	text-transform: none;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 6px;
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDAE2;
}
#rightcontentmiddle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#rightcontentmiddle  ol {
	margin-left: 30px;
	list-style-type: none;
	padding-bottom: 15px;
}
#rightcontentmiddle ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
#rightcontentmiddle ol li .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06446B;
	line-height: 18px;
	font-weight: bold;
}
#rightcontentmiddle ul {
	margin-left: 30px;
	list-style-type: disc;
	padding-bottom: 15px;
	padding-left: 10px;
}
#rightcontentmiddle ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}





.rightcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #507c97;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightcontent h1 .light {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #507c97;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
#brochuredownload {
	padding: 0px;
	height: 90px;
	width: 246px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #05436C;
}



.leftcontent img {
	margin: 0px;
	padding: 0px;
}
.leftcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#footerwrap {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/footerbgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 360px;
}
.footerleft {
	padding: 0px;
	float: left;
	width: 187px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 26px;
}
.footerleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.footerleft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.footerleft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerleft ul li {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
.footerleft ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.footerright {
	padding: 0px;
	float: left;
	width: 85px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 26px;
}
.footerright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.footerright ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerright ul li {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
.footerright ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.footerleft ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footerright ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer2 {
	padding: 0px;
	width: 936px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 130px;
}
#footer2 ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 936px;
	height: 30px;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer2 img {
	float: left;
}

#footer2 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: left;
	padding-right: 5px;
}
#footer2 ul li a {
	color: #999999;
	text-decoration: none;
}
#footer2 ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#cycle {
	height: 260px;
	width: 703px;
	overflow: hidden;
	float: left;
}
#selectoptions {
	width: 277px;
	height: 260px;
	float: left;
	background: url(../images/selectedbg2.jpg) no-repeat;
}

.homedrop {
	width: 238px;
	margin-left: 0px;
	padding-left: 0px;
}

#selectdropswrap {
	margin-left: 20px;
	padding-top: 10px;
}
.selectdrops {
	width: 238px;
	padding-bottom: 10px;
	border-bottom: 1px solid #022E4B;
	border-top: 1px solid #4D7694;
}
.selectdrops p {
	color: #B4C7D3;
	font-size: 10pt;
	margin: 0px;
}

.selecttitle {
	padding-top: 12px;
	padding-bottom: 5px;
}
.selectitle span {
	font-size: 8pt;
	color: #6189a2;
}

.fadeimage img {
	border: none;
}

#bottomnav {
	width: 980px;
	height: 36px;
	clear: both;
	float: left;
}

#fadenav { 
	float: left;
	padding: 0px;
	margin: 0px;
	height: 36px;
}

#fadenav li {
	float: left;  
	list-style: none;
	height: 36px;
	}
	
#fadenav li a {  
	text-decoration: none;
	z-index: 10;
	color: #C7C7C7;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	display: block;	
	padding-top: 10px;
}

#fadenav .standard  {
	background: url(../images/navbg.jpg) repeat-x;
	width: 106px;
	padding-bottom: 12px;
	border-left: 1px solid #666666;
	border-right: 1px solid #999999;
}

/*#fadenav .nopadding  {
	padding-top: 3px;
	height: 21px;
}*/

.curveright  {
	background: url(../images/curveright.jpg) no-repeat right top;
	border-left: 1px solid #666666;
	width: 106px;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 12px;
}
#fadenav a.activeSlide.curveright {
	background: url(../images/curverightalt.jpg) no-repeat right top;
	border-left: 1px solid #003366;
	width: 106px;
	padding-bottom: 12px;
}

.curveleft  {
	background: url(../images/curveleft.jpg) no-repeat;
	border-right: 1px solid #999999;
	width: 106px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 12px;
}
#fadenav a.activeSlide.curveleft {
	background: url(../images/curveleftalt.jpg) no-repeat;
	border-right: 1px solid #154d7e;
	width: 106px;
	padding-bottom: 12px;
}

#fadenav a.activeSlide { 
	background: url(../images/navbgalt2.jpg) repeat-x;
	padding-bottom: 12px;
 }
 
#fadenav a.activeSlide.standard {
	border-right: 1px solid #154d7e;
	border-left: 1px solid #003366;
	padding-bottom: 12px;
}
 
 #fadenav a.activeSlide span {
	display: inline;
	
}

#fadenav span {
	display: none;
}
.hideme {
	display: none;
}
#wrap #mainnav #topnav .lihome {
	width: 79px;
}
#wrap #mainnav #topnav .liabout {
	width: 98px;
}
#wrap #mainnav #topnav .liproducts {
	width: 105px;
}
#wrap #mainnav #topnav .liprojects {
	width: 103px;
}
#wrap #mainnav #topnav .liapplication {
	width: 169px;
}
#wrap #mainnav #topnav .limarkets {
	width: 99px;
}
#wrap #mainnav #topnav .linews {
	width: 118px;
}
#wrap #mainnav #topnav .licarrers {
	width: 96px;
}
#wrap #mainnav #topnav .licontact {
	width: 113px;
}
ul#topnav .sub2 ul li.project2 {
	color: #05446b;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
ul#topnav li .sub3 {
	position: absolute; /*--Important--*/
	top: 36px;
	left: 0;
	z-index: 99999;
	background: #d7d7d7;
	float: left;
	font-size: 11px;
	display: none; /*--Hidden for those with js turned off--*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
ul#topnav li .sub3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 125px;
	float: left;
}
ul#topnav .sub3 ul li {
	width: 100%; /*--Override parent list item--*/
	color: #727272;
	padding: 2px;
}
ul#topnav .sub3 ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #727272;
	padding-left: 15px;
	background-image: url(../images/navlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
ul#topnav .sub3 ul li a:hover {
	color: #05446B;
}
#wrap #mainnav #topnav .limarkets .sub3 .small {
	width: 105px;
}
#wrap #mainnav #topnav .limarkets .sub3 .small2 {
	width: 110px;
}
#wrap #mainnav #topnav .limarkets .sub3 .small3 {
	width: 60px;
}
ul#topnav .sub2 ul li.project3 {
	color: #05446b;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#wrap  #mainnav  #topnav  .licarrers  .sub  .small {
	width: 130px;
}
#wrap #mainnav #topnav .licontact .sub .small {
	width: 140px;
}
#wrap #mainnav #topnav .licontact .sub .small2 {
	width: 140px;
}
#wrap #logobar .language #form #menu1 {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87a5b8;
	background-color: #376989;
	border: 1px solid #083551;
	padding-left: 3px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#topnav a.home#h {
	background-image: url(../images/home_a.jpg);
	width: 79px;
	display: block;
	background-position: 0px -36px;
}
ul#topnav a.about#h {
	background-image: url(../images/about_a.jpg);
	width: 98px;
	background-position: 0px -36px;
}
ul#topnav a.products#h {
	background-image: url(../images/products_a.jpg);
	width: 105px;
	background-position: 0px -36px;
}
ul#topnav a.projects#h {
	background-image: url(../images/projects_a.jpg);
	width: 103px;
	background-position: 0px -36px;
}
ul#topnav a.application#h {
	background-image: url(../images/application_a.jpg);
	width: 169px;
	background-position: 0px -36px;
}
ul#topnav a.markets#h {
	background-image: url(../images/markets_a.jpg);
	width: 99px;
	background-position: 0px -36px;
}
ul#topnav a.news#h {
	background-image: url(../images/news_a.jpg);
	width: 118px;
	background-position: 0px -36px;
}
ul#topnav a.careers#h {
	background-image: url(../images/careers_a.jpg);
	width: 96px;
	background-position: 0px -36px;
}
ul#topnav a.contact#h {
	background-image: url(../images/contact_a.jpg);
	width: 113px;
	background-position: 0px -36px;
}
#newsbox {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDAE2;
	margin-bottom: 15px;
}
#newsbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#newsbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
#newsbox p a {
	color: #05446B;
}
#newsbox h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #05446B;
	text-decoration: none;
}
#newsbox p a:hover {
	color: #990000;
}
#newsbox h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #990000;
	text-decoration: none;
}
#leftdropdowns {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
}
.dropdownstop {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 285px;
}
.dropdownsmiddle {
	width: 285px;
	background-image: url(../images/dropdownmiddle.jpg);
	background-repeat: repeat-y;
}
.dropdownsmiddle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4F7D97;
	font-weight: lighter;
	text-transform: uppercase;
	margin-left: 16px;
	padding-top: 12px;
	padding-bottom: 8px;
	display: block;
	margin-right: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #285f80;
	margin-bottom: 7px;
}
.dropdownsmiddle h1 .headbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5B859E;
	font-weight: bold;
	text-transform: uppercase;
}
.dropdownsmiddle ul {
	list-style-type: none;
	margin-left: 16px;
	padding-bottom: 15px;
}
.dropdownsmiddle ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDDAE2;
	line-height: 18px;
}



.dropdownsbottom {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 285px;
}
#brodownload {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	height: 114px;
}
#brodownload a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../images/brochure_page.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
}
#brodownload a:hover {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../images/brochure_page.jpg);
	background-repeat: no-repeat;
	background-position: -285px 0px;
	text-indent: -3000px;
}
#rightcontentmiddle .bluebold {
	background-image: url(../images/rightcontent_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	width: 691px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	color: #05446B;
}
#rightcontentmiddle p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#rightcontentmiddle p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #05446B;
	margin: 0px;
	padding: 0px;
}
#contactform table {
	width: 631px;
	margin-left: 30px;
}
#contactform label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#textfield {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #ABC1CC;
	background-color: #e4e9ee;
	margin-bottom: 10px;
	margin-top: 2px;
	height: 25px;
	padding-left: 5px;
}
#textareasmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #e4e9ee;
	border: 1px solid #ABC1CC;
	width: 300px;
	margin-bottom: 10px;
	margin-top: 2px;
	height: 70px;
	padding: 5px;
}
#country {
	width: 314px;
	background-color: #e4e9ee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 15px;
}
#questions {
	background-color: #e4e9ee;
	border: 1px solid #ABC1CC;
	width: 622px;
	height: 120px;
	margin-top: 2px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
#rightcontentmiddle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #05446B;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#appform {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	height: 61px;
}
#appform a {
	padding: 0px;
	width: 285px;
	display: block;
	height: 61px;
	background-attachment: scroll;
	background-image: url(../images/appform.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	margin: 0px;
}
#appform a:hover {
	padding: 0px;
	width: 285px;
	display: block;
	height: 61px;
	background-attachment: scroll;
	background-image: url(../images/appform.jpg);
	background-repeat: no-repeat;
	background-position: -285px 0px;
	text-indent: -3000px;
	margin: 0px;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle .vacancies {
	margin-left: 30px;
	margin-bottom: 20px;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle .vacancies .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #05446B;
	color: #CDDAE0;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle .vacancies .lightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #e4e9ee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle .vacancies .darkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CDDAE0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle .vacancies .lightbox a {
	font-weight: bold;
	color: #05446B;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle .vacancies .lightbox a:hover {
	font-weight: bold;
	color: #990000;
}
#peoplebox {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDAE2;
	margin-bottom: 30px;
	height: 109px;
}
#peoplebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-weight: bold;
}
#peopleheading {
	float: left;
	margin: 0px;
	padding: 0px;
}
#peopletext {
	margin: 0px;
	padding: 0px;
	float: left;
}

#peoplebox   p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
#peoplebox p a {
	color: #05446B;
}
#peoplebox h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #05446B;
	text-decoration: none;
}
#peoplebox p a:hover {
	color: #990000;
}
#peoplebox h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #990000;
	text-decoration: none;
}
#peoplebox img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#producttop {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 691px;
}
#producttop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#producttop  li  {
	margin: 0px;
	padding: 0px;
	float: left;
}
.p1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 62px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 94px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -62px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p3 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 61px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -156px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p4 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 83px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -217px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p5 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 64px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -300px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p6 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 54px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -364px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p7 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 59px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -418px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p8 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 49px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -477px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p9 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 96px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -526px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p1 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 62px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p2 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 94px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -62px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p3 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 61px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -156px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p4 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 83px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -217px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p5 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 64px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -300px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p6 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 54px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -364px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p7 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 59px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -418px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p8 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 49px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -477px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p9 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 96px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -526px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p1 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 62px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p2 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 94px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -62px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p3 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 61px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -156px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p4 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 83px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -217px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p5 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 64px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -300px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p6 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 54px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -364px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p7 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 59px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -418px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p8 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 49px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -477px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p9 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 96px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -526px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
#rightcontentmiddle h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #05446B;
	text-transform: none;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 6px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDAE2;
}
#prodtopinfo {
	margin-right: 30px;
	margin-left: 30px;
}
#prodtopinfo h3 {
	margin: 0px;
	width: 360px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#prodtopinfo p {
	margin: 0px;
	padding: 0px;
}
#prodtopinfo ul {
	margin: 0px;
}
#prodimage {
	width: 304px;
	float: right;
	margin-right: 30px;
	margin-left: 15px;
}
#prodimage img {
	margin: 0px;
	padding: 0px;
}
#rightcontentmiddle h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #05446B;
	text-transform: none;
	margin-right: 35px;
	margin-left: 30px;
	padding-bottom: 0px;
	padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDAE2;
	height: 39px;
}
#technav {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}
#technav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#technav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}
#technav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-color: #4F7D97;
	border-left-width: 1px;
	border-left-color: #06446B;
	background-color: #e4e9ee;
}
#technav ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
	background-color: #06446B;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#technav2 {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#technav2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#technav2 ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#technav2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	background-image: url(../images/prodlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
#technav2 ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #05446B;
	text-decoration: none;
	display: block;
	background-image: url(../images/prodlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
#rightcontentmiddle h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: lighter;
}
#rightcontentmiddle .gap {
	margin-top: 15px;
}
.dropdownsmiddle ul li .contactbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D869C;
	line-height: 18px;
	font-weight: bold;
}
.dropdownsmiddle ul li a {
	color: #CDDAE0;
}
.dropdownsmiddle ul li a:hover {
	color: #FFFFFF;
}
#prodstrip {
	height: 185px;
	margin-right: 30px;
	margin-left: 30px;
	width: 631px;
	margin-bottom: 25px;
}
.prod1 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.prod1  a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/oilandgasprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.prod1 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/oilandgasprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.prod2 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod1 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.prod2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/undergroundprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.prod2 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/undergroundprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}

.prod3 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.prod3 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/surfaceprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.prod3 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/surfaceprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.prod4 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.prod4 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/structuralprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.prod4 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/structuralprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.prod5 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.prod5 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/fishingprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.prod5 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/fishingprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.prod6 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.prod6 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/fibreprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.prod6 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/fibreprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.prod7 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.prod7 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/craneprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.prod7 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/craneprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.prod8 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.prod8 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/allprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.prod8 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/allprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.prod9 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.prod9 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/wireprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.prod10 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.prod10 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/constructionprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #05446B;
	text-decoration: none;
	font-size: 17px;
}
.prod9 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/wireprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.prod10 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/constructionprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
#brodownload1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	height: 114px;
}
#brodownload1 a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../images/brochure_page.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
}
#rightcontentmiddle h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #05446B;
	text-transform: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#appsbox {
	padding: 0px;
	height: 185px;
	width: 631px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 30px;
}
.app1 {
	padding: 0px;
	float: left;
	height: 185px;
	width: 187px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.app2 {
	padding: 0px;
	float: left;
	height: 185px;
	width: 187px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.app3 {
	padding: 0px;
	float: left;
	height: 185px;
	width: 187px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.app4 {
	padding: 0px;
	float: left;
	height: 185px;
	width: 187px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.app5 {
	padding: 0px;
	float: left;
	height: 185px;
	width: 187px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.app6 {
	padding: 0px;
	float: left;
	height: 185px;
	width: 187px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.app1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #05446B;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/oilandgasapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.app2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #05446B;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/miningapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.app3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #05446B;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/structuresapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.app4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #05446B;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/fishingapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.app5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #05446B;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/marineapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.app6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #05446B;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/craneapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.app1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/oilandgasapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
}
.app2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/miningapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
}
.app3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/structuresapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
}
.app4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/fishingapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
}
.app5 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/marineapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
}
.app6 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 187px;
	background-attachment: scroll;
	background-image: url(../images/craneapp.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
}
#marketstrip {
	margin-right: 30px;
	margin-left: 30px;
	width: 631px;
	margin-bottom: 25px;
	height: 185px;
}
.market1 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.market1  a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/oilandgasprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.market1 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/oilandgasprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.market2 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.market2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/undergroundprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.market2 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/undergroundprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}

.market3 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.market3 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/surfaceprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.market3 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/surfaceprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.market4 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.market4 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/structuralprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.market4 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/structuralprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.market5 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.market5 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/fishingprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.market5 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/fishingprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.market6 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.market6 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/fibreprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.market6 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/fibreprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.market7 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.market7 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/craneprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.market7 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/craneprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.market8 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.market8 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/wireprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.market8 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/wireprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.market9 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.market9 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/otherprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
	}
.market10 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.market10 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/allprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #05446B;
	text-decoration: none;
	font-size: 17px;
}
.market9 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/otherprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}
.market10 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/allprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #990000;
	text-decoration: none;
	font-size: 17px;
}#marketstrip #text1 {
	float: left;
	width: 304px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#marketstrip #text2 {
	float: left;
	width: 304px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
#marketstrip    #text1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	line-height: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
#marketstrip   #text2  h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	line-height: 19px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#brodownload1 a:hover {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../images/brochure_page.jpg);
	background-repeat: no-repeat;
	background-position: -285px 0px;
	text-indent: -3000px;
}
#producttable {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
}
#producttable h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #05446B;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#producttable ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#producttable ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#producttable ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
}
#producttable ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	line-height: 19px;
}
#appselect {
	padding: 0px;
	width: 631px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#appselect img {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#appselect h1 {
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#appselect ul {
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	list-style-type: none;
}
#appselect ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}
#appselect ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 12px;
	display: block;
	margin-bottom: 3px;
}
#appselect .g {
	padding-top: 10px;
}
#appselect ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
}
#subnavcontent .subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
}
#rightcontentmiddle h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #05446B;
	text-transform: none;
	margin-right: 35px;
	margin-left: 30px;
	padding-bottom: 0px;
	padding-top: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDAE2;
	height: 39px;
}
#appselect .red a {
	background-image: url(../images/red.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}
#appselect .bluegreen a {
	background-image: url(../images/blue_green.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 22px;
}
#brochures {
	width: 631px;
	margin-right: 30px;
	margin-left: 30px;
}
#appselect ol {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 10px;
	list-style-type: none;
}
#appselect ol li {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#appselect ol li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 20px;
	display: block;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#appselect ol li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	padding-left: 20px;
	display: block;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#exhibitionbox {
	width: 631px;
	margin-right: 30px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDAE2;
	margin-bottom: 20px;
}
#exhibitionbox img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#exhibitionbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #05446B;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#exhibitionbox  p  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#exhibitionbox  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#exhibitionbox p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #05446B;
	margin: 0px;
	padding: 0px;
}
#leftdropdowns1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
}
#locationsbtn {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	height: 114px;
}
#locationsbtn a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../images/locations_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
}
#locationsbtn a:hover {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../images/locations_button.jpg);
	background-repeat: no-repeat;
	background-position: -285px 0px;
	text-indent: -3000px;
}
#prodjproduct {
	padding: 0px;
	float: right;
	height: 181px;
	width: 200px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#prodjproduct img {
	margin: 0px;
	padding: 0px;
}
#pagesub2 {
	margin-top: 14px;
}
.prod11 {
	float: left;
	height: 185px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
.prod11 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/otherprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
.prod12 {
	float: left;
	height: 185px;
	width: 304px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
.prod12 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/trainingprod.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #05446B;
	text-decoration: none;
	font-size: 17px;
}
.prod12 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/trainingprod.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #05446B;
	text-decoration: none;
	font-size: 17px;
}
.prod11 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 304px;
	background-attachment: scroll;
	background-image: url(../images/otherprods.jpg);
	background-repeat: no-repeat;
	background-position: 0px -185px;
	color: #06446B;
	text-decoration: none;
	font-size: 17px;
}
#technav3 {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#technav3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#technav3 ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#technav3 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	background-image: url(../images/prodlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
#technav3 ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #05446B;
	text-decoration: none;
	display: block;
	background-image: url(../images/prodlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
.p10 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 69px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -622px 0px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p10 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 69px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -622px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
.p10 a#h {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 69px;
	background-attachment: scroll;
	background-image: url(../images/productnav.jpg);
	background-repeat: no-repeat;
	background-position: -622px -40px;
	text-indent: -3000px;
	color: #FFFFFF;
}
#siteservices {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	height: 44px;
}
#siteservices a {
	padding: 0px;
	width: 285px;
	display: block;
	height: 44px;
	background-attachment: scroll;
	background-image: url(../images/siteservices.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	margin: 0px;
}
#siteservices a:hover {
	padding: 0px;
	width: 285px;
	display: block;
	height: 44px;
	background-attachment: scroll;
	background-image: url(../images/siteservices.jpg);
	background-repeat: no-repeat;
	background-position: -285px 0px;
	text-indent: -3000px;
	margin: 0px;
}
#projectsbtn {
	padding: 0px;
	height: 54px;
	width: 277px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#projectsbtn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/projectsbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 54px;
	width: 277px;
	text-indent: -3000px;
}
#projectsbtn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/projectsbutton.jpg);
	background-repeat: no-repeat;
	background-position: -277px 0px;
	display: block;
	height: 54px;
	width: 277px;
	text-indent: -3000px;
}
#appselect .pink a {
	background-image: url(../images/pink.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}
#appselect .green a {
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}
#appselect .orange a {
	background-image: url(../images/orange.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}
#appselect .redblue a {
	background-image: url(../images/red_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 22px;
}
#appselect .blue a {
	background-image: url(../images/blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}
#appselect .plain a {
	display: block;
	background-image: url(../images/structuresdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-weight: bold;
	color: #05456B;
}
#appselect .cyan a {
	background-image: url(../images/cyan.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
}
#appselect .structuralcyan {
	background-image: url(../images/cyan.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#appselect .structuralgreen {
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#appselect .structuralorange {
	background-image: url(../images/orange.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#appselect .structuralred {
	background-image: url(../images/red.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#appselect .structuralblue {
	background-image: url(../images/blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#appselect .structuralbrown {
	background-image: url(../images/brown.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 12px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#appselect .redbluegreen a {
	background-image: url(../images/red_blue_green.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 32px;
}
#appselect .redgreen a {
	background-image: url(../images/red_green.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 22px;
}
#appselect .redbluegreenpink a {
	background-image: url(../images/red_blue_green_pink.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 42px;
}
#appselect h2 {
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CDDAE2;
}
#subnavcontent .dates {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 1px;
}
#subnavcontent .dates a {
	padding-left: 15px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#subnavcontent .datesbottom a {
	padding-left: 15px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#subnavcontent .datesbottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}
#subnavcontent  .dates  a:hover {
	padding-left: 15px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #05446B;
}
#subnavcontent .datesbottom a:hover {
	padding-left: 15px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #05446B;
}
#subnavcontent .datesbottom a#h {
	padding-left: 15px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #05446B;
}
#subnavcontent .dates a#h {
	padding-left: 15px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #05446B;
}
#guidelines {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDDAE2;
}
#guidelines h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#guidelines p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#guidelines p a {
	color: #05446B;
}
#guidelines h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #05446B;
	text-decoration: none;
}
#guidelines p a:hover {
	color: #990000;
}
#guidelines h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #990000;
	text-decoration: none;
}
#flashmap {
	width: 631px;
	margin-left: 30px;
	height: 350px;
	margin-bottom: 15px;
}
#rightcontentmiddle sup {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 0px;
}
#locationstable {
	padding: 0px;
	width: 631px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#locationstable h1 {
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#locationstable p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#europe {
	width: 631px;
	margin-left: 30px;
	height: 410px;
	margin-bottom: 15px;
}
#form1 {
	width: 631px;
	margin-left: 30px;
	margin-bottom: 25px;
}
#america {
	width: 631px;
	margin-left: 30px;
	height: 490px;
	margin-bottom: 15px;
}
#asia {
	width: 631px;
	margin-left: 30px;
	height: 440px;
	margin-bottom: 15px;
}
#africa {
	width: 631px;
	margin-left: 30px;
	height: 631px;
	margin-bottom: 15px;
}
#australia {
	width: 631px;
	margin-left: 30px;
	height: 400px;
	margin-bottom: 15px;
}
#marketbtmbtns {
	width: 631px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 10px;
	height: 138px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDDAE2;
}
#marketprodbtn {
	padding: 0px;
	float: left;
	height: 108px;
	width: 306px;
	margin-top: 30px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#marketprodbtn a {
	display: block;
	margin: 0px;
	height: 50px;
	width: 294px;
	background-attachment: scroll;
	background-image: url(../images/market_productbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5771;
	text-decoration: none;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#marketprodbtn a:hover {
	display: block;
	margin: 0px;
	height: 50px;
	width: 294px;
	background-attachment: scroll;
	background-image: url(../images/market_productbutton.jpg);
	background-repeat: no-repeat;
	background-position: -306px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5771;
	text-decoration: none;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#marketprojbtn {
	padding: 0px;
	float: left;
	height: 108px;
	width: 306px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#marketprojbtn a {
	display: block;
	margin: 0px;
	height: 50px;
	width: 294px;
	background-attachment: scroll;
	background-image: url(../images/market_projectbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5771;
	text-decoration: none;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#marketprojbtn a:hover {
	display: block;
	margin: 0px;
	height: 50px;
	width: 294px;
	background-attachment: scroll;
	background-image: url(../images/market_projectbutton.jpg);
	background-repeat: no-repeat;
	background-position: -306px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5771;
	text-decoration: none;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#directors {
	width: 400px;
	margin-left: 30px;
	height: 138px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#directors img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#directordetails {
	width: 568px;
	margin-left: 30px;
	margin-bottom: 15px;
}
#directordetails  p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}
#directordetails h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#directordetails h2 .title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: lighter;
}
#d1 a {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/dick.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d1 a:hover {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/dick.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#d2 a {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/medforth.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d3 a {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/johannes.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d2 a:hover {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/medforth.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#d3 a:hover {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/johannes.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#d4 a {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/templeman.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d4 a:hover {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/templeman.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#d5 a {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/onachilla.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d5 a:hover {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/onachilla.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d6 a {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/hutchinson.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d6 a:hover {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/hutchinson.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#d7 a {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/judith.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d7 a:hover {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/judith.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#prodjproduct1 {
	float: right;
	height: 321px;
	width: 200px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: both;
	padding: 0px;
}
#prodjproduct1 img {
	margin: 0px;
	padding: 0px;
}
#southamerica {
	width: 631px;
	margin-left: 30px;
	height: 681px;
	margin-bottom: 15px;
}
#d8 a {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/churchfield.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d8 a:hover {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/churchfield.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#d1 {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/dick.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d2 {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/medforth.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d3 {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/johannes.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#d4 {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/templeman.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d5 {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/onachilla.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d6 {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/hutchinson.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d7 {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/judith.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#d8 {
	padding: 0px;
	height: 138px;
	width: 100px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/directors/churchfield.jpg);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.footerright h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#rightcontentmiddle .neptuneintro {
	font-size: 16px;
	color: #05446B;
	line-height: 23px;
}
#rightcontentmiddle .neptuneintro a {
	font-size: 16px;
	color: #05446B;
	line-height: 23px;
}
#rightcontentmiddle .neptuneintro a:hover {
	font-size: 16px;
	color: #333333;
	line-height: 23px;
}
#rightcontentmiddle .blueul {
	margin: 0px;
	width: 691px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	color: #05446B;
}
#neptuneprog {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	height: 114px;
}
#neptuneprog a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../../site/project-neptune/img/neptunebtn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
}
#neptuneprog a:hover {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../../site/project-neptune/img/neptunebtn.jpg);
	background-repeat: no-repeat;
	background-position: -285px 0px;
	text-indent: -3000px;
}
#neptune1 {
	padding: 0px;
	width: 631px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	height: 274px;
	background-image: url(../../site/project-neptune/img/neptune1.jpg);
	background-repeat: no-repeat;
}
#neptune1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
}
#map {
	height: 145px;
	width: 250px;
	float: right;
	margin-top: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
}
#neptunepage {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	height: 114px;
}
#neptunepage a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../images/neptunepage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
}
#neptunepage a:hover {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	display: block;
	height: 114px;
	background-attachment: scroll;
	background-image: url(../images/neptunepage.jpg);
	background-repeat: no-repeat;
	background-position: -285px 0px;
	text-indent: -3000px;
}
#contactform {
	margin-bottom: 30px;
	margin-top: 15px;
}
#growth {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 285px;
	height: 77px;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod2 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod3 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod4 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod5 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod6 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod7 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod8 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod9 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod10 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod11 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#wrap #contentwrap #content .rightcontent #rightcontentmiddle #prodstrip .prod12 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#newsbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-image: url(../images/newsdot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-weight: normal;
}
#newsbox h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #05446B;
	text-decoration: none;
	font-weight: normal;
}
#newsbox h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#footage {
	margin: 0px;
	padding: 0px;
	height: 330px;
	width: 500px;
}#vid {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#vid .fancybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
}

