* {
	padding: 0;
	margin: 0;
	line-height: 100%;
	}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background: #fff url("images/bg.gif");
	}

img {
	border: 0;
	}
	
p {
	margin-bottom: 1em;
	line-height: 130%;
	}

h1 {
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	font-family: Helvetica;
	color: #FE4703;
	}

h1.list_headline {
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 22px;
	font-weight: bold;
	font-family: Helvetica;
	color: #FE4703;
	}

a:link {
	color: #c00;
	}
	
a:visited,
a:hover {
	color: #FF7623;
	}

#site {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	width: 781px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

.hr {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	border-bottom: 1px solid #ccc;
	clear: left;
	}

.clear {
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	clear: both;
	}

input.button {
	padding: 0 .25em 0 .25em;
	width: auto;
	overflow: visible;
	line-height: 1.3em;
	font-size: 11px;
	font-family: Verdana;
}

.headline {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	}
	
tr.header td,
tr.footer td {
	font-weight: bold;
	}
	
td.label {
	padding: 5px 10px;
	background: #ddd;
	font-size: 13px;
	text-align: right;
	}

td.field {
	padding: 5px 10px;
	background: #eee;
	font-size: 11px;
	}

tr.req_field td.label {
	background: #f99;
	}

tr.req_field td.field {
	background: #fcc;
	}

a.reverse {
	text-decoration: none;
	}

a:hover.reverse {
	text-decoration: underline;
	}

.sale_price {
	color: #c20;
	}
	
/*** Header ***/

#header {
	position: relative;
	width: 781px;
	background: url("images/header_bg.gif");
	}
	
#header img.logo {
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	}

/*** Navbar ***/

#navbar {
	float: left;
	margin-top: 40px;
	margin-left: 23px;
	margin-bottom: -1px;
	}

#navbar .tab {
	position: relative;
	float: left;
	margin-right: 3px;
	border-right: 1px solid #999;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100px;
	background: url("images/navbar_bg_gray.gif") repeat;
	}
	
#navbar .on {
	background: url("images/navbar_bg_orange.gif") repeat;
	border-bottom: 1px solid #fff;
	color: #D35501;
	}
	
#navbar .on .name {
	background: #fff;
	}
	
#navbar .name {
	margin-top: 6px;
	height: 33px;
	font-size: 10px;
	font-family: Verdana;
	background: #fff;
	}
	
#navbar .name a {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666;
	text-decoration: none;
	}
	
#navbar .on .name a {
	color: #D35501;
	}
	
#navbar .icon {
	position: absolute;
	top: 12px;
	right: 6px;
	width: 100px;
	text-align: right;
	}
	
#navbar .footer {
	margin-top: 10px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url("images/navbar_bg_gray.gif") repeat;
	clear: both;
	}

/*** Subnav ***/

#subnav {
	border-bottom: 1px solid #ccc;
	}

#subnav ul {
	list-style: none;
	margin-top: 8px;
	padding-bottom: 4px;
	padding-left: 15px;
	height: 21px;
	}

#subnav ul li {
	float: left;
	padding: 3px 0 4px 18px;
	margin-right: 15px;
	}
	
#subnav ul a {
	color: #000;
	}

#subnav ul a.on {
	color: #FE4703;
	}
	
/*** Sidebar ***/

#sidebar {
	float: left;
	margin-right: -1px;
	width: 180px;
	border-right: 1px solid #ccc;
	}

#sidebar_pad {
	padding: 15px;
	}

#sidebar h2 {
	padding-bottom: 2px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	}

/*** Main Column ***/

#main_column {
	float: left;
	background: #fff;
	width: 600px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

#main_column h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica;
	}

#main_column h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica;
	}

#main_column h4 {
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	}

#main_column .content {
	padding: 18px 20px 20px 20px;
	}
	
/*** Search Box ***/

#search_box {
	position: relative;
	height: 35px;
	background: #666;
	color: #fff;
	}

/*** On Sale Box ***/

#on_sale {
	text-align: center;
	background: #FE4703;
	color: #fff;
	}

#on_sale a {
	display: block;
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
	}

/*** Browse by Type ***/

#browse_by_type {
	position: relative;
	padding: 12px 15px;
	background: #fff;
	color: #000;
	width: 151px;
	border-bottom: 1px solid #ccc;
	}

#browse_by_type h2 {
	border: 0;
	}

/*** Shopping Cart ***/

#shopping_cart {
	padding: 12px 15px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	}

