/*** HEADER ****/

div.header {
	position:relative;
	width: 750px;
	height: 178px;
	font-size:0px;
	line-height:0px;
}

img.header_image {
	position:absolute;
	top:0px;
	left:0px;
}

img.header_tab {
	position:absolute;
	top:149px;
	left:0px;
}

div.header_bar_white {
	position:absolute;
	width: 100%;
	height: 200px;
	font-size:0px;
	line-height:0px;
}

div.header_bar {
	position:absolute;
	width: 100%;
	height: 112px;
	font-size:0px;
	line-height:0px;
	background-color:#005CAF;
}

div.footer {
	position:relative;
	width: 100%;
	height:40px;
	padding-top: 0px;
}

div.footer_bar {
	position:absolute;
	top:2px;
	left:0px;
	width:100%;
	height: 38px;
	background-color:#000000;
}

img.footer_image {
	position:absolute;
	top:0px;
	left:0px;
}

div.copyright {
	position:absolute;
	color: #FFFFFF;
	top:20px;
	left:25px;
	background-color: #000000;
}


/*** GENERAL ***/

a {
    color: #999999;
    text-decoration: none;
}

a img {
    border-color: #66CCCC;
}

a:link {
    color: #999999;
	text-decoration:none;
	font-weight:bold;
}

a:link img {
    border-color: #999999;
}

a:visited {
    color: #999999;
	text-decoration:none;
	font-weight:bold;
}

a:visited img {
    border-color: #999999;
}

a:hover {
	color:#005CAF;
	text-decoration:underline;
}

a:hover img {
	border-color:#005CAF;
}

div.copyright a {
	color: #FFFFFF;
}


body {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
    font-size: 11px;
    font-family: Arial, Verdana,sans-serif;
	background-color: #000000;
	color:#005CAF;
}

body.popup {
	background-color: #FFFFFF;
	color:#005CAF;
	margin:10px;
}

p {
    font-family: Verdana,Arial,sans-serif;
	margin-top:5px;
	margin-bottom:5px;
}

/*** PAGE LAYOUTS ***/

div {
	background-color:#FFFFFF;
}

div.page_content {
	position:relative;
	padding-left:10px;
	width:100%;
	min-width:750px;
	width:expression(document.body.clientWidth < 750? "750px" : "100%");
}

div.page_title {
	font-family:Arial,Verdana,sans-serif;
	font-size:22px;
	font-weight:bold;
}

div.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:2px;
}

h1 {
	font-size:16px;
	margin-bottom:0px;
	margin-top:3px;
	font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
}

h2 {
	font-size:12px;
	margin-top:8px;
	margin-bottom:0px;
	font-family: Arial, Verdana, sans-serif;
}

h3 {
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
}

ul {
	margin-top:0px;
}

li {
	margin-top:5px;
}

/*** GENERAL ***/

div.home_left {
	position:relative;
	float:left;
	height: 400px;
	padding-left:30px;
	padding-right:50px;
}

div.home_right {
	position:relative;
	float:left;
	/* height: 400px; */
  height: 520px;
	width:390px;
}

img.home_catlink {
	margin-bottom:7px;
}

div.contact_left {
	position:relative;
	float:left;
	padding-top:10px;
}

img.contact_image {
	border: solid 1px #005CAF;
}

div.contact_right {
	position:relative;
	float:left;
	padding-left:30px;
	padding-top:40px;
}

div.contact_addr_left {
	position:relative;
	float:left;
	width:56px;
	text-align:right;
}

div.contact_addr_right {
	position:relative;
	float:left;
	padding-left:5px;
}

div.contact_group_left {
	position:relative;
	float:left;
	width:250px;
}

div.contact_group_right {
	position:relative;
	float:left;
}

div.contact_group_right li {
	line-height:1;
}

div.contact_group_left li {
	line-height:1;
}

div.contact_list_left {
	position:relative;
	float:left;
}

div.contact_list_right {
	position:relative;
	float:left;
}

span.contact_dist_title {
	font-weight:bold;
	font-size:12px;
	margin-right:8px;
}

div.products_list {
	position:relative;
	padding: 5px;
	margin-bottom: 5px;
	height: 130px;
}

div.products_list_image {
	position:absolute;
	height: 110px;
	width: 155px;
}

img.products_list_image {
	width:110px;
	height:110px;
}

div.products_list_short {
	position:absolute;
	left: 125px;
	font-size: 12px;
	font-weight: bold;
}

div.products_list_long {
	position:absolute;
	left: 125px;
	top: 22px;
}

div.products_sidebyside {
	position:relative;
	float:left;
	margin-bottom:15px;
	margin-right: 15px;
	height: 180px;
	width: 170px;
	text-align:center;
}

div.products_sidebyside_image {
	position:relative;
	margin-bottom: 5px;
}

img.products_sidebyside_image {
	position:relative;
	width:125px;
	height:125px;
}

div.products_sidebyside_short {
	position:relative;
	font-size: 12px;
	font-weight: bold;
	width: 130px;
}

div.products_sidebyside_long {
	position:relative;
	visibility:hidden;
}

div.products_nav_currentpage {
	position:relative;
	width: 100%;
	font-size:14px;
	font-weight:bold;
	margin-top: 12px;
	margin-bottom: 10px;
}

div.products_nav_back_main {
	position:relative;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
}

div.products_nav_back_list {
	font-family: Arial,Verdana,sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
}

div.products_detail {
	position:relative;
	height: 220px;
	width: 100%;
}

