@charset "utf-8";
/* CSS Document */

/* container is fullsize, content including shadow is 887px */

body { 
	background: #FFF url('../images/body-bg.png') repeat-x;
	color: #444;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
} 

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	font-style:italic;
	margin-bottom: 0em;/*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 0.4em 0em 1.2em 0em;
	font-style:italic;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}


#container { background: url('../images/container-bg.png') center 75px no-repeat; }

/* header */
#header {  margin: 0 auto; width: 887px; }
#logo { border: none; } 
#logo-print { display: none; } /* hide the print logo for print stylesheet */

/* navigation */
#nav-primary { 
	background: url('../images/nav-primary-bg.png') 0 2px no-repeat; 
	height: 38px;
	float: right; 
	margin: 25px 21px 15px 22px; 
	width: 844px;
}
#nav-primary ul { list-style:none; 	margin: 0 auto; padding: 0 5px; }
#nav-primary li { float: left; }
#nav-primary li a { display:block; text-indent:-9009px; padding: 0 25px;}
#nav-primary li a.home { background: url('../images/nav-primary-home.png') 0 0 no-repeat; height: 29px; width: 88px; }
#nav-primary li a.about { background: url('../images/nav-primary-about.png') 0 0 no-repeat; height: 29px; width: 88px; }
#nav-primary li a.services { background: url('../images/nav-primary-services.png') 0 0 no-repeat; height: 29px; width: 88px;  }
#nav-primary li a.solutions { background: url('../images/nav-primary-solutions.png') 0 0 no-repeat; height: 29px; width: 88px; }
#nav-primary li a.industries { background: url('../images/nav-primary-industries.png') 0 0 no-repeat; height: 29px; width: 88px; }
#nav-primary li a.blog { background: url('../images/nav-primary-blog.png') 0 0 no-repeat; height: 29px; width: 88px; }
#nav-primary li a.contact { background: url('../images/nav-primary-contact.png') 0 0 no-repeat; height: 29px; width: 88px; }
#nav-primary li a:hover { background-position: 0 -29px; }

#nav-secondary { float: right; padding: 20px 10px 0 0;  }
#nav-secondary ul { list-style:none; float: left; }
#nav-secondary li a { display:block; text-indent:-9009px; height: 30px; }
#nav-secondary li a.support { background: url('../images/nav-secondary-support.png') 0 0 no-repeat;  width: 130px; }
#nav-secondary li a:hover { background-position: 0 -30px; }

#nav-footer { margin: 8px 0 0 0; float: right; }
#nav-footer ul { list-style:none; }
#nav-footer li { 
	border-right: 1px solid #A4A7AA;	
	display: inline;
	font-size: 80%;
	padding: 1px 12px 1px 12px; 
	text-transform: uppercase;
	}
#nav-footer li.last { border-right: none; }
#nav-footer a { color: #404973;  text-decoration: none; }
#nav-footer a:hover { color: #2b6187; text-decoration: underline; }

/* content-wrap, sets the background outside of the content */
#content-wrap {
	background: url('../images/content-wrap-bg.png') center repeat-y; 
	margin: 0 auto;
	width: 905px;	
}
/* content-header, subpages */
#content-header { display: none; }
/* content-header, homepage, full width and contains bgimage */
#home #content-header { 
	display: block;
	background: url('../images/banner-homepage.jpg') center center no-repeat;
	height: 239px;
	margin: 0 auto 15px;
	width: 832px;
}


/* main, wraps primary content */
#main {  
	display:inline; /* ie5/6 double-margin bugfix */
	float: left;
	padding: 0 10px 0 0; /* padding for content */
	margin: 0px 0 0 10px; /* so top border doesn't touch exterior */
	width: 623px
}
/* banner image changes for specific sections or pages */
#banner { background: url('../images/banner-about.jpg') 0 0 no-repeat; height: 239px; width: 624px; margin: 0 0 15px 10px; }
#about #banner { background: url('../images/banner-about.jpg') 0 0 no-repeat;  }
#blog #banner { background: url('../images/banner-about.jpg') 0 0 no-repeat;  }
#contact #banner { background: url('../images/banner-contact.jpg') 0 0 no-repeat;  }
#edi #banner { background: url('../images/banner-edi.jpg') 0 0 no-repeat;  }
#gp #banner { background: url('../images/banner-gp.jpg') 0 0 no-repeat;  }
#industries #banner { background: url('../images/banner-industries.jpg') 0 0 no-repeat;  }
#rfx #banner { background: url('../images/banner-rfx.jpg') 0 0 no-repeat;  }
#services #banner { background: url('../images/banner-services.jpg') 0 0 no-repeat;  }
#solutions #banner { background: url('../images/banner_solutions2.jpg') 0 0 no-repeat;  }
#warehouse #banner { background: url('../images/banner-warehouse.jpg') 0 0 no-repeat;  }