#shopping_cart h2 {
	padding-left: 18px;
	background: url('images/shopping_cart.gif') no-repeat;
	border: 0;
	}

/*** Custom Sampler ***/

#custom_sampler {
	padding: 12px 15px;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #ccc;
	}

#custom_sampler h2 {
	padding-left: 18px;
	background: url('images/custom_sampler_icon.gif') no-repeat;
	border: 0;
	}

/*** Recently Viewed ***/

#recently_viewed {
	padding: 12px 15px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	}

#recently_viewed h2 {
	color: #000;
	border: 0;
	}

/*** Featured Item ***/

.featured {
	padding: 10px;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma;
	border-bottom: 1px solid #ccc;
	}

.featured .name {
	margin-top: 5px;
	}
	
/*** Side Banner ***/

.side_banner {
	border-bottom: 1px solid #ccc;
	}

/*** Order History ***/

#order_history {
	padding: 12px 15px;
	background: #fff;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}

#order_history td {
	padding: 3px 3px 10px 3px;
	}
	
#order_history tr.orderid td {
	padding: 3px;
	background: #eee;
	font-weight: bold;
	}

/*** Mailing List ***/

#mailing_list {
	padding: 12px 15px;
	background: #fff;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}

#sidebar #mailing_list h2 {
	text-decoration: none;
	}

/*** Order Detail ***/

#ordered_items {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}
	
#ordered_items td {
	padding: 5px 10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	
#totals {
	float: right;
	margin: 10px 0 20px 0;
	}
	
#totals td {
	padding: 3px 10px;
	text-align: right;
	}

/*** Product List ***/

#per_page {
	float: right;
	display: inline;
	margin: 8px 10px 0 0;
	font-size: 10px;
	}
	
#per_page select {
	font-size: 10px;
	}

#list .item {
	position: relative;
	float: left;
	width: 149px;
	font-size: 11px;
	color: #444;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-family: "Trebuchet MS", Verdana;
	}

#list .item a,#list .item a:hover {
	color: #444;
	text-decoration: none;
	}

#list .thumb {
	padding: 10px 0;
	}

#list .name {
	padding: 0 5px;
	text-align: center;
	height: 22px;
	}

#list .item .footer {
	position: absolute;
	bottom: 0;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url("images/navbar_bg_gray.gif") repeat;
	}

#list .footer {
	width: 100%;
	}

.sale {
	position: absolute;
	top: 2px;
	right: 0;
	}

/*** Browse-By Type List ***/

table#browse_by {
	margin-top: 20px;
	margin-bottom: 10px;
}

table#browse_by td {
	padding: 4px 8px;
	font-size: 12px;
	width: 25%;
	text-align: center;
	background: #ccc;
}

table#browse_by td.show_only {
	width: 75px;
	font-weight: normal;
	font-size: 10px;
	background: #666;
	color: #ddd;
}

table#browse_by td.on {
	background: #EF7623;
	color: #fff;
}

table#browse_by td.on a {
	color: #fff;
}

#browse_by .type img {
	margin-bottom: 4px;
}

#browse_by a:link,
#browse_by a:visited {
	color: #000;
	text-decoration: none;
}

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

/*** Sidebar Product List ***/

ul.links {
	list-style: none;
	}

ul.links li {
	padding: 3px 0 3px 20px;
	font-size: 11px;
	font-weight: normal;
	}

ul.links li.cd { background: url("images/cd_icon.gif") no-repeat 0 2px; }
ul.links li.combo_pack { background: url("images/combo_pack_icon.gif") no-repeat 0 2px; }
ul.links li.theme_bundle { background: url("images/theme_bundle_icon.gif") no-repeat 0 2px; }
ul.links li.case { background: url("images/case_icon.gif") no-repeat 0 2px; }

ul.links a:link,
ul.links a:visited,
ul.links a:hover {
	text-decoration: none;
	}
	
/*** Prev/Next Links ***/

#page_links {
	float: left;
	width: 600px;
	}

#page_links #prev,
#page_links #next {
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 149px;
	}

#page_links #prev {
	margin-right: 2px;
	border-right: 1px solid #eee;
	}

#page_links #next {
	margin-left: 2px;
	border-left: 1px solid #eee;
	}

#page_links #pages {
	float: left;
	padding: 10px 0;
	text-align: center;
	color: #666;
	width: 295px;
	}

#page_links #prev a,
#page_links #next a {
	padding: 0 10px;
	font-weight: bold;
	}

