/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* Main CSS Elements */

@media screen {
	body {
		background: #0058a5 url('../images/bg.gif');
		font-family: Tahoma;
		font-size: 12px;
		color: #333;
	}
	h2 {
		font-family: Tahoma;
		font-size: 20px;
		color: #000;
	}
	h3 {
		font-family: Tahoma;
		font-size: 14px;
		color: #000;
		font-weight: bold;
	}
	a {
		color: #000;
		text-decoration: underline;
	}
	
	.clear {
		clear: both;
	}
	.floatleft {
		float: left;
	}
	
	#mainwrap {
		margin: 0px auto 0px auto;
		width: 970px;
		background: #FFF;
	}
	#header {
		width: 100%;
		height: 183px;
	}
	.header_side {
		float: left;
		width: 5px;
		height: 183px;
		background: url('../images/header_side.gif') top left no-repeat;
	}
	#header_center {
		float: left;
		width: 960px;
		height: 183px;
	}
	#header_top {
		width: 960px;
		height: 5px;
		background: url('../images/header_up.jpg') top left no-repeat;
	}
	#logobox {
		float: left;
		width: 234px;
		height: 70px;
	}
	#logobox h1 {	
		width: 234px;
		height: 70px;
		text-indent: -100em;
		overflow: hidden;
		background: url('../images/logo.gif') top left no-repeat;
		margin: 0;
		cursor: pointer;
		cursor: hand;
	}
	#logobox h1 a {
		display: block;
		width: 234px;
		height: 70px;
		outline: none;
	}
	
	#navbox {
		float: left;
		width: 725px;
		height: 70px;
		background: url('../images/nav_bg.jpg') top left no-repeat;
	}
	ul#nav {
		position: relative;
		height: 70px;
		left: 160px;
	}
	ul#nav li {
		float: left;
		height: 70px;
	}
	ul#nav li a {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		height: 70px;
	}
	
	ul#nav li a#home {
		width: 82px;
		background: url('../images/button_home.jpg') no-repeat top left;
	}
	ul#nav li a:hover#home {
		width: 82px;
		background: url('../images/button_home.jpg') no-repeat bottom left;
	}
	ul#nav li a#home_on {
		width: 82px;
		background: url('../images/button_home.jpg') no-repeat bottom left;
	}
	
	ul#nav li a#about {
		width: 114px;
		background: url('../images/button_about.jpg') no-repeat top left;
	}
	ul#nav li a:hover#about {
		width: 114px;
		background: url('../images/button_about.jpg') no-repeat bottom left;
	}
	ul#nav li a#about_on {
		width: 114px;
		background: url('../images/button_about.jpg') no-repeat bottom left;
	}
	
	ul#nav li a#products {
		width: 110px;
		background: url('../images/button_products.jpg') no-repeat top left;
	}
	ul#nav li a:hover#products {
		width: 110px;
		background: url('../images/button_products.jpg') no-repeat bottom left;
	}
	ul#nav li a#products_on {
		width: 110px;
		background: url('../images/button_products.jpg') no-repeat bottom left;
	}
	
	ul#nav li a#support {
		width: 104px;
		background: url('../images/button_support.jpg') no-repeat top left;
	}
	ul#nav li a:hover#support {
		width: 104px;
		background: url('../images/button_support.jpg') no-repeat bottom left;
	}
	ul#nav li a#support_on {
		width: 104px;
		background: url('../images/button_support.jpg') no-repeat bottom left;
	}
	
	ul#nav li a#contact {
		width: 136px;
		background: url('../images/button_contact.jpg') no-repeat top left;
	}
	ul#nav li a:hover#contact {
		width: 136px;
		background: url('../images/button_contact.jpg') no-repeat bottom left;
	}
	ul#nav li a#contact_on {
		width: 136px;
		background: url('../images/button_contact.jpg') no-repeat bottom left;
	}
	
	#header_mid {
		width: 960px;
		height: 81px;
		background: url('../images/header_mid.jpg') no-repeat top left;
	}
	#header_bottom {
		width: 960px;
		height: 27px;
		background: url('../images/header_bottom.jpg') no-repeat top left;
	}
	
	#breadcrumb {
		width: 950px;
		height: 20px;
		background: url('../images/breadcrumb_bg.gif') no-repeat top left;
		margin: 0 5px 0 5px;
		padding-left: 10px;
		color: #FFF;
		font-size: 10px;
		line-height: 18px;
	}
	#breadcrumb a {
		color: #FFF;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#content {
		width: 940px;
		padding: 15px;
	}
	
	#content p {
		margin: 1em 0;
		line-height: 1.5em;
	}
	
	#footer {
		width: 950px;
		background: #0058a5;
		height: 50px;
		font-size: 10px;
		color: #FFF;
		padding: 5px;
		border: solid 5px #FFF;
	}
	
	#copyright {
		float: left;
		height: 50px;
		width: 650px;
		text-align: center;
		color: #ACC8E2;
	}
	
	a#silencer {
		font-size: 13px;
		font-weight: bold;
		padding-left: 20px;
	}
	
	td#hz {
		padding-right: 20px;
		text-align: right;
	}
	
	td#fvpd {
		text-align: center;
	}
	
	td#sgnlink {
		padding-left: 20px;
		padding-top: 40px;
		font-weight: bold;
	}
	
	li#notes {
		font-family: Tahoma;
		font-size: 10px;
		color: #000;
	}
	
	.hidden {
		display:none;
	}
	
	td#fvhz {
		padding-right: 30px;
		text-align: right;
	}
	
	td#sgnhz {
		padding-right: 12px;
		text-align: right;
	}
	
	#fnormalize {
		font-weight: normal;
	}
	
	a#sgn {
		cursor: pointer;
	}
	
	#sil {
		float: right;
		font-size: 14px;
		font-weight: bold;
		padding-right: 140px;
	}
	
	ul#circ_note {
		list-style-type: square;
		padding-left: 14px;
	}
	
	#selection {
		margin-left: 20px;
		line-height: 25px;
	}
	
	#search_selection {
		line-height: 25px;
	}
	
	table#rdil {
		margin-left: 0px;
		line-height: 15px;
	}
	
	table#rsdil {
		margin-left: 20px;
		line-height: 15px;
	}
	
	#search_content {
		float: left;
		width: 470px;
	}
	#search_content_right {
		float: left;
		width: 470px;
	}
	
	td#subtype {
		padding-left: 10px;
	}
	td#ejprice {
		padding-right: 10px;
		text-align: right;
	}
	td#ejweight {
		padding-right: 39px;
		text-align: right;
	}
	img#plogo {
		display: none;
	}
	h3#search_module {
		margin-left:125px;
	}
	img#web_image {
		display: block;
	}
	img#p_image {
		display: none;
	}
}

