/*
Description: Springfield Ltd
Version: 1.0
Author: Joe Terrell (Development), Joe Terrell (Design)
*/

/*****************************************/
/************* GLOBAL STYLES *************/
/*****************************************/

.guide {
	width: 100%;
	text-align: center;
	background-color: #000000;
	height: 104px;
	clear: both;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	background: url('/images/backing.gif') top center repeat-y #fafafa;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

.hr {
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	background-color: #ffffff;
	border-top: 1px solid #f4f4f4;
}

.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

.clear-right:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: right;
	visibility: hidden;
}

.clear-left:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: left;
	visibility: hidden;
}

/*****************************************/
/************ BLOCK ELEMENTS *************/
/*****************************************/

#wrap{
	width: 998px;
	margin: 0 auto;
	padding: 29px 0px 0 0px;
	position: relative;	
}

#header {
	width: 998px;
}

#toolbar {
	width: 998px;
	height: 42px;
	padding: 0px 0px 0 0;
	margin: 25px 0px 29px 0px;
	background: url('/images/toolbar-backing.gif') 0 0 no-repeat #ffffff;
}

#leftnav {
	width: 209px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content {
	width: 544px;
	float: left;
	padding: 0 0 0px 0;
	margin: 0 18px 0 18px;
}

#rightnav {
	width: 209px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	width: 910px;
	float: left;
	padding: 0 0 0 88px;
	margin: 50px 0 0 0;
	border-top: 4px solid #8eafcb;
	background-color: #ebf2f9;
	color: #5c6166 !important;
}

#footer-content {
	width: 831px;
	float: left;
	padding: 30px 0 0px 0px;
	line-height: 28px;
	color: #f3f3f3;
}

/*****************************************/
/*********** SUBPAGE STYLES *************/
/*****************************************/

#content p {
	color: #585b5e;
	line-height: 28px;
	margin: 15px 0 0 10px;
}

#header-logo {
	width: 530px;
	float: left;
}

#header-options {
	width: 400px;
	height: 85px;
	float: right;
	text-align: right;
}

.tel {
	font-size: 50px;
	color: #bb231a;
}

.button {
	margin: 10px 0 0 0;
}

#toolbar p {
	width: 350px;
	float: left;
	padding: 13px 0 0 10px;
	margin: 0 0 0 0;
	font-size: 1.2em;
	color: #ffffff;
}

.nav-header {
	width: 209px;
	height: 44px;
	background: url('/images/nav-backing.gif') 0 0 no-repeat #ffffff;
}

.nav-header p {
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 14px 0 0 10px;
}

.subheader-center {
	width: 543px;
	height: 44px;
	margin: 24px 0 0 0;	
	background: url('/images/subheader-center-backing.gif') 0 0 no-repeat #ffffff;
}

.subheader-center p {
	font-size: 1.2em;
	margin: 0 0 0 0 !important;
	padding: 14px 0 0 10px;
	color: #ffffff !important;
	line-height: 15px !important;
}

.subheader-center h1 {
	font-size: 1.2em;
	margin: 0 0 0 0 !important;
	padding: 14px 0 0 10px;
	color: #ffffff !important;
	line-height: 15px !important;
}

#rightnav img {
	margin: 1px 0 0 0;
}

.landing-button {
	width: 167px;
	height: 37px;
	background: url('/images/red-landing-button.gif');
	float: left;
	margin: 27px 14px 0px 0;
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 1.2em;
}

.filter-panel {
	margin: 20px 0 0 0;
}

.filter-button {
	width: 180px;
	background: url('/images/button-blue.gif');
	float: left;
	margin: 1px 1px 0px 0;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 1em;
}

.filter-button-selected {
	width: 180px;
	background: url('/images/button-blue-depressed.gif');
	float: left;
	margin: 1px 1px 0px 0;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 1em;
}

.breadcrumb {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 0;
	background-color: #ebf2f9;
}

.breadcrumb ul {
	margin: 0 0 0 0; 
	padding: 5px;
}

.breadcrumb ul li {
	display: inline;
	list-style-type: none;	
	color: #666666;
	margin: 0 2px 0 0px;
}

.breadcrumb ul li a {
	color: #013e72 !important;
}

.pagination {
	width: 524px;
	color: #5c646b;
	margin: 27px 0 0 0;
	padding: 13px 10px 13px 10px;
	background-color: #ebf2f9;
}