/* content, the real content */
#content { padding: 0px 20px 40px 20px; } /* indents the content after the banner */

#content h1 { color: #00275D; } 
#content h2 { color: #00275D; } 
#content h3 { color: #00275D;} 
#content h4 { } 
#content h5 { color: #00275D; } 
#content h6 { font-weight: bold; } 
#content p { padding: 5px 0 15px 0; }
#content blockquote { 
	background: #F8F7F7;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px 20px 5px 20px;
	margin: 10px 45px 15px 45px;
}
#content ul { list-style: disc;  margin: 0 0 5px 45px;  }
#content ol { list-style:decimal; margin: 0 0 05px 45px; }
#content li { padding: 0 0 0px 0;  }
#content li p { display: block; padding: 0 0 15px 0;}
#content a { color: #09336D; }

/* content, customized */
#content .signup { font-size: 120%; font-weight: bold; text-align:center; }
#content .date { color: #2b6187; margin: 3px 0 0 0; }
#content .postmetadata { 
	background: #F8F7F7;
	border: 1px solid #dddddd; 
	color: #666; 
	font-size: 0.9em;
	padding: 0 20px; 
	margin: 0 0 10px 0; 
}
#content .postmetadata p { padding: 0; }
#content .postmetadata a { color: #09336D; }
#content .more { padding: 0 0 10px 0; }
#content .more a  { 
	color: #09336D; 
	display: inline;
	font-weight: bold; 
	text-decoration: underline; 
}
#content .more a:hover { text-decoration: none; }
#content .post h3 { margin-bottom: 0; }
#content .postdata { 
	background: #F8F7F7; 
	border-top: 1px solid #dddddd; 
	color: #666; 
	font-size: 0.9em;
	margin: 2px 0 10px 0; 
	padding: 5px 2px 5px 15px;
}
#content .postdata a { text-decoration: none; }
#content .postdata a:hover { text-decoration: underline; }
#content .feature { 
	background: #fac8c8;
	border-top: 1px solid #cd1d1d; 
	border-bottom: 1px solid #cd1d1d; 
	color: #444;
	font-size: 95%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px 0 30px 0; 
	padding: 30px 20px 30px 20px;
}
#content .sitTight { margin-bottom: 5px; }
#content .quote-wrap { background: #FFF url('../images/quote-bg-bottom.png') right bottom no-repeat; }
#content .quote { background: url('../images/quote-bg-top.png') left top no-repeat; margin: 0 0 30px 0;  }
#content .quote p { color: #3e5866; padding: 30px 80px 15px 80px; }
#content .quote .author { float: right; text-align: right; color: #3e5866; padding: 0px 80px 5px 80px; }
#content .quote .moreinfo { float: right; text-align: right; color: #3e5866; font-size: 90%; padding: 0px 42px 25px 40px; }
/* smaller quote for the homepage */
#home #content .quote-wrap { background: #FFF url('../images/quote-home-bg-bottom.png') center bottom no-repeat; }
#home #content .quote { background: url('../images/quote-home-bg-top.png') center top no-repeat; }


/* blog category page */
#content #post-list h1 { 
	padding: 0 0 2px 0;
}
#content #post-list h3 { 
	font-size: 145%;
	padding: 10px 0 2px 0;
	line-height: 160%;
}
#content #post-list h3 a { color: #09336D; text-decoration: none; }
#content #post-list h3 a:hover { text-decoration: underline; }
#content #post-list .date { color: #2b6187; }

/* post wrapper */
#content .post { padding: 0 0 15px 0; } 


/* forms */
#content form p { margin: 0; }
#content form div { padding: 0 0 10px 0; }
#content form,input,select,textarea {display: inline;}
#content label
{
	display: block;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 125px;
	padding-top: 1px;
}
#content input, #content select, #content textarea {	
	background: #FFF; 
	border: 1px solid #999; 
	color: #333;
	padding: 5px;
	width: 225px; 
} 
#content textarea { height: 150px; width: 350px; }
#content form .submit { 
	background: #CD1D1D; 
	border: 1px solid #999; 
	color: #FFF;
	cursor:pointer;
	font-size: 1.3em;	
	padding: 5px;
	margin: 0 0 0 140px; 
	width: 125px; 
}
#content form .submit:hover { background: #E58686; }
#content form .required { color:#900 ; font-weight: bold; font-size: 140%; padding: 0 0 0 5px; }
#content form .state { width: 88px; }
#content form .zipcode { width: 88px; }
#content form label.col2 {display: inline; float: none; width: 50px; margin: 0 15px 0 20px; }


