/* Main */

body {
	margin: 0;
	background: #C7C7C3 url(/assets/images/page_bg.gif) repeat-x;
}

body, th, td {
	font-family: "Trebuchet ms", "Lucida Sans Unicode", Helvetica, Verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 1.7;
}

td {
	line-height: 1.2;
}

small {
	font-size: 11px;
}

a {
	color: #007AA5;
}

a img {
	border: 0;
}

#container {
	width: 890px;
	margin: 0 auto;
	background: #fff url(/assets/images/header_bg.gif) repeat-x;
}

/* Header */

#header {
	margin: 0 19px;
	position: relative;
	background: url(/assets/images/menu_main_bg.gif) repeat-x;
}

#header h1 {
	background: url(/assets/images/logo.gif) no-repeat;
	text-indent: -9000em;
	height: 101px;
	margin: 0;
	padding: 0;
}

/* Primary Navigation Menu */

#menu {
	position: absolute;
	top: 57px;
	right: 0;
	padding-left: 42px;
	height: 101px;
	background: url(/assets/images/menu_start.gif) no-repeat;
}

#menu ul {
	height: 35px;
	background: #000 url(/assets/images/menu_bg.gif) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

#menu li a {
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
	color: #aaa;
}

#menu li.active a, #menu li.active a:hover {
	background: url(/assets/images/menu_item_bg.gif) no-repeat top left;
	color: #000;
	padding: 4px 10px 4px 13px;

}

#menu li.active {
	background: url(/assets/images/menu_item_bg2.gif) no-repeat top right;
	padding-right: 4px;
}

/* Main Content */

#main {
	background: url(/assets/images/main_bg.gif) repeat-x;
	padding: 0 19px;
}

#content_container {
	background: #fff;
	border-top: 1px solid #ccc;
}

/* Index banner */

#banner {
	border: 1px solid #ccc;
	background: #efefef;
	margin-bottom: 20px;
	position: relative;
	margin: auto;
	overflow: hidden;
	width: 563px;
	height: 130px;
}

#banner.crossfader img {
	display: none;
	position: absolute;
	top:0;
	left:0;
}

/* Specials Banner (Index) */
#specials_banner {
	border: 1px solid #ccc;
	background: #efefef;
	margin-bottom: 20px;
}

#specials_banner a {
	display: block;
	height: 130px;
	text-indent: -9000em;
	background: url(/assets/images/view_specials.gif) no-repeat;
}

/* Content Area */

#content {
	width: 565px;
	padding: 20px 15px;
	float: left;
	background: #fff;
}

#content.wide { /* for wide pages */
	width: 822px;
	float: none;
}

/* Side Bar */

#sidebar {
	padding: 20px 5px;
	background: #fff;
	margin-left: 610px;
	width: 232px;
}

/* Footer */

#footer {
	clear: both;
	padding: 7px 0;
	margin-top: 5px;
	color: #000;
	background: url(/assets/images/footer.gif) repeat-x top;
}

#footer a {
	color: #000;
}

#footer p {
	margin: 0;
}


/* Text Block Elements (Paragraphs, Headings etc) */

p {
	margin: 0 0 15px;
}

h2 {
	font-size: 170%;
	color: #524134;
	line-height: 1em;
	padding: 0 0 4px;
	margin: 0 0 10px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 115%;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

#sidebar h2 {
	font-size: 120%;
	border-bottom: 0;
	text-align: center;
}

/* Forms */

form {
	border: 0;
	margin: 0;
	padding: 0;
}

form .form_container, fieldset {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 0.2em 0.7em 0.5em;
	margin-bottom: 1em;
}

legend {
	font-weight: bold;
}

dl, dt, dd {
	border: 0;
	margin: 0;
	padding: 0;
}

dl {
	margin: 0.7em 0 1em 0;
}

dd {
	margin: 0.4em 0;
}

dt {
	margin-top: 0.9em;
	font-weight: bold;
}


input.textbox {
	border: 1px solid #ccc;
	width: 37em;
	font-size: 1em;
	padding: 0.4em;
}

input.captcha {
	width: 6em;
}

textarea {
	padding: 0.4em;
	width: 37em;
	font-size: 1em;
	font-family: Verdana;
	border: 1px solid #ccc;
}

div.submit {
	border-top: 2px solid #000;
	padding-top: 0.3em;
	margin-top: 0.4em;
	text-align: center;
}

div.submit input {
	font-size: 1.1em;
	font-weight: bold;
}

input.inline_submit {
	font-weight:  bold;
}

form p.legend {
	margin-bottom: 1em;
}

form p.legend em { 
	color: #C00; font-style: normal;
}

div.form_container label em, fieldset label em {
	font-style: normal;
	color: #C00;
}

div.error {
	margin: 1em 0;
	padding: 0.5em 1em;
	border: #FC6 1px solid;
	background-color: #FFC;
}

div.error p {
	margin: 0;
}

div.error p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div.error ul {
	margin-left: 15px;
}

div.success{
	margin: 1em 0;
	padding: 0.5em 1em;
	border: #080 1px solid;
	background-color: #E8FCDC;
}

div.success p {
	margin: 0;
}

div.success p em {
	color: #080;
	font-style: normal;
	font-weight: bold;
}

/* Tables */

table.standard_table {
	width: 99%;
	margin-top: 10px;
}


table.standard_table thead th {
	border-bottom: 1px solid #000;
	text-align: left;
	background: #1C2E62;
	padding: 4px;
	color: #fff;
}

table.standard_table tr.alt {
	background: #f6f6f6;
}

table.standard_table tbody td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

/* Misc */

p.meta {
	color: #444;
	font-size: 12px;
	margin-bottom: 4px;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}


