	h1, ul#hero-nav li a { behavior: url(/~lear/themes/site_themes/lsa/jscript/iepngfix.htc) }
	
	* {
		margin: 0px;
		padding: 0px;
	}
	
	a img {
		border: 0px;
	}
	
	body {
		background: url(../images/background.jpg) no-repeat #10a1c7 top center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
	}
	
	#container {
		width: 830px;
		margin: 20px auto;
	}
	
	#top {
		height: 80px;
		width: inherit;
		background: #FFFFFF;
		margin-bottom: 3px;
	}
	
	#top h1.logo {
		position: absolute;
		margin-top: 20px; margin-left: 30px;
		display: block;
		background: url(../images/top_logo.png) no-repeat;
		width: 126px; height: 49px;
		text-indent: -54321px;
		cursor: pointer;
	}
	
	#top .search {
		position: absolute;
		margin-top: 20px; margin-left: 585px;
	}
	
	#top .search input {
		float: left;
	}
	
	#top .search input.searchfield {
		margin-top: 1px;
		width: 142px;
	}
	
	#top ul.nav {
		position: absolute;
		margin-top: 46px; margin-left: 207px;
		list-style: none;
	}
	
	
	#top ul.nav li {
		float: left;
		margin-right: 4px;
		background: url(../images/top_nav_bg.png) repeat-x;
	}
	
	#top ul.nav li a {
		display: block;
		width: 83px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	
	#hero {
		height: 374px;
		width: inherit;
		margin-bottom: 3px;
	}
	
	#hero .nav {
		position: absolute;
		z-index: 10;
		margin-top: 10px;
		margin-left: 690px;
	}

	#hero .nav ul {
		list-style: none;
	}
	
	#hero .nav ul li a {
		display: block;
		background: url(../images/home_category_button.png) no-repeat;
		width: 94px;
		padding-left: 15px;
		padding-right: 15px;
		height: 42px;
		text-align: center;
		padding-top: 8px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 13px;
		text-decoration: none;
		cursor: pointer;
		text-transform: uppercase;
	}
	
	#slideshow {
		position: absolute;
		z-index: 1;
	}
	
	#body {
		background: url(../images/home_body_bg.png) no-repeat #282f7c;
		padding: 15px 30px 0px 30px;
		margin-bottom: 30px;
		color: #FFFFFF;
	}
	
	#body .home-column {
		float: left;
		width: 220px;
		/*height: 215px;*/
		padding: 15px;
		margin-right: 10px;
		/*background: url(../images/home_news_bg.png) repeat-x #010340;*/
	}
	
	#body #column-last {
		margin-right: 0px;
	}
	
	#body .home-column .bottom {
		width: 220px;
		position: relative;
		margin-top: 15px;
	}
	
	#body .home-column .bottom .image {
		float: left;
		border: 1px solid #FFFFFF;
	}
	
	#body .home-column .bottom .clickformore {
		float: right;
	}
	
	#body .home-spacer {
		display: block;
		height: 20px;
		background: #282f7c;
	}
	
	#body img.whitepaper-thumb {
		border: 1px solid #ffffff;
	}
	
	#body p.wp-title {
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	#body .spacer,
	#body-subpage .spacer {
		display: block;
		height: 20px;
	}
	
	#body .home-column a,
	#body .home-column a:visited,
	#body .column-last a,
	#body .home-column a:visited {
		color: #ffffff;
	}
	
	#body h3 {
		font-size: 13px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}

/* Content Pages
============================*/
#body-subpage {
padding: 0px;
background: url(../images/subpage_body_bg.png) repeat-y;
color: #333333;
}

#body-subpage .leftbar,
#body-subpage .rightbar {
background: #202267;
padding-top: 15px;
}

#body-subpage .leftbar {
	padding-top: 5px;
}

#body-subpage .leftbar a,
#body-subpage .leftbar a:visited,
#body-subpage .rightbar a,
#body-subpage .rightbar a:visited {
color: #FFFFFF;
}

#body-subpage .leftbar {
float: left;
width: 153px;
margin-right: 3px;
text-align: center;
}

/* Leftbar Navigation */
#body-subpage .leftbar ul.nav {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	width: 143px;
}

#body-subpage .leftbar ul.nav li {
	width: 143px;
	height: 63px;
	text-transform: uppercase;
}

#body-subpage .leftbar ul.nav li a,
#body-subpage .leftbar ul.nav li a:visited {
	position: relative;
	display: block;
	height: 63px;
	padding: 0px 10px 0px 10px;
	width: 123px;
	background: url(../images/leftnav_buttonbg.png) no-repeat;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#body-subpage .leftbar ul.nav li a span {
	display: table-cell;
	vertical-align: middle;
	width: 123px;
	height: 63px;
}

