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

a {
	text-decoration: none;
	color: #EF6E26;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style: none;
}
img, a {
	border:0 none;
	outline-style:none;
	outline-width:0;
}
body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 16px;
}
.hidetext {
	display: none;
}
.bold {
	font-weight: bold;
}
/*------ HEADER ------*/
#header {
	font-size: 10px;
	letter-spacing: .2px;
}
.spanish, #login_help {
	font-size: 11px;
}

/*------ MAIN NAV ------*/
#nav_main {
	font-weight: bold;
}
#nav_main a {
	color: #fff;
}
#nav_main a:hover {
	color: #FBED1F;
	text-decoration: none;
}
#nav_main a.active {
	color: #FBED1F;
}
#nav_main li a.active {
	color: #FBED1F;
}
/*------ END MAIN NAV ------*/

/*------ QUICKLINKS/FOOTER------*/
#quick_links li, #subpage_content li {
	list-style: outside;
	list-style: url(/design_2010/images/bullet_arrow.gif);
	margin-left: 14px;
}#quick_links {
	line-height: 17px;
}
#quick_links h3 {
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #888;
}
dd.phone {
	font-weight: bold;
}
#locations_link dl {
	margin-bottom: 17px;
}
#footer {
	font-size: 10px;
	line-height: 18px;
}

/*------ CONTENT ------*/
	/*------ HOMEPAGE------*/
#col_left dt, #col_middle dt, #col_right h2, #locations_link dt {
	color: #EF6E26;
	font-weight: bold;
}
#col_right h2 {
	font-size: 12px;
}
#col_left dd, #col_middle dd, #subpage_content dd  {
	display: list-item;
	list-style: outside;
	list-style: url(/design_2010/images/bullet_arrow.gif);
	margin-left: 14px;
	padding-left: -5px;
}
	/*------ END HOMEPAGE------*/
	
#subpage_content dt, #sidebar_content dt {
	font-weight: bold;
}
#nav_sub h4 {
	font-style: italic;
	color: #808080;
}
#nav_sub li a:hover, #nav_sub li.active a {
	display: list-item;
	list-style: outside;
	list-style: url(/design_2010/images/bullet_arrow_lg.gif);
	text-decoration: none;
	color: #333;
}
.surplus_product th {
	text-align: left;
}
.surplus_product {
	font-size: 95%;
}
#subpage_content .surplus_product table tr td ul li {
	list-style: disc;
	list-style: outside;
}
#subpage_content .contact_info ul li {
	list-style: disc;
	list-style: inside;
}
#subpage_content .contact_info dd {
	list-style: none;
}
#subpage_content #datasheet li, #subpage_content #directions li {
	list-style-image: url(/design_2010/images/bullet_arrow_datasheet.gif);
	font-weight: bold;
}
#subpage_content  .contact_info p {
	margin-bottom: 0px;
}