.pagination-left {
	width: 200px;
	float: left;
}

.pagination-right {
	width: 200px;
	float: right;
	text-align: right;
}

.blue {
	color: #034176 !important;
	font-weight: bold;
}

.hr {
	width: 100%;
	margin: 0 0 0 0;
	border-top: 1px solid #ebf2f9;
}

.white {
	color: #ffffff !important;
}

.blue {
	color: #034176 !important;
}

.pp {
	width: 60px;
	color: #ffffff;
	margin: 0 0px 0 0;
	float: left;
	position: relative;
}

.pp-left {
	width: 6px;
	height: 29px;
	float: left;
}

.pp-center {
	width: 36px;
	height: 23px;
	padding: 6px 0 0;
	float: left;
	text-align: center;
	background-color: #427fb9;
}

.pp-right {
	width: 6px;
	height: 29px;
	float: left;
}

.ppl {
	width: 60px;
	color: #044479;
	margin: 8px 0px 0 0;
	float: left;
	position: relative;
}

.ppl-left {
	width: 6px;
	height: 29px;
	float: left;
}

.ppl-center {
	width: 39px;
	height:23px;
	padding:6px 0 0;
	float: left;
	text-align: center;
	background-color: #e6f2fd;
}

.ppl-right {
	width: 6px;
	height: 29px;
	float: left;
}

.sitemap h2 {
	padding: 0 0 0 0;
	margin: 15px 0 15px 0;	
}

.sitemap ul {
	padding: 0 0 0 0;
	margin: 20px 0 20px 0;
}

.sitemap ul li {
	padding: 0 0 0 0;
	margin: 0 0 15px 40px;
	list-style-type: square;
	color: #666666;
}

.sitemap ul li a {
	color: #034176 !important;
}

.sitemap ul li ul {
	padding: 0 0 0 0;
	margin: 20px 0 20px 0;
}

.sitemap ul li ul li {
	padding: 0 0 0 0;
	margin: 0 0 15px 30px;
	list-style-type: square;
	color: #666666;
}

.sitemap ul li ul li a {
	color: #034176 !important;
}

/*****************************************/
/*********** HOMEPAGE PRODUCTS ***********/
/*****************************************/

.flash-container {
	width: 525px;
	height: 152px;
	padding: 0 0 0 18px;
	margin: 26px 0 0 0;
	background: url('/images/flash-backing-exhibition.jpg') no-repeat;
}

.flash-container h1 {
	padding: 18px 0 5px 0;
	margin: 0 0 0 0;
	width: 100%;
	color: #ffffff;
	font-size: 30px;
}

.flash-container h2 {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	color: #ffffff;
	font-size: 14px;
	width: 280px;
	line-height: 20px;
}

.flash-buttons {
	float: left;
	width: 204px;
	height: 85px;
}

.flash-sub-text {
	float: left;
	width: 300px;
	height: 85px;
}

.flash-button-blue {
	width: 204px;
	font-size: 14px;
	height: 27px;
	padding: 11px 0 0;
	text-align: center;
	background-image: url('/images/flash-button-blue.png');
}

.flash-button-red {
	width: 204px;
	font-size: 14px;
	height: 27px;
	margin: 6px 0 0 0;
	padding: 11px 0 0;
	text-align: center;
	background-image: url('/images/flash-button-red.png');
}


.special-product {
	width: 147px;
	height: 30px;
	float: left;
	padding: 50px 0 0 115px;
	margin: 20px 0 0 0;
	color: blue;
	background: url('/images/special-bags.gif') 0 0 no-repeat #f4f4f4;
}

.special-product a {
	color: #ffffff;
}

.right {
	float: right;
}

.special-product-pens {
	background: url('/images/special-pens.gif') 0 0 no-repeat #f4f4f4;
}

.special-product-folders {
	background: url('/images/special-folders.gif') 0 0 no-repeat #f4f4f4;
}

.special-product-lanyards {
	background: url('/images/special-lanyards.gif') 0 0 no-repeat #f4f4f4;
}

.special-product-usbflash {
	background: url('/images/special-usbflash.gif') 0 0 no-repeat #f4f4f4;
}

.special-product-mugs {
	background: url('/images/special-mugs.gif') 0 0 no-repeat #f4f4f4;
}

#hidden_text {
	display: none;
}