div.products_detail_image {
	position: absolute;
	left:0px;
	top:5px;
}

img.products_detail_image {
	width:600px;
	height:170px;
}

div.products_detail_short {
	position: absolute;
	left: 0px;
	top: 185px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
}

div.products_detail_long {
	visibility:hidden;
	position: absolute;
	left: 320px;
	top: 25px;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
}

span.products_detail_download_link {
	font-size: 12px;
	margin-left:30px;
}

div.products_rollover {
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	margin-bottom: 3px;
}

div.rollover_image {
	position: absolute;
	left: 300px;
	height: 400px;
}

img.rollover_image {
    border: solid 2px #999900;

}

div.ordercart_dateentered_label {
	position:relative;
	float:left;
}

div.ordercart_subtotal_label {
}

div.ordercart_update_button {
	position:relative;
	float:left;
	margin-left:60px;
	margin-bottom:10px;
}

div.ordercart_return_button {
	position:relative;
	float:left;
}

div.ordercart_checkout_button {
	position:relative;
	float:left;
	margin-left:45px;
}

div.ordercart_excel_button {
	position:relative;
	float:left;
	margin-left:45px;
}

div.ordercart_submit_button {
	position:relative;
	float:left;
	margin-left:45px;
}

div.ordercart_parts_grid {
}

a.ordercart_image img {
	width:50px;
	height:50px;
}

td.ordercart_total_labels {
	text-align:right;
	color: #000000;
	font-size:14px;
	font-weight:bold;
}

td.ordercart_totals {
	color: #000000;
	font-size:14px;
	font-weight:bold;
}

div.ordercart_instr_label {
	width:500px;
	margin-bottom:10px;
}

div.productsearch_label {
	margin-top:15px;
	height:40px;
	font-size:12px;
}

.datagrid {
	position:relative;
	font-size: 11px;
	width: 730px;
	margin-bottom:20px;
}

.datagrid_header {
	color:#FFFFFF;
	background-color:#000000;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	text-align:center;
}

.datagrid_item {
	text-align:center;
	font-size: 12px;
	color:#000000;
}

.datagrid_alternating {
	text-align:center;
	background-color: #DFDBDB;
	font-size: 12px;
	color:#000000;
}

.datagrid_edit {
}

.datagrid_footer {
}

body.orderprint {
	background-color: #FFFFFF;
	margin:25px;
	margin-top:0;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

div.orderprint_logo {
	width:730px;
	margin-left:0px;
	margin-top:10px;
	text-align:center;
	margin-bottom:10px;
}

div.orderprint_leftblock {
	position:relative;
	float:left;
	width:330px;
}

div.orderprint_rightblock {
	position:relative;
	float:left;
	margin-left:50px;
	width:330px;
}

div.orderprint_leftline {
	position:relative;
	float:left;
	width:100px;
	text-align:right;
}

div.orderprint_rightline {
	position:relative;
	float:left;
	margin-left:10px;
	height:25px;
}

div.orderprint_blocklabel {
	margin-left:20px;
	margin-bottom:5px;
	font-size:14px;
	text-decoration:underline;
}

div.orderprint_footer {
	text-align:center;
	width:730px;
	font-size:11px;
}

div.orderprint_footer h2 {
	font-size:15px;
	font-style:italic;
}

div.ordersend_left {
	position:relative;
	float:left;
	text-align:right;
	width:100px;
	margin-right:5px;
}

div.ordersend_right {
	position:relative;
	float:left;
}

div.ordersend_bill {
	position:relative;
	float:left;
	width:300px;
}

div.ordersend_ship {
	position:relative;
	float:left;
	margin-left:20px;
}

div.ordersend_buttons {
	width:500px;
	text-align:center;
	margin-top:10px;
}

/*
.datagrid a {
	color:#FFFFFF;
	text-decoration:underline;
}

.datagrid a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.datagrid a:hover {
    color: #999900;
	text-decoration:underline;
}
*/

/*** Nav Style ***/

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar {
	position:absolute; 
	width:10px; 
	height:10px; 
	background-color:#999999; 
	layer-background-color:#999999; 
	visibility:hidden
}

/*Styles for level 0*/
.clLevel0,.clLevel0over {
	position:absolute; 
	padding:2px; 
	font-family:Arial,Verdana,sans-serif;; 
	font-size:11px; 
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
}

.clLevel0 {
	background-color:#000000; 
	layer-background-color:#000000; 
	color: #FFFFFF;
}

.clLevel0over {
	background-color:#999999; 
	layer-background-color:#999999; 
	color:#000000; 
	cursor:pointer; 
	cursor:hand; 
}

.clLevel0border {
	position:absolute; 
	visibility:hidden; 
	background-color:#DADCBA; 
	layer-background-color:#006699
}

/*Styles for level 1*/
.clLevel1, .clLevel1over {
	position:absolute; 
	padding:2px; 
	font-size:11px; 
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
	padding-left:8px;
	font-family:Arial,Verdana,sans-serif;; 
	border-bottom: solid #CCCCCC 1px; 
}

.clLevel1 {
	background-color:#000000; 
	layer-background-color:#000000; 
	color:#FFFFFF;
}

.clLevel1over {
	background-color:#999999; 
	layer-background-color:#999999; 
	color:#000000; 
	cursor:pointer; 
	cursor:hand;
}

.clLevel1border {
	position:absolute; 
	visibility:hidden; 
	background-color:#999999; 
	layer-background-color:#999999;
}
