body {
	background-image: url(../images/blueprint-bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 18px;
	color: #0061aa;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	background-image: url(../images/list_icon.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

a {
	text-decoration: none;
	color: #0061aa;
}

a:hover {
	color: #5fbaff;
}

/* Overflow */

.overflow {
	overflow: hidden;
	width: 100%;
}

/* Site Container */

#site_container {
	width: 916px;
	margin: 0px auto;
}

/* Header Container */

#header_container {
	border: 1px solid #c4c8cc;
	background-color: #eaeaea;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	width: 914px;
	height: 147px;
}
#header_col_01 {
	float: left;
}
#header_col_02 {
	padding: 30px 20px 0px 0px;
	float: right;
}

/* Checkout Container */

#checkout_links {
	text-transform: lowercase;
	font-size: 12px;
	color: #999;
}
#checkout_links a {
	font-weight: bold;
	font-size: 12px;
	color: #3c3c3c;
}
#checkout_links a:hover {
	color: #5fbaff;
}

/* Search */

#search {
	margin: 40px 0px 0px 0px;
}
.search_fld {
	width: 380px;
	color: #999
}
.search_btn {
	border: 1px solid #002e50;
	background-color: #0061aa;
	color: #fff;
}

/* Trail Container */

#trail_container {
	background-color: #3e3e3e;
	font-size: 11px;
	color: #fff;
	padding: 6px 30px 0px 0px;
	height: 20px;
	text-align: right;
}
#trail_container a {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}
#trail_container a:hover {
	color: #999;
}

/* Status Message */

#status_message {
	position:absolute;
	left:238px;
	border:1px solid #d8d8d8; 
	background-color:#FFFFCC;
	width:654px;
	font-size:11px;
	background-color: #97d2ff;
	padding: 6px;

}
#status_message a {
	font-weight: bold;
}
#status_message a:hover {
	text-decoration:underline;
}

/* Body Container */

#body_container {
	border: 1px solid #c4c8cc;
	background-color: #fff;
	margin: 5px 0px;
	padding: 10px 10px;
	line-height: 1.6em;
	position: relative;
}
#body_col_01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 220px;
	float: left;
}
#body_col_02 {
	float: right;
}

/* Content Container */

#content_container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 660px;
}

#home_page_categories{
  clear:both;
  margin-top:25px;
  background-color: #F8F8F8;
  border:1px dotted #C4C8CC;
}
#home_page_categories #catProd_topNavigation, #home_page_categories #catProd_botNavigation{
  display:none;
}
#home_page_categories .heading{
  padding-left:15px;
  padding-top:10px;
}

/* Email Sign Up */

#email_signup, #norburn_news, #recently_viewed_items {
	border: 1px dotted #c4c8cc;
	background-color: #f8f8f8;
	margin: 10px 0px 0px 0px;
	padding: 10px 15px 15px 15px;
}
.ifield {
	color: #999
}
.field_btn {
	border: 1px solid #002e50;
	background-color: #0061aa;
	color: #fff;
}


/* Recently Viewed */
.viewed_product {
	clear:left;

}
.viewed_product img {
	clear:both;
	float:left;
	border: 1px dotted #c4c8cc;
	margin:0 10px 10px 0;
	width:60px;
}

/* Norburn News */

/* Footer Top Container */

#footer_top_container {
	background-color: #3e3e3e;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 0px 0px;
	height: 20px;
}

/* Footer Bottom Container */

#footer_bottom_container {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #3c3c3c;
	height: 50px;
}
#footer_bottom_container li {
	background-image: none;
	border-right: 1px solid #fff;
	text-align: center;
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
}
#footer_bottom_container li div {
	border-right: 1px solid #d2d2d4;
	padding: 11px 0px 0px 0px;
	height: 32px;
}
#footer_bottom_container li div a {
	color: #3c3c3c;
}
#footer_bottom_container li div a:hover {
	color: #045daa;
}

/* Copyright */

#copyright {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	color: #fff;
}
#copyright a {
	font-weight: bold;
	color: #fff;
}
#copyright_col_01 {
	float: left;
}
#copyright_col_02 {
	float: right;
}

/* Link Icon */

.link_icon {
	margin: 0px 10px 0px 0px;
}

/* Qwik Link */
.qwik {
	font-family: 'Bookman Old Style';
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.qwik a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.qwik a:hover {
	text-decoration:none;
}

/* Thumb Image */

.thumb {
	width: 120px;
	height: 120px;
	margin: 0px auto;
}

