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

body.about_us #topnav #aAbout_Us, body.packaging #topnav #aPackaging, body.assembly #topnav #aAssembly, body.fulfillment #topnav #aFulfillment, body.testimonials #topnav #aTestimonials, body.request #topnav #aRequestQuote {
	color: #006D9F;
	background-color: #FFFFFF;
}
#topnav {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/button_bckgrnd.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 6500;
	height: 27px;
	padding-left: 75px;
}

/* Change a:hover color for each division */

#right_nav_copy, #bottom_nav_only {
	line-height: 14px;
	color: #000000;
	font-weight: bold;
	width: 75px;
	padding: 24px 15px 10px 19px;
}
#right_nav_copy {
	margin-top: 30px;
}
#bottom_nav_only {
	margin-top: 147px;
}

#right_nav_copy a, #home_left_nav a, #bottom_nav_only a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
}
#right_nav_copy a:hover, #home_left_nav a:hover, bottom_nav_only a {
	color: #FFFFFF;
}

#right_nav_copy ul, #bottom_nav_only ul {
	margin-left: 0px;
	padding-left: 10px;
}


/*Change a:hover color for each division */
#home_left_nav {
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
#logo_holder {
	width: 100px;
	padding-left: 90px;
	height: 68px;
	float: left;
}
#extra_nav {
	float: right;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 150px;
	padding-right: 10px;
}

/* drop down menus */
#topnav ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	z-index: 6500;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav li {
	position: relative;
	float: left;
	z-index: 6500;
}
#topnav li.main {
	margin-left:20px;
	margin-right:20px;
}
#topnav li.main a {
	float: left;
	height: 19px;
	padding: 8px 6px 0px;
	text-decoration: none;
	font-size: 12px;
	display: block;
}
#topnav li.main a:link, #topnav li.main a:visited {
	color: #FFFFFF;
}
#topnav li.main a:hover {
	color: #0083C3;
	background-color: #FFFFFF;
}
/*Start of second-tier drop down lists*/
#topnav #nav li ul {
	display: none;
	width: 100px;
	position: absolute;
	top: 2.1em;
	left: 0;
	border-left: #0083C3 solid 1px;
	border-right: #0083C3 solid 1px;
	border-bottom: #0083C3 solid 3px;
	background-color: rgb(255, 255, 255);
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
#topnav #nav li.sub1 a {
	color: rgb(0, 0, 0);
	width: 100px;
	height: 13px;
	padding: 7px 0px 7px 0px;
	font-size: 9px;
	text-decoration: none;
}
/*This sets the lists so they're nested under hovered list items*/
#topnav #nav li:hover ul, #topnav #nav li.over ul { 
	left: -1px;
	display: block;
}
#topnav #nav li.sub1 a:link, #topnav #nav li.sub1 a:visited { color: rgb(0, 0, 0); }
#topnav #nav li.sub1 a:hover {
	color: #006D9F;
}
#extra_nav_ul {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	display: inline;
}
.red-bold-text {
	color: #FC3D32;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.blue-bold-text {
	color: #04AEFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