/*****************************************/
/************ DISPLAY PRODUCTS ***********/
/*****************************************/

.product-left {
	position:relative;
	width: 262px;
	max-height: 294px;
	float: left;
	padding: 0 0 0 0;
	margin: 27px 0 7px 0;
	color: #000;
	text-align: center;
	clear: left;
}

.product-right {
	position:relative;
	width: 262px;
	max-height: 294px;
	float: right;
	padding: 0 0 0 0;
	margin: 27px 0 7px 0;
	color: #000;
	text-align: center;
	clear: right;
}

.product-title {
	width: 262px;
	display: block;
	padding: 10px 0 10px 0;
	background-color: #ebf2f9;
	text-align: center;
	color: #034176 !important;
	font-weight: bold;
}

.product-image {
	position: relative;
	display: table-cell; 
	height: 225px; 
	width: 260px; 
	vertical-align: middle;
	/*width: 262px;*/	
	text-align: center;
	border: 1px solid #ebf2f9;	
}

.product-image-product {
	position: relative;
	display: table-cell; 
	height: 225px; 
	width: 252px; 
	vertical-align: middle;
	/*width: 262px;*/	
	text-align: center;
	border: 1px solid #ebf2f9;	
}



.image-overlay {
	position: absolute; 
	top: 50%; 
	left: 171px;
}

.image-overlay-product {
	position: absolute; 
	top: 120px; 
	left: 161px;
}

.red-button {
	width: 127px;
	float: left;
	color: #ffffff;
	padding: 10px 0 10px 0;
	background: url('/images/red-button.gif') 0 0 no-repeat #ff0000;
	text-align: center;
}

.red-button-margin {
	margin: 0 8px 0 0 !important;
}

/*****************************************/
/************** TEXT STYLES **************/
/*****************************************/

h1, h2, h3, h4, h5 {
	font-size: 22px;
	color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

h1 {
	width: 90%;
	color: #034176;
	font-size: 37px;
	margin: 10px 0 3px 0;
	font-weight: normal;
}

h2 {
	color: #666666;
	font-size: 20px;
	margin: 0px 0 0px 0;
	padding: 0 0 0 8px;
	font-weight: normal;
}

#footer h3 {
	font-size: 1.2em;
	color: #ffffff;
	width: 139px;
	padding: 0 0 0 10px;
	font-weight: normal;
	background: url('/images/footer-subheader.gif') 0 0 no-repeat;
	
}

.noborder {
	border: 0px !important;
	margin-left: 8px;
}

.pagination {
	text-align: right;
}

.page-selected {
}

/*****************************************/
/************ PRODUCT STYLES *************/
/*****************************************/

.product-pair {
	clear: both;
	float: left;
	width: 542px;
}

.product-panel-left {
	width: 252px;
	float: left;
	padding: 0;
	margin: 27px 0 0 0;
	color: #666666;
	position: relative;
}

.product-panel-right {
	width: 252px;
	float: right;
	padding: 0 0 0 0;
	margin: 27px 0 0 20px;
	color: #666666;
	padding: 0 0 0px 0;
}

.qqform {
	width: 255px;
	float: left;
}

.promo-text {
	background-color: #c63612;
	color: #ffffff;
	text-align: center;
	padding: 91px 0;
	font-size: 14px;
	font-style: italic;
	background: url('/images/promo-text.gif') no-repeat #c63612;
}

.product-border {
	border: 1px solid #ebf2f9;
	padding: 0px 0 0px 0;
}

.enlarge {
	display: block;
	width: 100%;
	height: 25px;
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	background: url('/images/button-blue-repeat.gif') repeat-x;
}

.prod-submit {
	display: block;
	width: 100%;
	height: 26px;
	font-size: 13px;
	margin: 10px 0 0 0;
	padding: 9px 0 0 0;
	font-weight: bold;
	text-align: center;
	background: url('/images/red-submit-backing.gif') repeat-x;
}

.mini-header {
	width: 238px;
	height: 27px;
	padding: 9px 0 0 15px;
	margin: 0 0 0px 0;
	background: url('/images/miniheader-backing.gif') repeat-x;
	font-size: 15px;
	color: #ffffff;
}

.prodspec-left {
	width: 111px;
	color: #044479;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 0 9px 5px;
	margin: 1px 0 0 1px;
	float: left;
	background-color: #cbe5fd;
}

