/* #2662ab = main blue */
/* #6a96d6 = lighter blue */
/* #e59a05 = orange */
/* #f0ebc5 = light beige */

body {
	position: relative;
	background: #fff url(images/top_bg.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.75em; /* 12px or 0.875em for 14px */
	line-height: 1.4em;
	color: #333;
	text-align: justify;
	}
a:link,
a:visited,
a:active {
	color: #2662ab;
	text-decoration: underline;
	outline: none;
	border: none;
	}
a:hover {
	color: #e59a05;
	text-decoration: underline;
	outline: none;
	border: none;
	}
a:focus {
	outline: none;
	border: none;
	}
img {
	text-decoration: none;
	border: none;
	outline: none;
	}
h1, h2, h3, h4, h6 {
	font-family: 'trebuchet ms', verdana, sans-serif;
	margin: 0;
	}
h1	{
	font-size: 1.7em;
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
	color: #e59a05;
	}
h1 span {
	font-weight: bold;
	font-style: italic;
	}
/*-------header used for Product Page Main Headers----------*/
h2 {
	font-size: 2em;
	font-weight: 500;
	padding: 0;
	margin: 10px 0;
	letter-spacing: 0.2em;
	text-align: left;
	line-height: 1.5em;	
	color: #2662ab;
	border-bottom: 2px solid #6a96d6;
	}
/*-------header used for Product Types----------*/
h3 {				
	font-size: 1.7em;
	font-weight: 500;
	color: #e59a05;
	border-bottom: 1px solid #6a96d6;
	letter-spacing: 0.1em;
	line-height: 1.1em;	
	padding: 4px;
	margin: 5px 0;
	clear: both;
	}
/*-------Bolder Text in Descriptions----------*/
/*--Shelf Folders --*/
h4 {
	font-weight: bold;
	font-size: 1.2em;
	color: #e59a05;	
	}
h4.pockets {
	font-weight: normal;
	font-size: 1.3em;
	color: #666;	
	font-style: italic;
	}
/*-------Small sub-header used under Product images----------*/
h5 {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	color: #666;	
	padding: 0;
	margin: 0;
	}	
/*-------Product name under image----------*/
h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #e59a05;
	letter-spacing: 0.1em;
	}
/*-------Used to head smaller tables (Hanging Folders)----------*/
h6.table {
	margin-top: 10px;
	border-bottom: 1px solid #6a96d6;
	}
/*===========================*/
/*------STRUCTURAL DIVS------*/
/*===========================*/
#top {
	background-color: #fffee6;
	}
#phone_number {
	position: relative;
	width: 860px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	}
		#phone_tab {
			position: absolute;
			top: 4px;
			right: 0;
			}
#header_wrapper {
	background: #fffee6 url(images/nav_bg.jpg) repeat-x bottom;
	height: 130px;
	margin: 0;
	padding: 0;
	}	
#header {
	background-color: #fffee6;
	position: relative;
	width: 860px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	}
		#header img {
			position: absolute;
			top: 15px;
			left: 10px;
			}
#container {
	position: relative;
	width: 860px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 10px auto 0 auto;
	padding: 0;
	}
#main_image_wrapper {
	background: url(images/main_image_bg.gif) repeat-x;
	margin: 10px 0 0 0;
	}
#main_image {
	background: url(images/main_image.jpg) no-repeat top left;
	width: 860px;
	height: 325px;
	margin: 0 auto;
	padding: 0;
	}
		#main_image span {
			display: none;	
			}
#main_content {
	float: left;
	width: 495px;
	margin: 0;
	padding: 0;	
	}
#main_right {
	float: right;
	width: 325px;
	margin: 0 0 30px 0;
	}
#footer_wrapper {
	clear: both;
	background: #2662ab url(images/footer_bg.jpg) repeat-x;
	border-top: 10px solid #6a96d6;
	margin: 40px 0 0 0;
	padding: 0 0 10px 0;
	}
#footer {
	position: relative;
	width: 860px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 0.8em;
	}
		#footer a {
			color: #fff;
			text-decoration: none;
			}
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
			}
		#footer_left {
			width: 400px;
			margin: 10px 0 0 10px;
			}
		#footer_right {
			float: right;
			text-align: right;
			width: 400px;
			margin: 0;
			}
		span.contact {
			font-weight: bold;
			font-size: 1.2em;
			}
/*================================*/
/*---------- NAVIGATION ----------*/
/*================================*/
#navigation_wrapper {
	background: #fff9dc url(images/nav/nav_bg.jpg) repeat-x;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#navigation {
	width: 860px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	}
#navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#navigation a {
	height: 30px;
	width: 110px;
	text-decoration: none;
	float: right;
	padding: 0 3px;
	margin: 0;
	}
#navigation span {
	display: none;
	}
#navigation li#home a {
	background: url(images/nav/nav_home.gif) top left no-repeat;
	}
		#navigation li#home a:hover, #navigation li#home a.current {
			background-position: 0 -30px;
			}
