@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3f2c;
}

h1 {
	font-size: 24px;
	text-align: center;
	color: #0072bb;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	color: #0f75bd;
	margin: 0 auto;
}

h3 {
	font-size: 12px;
}

.navmenu {
	background: #ffffff;
	height: 25px;	/* needs to match .nav line-height */
	list-style: none;
	margin: 0px auto;	/* remove this to stop whole menu block being aligned centre */
	padding: 3px 0 3px 0;
	width: 920px;
	font-size: 16px;
}

.first {
	padding-left: 60px!important;
	padding-left: 100px;
}

.nav {
	color: #FFFFFF;
	float: left;
	line-height: 25px;	/* needs to match .navmenu height */
	position: relative;
}

.nav_last {
	color: #FFFFFF;
	float: left;
	line-height: 25px;	/* needs to match .navmenu height */
	position: relative;
}

.nav a {
	color: #2a4791;
	display: block;
	float: left;
	margin-right: 110px!important;
	margin-right: 45px;
	text-decoration: none;
	font-weight: bold;
}

.nav_last a {
	color: #2a4791;
	display: block;
	float: left;	
	padding-right: 0px;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover, .subnavmenu .nav a {
	background-position: bottom;
	color: #c5353a;
}

.nav_last a:hover, .subnavmenu .nav_last a {
	background-position: bottom;
	color: #c5353a;
}

.subhead {
	background: url(images/bg_nav_subheader.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}

.anchor_nav {
	background: url(images/bg_anchor_nav.jpg) no-repeat;
	width: 800px;
	height: 30px;
}

.anchor_nav a {
	font-size: 15px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.anchor_nav a:hover {
	color: #CCCCCC;
}

.arrows {
	font-size: 20px;
	color: #000000;
}

.arrows_blue {
	font-size: 20px;
	color: #0f75bd;
}

.border_grey {
	border: #E0E0E0 1px solid;
}

.table_content {
	margin: 10px auto;
	border: 0;
	width: 930px;
}



.products_titles td {
	padding: 0;
}

.back_to_top a {
	font-weight: bold;
	text-decoration: none;
	color: #0f75bd;
	font-weight: 9px;
}

.back_to_top a:hover {
	color: #000000;
}

.table_reactive_filters td {
	border: 1px solid #999999;
	background: #FFFFFF;
	padding: 4px;
}

.table_applications td {
	border: 1px solid #999999;
	background: #FFFFFF;
	padding: 4px;
}

.table_header td {
	background: #0f70b3;
}
	
.contact_middle_column {
	background: #f2eddd;
}

.contact_side_column {
	background: #eae4d3;
}

.contact_us_logo {
	padding: 0 0 0 10px;
}

.content_top {
 	background: url(images/bg_content_top.gif) no-repeat center;
	height: 10px;
	
}

.content_home {
	font-size: 13px;
}

.content_applications {
	width: 600px;
	margin: auto;
}

.content {
	background: #e3dcc8;
	padding: 0 30px;
}

.content_images_top {
	padding-top: 10px;
}

.content_images_side {
	margin-left: 10px;
}

 .content_bottom {
 	background: url(images/bg_content_bottom.gif) no-repeat center;
	height: 10px;
}

.contact_form {
	background: #FFFFFF;
	border: 0;
	margin-left: 85px;
}

.contact_form td {
	padding: 4px;
}

.form_leftcol {
	text-align: right;
	padding-right: 5px;
}

.form_rightcol {
	text-align: left;
	padding-left: 5px;
}

.form_submit_button {
	margin-left: 4px;
}

.footer {
	background: #a7d8ef;
	font-size: 10px;
	padding: 7px;
	text-align: center;
}

.required {
	color:#FF0000;
}

.resources li {
	list-style-image: url(images/water_drop.jpg);
	list-style-type: none;
	vertical-align: top;
	line-height: 20px;
}

.bluetext a {
	font-weight: bold;
	text-decoration: underline;
	color: #0f75bd;
	
}