/* CSS Document */
* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	margin:0 0;
	padding:0 0;
	background-color:#1E2153;
	background-image:url(../images/bg.png);
	background-position:top;
    	background-repeat:repeat;
	padding-bottom:10px;
	padding-top:10px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:190%;
	font-weight:bold;
	color:#DE1621;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#D86D34;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#666;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:105%;
	font-weight:bold;
	color:#333333;
}

h4 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:normal;
	color:#444;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#FF7300;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:750px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url(../images/page-bg.png);
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
}

#header {
	height:100px;
	margin:0 20px;
	padding:0;
	background-image:url(../images/header-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	background-color:#FFFFFF;
	border-top:20px solid #FFFFFF;
	
}

#body {
	margin:0 20px;
	background-repeat:no-repeat;
}

#content {
	width:438px; /* 2px less due to IE bug with overflowing <em>s */
	padding:15px 20px 15px 20px;
	float:right;
	background-image:url(../images/content-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	min-height:264px;
	/*_height:264px;*/ /* took out to validate css --- 2/18/08 AT --- */
}



#footer {
	padding:0 10px;
	height:121px;
	background-image:url(../images/footer-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}

#header-print, #promo-print, #products-print, #mfg-print, #solutions-print,
#locations-print, #footer-print {
	display:none;
}

/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:30px;
	top:18px;
}

#logo a {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:132px;
	display:block;
	padding-top:71px;
	height:0px !important; /* for most browsers */
	height /**/:71px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
	width:210px;
	padding:35px 10px 10px 12px;
	float:left;
}
/*#sidebar {
	width:210px;
	padding:35px 10px 10px 12px;
	float:left;
}*/

#sidebar h2 {
	width:208px;
	color:#D86D34;
	margin:5px 0;
	border-bottom:1px solid #e5e5e5;
	font-size:120%;
	margin-top:10px;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#BFBFBF;
	font-size:80%;
	margin:0;
	padding-right:5px;
	padding-bottom:3px;
	text-align:center;
}

#footer p.links {
	text-align:center;
	padding-top:70px;
	font-size:80%;
	color:#999999;
}

#footer p.links a{
	color:#999999;
	margin:0;
	padding-top:9px;
}

/* Navigation
============================================================ 
--------------------------------------------------------- */
/* Begin CSS Drop Down Menu */

#menuh-container
{
	/*position: absolute;		
	top: 1em;
	left: 1em;*/
}

#menuh
{
	font-size:11px;
	font-weight: bold;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	width:710px;
	margin-left:20px;
	padding-left:1px;
}
		
#menuh a
{
	text-align: center;
	display:block;
	border: 1px solid #999999;
	white-space:nowrap;
	margin:0;
	padding-top:1em;
	height: 25px;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
	color: #FFFFFF;
	background-color: #333333;
	text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */
{
	color: #FFFFFF;
	background-color:#666666;
	text-decoration:none;
}	
	
#menuh ul
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:101px;	/* width of all menu boxes */
	text-transform:uppercase;
}

#menuh li
{
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

/*#menuh a:hover, #menu ul ul a:hover
{
	color:#FFFFFF;
	background:#666666;
}

#menuh :hover > a, #menu ul ul :hover > a 
{
	color:#FFFFFF;
	background:#666666;
}*/

#menuh ul ul
{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin-bottom:0;
	margin-top:-1em;
	margin-left:-1em;
	margin-right:0;
	/*width:18.8em;*/
	text-transform:none;	
}
	
#menuh ul ul li a
{
	height:10px;
	text-align:left;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	border:1px solid #999999;
}

#menuh ul ul li 
{
	margin:0;
	background-color:#666666;
}

div#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
	display:none;
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	display:block;
}


#products ul
{
	width:18.8em;
}

#solutions ul
{
	width:17.5em;
}

#careers ul
{
	width:16.8em;
}

/* End CSS Drop Down Menu */