.clear_left {
	clear: left;
}

#outer_footer {
	width: 910px;
	margin: 0px auto;
}

#outer_footer p {
	margin: 0;
	padding: 0;
}

#designed_by a{
	display: block;
	text-indent: -9000em;
	width: 207px;
	margin-top: 6px;
	height: 24px;
	background: url(/assets/images/designed_by.png) no-repeat;
}

#designed_by a:hover {
	background-position: 0 -24px;
}

hr {
	color: #ccc;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ccc;
}

ul {
	margin: 10px 0;
}

li {
	margin: 0 0 10px 0;
	padding: 0;
}

.hidden {
	display: none;
}

/* Products Listing */

.product_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product_list li {
	width: 50%;
	float: left;
}

.product_list .image{
	width: 54px;
	margin-top: 3px;
	height: 54px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.product_list .product_title {
	font-size: 110%;
	font-weight: bold;
margin-left: 60px;
margin-right: 10px;
}

.product_list .product_description, .deep_category_list .description, .results_category_list .description {
	font-size: 90%;
	color: #333;
margin-left: 60px;
margin-right: 10px;
}

.product_inventory dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
	display: block;
	padding-bottom: 5px;
}

.product_inventory dd {
	margin: 0;
	display: block;
	padding: 0;
}

.product_inventory .low_quantity, .product_inventory .discontinued {
	font-weight: bold;
}

.product_images ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product_images li {
	padding: 0 4px;
	margin: 0;
	float: left;
}

/* Product Variations Table */

table.variations_list {
	margin-bottom: 10px;
}


.variations_list .icon {
	width: 16px;
}

.variations_list .roll_length, .variations_list .roll_width{
	width: 15%;
	text-align: center;
}

.variations_list .sale_unit, .variations_list .measure_unit{
	width: 25%;
	text-align: center;
}

.variations_list .status {
	color: #444;
}

#sidebar .image {
text-align: center;
}

/* Lightbox */

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 

#overlay img{ border: none; }

#overlay{ background-image: url(/images/lightbox/overlay.png); }

/* Level 1 Category List */

.shallow_category_list, .shallow_category_list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.shallow_category_list {
	width: 600px;
	margin: auto;
}

.shallow_category_list li {
	width: 33%;
	float: left;
	margin-bottom: 7px;
}

.image p {
	text-align: center;
	font-weight: bold;
}

/* Level 2 (and deeper) Category List */

.deep_category_list, .deep_category_list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.deep_category_list {
	clear: both;
}

.deep_category_list li {
	float: left;
	width: 50%;
}

.deep_category_list .image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

.deep_category_list .title a {
	font-size: 110%;
	font-weight: bold;
}

.deep_category_list, .deep_category_list li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

/* Search Results Category List */

.results_category_list, .results_category_list li {
	list-style: none;
}

.results_category_list .title {
	font-weight: bold;
}

/* Header Search Box */

#search_keywords {
	border: 0;
	vertical-align: middle;
	width: 240px;
}

.search_default {
	text-align: center;
	color: #777;
	font-weight: bold;
}

#quick_search {
	position: absolute;
	top: 15px;
	right: 0;
	margin-top: 4px;
	width: 280px;
	text-align: right;
}

#quick_search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#search_submit {
	vertical-align: middle;
	margin: 0 4px;
}

#quick_search div {
	background: url(/assets/images/search_top_left.gif) no-repeat;
}

#quick_search div div {
	background: url(/assets/images/search_bottom_left.gif) no-repeat bottom left;
	border-right: 1px solid #dcdcdc;
	padding: 3px;
}

/* Pagination */

.pagination {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #ccc;
	text-decoration: none;
}

.pagination a:hover {
	background: #efefef;
}

/* Specials Page - Trade Login */

div.trade_logged_in_notice {
	margin: 1em 0;
	padding: 0.5em; 1em;
	border: 1px solid #fc6;
	background: #ffc;
}

div.trade_logged_in_notice p {
	margin: 0;
}

div.trade_logged_in_notice p em {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.trade_login_notice {
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	background: #efefef;
	text-align: center;
}

.trade_login_notice a {
	font-weight: bold;
}

/* Specials Page - Pricing */

.pricing span {
	font-size: 120%;
}

.pricing .price1, .pricing .price2 {
	font-weight: bold;
}

/* Contact Information */

#contact_info .head_office {
	border: 1px solid #ccc;
	padding: 10px;
	background: #f5f5f5;
}

#contact_info ul, #contact_info li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contact_info ul {
	clear: left;
	margin-top: 30px;
}

#contact_info li {
	width: 50%;
	float: left;
	padding-bottom: 10px;
}


#contact_info .branch .image {
	width: 178px;
	margin-right: 10px;
	float: left;
}

#contact_info .branch .image img {
	border: 1px solid #ccc;
}

#contact_info .branch .map {
	border: 1px solid #007AA5;
	background: #E2EAFC;
	text-align: center;
	padding: 3px;
}

#contact_info .branch .map a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#contact_info .branch .contact_info {
	float: left;
}

.clear_fix {
	clear: both;
	position: relative;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.print_only {
	display: none;
}


.admin_tools {
	font-size: 12px;
}

.product_list .admin_tools {
	padding-left: 60px;
	font-size: 11px;
}

.admin_tools a {
	text-decoration: none;
	padding: 4px 4px 4px 23px;
	color: maroon;
}

.admin_tools a:hover {
	background-color: #C9F8CC;
	color: green;
}

.admin_tools .edit {
	background: url(/images/admin/products_edit.gif) no-repeat left center;
	padding-left: 20px;
}
