@charset "utf-8";
/* CSS Document */

html, body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
background-color:#08316f;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#08316f;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#000000;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
text-align:left;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:18px;line-height:22px;padding:4px 0 4px 0;color:#08316f;font-style:italic;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.small {font-size:11px;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #CCCCCC 1px;
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {text-align:center;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	ul li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS
Standard page elements for laying out the main content of a website. */
#container1 {
width:960px;
text-align:left;
background-image:url(../images/shadow_bg.gif);
background-position:center;
background-repeat:repeat-y;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:940px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:52px;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	line-height:18px;
	color:#fff40f;
	background-color:#b80903;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:71px 0 0 24px;
	position:relative;
	}
		#header a {color:#fff40f;}
		#header a:hover {color:#000000;}


		.search-tab {
		float:right;
		width:126px;
		height:52px;
		background-image:url(../images/search_tab.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		margin-right:20px;
		}

		#header img {
		position:absolute;
		top:0px;
		left:540px;
		}



	/* MAIN NAVIGATION */
	#navigation {
	float:left;
	width:226px;
	color:#ffffff;
	padding:18px 0 22px 24px;
	}

		#navigation a {
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-style:italic;
		font-weight:bold;
		}
			#navigation a:hover {
			color:#bf100b;
			}




		#latestnews {
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:normal;
		font-weight:normal;
		background-color:#e5e5e5;
		border:solid #dddddd 1px;
		padding:10px;
		margin-right:20px;
		}

			.flashing {
			line-height:24px;
			position:relative;
			margin-bottom:6px;
			}

			.flashing h4{
			color:#FFFFFF;
			}

			.flashing .flashing-bg {
			position:absolute;
			display:block;
			width:100%;
			left:0;
			top:0;
			line-height:24px;
			background-color:#bf100b;
			z-index:450;
			}
				.flashing .flashing-bg h4 {
				color:#bf100b;
				}
				
			

			.flashing .h4link {
			line-height:24px;
			position:absolute;
			display:block;
			left:0;
			top:0;
			padding:0 4px;
			z-index:460;
			}

			.flashing h4 {
			color:#000000;
			padding-left:4px;
			padding-right:4px;
			}

			#navigation #latestnews h4 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			}

			#navigation #latestnews h4 a {
			display:block;
			color:#ffffff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			}

			#navigation #latestnews a {
			color:#08316f;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-style:normal;
			font-weight:normal;
			}
				#navigation #latestnews a:hover {color:#000000;}





	/* FLASH IMAGE */
	#flash {
	float:right;
	width:685px;
	height:180px;
	background-color:#aaaaaa;
	background-image:url(../images/flash_shadow.gif);
	background-position:480px bottom;
	background-repeat:no-repeat;
	position:relative;
	}

		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		}

		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		display:none;
		}





		.home-prod-search {
		float:right;
		width:150px;
		padding:25px 25px 0 0;
		}
			.home-prod-search .button {
			display:block;
			height:26px;
			}
				.home-prod-search .button a {
				display:block;
				height:26px;
				font-weight:bold;
				line-height:26px;
				text-align:center;
				background-image:url(../images/home_button.gif);
				background-position:0px 0px;
				background-repeat:no-repeat;
				}
					.home-prod-search .button a:hover {
					color:#fafa00;
					background-image:url(../images/home_button.gif);
					background-position:0px -30px;
					}





	/* MAIN CONTENT */
	#content {
	float:right;
	width:645px;
	background-image:url(../images/main_line.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:18px;
	min-height:300px;
	padding:20px;
	}




		.product-search {
		float:right;
		width:645px;
		background-color:#aaaaaa;
		background-image:url(../images/flash_shadow.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
		padding:20px;
		}




		.product-listing td {
		padding:6px 0 6px 0;
		line-height:16px;
		border-bottom:dotted #dadada 1px;
		}


			.product-listing .eng, .product-listing .eng-off,
			.product-listing .gbx, .product-listing .gbx-off,
			.product-listing .dif, .product-listing .dif-off,
			.product-listing .raa, .product-listing .raa-off,
			.product-listing .faa, .product-listing .faa-off,
			.product-listing .sbx, .product-listing .sbx-off,
			.product-listing .hyd, .product-listing .hyd-off,
			.product-listing .ele, .product-listing .ele-off,
			.product-listing .pnl, .product-listing .pnl-off,
			.product-listing .cab, .product-listing .cab-off,
				.product-listing .lnk, .product-listing .lnk-off,
			.product-listing .man, .product-listing .man-off {
			width:32px;
			background-position:center;
			background-repeat:no-repeat;
			}

				.product-listing .eng a, .product-listing .eng-off a,
				.product-listing .gbx a, .product-listing .gbx-off a,
				.product-listing .dif a, .product-listing .dif-off a,
				.product-listing .raa a, .product-listing .raa-off a,
				.product-listing .faa a, .product-listing .faa-off a,
				.product-listing .sbx a, .product-listing .sbx-off a,
				.product-listing .hyd a, .product-listing .hyd-off a,
				.product-listing .ele a, .product-listing .ele-off a,
				.product-listing .pnl a, .product-listing .pnl-off a,
				.product-listing .cab a, .product-listing .cab-off a,
			    .product-listing .lnk a, .product-listing .lnk-off a,
				.product-listing .man a, .product-listing .man-off a {display:block;}


			.product-listing .eng {background-image:url(../images/eng.gif);}
			.product-listing .eng-off {background-image:url(../images/eng_off.gif);}
			.product-listing .gbx {background-image:url(../images/gbx.gif);}
			.product-listing .gbx-off {background-image:url(../images/gbx_off.gif);}
			.product-listing .dif {background-image:url(../images/dif.gif);}
			.product-listing .dif-off {background-image:url(../images/dif_off.gif);}
			.product-listing .raa {background-image:url(../images/raa.gif);}
			.product-listing .raa-off {background-image:url(../images/raa_off.gif);}
			.product-listing .faa {background-image:url(../images/faa.gif);}
			.product-listing .faa-off {background-image:url(../images/faa_off.gif);}
			.product-listing .sbx {background-image:url(../images/sbx.gif);}
			.product-listing .sbx-off {background-image:url(../images/sbx_off.gif);}
			.product-listing .hyd {background-image:url(../images/hyd.gif);}
			.product-listing .hyd-off {background-image:url(../images/hyd_off.gif);}
			.product-listing .ele {background-image:url(../images/ele.gif);}
			.product-listing .ele-off {background-image:url(../images/ele_off.gif);}
			.product-listing .pnl {background-image:url(../images/pnl.gif);}
			.product-listing .pnl-off {background-image:url(../images/pnl_off.gif);}
			.product-listing .cab {background-image:url(../images/cab.gif);}
			.product-listing .cab-off {background-image:url(../images/cab_off.gif);}
			.product-listing .man {background-image:url(../images/man.gif);}
			.product-listing .man-off {background-image:url(../images/man_off.gif);}
			.product-listing .lnk {background-image:url(../images/lnk.gif);}
			.product-listing .lnk-off {background-image:url(../images/lnk_off.gif);}





	#brands {
	height:53px;
	background-image:url(../images/brands_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	border-top:solid #d9d9d9 1px;
	}



#footer-container {
width:960px;
text-align:left;
background-image:url(../images/footer_bg.gif);
background-position:top;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN FOOTER */
	#footer {
	width:940px;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	border-top:solid #000000 7px;
	line-height:18px;
	font-size:12px;
	color:#fdf607;
	text-align:center;
	padding:8px 0 8px 0;
	}

		#footer a {color:#fdf607;}
		#footer a:hover {color:#ffffff;}





		/* NEXT PREVIOUS PAGES */
		.nextprev {float:right;}
			.nextprev .num {
			color:#333333;
			background-color:#E0E0E0;
			padding:0 4px 0 4px;
			margin-left:3px;
			}
			.nextprev .cur {
			font-weight:bold;
			background-color:#B5B5B5;
			}
			.nextprev .np {
			color:#ffffff;
			background-color:#000000;
			padding:0 4px 0 4px;
			margin-left:3px;
			}
			.nextprev .se {
			color:#A0A0A0;
			background-color:#F3F3F3;
			}
			.nextprev a:hover {
			text-decoration:none;
			color:#CCCCCC;
			background-color:#000000;
			}


		/* Login PAGES */
		#login {}
			#login .login-form {}

				#login .login-form li {
				padding-left:0px;
				background:none;
				}

					#login .login-form li label {
					display:inline-block;
					width:200px;
					}



		/* MAIN FORM */
		form {
		margin:0 auto;
		padding:0 0 0 0;
		}

			form .req {
			color:#D60309;
			font-weight:bold;
			font-size:12px;
			}

			form .label {
			clear:both;
			float:left;
			width:140px;
			height:25px;
			font-size:11px;
			font-weight:bold;
			color:#353535;
			line-height:20px;
			text-align:right;
			margin-right:10px;
			margin-bottom:4px;
			}

			form .input {
			float:left;
			width:240px;
			height:25px;
			}
				form .input input {
				font-size:12px;
				width:200px;
				}

			form .select {
			float:left;
			width:240px;
			height:25px;
			}
				form .select select {
				font-size:12px;
				width:205px;
				}

			form .textarea {
			float:left;
			font-size:11px;
			width:240px;
			height:93px;
			}
				form .textarea textarea {
				font-size:12px;
				width:200px;
				height:80px;
				}
				form .textarea img {
				padding-top:3px;
				}

			form .button {
			margin-top:2px;
			padding-left:150px;
			padding-bottom:5px;
			}


		.form-under {font-size:11px;color:#666666;}

		.off-bg {
		padding-left:0px;
		background:none;
		}

		#right-loginform label {
		display:block;
		width:200px;
		}

		#right-loginform .off-text {
		width:250px;
		}

		.loginfo {
		padding-top:20px;
		color:#000000;
		background:none;
		}
			.loginfo a {
			color:#08316f;
			}

				.loginfo a:hover {
				color:#000000;
				}



		.formtitle {
		color:#172944;
		}

		.questmsgbox {
		display:block;
		color:#bf100b;
		padding:10px;
		border:solid #CCCCCC 1px;
		margin-bottom:16px;
		}




