img, div { behavior: url(Scripts/iepngfix.htc) }

body {
	background-color:#3f3f3f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A {
	COLOR: #002248;
	font-style: normal;
	text-decoration:none;
}
A:hover {
	COLOR: #074e9f;
	text-decoration: underline;
}

.clear {
	clear:both;
	height:1px;
	font-size:1px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	color:#002147;
}

.bl {background: url(images/whiteCorner-bl.png) 0 100% no-repeat;}
.br {background: url(images/whiteCorner-br.png) 100% 100% no-repeat}
.tl {background: url(images/whiteCorner-tl.png) 0 0 no-repeat}
.tr {background: url(images/whiteCorner-tr.png) 100% 0 no-repeat;}

.pad10 {padding:10px;}



.wrapper {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width: 796px;
	background-color:#FFFFFF;
}

.header {
	background-color:#002248;
	height: 100px;
	background-image: url(images/header-t.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#logo {
	margin-left:30px;
	margin-top:10px;
	float: left;
}


.navtabs {
	float:right;
	background-color: #3f3f3f;
	list-style: none;
	padding: 0;
	margin: 78px 5px 0 0;
	font-size: 9px;
	font-weight: normal;
} 
 
.navtabs li { 
    float: left; 
    background: #FFFFFF url(images/tableft.gif) no-repeat left top; 
    margin-right: 1px; 
    padding: 5px 0px 5px 12px; 
} 
 
.navtabs li a { 
    background: #FFFFFF url(images/tabright.gif) no-repeat top right; 
    padding: 5px 12px 5px 0px; 
} 
 
.navtabs li#current-cat { 
    background: #074e9e url(images/tableft_active.gif) no-repeat left top;  
    color: #FFFFFF; 
} 
 
.navtabs li#current-cat a { 
    background: #074e9e url(images/tabright_active.gif) no-repeat right top; 
    color: #FFFFFF; 
}

.topImage {
	height:235px;
}

.content {
	background-color:#FFF;
	padding:30px;
	vertical-align:top;
}

.content .left {
	width: 470px;
	float:left;
}


.highlight {
	background-color:#e4e9ef;
	margin: 15px 0px;
}

.content .right {
	float:right;
	width:222px;
	overflow:hidden;
}

.blurb {
	margin:5px 0px;
	padding:0px;
	clear:both;
	width:222px;
	overflow:hidden;
}

.rollover a {
	display:block;
	height:90px;
	width:222px;
	overflow:hidden;
}

.rollover a:hover {
	display:block;
	text-indent:-222px;
}

.captionBox {
	background-color: #074E9E;
	background-image: url(images/captionHeader-bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#FFF;
	clear: both;
	width:222px;
}

.captionBox a:link, .captionBox a:visited {
	color:#FFF;
}

.captionBox a:hover {
	color:e4e9ef;
}

.captionBox h2 {
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	height: 35px;
	margin:0px;
	padding:0px 5px;
}



#nacd {
	background: url(images/nacd-bk.jpg) no-repeat left top;
	font-size:9px;
	
	padding:18px 8px 10px 88px;
	width: 126px;
	height:80px;
	
	_padding:18px 8px 10px 88px;
	_width: 126px;
	_height:80px;
}



.captionBox#products {
	width:auto !important;
	
}
.product_table td {
	border:0px;
}

.product_table TH {
	text-align:left;
}
.cat_name_cell {
	font-size:12px;
	text-transform:uppercase;
	padding:5px 15px;
	background-color: #074E9E;;
}
.prod_name_cell {
	font-size:11px;
	padding:5px 30px;
	background-color:#5183bb;
	
}
.prod_desc_cell {
	font-size:11px;
	padding:5px;
	background-color:#5183bb;
	
}
.prod_desc_cell a:link, .prod_desc_cell a:visited  {
	color:#FFFFFF;
}
.prod_desc_cell a:hover {
	color:#002248;
}



.footer {
	clear:both;
    background: #FFFFFF url(images/footer.gif) no-repeat right bottom; 
}