body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #00396A;
	background-color: #fff;
	margin: 0;
	padding: 0;
	background-image: url("images/body_bg.gif");
	background-repeat: repeat-x;
}

p {
	font-size: .9em;
	margin: 0 0 .5em 0;
}

td {
	font-size: .9em;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00396A;
}

h1  {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

hr {
	border: 0;
	height: 1px;
	border-bottom: 1px solid #D0DAE3;
	margin: .5em 0 .5em 0;
}

ul {
	margin: .5em 0 .4em 2em;
	padding: 0;
}

li {
	margin: 0 0 .2em 0;
	padding: 0;
}

div#wrapper {
	width: 745px;
	margin: 0 auto;
	text-align: left;
}

div#footer {
	clear: both;
	width: 735px;
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: .8em;
}

div#header {
	float: left;
	height: 79px;
}

/*top navigation*/
div#navContainer {
	clear: both;
	background-color: #C80203;
	width: 735px;
	height: 18px;
	padding: 7px 5px 3px 5px;
}

div#navContainer a {
	display: block;
	float: left;
	height: 15px;
	padding-left: 10px;
	margin-right: 10px;
}

div#navContainer a:hover, div#navContainer a.topLinkOn {
	background-image: url(images/toplink_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
/*top navigation*/

/*info boxes*/
div.infoBox {
	background-color: #E9F6FF;
	border: 1px solid #CCD7E1;
	padding: 1px;
	width: 266px;
	margin-bottom: 5px;
}

div.infoBoxContent {
	padding: 2px 5px 10px 5px;
	font-size: .8em;
}

div.infoBox h2 {
	width: 259px;
	height: 22px;
	background-image: url("images/infobox_headerbg.gif");
	padding: 4px 0 3px 7px;
	color: #fff;
	font-size: 1.2em;
	margin: 0 0 2px 0;
}

div.infoBox a {
	display: block;
	background-color: #c00;
	padding: 2px 12px 2px 3px;
	background-image: url("images/infobox_link_bg_left.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: 5px;
	width: 125px;
	height: 11px;
	line-height: 10px;
	font-size: 10px;
	text-decoration: none;
}

div.infoBox a:hover {
	background-color: #F01313;
	background-image: url("images/infobox_link_bg_left2.gif");
	
}
/*info boxes*/

/*data tables*/
table.dataTable th {
	background-color: #00396A;
	vertical-align: top;
	font-size: .9em;
	border-left: 1px solid #fff;
}
table.dataTable th, table.dataTable th a {
	color: #fff;
}
table.dataTable tr td {
	border-bottom: 1px solid #D0DAE3;
}
/*data tables*/

/*product tables*/
table.productTable td, table.productTable th {
	border-bottom: 1px dashed #CDEAFD;
}
/*product tables*/

/*form tables*/
table.formTable {
	margin-bottom: 2em;
	border-bottom: 1px solid #F8F8F8;
	border-bottom: 1px solid #D9D9D9;
	background-color: #F4F4F4;
}
/*form tables*/

div#stockImage {
	background-image: url("images/stock/key_cogs.jpg");
	width: 744px;
	height: 149px;
	margin-bottom: 10px;
}

td, div {
	color: #00396A;
}

td.tableTitle {
	color: #fff;
}

td.offerPrice {
	color: #000000;
	font-weight: bold;
}

a {
	color: #000000;
}

a.whiteLink {
	color: #FFFFFF;
}

a img {
	border: 0;
}

.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #00396A;
	font-weight: normal;
	font-size: 8pt;
}

.monospace2 { 
	font-family: Courier,monospace;
}

.errorMessage, .errorMessage a {
	color: #c00;
}

.infoMessage, .infoMessage a {
	color: #336600;
}

div.flowBox {
	width: 80px;
	float: left;
}

h3.flowBox {
	clear: both;
}