/*****************************************************************************************************/


/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	margin-top:-35px;
	margin-left:-12px;
	margin-right:-10px;
	margin-bottom:0px;
	padding:0;
	padding-top:55px;
	list-style:none;
	background-image:url(../images/sub-nav-top.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#F3F8ED;
}

#sub-nav li {
	padding:0;
	margin:0px;
	border-bottom:1px solid #FFF;
	width:230px;
}

#sub-nav li a {
	display:block;
	padding:4px 0px;
	margin:0px;
	color:#7B7C7A;
	width:201px;
	background-image:url(../images/sub-nav-li.png);
	background-position:left 0.6em;
	background-repeat:no-repeat;
	padding-left:17px;
	margin-left:12px;
}

#sub-nav li a:hover {
	
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

#sub-nav-bottom {	
	background-image:url(../images/sub-nav-bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	width:230px;
	height:75px;
	margin-left:-11px;
	margin-right:-11px;
}
	

/* Crumbs */

#crumbs {
	font-size:80%;
	color:#A9AAA8;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
}

#crumbs li {
	display:inline;
}

#crumbs li a{
	display:inline;
	color:#A9AAA8;
}

/*div.picture-left img,
div.picture-center img {
	border-color:#005597;
}*/

/* Contact list icons */

ul.contact-numbers {
    list-style:none;
    margin-left:0;
    padding-left:10px;
}

ul.contact-numbers li {
    font-size:11px;
    padding-left:25px;
    background-position:top left;
    background-repeat:no-repeat;
    line-height:16px;
}

ul.contact-numbers li.phone { background-image:url(../images/icons/telephone.png); }
ul.contact-numbers li.fax { background-image:url(../images/icons/printer.png); }
ul.contact-numbers li.email { background-image:url(../images/icons/email.png); }

/* Basic listing table */

table.listing {
    border:1px solid #ddd;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#eee;
    border-bottom:1px solid #ddd;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #ddd;
}


/* Manufacturers listing table */

table.manList {
    border:1px solid #fff;
    width:100%;
}

table.manList th {
    font-family:Helvetica;
    font-size: 210%;
    color:#6B9D35;
    font-weight:bold;
    text-align:left;
    padding:0.05em 0.5em;
    background-color:#EEF6E4;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    width:33.3%
}

table.manList td {
    padding:0.3em 0.75em;
    background-color:#FBF8EC;
    border-bottom:1px solid #fff;
    text-align:left;
    border-right:1px solid #fff;
    width:33.3%;
}


table.loc {
    border:1px solid #fff;
    width:100%;
}

table.loc th {
    font-family:Helvetica;
    font-size: 120%;
    color:#6B9D35;
    font-weight:bold;
    text-align:left;
    padding:0.05em 0.5em;
    background-color:#EEF6E4;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    width:33.3%
}

table.loc td {
    padding:0.3em 0.75em;
    background-color:#FBF8EC;
    border-bottom:1px solid #fff;
    text-align:left;
    border-right:1px solid #fff;
    width:33.3%;
}

div.picture-right img, div.picture-left img, div.picture-center img 
{
	border-color:#D6D7ED;
}

.pic-nodisplay
{
	display:none;
}

/* vertical menu style for Careers page*/
/* added 4/11/08 */

.arrowlistmenu
{
	width: 250px; /*width of menu*/
}

.arrowlistmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	color: #808080;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 20px; /*link text is indented 120px*/
	text-decoration: underline;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	font-size: 90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited
{
	color: #808080;
}

.arrowlistmenu ul li a:hover
{ /*hover state CSS*/
	color: #808080;
	background-color:#F3F3F3;
	text-decoration: none;
}

.comments
{
	list-style:none;
}

.red-link a {
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
}
.red-link a:hover {
	text-decoration:none;
	color:#CC0000;
}

.help-examples
{
	margin-left:15px;
	margin-right:15px;
	font-size:11px;	
}