/*Printing CSS*/

@media print {
	body {
		font-family: Tahoma;
		font-size: 12px;
		color: #333;
	}
	h2 {
		font-family: Tahoma;
		font-size: 20px;
		color: #000;
	}
	h3 {
		font-family: Tahoma;
		font-size: 14px;
		color: #000;
		font-weight: bold;
	}
	a {
		color: #000;
		text-decoration: underline;
	}
	
	.clear {
		clear: both;
	}
	.floatleft {
		float: left;
	}
	
	#mainwrap {
		margin: 0px auto 0px auto;
		width: 100%;
		background: #FFF;
	}
	
	#header,
	.header_side,
	#header_center,
	#header_top,
	#logobox,
	#navbox,
	ul#nav,
	#header_mid,
	#header_bottom,
	#breadcrumb,
	#footer,
	#copyright
	{
		display: none;
	}
	
	#content {
		width: 100%;
		padding: 1em;
	}
	
	#content p {
		margin: 1em 0;
		line-height: 1.5em;
	}
	
	a#silencer {
		font-size: 13px;
		font-weight: bold;
		padding-left: 20px;
	}
	
	td#hz {
		padding-right: 20px;
		text-align: right;
	}
	
	td#fvpd {
		text-align: center;
	}
	
	td#sgnlink {
		padding-left: 20px;
		padding-top: 40px;
		font-weight: bold;
	}
	
	li#notes {
		font-family: Tahoma;
		font-size: 10px;
		color: #000;
	}
	
	.hidden {
		display:none;
	}
	
	td#fvhz {
		padding-right: 30px;
		text-align: right;
	}
	
	td#sgnhz {
		padding-right: 12px;
		text-align: right;
	}
	
	#fnormalize {
		font-weight: normal;
	}
	
	a#sgn {
		cursor: pointer;
	}
	
	#sil {
		float: right;
		font-size: 14px;
		font-weight: bold;
		padding-right: 140px;
	}
	
	ul#circ_note {
		list-style-type: square;
		padding-left: 14px;
	}
	
	#selection {
		margin-left: 20px;
		line-height: 25px;
	}
	
	#search_selection {
		line-height: 25px;
	}
	
	table#rdil {
		margin-left: 0px;
		line-height: 15px;
	}
	
	table#rsdil {
		margin-left: 20px;
		line-height: 15px;
	}
	
	#search_content {
		float: left;
		width: 45%;
	}
	#search_content_right {
		float: left;
		width: 55%;
	}	
	td#subtype {
		padding-left: 10px;
	}
	td#ejprice {
		padding-right: 10px;
		text-align: right;
	}
	td#ejweight {
		padding-right: 39px;
		text-align: right;
	}
	img#plogo {
		width: auto;
		height: auto;
	}
	h3#search_module {
		margin-left: 5em;
	}
	img#web_image {
		display: none;
	}
	img#p_image {
		display: block;
	}
}