/* Reset */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	border: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Main elements */

body, input, select, textarea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	background: #F2F2F2 url(images/body_bg.gif);
}

h1, h2, h3, h4, h5, h6 {
	color: #1C5EC9;
	margin-bottom: 15px;
	font-weight: normal;
}

h1 {
	font-size: 32px;
	font-weight: bold;
}

h2 {
	font-size: 25px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
}

p, ul {
	margin: 15px 0;
}

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

a:hover {
	text-decoration: underline;
}


/* Buttons */

.button {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.button:hover {
	text-decoration: none;
}

.button.big {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}


/* Layout elements */

.inner {
	width: 960px;
	margin: 0 auto;
}

.wrapper {
	overflow: hidden;
	zoom: 1;
}

.column {
	float: left;
	margin-left: 15px;
}

.two_column_layout .column.left {
	width: 693px;
}

.two_column_layout .column.right {
	width: 221px;
}



/* Header */

.header .inner {
	overflow: hidden;
	zoom: 1;
	padding: 40px 0 15px 0;
}

.header .inner .logo {
	margin: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-transform: lowercase;
}

.header .inner .logo a {
	text-decoration: none;
	text-shadow: #FFFFFF 1px 1px 1px;
}

.header .inner .logo a span {
	color: #1C5EC9;
}

.header .inner .logo a sup {
	font-size: 18px;
	vertical-align: top;
}

.header .inner .search_form {
	float: right;
	padding-top: 7px;
}

.header .inner .search_form input[type="text"] {
	float: left;
	width: 230px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 5px;
	border-style: none;
	font-size: 16px;
	background: transparent url(images/search_field_bg.png) center center no-repeat;
}

.header .inner .search_form input[type="text"].focused {
	color: #000000;
}

.header .inner .search_form input[type="text"].blured {
	color: #A6A6A6;
}

.header .inner .search_form input[type="submit"] {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-style: none;
	text-indent: -1000px;
	overflow: hidden;
	background: transparent url(images/button_search.png) center center no-repeat;
}


/* Menu */

.menu {
	overflow: hidden;
	zoom: 1;
	margin: 0px;
}

.menu li {
	float: left;
	padding-left: 30px;
	
}

.menu li:first-child {
	padding-left: 0;
}

.menu li a {
	font-size: 16px;
	white-space: nowrap;
}

.menu.top {
	position: relative;
	height: 51px;
	padding: 0 30px;
	background: transparent url(images/menu_bg.png) center center no-repeat;*/
}

.menu.top li {
	margin-top: 17px;
}

.menu.top li a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: #840000 1px 1px 1px;
}

.menu.bottom {
	background-color: #E6E6E6;
	margin: 30px 15px 0 15px;
	padding: 15px;

	behavior: url("border-radius.htc");
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px none #E6E6E6;
}

.menu.bottom li a {
	font-size: 16px;
}


/* Content */

.content {
	position: relative;
	background: transparent url(images/body_bg_semitransparent.png) left 51px repeat-x;	
	z-index: 1;
}

.content .inner {
	background-color: #FFFFFF;
	padding-bottom: 15px;
	
	behavior: url("border-radius.htc");
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 0;
	border: 0px none #FFFFFF;
	
	-moz-box-shadow: 0px 0px 5px #404040;
	-webkit-box-shadow: 0px 0px 5px #404040;
	box-shadow: 0px 0px 5px #404040;
}


/* Ribbons */

.ribbon {
	position: absolute;
	bottom: -4px;
	right: -4px;
	height: 101px;
	width: 101px;
	text-indent: -1000px;
	overflow: hidden;
}

.ribbon.made_in_usa {
	background: transparent url(images/ribbon_made_in_usa.png) center center no-repeat;
}

.ribbon.special_offer {
	background: transparent url(images/ribbon_special_offer.png) center center no-repeat;
}


/* Top product */

.top_product {
	padding: 30px 50px;
	height: 390px;
	position: relative;
	background: url(images/shadow.png) center bottom no-repeat;
}

.top_product .top_product_image {
	float: right;
	margin-left: 30px;
}

.top_product ul {
	color: #666666;
	list-style-type: disc;
	list-style-position: inside;
}

.top_product .buy_now {
	width: 150px;
	background-image: url(images/button_big_150px.png);
	text-shadow: #840000 1px 1px 1px;
}

.top_product .ribbon.made_in_usa {
	bottom: 15px;
}


/* Product item */

.product_item {
	float: left;
	position: relative;
	width: 195px;
	height: 405px;
	border: 1px solid #D9D9D9;
	padding: 12px;
	margin: 0 15px 15px 0;

	behavior: url("border-radius.htc");
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	z-index: 0;
	background-color: #FFFFFF;
}

.product_item.special_offer {
	float: none;
	height: auto;
}

.product_item a.product_image {
	display: block;
	height: 180px;
}

.product_item img {
	max-width: 195px;
	max-height: 180px;
}

.product_item p {
	color: #666666;
}

.product_item .buttons_container {
	overflow: hidden;
	zoom: 1;
}

.product_item .button {
	width: 95px;
	background-image: url(images/button_95px.png);
}

.product_item .button.details {
	float: left;
	background-position: top center;	
	text-shadow: #010A70 1px 1px 1px;
}

.product_item .button.add_to_cart {
	float: right;
	background-position: bottom center;	
	text-shadow: #840000 1px 1px 1px;
}


/* Categories */

.categories {	
	margin-bottom: 15px;
}

.categories h2 {
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background: url(images/categories_bg.png) top center no-repeat;
	height: 39px;
	line-height: 39px;
	margin: 0;
	padding: 0 10px;
}

.categories ul {
	margin: -20px 0 0 0;
	padding: 20px 12px 5px 12px;
	border: 1px solid #D9D9D9;
	background-image: url(images/body_bg.gif);
	
	behavior: url("border-radius.htc");
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.categories ul li {
	padding-left: 10px;
	margin: 7px 0;
	background: url(images/categories_marker.png) 0px 5px no-repeat;
}

.categories ul li.view_all {
	padding: 0;
	margin: 10px 0 0 0;
	background-image: none;
}

.categories ul li.view_all a {
	display: block;
	height: 12px;
	line-height: 12px
	width: 35px;
	margin: 0 auto;
	text-indent: -1000px;
	overflow: hidden;
	background: url(images/view_all_categories.png) top center no-repeat;
}


/* See all products */

.see_all_products {
	display: block;
	height: 151px;
	color: #FFFFFF;
	background: url(images/see_all_banner_bg.png) top center no-repeat;
	text-align: center;
	text-shadow: #840000 1px 1px 2px;
}

.see_all_products:hover {
	text-decoration: none;
}

.see_all_products span {
	display: block;
}

.see_all_products span.see_all,
.see_all_products span.our_products
{
	color: #FFC700;	
}

.see_all_products span.see_all {
	font-size: 42px;
}

.see_all_products span.our_products {
	font-size: 21px;
}

.see_all_products .in_plastic_bins {
	font-size: 30px;
}

.see_all_products .category {
	font-size: 24px;	
}


/* Footer */

.footer {
	background-color: #404040;
	padding: 90px 0 25px 0;
	margin-top: -65px;
}

.footer .inner p.copyright {
	margin: 0;
	text-align: right;
	color: #A6A6A6;
}

.footer .inner p.copyright sup {
	font-size: 10px;
	vertical-align: top;
}



/* Page specific styles */

/* Front page */

.front_page .two_column_layout .column.left {
	width: 708px;
}

.front_page .two_column_layout .column.right {
	margin: 0px;
}