#body-subpage .main {
float: left;
width: 471px;
background: #FFFFFF;
padding: 20px;
}

#body-subpage .rightbar {
float: right;
width: 160px;
margin-left: 3px;
text-align: center;
}

#body-subpage .rightbar ul.nav {
	position: relative;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#body-subpage .rightbar ul.nav {
	list-style: none;
}
	
#body-subpage .rightbar ul.nav li a,
#body-subpage .rightbar ul.nav li a:visited {
	display: block;
	background: url(../images/subpage_category_button.png) no-repeat;
	width: 99px;
	height: 46px;
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

#body-subpage p.right-contactdetails {
font-size: 11px;
color: #FFFFFF;
text-align: left;
padding: 15px;
}

#body-subpage h1 {
color: #188575;
font-size: 16px;
margin-bottom: 10px;
text-transform: uppercase;
}

#body-subpage h2 {
	color: #188575;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#body-subpage hr {
	background-color:#CCCCCC;
	border:0 none;
	clear:both;
	height:1px;
	margin-bottom:25px;
	margin-top: 25px;
}

ol.search-results {
	list-style: none;
	margin-bottom: 30px;
}

ol.search-results li {
	margin-bottom: 5px;
}

ol.search-results a,
ol.search-results a:visited {
	color: #333333;
}

#body-subpage p {
color: #333333;
margin-bottom: 15px;
}

#body-subpage a,
#body-subpage a:visited {
	color: #2b3382;
}

#hero-subpage {
height: 100px;
width: inherit;
margin-bottom: 3px;
}
	
	#body h1 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	
	#body-subpage h1.category-title,
	#body-subpage h1.product-title {
		color: #188575;
		font-size: 16px;
		margin-bottom: 0px;
		
		border-bottom: 3px solid #DDDBDB;
		padding-bottom: 10px;
		text-transform: none;
	}
	
	#body-subpage ul {
		list-style: square;
		margin-left: 25px;
		color: #333333;
		margin-bottom: 20px;
	}
	
	#body p {
		font-size: 11px;
		margin-bottom: 7px;
	}
	
	div.clear {
		clear: both;
	}
	
	img.floatright {
		float: right;
		padding: 10px 0px 10px 20px;
	}

/* Catalogue Layouts 
==========================================*/
table.product-list {
	width: 100%;
	margin-top: 10px;
}

table.product-list td {
	border-bottom: 2px solid #DDDBDB;
	padding: 15px 4px 4px 4px;
}

table.product-list td.thumb {
	width: 150px;
}

table.product-list td.paginate {
	border-bottom: none;
	text-align: right;
}

table.product-list td.paginate a,
table.product-list td.paginate a:visited {
	color: #188575;
	font-weight: bold;
}

#body-subpage table.product-list td.content h2,
#body-subpage table.product-list td.content h2 a,
#body-subpage table.product-list td.content h2 a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #188575;
	text-decoration: none;
}

table.product-list td.content p {
	color: #333333;
	font-size: 11px;
}

table.product-list td.content p.link a,
table.product-list td.content p.link a:visited {
	color: #2b3382;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

table.product-list img.image {
	width: 130px;
}

table.product-detail td {
	padding: 5px;
}

table.product-detail td.img {
	width: 180px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

table.product-detail td.img img.image {
	width: 170px;
	margin-bottom: 10px;
}

table.product-detail td.subheading {
	background: #F0F0F0;
}

table.product-detail h2 {
	color: #188575;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.product-detail p {
	font-size: 11px;
}

table.product-detail div.downloads {
	margin-top: 10px;
}

table.product-specs {
	border-color: #188575;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #333333;
	font-size: 11px;
}

table.product-specs td {
	border-color: #188575;
	border-style: solid;
	border-width: 1px 1px 0 0;
}

table.product-specs td.blank {
	background: #188575;
	height: 20px;
}

table.product-specs td.title {
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
}

/* Form Styles */
.form label {
	display: block;
	margin-bottom: 5px;
}
	
.form input,
.form textarea {
	font-size: 12px;
	padding: 3px;
	margin-bottom: 10px;
}

.form span.required {
	color: red;
}

p.success {
	background: #E1F0E1 none repeat scroll 0 0;
	border:2px solid #339933;
	color: #339933;
	display:block;
	font-size:14px;
	margin-bottom:25px;
	padding:10px;
	width:500px;
}