.prodspec-right {
	width: 128px;
	color: #676767;
	padding: 9px 1px 9px 5px;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 0 0 0;
	float: right;
	background-color: #ececec;
}

.indicator-holder {
	float: left;
	padding: 0 0 0 10px;
	clear: both;
	width: 230px;
}

.pp-holder { 
	float: left;
	clear: both;
	width: 230px;
	margin: 20px 0 0 0;
}

.ppl-holder { 
	float: left;
	clear: both;
	width: 230px;
	margin: 5px 0 0 0;
}

.indicator-dark {
	width: 46px;
	padding: 7px 0 7px 0;
	margin: 5px 12px 5px 0;
	float: left;
	background: url('/images/indicator-dark.gif') no-repeat;
	color: #ffffff;
	text-align: center;
}

.indicator-light {
	width: 46px;
	padding: 7px 0 7px	 0;
	margin: 5px 12px 5px 0;
	float: left;
	background: url('/images/indicator-light.gif') no-repeat;
	color: #014074;
	text-align: center;

}

.quoteinput-left {
	width: 101px;
	padding: 6px 0px 6px 7px;
	font-size: 11px;
	margin: 5px 0 4px 10px;
	float: left;
	color: #9b9b9b;
	background: url('/images/prod-input.gif') no-repeat;
}

.quoteinput-left input {
	width: 95px;
	border: 0;
	color:#A3A3A3;
	background-color: transparent;
}

.quoteinput-right {
	width: 101px;
	padding: 6px 0px 6px 7px;
	font-size: 11px;
	margin: 5px 0 4px 7px;
	float: left;
	color: #9b9b9b;
	background: url('/images/prod-input.gif') no-repeat;
}

.quoteinput-right input {
	width: 98px;
	border: 0;
	color:#A3A3A3;
	background-color: transparent;
}

.quoteinput-right select, .quoteinput-left select {
	width: 98px;
	position: relative;
	top: -3px;
	left: -2px;
	border: 0;
	color:#A3A3A3;
	background-color: transparent;
}

.standardaddress {
	color: #585B5E; 
	margin-left: 10px; 
	line-height: 28px;
}	
	
/*****************************************/
/************** NAV STYLES ***************/
/*****************************************/

/* Level One */

#leftnav ul {
	width: 209px;
	margin: 0;
	padding: 0;
}

#leftnav ul li {
	margin: 0 0 1px 0;
	padding: 0px 0 0 px;
	list-style-type: none;
	background-color: #cde7fe;
}

#leftnav ul li a {
	width: 199px;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 1px 0 0 0;
	line-height: 3em;
	color: #034176;
}

#leftnav a {
	display: block !important;
	width: 100%;
}

#leftnav a:hover {
	text-decoration: none !important;
}

/* Level two */

.active ul {
	display: block !important;
}

#leftnav ul li ul {
	display: none;
	width: 209px;
	margin: 0;
	padding: 0;
}

#leftnav ul li ul li {
	margin: 0 0 1px 0;
	padding: 0px 0 0 px;
	list-style-type: none;
	background-color: #e6f2fd;	
}

#leftnav ul li ul li a {
	width: 192px;
	display: block;
	padding: 0px 0px 0px 17px;
	margin: 1px 0 0 0;
	line-height: 3em;
	color: #034176;	
}

.nav-1 {
	background: url('/images/nav-1-backing.gif') no-repeat !important;
}

.nav-2 {
	background: url('/images/nav-2-backing.gif') no-repeat !important;
}

.nav-3 {
	background: url('/images/nav-3-backing.gif') no-repeat !important;
}

.nav-4 {
	background: url('/images/nav-4-backing.gif') no-repeat !important;
}

.nav-5 {
	background: url('/images/nav-5-backing.gif') no-repeat !important;
}

.nav-6 {
	background: url('/images/nav-6-backing.gif') no-repeat !important;
}

.nav-7 {
	background: url('/images/nav-7-backing.gif') no-repeat !important;
}

.nav-8 {
	background: url('/images/nav-8-backing.gif') no-repeat !important;
}

.nav-9 {
	background: url('/images/nav-9-backing.gif') no-repeat !important;
}

.nav-10 {
	background: url('/images/nav-10-backing.gif') no-repeat !important;
}

.nav-11 {
	background: url('/images/nav-11-backing.gif') no-repeat !important;
}

