@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}


.popup {
position: relative;
}

.popup span {
display: none;
}

.popup:hover span {
position: absolute;
float: left;
clear: both;
bottom: 7px;
right: 10px;
padding: 10px;
display: block;
border: medium;
border-color: #CCCCCC;
z-index: 2;

}

/* Don't expect to write standards code for IE. ;) */
.popup:hover {
  font-size: 100%;
}

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

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

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

a:hover {
	font-weight: bold;
	color:#F60;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}

a.chosen {
	font-weight: bold;
	text-decoration: underline;
}

a.blue {
	font-weight: bold;
	color: #006279;
	text-decoration: none;
}

a.blue:hover {
	font-weight: bold;
	color:#F60;
	text-decoration: none;
}

#outerWrapper {
	width: 980px;
	margin: 0px;
}

#header {
	height: 127px;
	background: url('../images/header.gif')
	
}

#header_welcome{
	float: left;
	padding-left: 15px;
	
}

#header #topMenu {
	float: right;
	margin-top: 15px;
	padding-right: 24px;
	height: 30px;
	

}

#searchWrapper {
	width: 980px;
	
	
}

#pageBanner {
	height: 101px;
	width: 686px;
	float: right;
	overflow: hidden;
	
/*	position: relative;
*/
}

#product_img {

	position: absolute;
	top: 190px; left: 600px;
	width: 300px;
	/* height: 300px; */
	text-align: center;
	overflow: hidden;
	z-index: 0;

}


#search {
	height: 101px;
	width: 294px;
	float: left;

}
#contentWrapper {
	width: 980px;
	margin: 0px;
	z-index: 1;

}

#menu {
	width: 200px;
	padding-top: 8px;
	float: left;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#menu #address {
	
	padding-left: 20px;
	padding-top: 20px;

}

#content {
	background-image: none;
	width: 760px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	text-align: left;
	overflow: show;
	float: right;
	z-index: 2;
}



#content_footer {
	background-image: none;
	width: 730px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	text-align: left;
	overflow: hidden;
}



#footer {
	height: 90px;
	width: 980px;
	margin: 0px;
	float: left;
}

#searchTable {
	position:absolute;
	left:81px;
	top:159px;
	width:163px;
	height:34px;
	z-index:1;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585858;
}.seriesSize {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.seriesColor {
	color: #FF0000;
	font-weight: bold;
}

.tableTitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.colunmTitles {
	font-weight: bold;
	text-align: center;
	background-position: center;
}
.codeDisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #585858;
}
.siteMap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0382AF;

}
.tpn {
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
}
.blue_bold {
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	color: #006297;
}