/* feature table of links on homepage */
#featureTable ul { margin: 0 ; padding: 0; }
#featureTable li { 
	list-style:none; 
	float: left; 
	display: block;
	width: 190px; 
	padding: 0;
	border-right: 1px solid #F2F2F2; 
}
#featureTable li.last { border-right: none; }
#featureTable li li { 
	background: url('../images/li-play.png') 13px 8px no-repeat;
	font-size: 0.9em;
	list-style:none; 
	padding: 2px 0 2px 35px;
	border: none;
	width: 155px;
}
#featureTable a { color: #3e5866; }
#featureTable .title { 
	background: #3e51a2; 
	color: #fff; 
	display: block; 
	font-size: 1.7em; 
	text-decoration: none; 
	text-align: center;
	padding: 5px 0;
	margin: 0 1px 7px 0;
	width: 190px; 
}




/* sidebar */
#sidebar {
	display: inline;
	float: left;
	margin-left: 35px;
	width: 191px; 
}
#sidebar .sidebar-item-wrap {
	background: url('../images/sidebar-item-bg-top.png') top center no-repeat;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
}
#sidebar .sidebar-item {
	background: #F8F7F7 url('../images/sidebar-item-bg-bottom.png') bottom center no-repeat;
	padding: 15px;
}
#sidebar h4 { 
	color: #00275D;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0em 0em 0.2em 0em;
} 
/* newsletter signup form */
#newsletterForm img { float: left; margin: 0 10px 0 0; }
#newsletterForm p { position:relative; font-size: 0.9em; color: #666; line-height: 1.2em;	margin: 0.0em 0em 1.2em 0em;}
#newsletterForm label { position:absolute; top:10px; left:9px; color: #999;  }
#newsletterForm input { 
	background: #FFF; 
	border: 1px solid #999; 
	color: #999;
	padding: 5px;
	width: 150px;
	margin: 3px 0;
}
#newsletterForm .button { 
	background: url('../images/button-signup.gif') 0 0 no-repeat; 
	border: none;
	height: 29px;
	float: left; 
	margin: 15px 0 0;
	padding: 0;
	display:block;
	overflow: hidden;
	text-indent:-9999px;
	width: 80px;
}
#newsletterForm .button:hover {background-position: 0 -29px; }
/* news & events slider */
#newsSlider { list-style:none; margin: 0; }
#newsSlider li { margin: 0px 0 15px 0;  clear: both; }
#newsSlider li p { color: #999; margin: 0; padding: 0;}
#newsSlider li a { color: #3e5866; margin: 0; padding: 0; }

#newsSlider .title {
	display: inline;
	color: #999; 
	font-size: 0.75em;
	float: left;
	width: 102px;
	margin: 0 0 15px 7px;
}
#newsSlider .calendar { float: left; display: inline; width: 50px; margin: 0 0 15px 0;}
#newsSlider .month { 
	background: #cd1d1d; 
	color: #fff; 
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0;
	width: 45px; 
} 
#newsSlider .day { 
	background: #fff; 
	color: #3e5866; 
	display: block;
	font-size: 2.3em;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	width: 45px; 
} 
/* sidebar navigation */
#sidebar-nav {
	background: url('../images/sidebar-nav-bg.png') top center no-repeat;
	margin: 0 0 15px 0;
}
#sidebar-nav h4 { padding: 5px 0 0 15px; color: #fff;}
#sidebar-nav li { border: 1px solid #A3A3A3; border-top: none;  margin:0;}
#sidebar-nav a { 
	color: #3e5866;
    display: block;
	padding: 5px 0 5px 14px;
	font-size: 1.1em; 
	text-decoration: none; 
	width: 175px;
}
#sidebar-nav a:hover { background: #4051a3; color: #fff;  } /* 191px -14px padding -2px borders */
#sidebar-nav a.current { font-weight: bold; }



/* footer */
#footer-wrap { 
	background: url('../images/footer-bg.png') repeat-x; 	
	height: 148px;
}
#footer { 
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 860px; /* 836 + 12px padding on both sides */
}
#footer #copyright { 
	color: #404973;
	font-size: 80%; 
	margin: 15px 0 0 12px;
	float:right;
}

/* misc */
.right { float: right; }
.left { float: left; }
.clear { clear: both; line-height: 0; height: 0;}
.hidden { display: none; }
div.hr-solid { background: url('../images/hr-solid.png') repeat-x; height: 1px; padding-bottom: 15px;  }
div.hr-dash { background: url('../images/hr-dash.png') repeat-x; height: 3px; padding-bottom: 0px; }
strong { font-weight: bold; }