#navigation li#products a {
	background: url(images/nav/nav_products.gif) top left no-repeat;
	}
		#navigation li#products a:hover, #navigation li#products a.current {
			background-position: 0 -30px;
			}
#navigation li#info a {
	background: url(images/nav/nav_info_request.gif) top left no-repeat;
	}
		#navigation li#info a:hover, #navigation li#info a.current {
			background-position: 0 -30px;
			}
#navigation li#contact a {
	background: url(images/nav/nav_contact.gif) top left no-repeat;
	}
		#navigation li#contact a:hover, #navigation li#contact a.current {
			background-position: 0 -30px;
			}
/*=================================*/
/*------------HOME PAGE------------*/
/*=================================*/
#product_barh {
	clear: both;
	position: relative;
	background: url(images/product_bar_horizontal.gif) no-repeat top left;
	width: 860px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	}
#product_barh p {
	position: absolute;
	margin: 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	}
#product_barh a {
	text-decoration: none;
	}
#product_barh a.learn_more {
	position: absolute;
	bottom: 20px;
	right: 25px;
	}
/*=================================*/
/*----------PRODUCT PAGES----------*/
/*=================================*/
tr.bold_header {
	font-weight: bold;
	}
tr.shaded {
	background-color: #ededed;
	}
/*-------------------Areas---------------------*/
#product_content {
	width: 860px;
	margin: 0;
	padding: 0;	
	}
/*-------------------2 boxes (1/2 and 1/2)---------------------*/
/*---POCKET PAGE, CUSTOM OPTIONS ---*/
.product_box_half1 {
	float: left;
	width: 380px;
	clear: both;
	margin-left: 30px;
	text-align: left;
	}
.product_box_half2 {
	float: right;
	width: 380px;
	margin-left: 30px;
	}
/*-------------------3 boxes---------------------*/
/*---POCKET PAGE, FILE FOLDERS---*/
.product_box_lt {
	float: left;
	width: 260px;
	margin: 0 0 10px 0;
	padding: 0;
	}
.product_box_center {
	width: 260px;
	margin: 0 0 10px 300px;
	padding: 0;
	}
.product_box_rt {
	float: right;
	width: 260px;
	margin: 0 0 10px 0;
	padding: 0;
	}
		p.product_box {
			font-size: 0.8em;
			margin-top: 0;
			}
		
/*------------------------------------------------*/
table.product_third {
	width: 260px;
	margin: 2px 0 0 0;
	padding: 4px 0;
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	}
table.product_third td.subcat {
	text-align: left;
	padding-left: 15px;
	}	
.bold_italic {
	font-weight: bold;
	font-style: italic;
	}
/*----------------------Table w/ 5 columns--------------------------*/
table.five_col {
	width: 600px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 0.9em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
/*----------------------Table w/ 6 columns--------------------------*/
table.six_col {
	width: 860px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	}
table.six_col td.left {
	text-align: left;
	}
/*----------------------indented sub list--------------------------*/
ul.no_bullet {
	list-style-type: circle;
	}
/*=================================*/
/*---------CUSTOM OPTIONS----------*/
/*=================================*/
table.custom_options {
	width: 760px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: left;
	}
.options_lt {
	float: left;
	width: 410px;
	clear: both;
	}
.options_rt {
	float: right;
	width: 410px;
	}
.options2_lt {
	float: left;
	width: 460px;
	clear: both;
	}
.options2_rt {
	float: right;
	width: 360px;
	}
/*======================================*/
/*---------FASTENER FOLDERS----------*/
/*======================================*/
#fasteners_side {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
	}
		#fasteners_side img {
			padding: 3px;
			margin: 5px auto;
			border: 1px solid #ddd;
			}
#fasteners_content {
	float: right;
	width: 530px;
	margin: 0;
	padding: 0;
	}
/*=================================*/
/*----------FILE FOLDERS-----------*/
/*=================================*/
tr.col_descriptions {
	font-style: italic;
	color: #777;
	line-height: 1.2em;
	}
p.file_type {
	margin-bottom: 0;
	border-bottom: 1px solid #6a96d6;
	clear: both;
	}
		p.file_type span {
			font-weight: bold;
			color: #e59a05;	
			}
.product_table_lt {
	float: left;
	width: 345px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	clear: both;
	}
.product_img_center {
	width: 150px;
	margin: 5px 0 0 355px;
	padding: 0;
	font-size: 0.8em;
	}
		.product_img_center p {
			text-align: center;
			}
.product_table_rt {
	float: right;
	width: 345px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	}
		.product_table_lt table, .product_table_rt table {
			width: 345px;
			margin: 0;
			padding: 0;
			text-align: center;
			}
		.product_table_lt td.col1, .product_table_rt td.col1 {
			width: 95px;
			}
		.product_table_lt td.col2, .product_table_rt td.col2 {
			width: 100px;
			}
		.product_table_lt td.col3-4, .product_table_rt td.col3-4 {
			width: 75px;
			}
