@import url(reset.css);

html {
	color: #002142;
	font: 62.5% Arial, Helvetica, sans-serif; /* Default font size to a base of 10px */
	height: 100%;
}

body {
	background-color: #D0EAF9;
	font-size: 10pt;
	height: 100%;
}

h1, h2, h3 {
	color: #002142;
	font-weight: normal;
}

h1 {
	font-size: 18pt;
	margin-bottom: .75em
}

h2 {
	font-size: 14pt;
	margin-bottom: .5em;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: .5em 0;
}

p, ul, ol { margin-bottom: 1em; }

p, li { line-height: 1.5em; }

a { color: #1c64d1; }

a:active{ color: #000000; }

a:hover { color: #002142; }

table.table {
	border: solid 1px #9EB4CB;
	margin: 0 auto 1em 0;
}

table.table caption { margin: 1em; }

table.table tr { background-color: #F8F8F8; }

table.table tr:nth-child(odd), table.table tr.alt, table.table tr.alt td { background-color: #E8E8E8; }

table.table th {
	background-color: #759bc2;
	color: #164978;
	font-size: 10pt;
	padding: 5px 10px;
}

table.table td  {
	font-size: 9pt;
	font-style: italic;
	padding: 3px 10px;
	text-align: center;
}

ul.list, ol.list {
	list-style: disc inside;
	margin-left: 1.5em;
}

ol.list { list-style-type: lower-alpha; }

form.horizontalform{
width: 370px;
height: auto;
margin: 0;
padding: 0 0 10px 0;
}

form.horizontalform fieldset{
width: 400px;
display: block;
margin: 0;
padding: 0;
border: none;
line-height: 1.2em;
}

form.horizontalform input{
width: 180px;
display: block;
margin: 0 0 0.6em 3px;
padding: 2px 0 2px 2px;
float: left;
}

form.horizontalform input.reset{
width: 80px;
height: 30px;
display: inline;
text-align: center;
font-weight: bold;
margin: 0;
}

form.horizontalform input.submit{
width: 80px;
height: 30px;
display: inline;
text-align: center;
font-weight: bold;
margin: 0 10px 0 210px;
float: left;
}

form.horizontalform label{
color: #002142;
width: 190px;
height: 22px;
display: block;
text-align: right;
clear: left;
margin: 0 0 0.5em 0;
padding: 1px 10px 0 0;
float: left;
}

form.horizontalform label.first{
color: #000;
display: block;
text-align: right;
clear: left;
margin: 0 0 0.5em 0;
padding: 1px 10px 0 0;
float: left;
}

form.horizontalform legend{
color: #D0EAF9;
margin: 0;
padding: 0;
}

form.horizontalform select{
width: 166px;
display: block;
margin: 0 0 0.6em 3px;
padding: 0;
float: left;
}

form.horizontalform textarea{
width: 180px;
height: 100px;
display: block;
margin: 0 0 0.6em 3px;
padding: 2px;
float: left;
border: 1px solid #98B1D8;
}


.outerfieldset{
width: 100px;
display: block;
margin: 0 auto;
padding: 0;
}


#header{
	background-color: #164978;
	padding: 3px;
}

#header-left { float: left; }

#header-right {	text-align: right; }

#banner {
	background-color: #9EB4CB;
	margin: 1px 0;
}

#outer {
	background-color: #D0EAF9;
	border-left: solid 160px #9EB4CB;
	border-right: solid 160px #9EB4CB;
}

#outer-left {
	background-color: #D0EAF9;
	border-left: solid 180px #9EB4CB;
}

#inner { width: 100%; }

#content-left {
	float: left;
	margin-right: 1px;
	margin-left: -160px;
	padding: 0;
	position: relative;
	width: 160px;
}

#content-left li {
	/*border-bottom: 1px solid #90bade;*/
	margin-bottom: 1px;
}

#content-left li a {
	color: #FFF;
	display: block;
	background-color: #164971;
	border-left: 10px solid #113859;
	border-right: 10px solid #2272B3;
	margin: 0;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	width: 127px;
}

#content-left li.active a {
	background-color: #2586d7;
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	color: #FFF;
}

#content-left li a:hover {
	background-color: #2586d7;
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	color: #FFF;
}

#content-center {
	margin: 0;
	padding: 20px;
	position: relative;
}

#content-right {
	float: right;
	margin-right: -160px;
	margin-left: 1px;
	padding: 10px;
	position: relative;
	width: 140px;
}

#footer {
	background-color: #9EB4CB;
	margin: 1px 0;
}

#footer-left, #footer-right {
	margin: 5px;
	width: auto;
}

#footer-left { float: left; }

#footer-right {
	float: right;
	text-align: right;
}



p.navbar{
color: #002142;
margin: 0;
padding: 5px 10px;
}

p.product{
margin: 0;
padding: 5px 10px 5px 10px;
border: solid 1px #9EB4CB;
}

.products-table {
	border: solid 1px #9EB4CB;
	margin: 10px;
	padding: 10px;
}

.products-table h2 { text-decoration: underline; }

.products-table-left {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 200px;
}


.sitemap-list{
padding: 0;
}

.sitemap-list li{
list-style-type: disc;
}


.floatLeft { float: left; }

.floatRight { float: right; }

.clear { clear: both; }

.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearFix { display: inline-block; }

/* Hide from IE Mac \*/
.clearFix { display: block; }
/* End hide from IE Mac */

.borderedImage, .borderedImageLeft, .borderedImageRight { border: solid 10px #f0f0f0; }

.imageLeft, .borderedImageLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imageRight, .borderedImageRight {
	float: right;
	margin: 0 0 10px 10px;
}

.datasheetLink {
	background: transparent url(../images/icon-acrobat-reader-16x16.png) no-repeat;
	padding: 2px 0 2px 20px;
}