.nav-12 {
	background: url('/images/nav-12-backing.gif') no-repeat !important;
}

.nav-13 {
	background: url('/images/nav-13-backing.gif') no-repeat !important;
}

.nav-14 {
	background: url('/images/nav-14-backing.gif') no-repeat !important;
}

.nav-15 {
	background: url('/images/nav-15-backing.gif') no-repeat !important;
}

.nav-16 {
	background: url('/images/nav-16-backing.gif') no-repeat !important;
}

.nav-17 {
	background: url('/images/nav-17-backing.gif') no-repeat !important;
}

.selected {
	background: url('/images/subnav-selected.gif') repeat-x;
}

.selected a {
	color: #ffffff !important;
}

/*****************************************/
/************ FOOTER STYLES **************/
/*****************************************/

.footer-column {
	width: 155px;
	float: left;
	color: #5c6166;
	padding: 0 0 40px 0;
}

.footer-column-left {
	margin: 0 70px 0 0px;
}

.footer-column-centerleft {
	margin: 0 70px 0 0;
}

.footer-column-centerright {
	margin: 0 70px 0 0;
}

.footer-column p {
	margin: 0 0 0 10px;
}

#footer a {
	color: #034176 !important;
}

#footer a:hover {
	color: #333333 !important;
}

/*****************************************/
/************* FORM ELEMENTS *************/
/*****************************************/

form {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #333333;
}

.fieldset-left {
	width: 306px;
	float: left;
	margin: 8px 0 0 0 0;
}

.fieldset-right {
	width: 300px;
	float: right;
	margin: 8px 0 0 0 0;
}

.fieldset-left-inline {
	width: 280px;
	float: left;
	margin: 8px 0 0 0 0;
}

.fieldset-right-inline {
	width: 260px;
	float: left;
	margin: 8px 0 0 0 0;
}

fieldset {
	width: 306px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: 0;
}

fieldset label {
	font-size: 12px;
	display: block;
	float: left;
	text-align: right;
	width: 140px;
	margin: 0 5px 5px 0;
}

fieldset input {
	margin: 0 0 10px 0;
	height: 24px;
	border: 1px solid #cbe4fd;
	font-size: 11px;
}

fieldset textarea {
	margin: 0 0 10px 0;
	border: 1px solid #cbe4fd;
	font-size: 11px;
}

fieldset select {
	margin: 0 0 10px 0;
	border: 1px solid #cbe4fd;
	height: 28px;
	width: 122px;
	font-size: 11px;
}

#toolbar-form {
	width: 390px;
	float: right;
	padding: 0 0 0 5px;
	margin: 4px 8px 0 0px;
}

form .toolbar-input {
	width: 245px !important;
	height: 22px !important;
	padding: 4px 0 0 3px;
	margin: 2px 4px 0 0 !important;
	color: #a3a3a3;
	float: left;
	font-size: 1.1em;
}

form .toolbar-submit {
	width: 125px;
	height: 28px;
	padding: 0px 0 0 0;
	margin: 2px 0px 0 0 !important;
	float: right;
}

.popform {
	background-color: #f4f4f4;
	color: #034176;
	display: none;
	color: #cccccc;
	line-height: 21px;
}

.required {
	color: #ff0000;
}

.clear-top {
	margin-top: 0px;
}

#content ul.static {
	padding: 0 0 0 0;
	margin: 20px 0 0 45px;
	color: #034176;
}

#content ul.static li {
	padding: 0 0 13px 0;
	margin: 0 0 0 0;
	list-style-type: square;
	color: #585B5E;	
}

#content ul.static li a {
	color: #034176;
}

.cta-content {
	margin-top: inherit;
	text-align: center;
	*clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0);	
}

.form-action {
	width: 100%;
	clear: both;
	margin: 5px 0 5px 0;
	padding-top: 12px;
	border-top: 1px solid #ebf2f9;
	height: 1px;
	text-align: right;
}

.form-action input {
	width: 154px;
	text-align: center;
	padding: 4px;
	background-color: #013E72;
	border: 1px solid #013E72;
	color: #ffffff;
	cursor: pointer;
}

.contact-submit {
	width: 100%;
	text-align: right;
}

.contact-submit input {
	background-color:#013E72;
	border:1px solid #013E72;
	color:#FFFFFF;
	cursor:pointer;
	padding:4px;
	text-align:center;
	width:154px;
}