#page_links #pages a {
	padding: 0 2px;
	font-weight: bold;
	}

#page_links #pages a.on {
	color: #930;
	}

#page_links #pages a:hover {
	background: #ff9;
	}
	
/*** Product Detail ***/

#product_detail h2 {
	margin-bottom: 10px;
	}

#product_detail h3 {
	margin-bottom: 8px;
	}

table.prices td {
	padding: 4px 6px;
	background: #fde4cc;
	}

#prev_next {
	margin-top: 5px;
	font-size: 10px;
	}

#pantone_chips {
	margin-top: 15px;
	}

.pantone_chip {
	float: left;
	margin-right: 8px;
	border: 1px solid #ddd;
	width: 75px;
	text-align: center;
	}

.pantone_color {
	height: 75px;
	border-bottom: 1px solid #ddd;
	}

.pantone_label {
	padding: 2px;
	font-size: 10px;
	color: #666;
	line-height: 130%;
	white-space: nowrap;
	}

.product_shot_caption {
	margin-top: 4px;
	font-size: 10px;
	line-height: 120%;
	text-align: left;
	}

/*** Shopping Cart ***/

table#cart_contents td {
	padding: 3px 40px 8px 0;
	font-size: 12px;
	}
	
/*** Checkout ***/

table.shopping_cart_basic td {
	padding: 2px 0;
	font-size: 11px;
	line-height: 130%;
	}

table.shopping_cart_basic tr.order_total td {
	padding: 0 0 5px 15px;
	font-size: 11px;
	text-align: right;
	}

table.shipping_types td {
	padding: 0 0 5px 15px;
	font-size: 11px;
	}

/*** Help ***/

table#faq td {
	padding: 2px;
	line-height: 130%;
	}
	
table#faq td.q, table#faq td.a {
	padding-right: 6px;
	font-weight: bold;
	}
	
table#faq td.q {
	color: #900;
	}
	
table#faq td.a {
	color: #090;
	}
	
table#faq td.answer {
	color: #666;
	}

.section_header {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #999;
	}

.section_links {
	margin-bottom: 10px;
	}

.section_links a {
	display: block;
	margin-bottom: 3px;
	}

table#faq td.a, table#faq td.answer {
	padding-bottom: 15px;
	}

a.faq_quicklink {
	display: block;
	margin-bottom: 5px;
	}

a.back_to_top {
	float: right;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	}
	
/*** Footer ***/

#footer {
	margin: 10px 0 0 0;
	padding: 10px 0 15px 0;
	color: #999;
	font-size: 10px;
	text-align: center;
	}

#footer a {
	color: #666;
	text-decoration: none;
	}

#footer .footer {
	width: 807px;
	}
	
/* Errors/Messages */

#error {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fdd;
	border: 1px solid #ccc;
	clear: both;
}

#error h3 {
	text-align: left;
	font-weight: bold;
	padding: 4px 10px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	background: #c00;
}

#error p {
	color: #333;
	margin: 0;
	padding: 5px;
}

#error ul {
	margin: 0;
	padding: 10px 0 10px 30px;
}

#error li {
	padding: 4px 15px 4px 0;
	font-size: 12px;
	list-style: square;
}

#message {
	padding: .5em .7em;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	background: #cf9;
	border: 3px solid #9c6;
	clear: both;
}

/*** Custom Sampler ***/

.button_bar {
	margin: 0 30px 10px 30px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #ccc;
	color: #000;
	}

.button_bar .qty_display {
	line-height: 25px;
	}
	
.button_bar .plus {
	float: right;
	}

.button_bar .minus {
	float: left;
	}
	
.button_bar .plus img,
.button_bar .minus img {
	cursor: pointer;
	}

body#closed {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	}

body#closed div#container {
	position: relative;
	margin: 200px auto 0 auto;
	border: 1px solid #ccc;
	background: #fff;
	width: 780px;
	height: 380px;
	}
	
body#closed img {
	position: absolute;
	top: 40px;
	left: 40px;
	}
		
body#closed div#text {
	position: absolute;
	top: 160px;
	left: 280px;
	width: 520px;
	text-align: left;
	}
		
body#closed div#text div#were_closed {
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	}
		
body#closed div#text div#ten_years {
	}
		
body#closed div#text div#thank_you {
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
	}
			
body#closed div#text div#supplies,
body#closed div#text div#supplies a {
	margin-top: 25px;
	font-size: 14px;
	color: #666;
	}