td.category {
	text-align: left;
	font-weight: bold;
	}
/*====================================*/
/*----------HANGING FOLDERS-----------*/
/*====================================*/
.hanging_left {
	float: left;
	width: 400px;
	clear: both;
	margin-bottom: 10px;
	}
.hanging_right {
	float: right;
	width: 400px;
	margin-bottom: 10px;
	}
p.hanging_product {
	text-align: center;
	}
p.hanging_product img {
	padding: 3px;
	margin: 5px;
	border: 1px solid #ddd;
	}

/*===================================*/
/*----------POCKET FOLDERS-----------*/
/*===================================*/
.pocket_left {
	float: left;
	width: 410px;
	margin: 0;
	padding: 0;
	}
.pocket_right {
	float: right;
	width: 410px;
	margin: 0;
	padding: 0;
	}	
p.sizelist {
	padding: 2px 3px;
	margin: 0;
	border-bottom: 0px solid #ddd;
	}
p.sizelist_odd {
	background-color: #eee;
	padding: 2px 3px;
	margin: 0;
	border-bottom: 0px solid #ddd;
	}
/*======================================*/
/*---------PRESSBOARD PRODUCTS----------*/
/*======================================*/
#pressboard_side {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;
	}
		#pressboard_side img {
			padding: 3px;
			margin: 5px auto;
			border: 1px solid #ddd;
			}
#pressboard_content {
	float: right;
	width: 580px;
	margin: 0;
	padding: 0;
	}
/*================================*/
/*---------SHELF FOLDERS----------*/
/*================================*/
.shelf1 {
	float: left;
	width: 450px;
	clear: both;
	margin: 10px 0 0 0;
	}
.shelf2 {
	float: left;
	width: 215px;
	margin: 10px 0 0 0;
	}
/*=============================*/
/*---------CONTACT US----------*/
/*=============================*/
#form {
	width: 480px;
	padding: 3px;
	margin: 10px 0 30px 0;
	border: 1px solid #ddd;
	}
.single_field {
	padding: 5px;
	}
.single_field_shaded {
	padding: 5px;
	background-color: #eee;
	}
label {
	text-align: right;
	width: 80px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	font-weight: bold;
	}
input {
	border: 1px solid #999;
	}
input.checkbox{
	border: 0;
	}
textarea {
	border: 1px solid #999;
	}
#form_buttons {
	margin: 15px 0 0 95px;
	}
.form_button {
	background-color: #eee;
	color: #444;
	outline: none;
	}
/*============================*/
/*-----------LISTS------------*/
/*============================*/
.products p {
	font-size: 1.2em;
	margin: 8px 0 8px 20px;
	}
		.products p a:link, .products p a:visited, .products p a:active, .products p a:hover {
			padding: 5px 0 5px 20px;
			background: url(images/bullets/bullet_arrow.gif) no-repeat 0;
			text-decoration: none;
			font-weight: bold;
			}
.topofpage {
	margin-bottom: 10px;
	}
.topofpage p {
	margin: 2px 0 2px 20px;
	}
		.topofpage p a:link, .topofpage p a:visited, .topofpage p a:active, .topofpage p a:hover {	
			padding: 0 0 0 20px;
			background: url(images/bullets/bullet_arrow.gif) no-repeat 0;
			text-decoration: none;
			font-weight: bold;
			}
.check p {
	margin: 2px 0 2px 20px;
	padding: 5px 0 5px 25px;
	background: url(images/bullets/check_sm.gif) no-repeat 0;	
	}
.check_lg p {
	margin: 2px 0 13px 20px;
	padding: 8px 0 13px 40px;
	background: url(images/bullets/check.gif) no-repeat 0;	
	border-bottom: 1px solid #ddd;
}
.arrow p {
	margin: 2px 0 2px 10px;
	padding: 5px 0 5px 20px;
	background: url(images/bullets/bullet_arrow.gif) no-repeat 0;	
	}
/*============================*/
/*---------UNIVERSAL----------*/
/*============================*/
img.float_right {
	float: right;
	padding: 3px;
	margin: 0 0 10px 10px;
	border: 1px solid #ddd;
	}
img.float_left {
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;
	}
img.float_right_no {
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	}
img.float_left_no {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	}
img.product {
	padding: 3px;
	margin: 5px;
	border: 1px solid #ddd;
	}
.backtotop {
	background: url(images/bullets/backtotop.gif) no-repeat right;
	padding-right: 15px;
	padding-top: 0;
	clear: both;
	text-align: right;
	margin: 0;
	}
p.topofpage_nav {
	color: #6a96d6;
	}
.neci {
	margin: 0 0 -2px 0;
	padding: 0;
	}

hr {
	color: #ddd;
	background: #ddd;
	border: 0;
	margin: 0;
	height: 1px;
	}