/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* FONTS */

@font-face {
    font-family: 'chicago_house_trialregular';
    src: url('../fonts/chicago_house_trial-webfont.eot');
    src: url('../fonts/chicago_house_trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chicago_house_trial-webfont.woff') format('woff'),
         url('../fonts/chicago_house_trial-webfont.ttf') format('truetype'),
         url('../fonts/chicago_house_trial-webfont.svg#chicago_house_trialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL */

body {
	background-color: #bebebe;
}

#wrapper_outer {
	margin: 0 auto;
	padding: 18px 18px 3px 18px;
	width: 960px;
	background: url(../images/bg_wrapper_outer.jpg) repeat;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 10px #888;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#masthead {
	width: 960px;
	height: 260px;
	background: url(../images/bg_masthead.jpg) no-repeat;
	position: relative;
}

#masthead h1, #masthead h2 {
	text-indent: -9999px;
}

#masthead #product_search {
	padding: 0px 0px 0px 6px;
	width: 103px;
	height: 24px;
	color: #274361;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
	border: 0px;
	position: absolute;
	bottom: 69px;
	right: 160px;
}

#masthead #submit_search {
	width: 24px;
	height: 24px;
	background: url(../images/btn_search.png) no-repeat;
	border: none;
	text-indent: -9999px;
	position: absolute;
	bottom: 69px;
	right: 132px;
	cursor: pointer;
}

#masthead #mini_cart {
	padding: 4px 5px 4px 38px;
	width: 55px;
	height: 12px;
	background: url(../images/bg_mini_cart.gif) top left no-repeat #ffffff;
	border: 2px solid #274361;
	font-size: 14px;
	font-weight: bold;
	color: #274361;
	position: absolute;
	bottom: 70px;
	right: 20px;
}

#masthead a#account_login {
	width: 137px;
	height: 24px;
	display: block;
	background: url(../images/btn_account_login.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 42px;
	right: 132px;
}

#masthead a#checkout {
	width: 102px;
	height: 24px;
	display: block;
	background: url(../images/btn_checkout.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 42px;
	right: 20px;
}

#masthead #phone_number {
	color: #274361;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#main_nav {
	height: 33px;
	background: url(../images/bg_main_nav.gif) repeat-x;
	border-bottom: 2px solid #1b2f44;
	text-align: center;
}

#main_nav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#main_nav li a {
	padding: 12px 17px 5px 17px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border-right: 1px solid #2d4764;
}

#main_nav li a:hover, #main_nav li a.active {
	color: #eece00;
}

#main_nav li#last a {
	border-right: none;
}

#main {
	padding: 15px 0px 50px 0px;
	background: url(../images/bg_main.jpg) repeat-y;
	overflow: hidden;
}

#main #sidebar {
	padding: 0px 33px 0px 23px;
	width: 218px;
	float: left;
}

#main #sidebar li {
	margin: 2px 0px;
	padding: 7px 0px 7px 22px;
	background: url(../images/bg_sidebar_li.png) top left no-repeat;
}

#main #sidebar #sub_nav {
	padding: 10px 0px;
	border: 4px solid #426081;
}

#main #sidebar li.active,  #main #sidebar li:hover {
	background-color: #d2d2cb;
}

#main #sidebar #sub_nav li a, #utility_nav li a {
	font-size: 15px;
	font-weight: bold;
	color: #2c4059;
	text-decoration: none;
}

#main #sidebar #utility_nav {
	padding: 10px 0px;
	border-right: 4px solid #426081;
	border-bottom: 4px solid #426081;
	border-left: 4px solid #426081;
}

#main #content {
	margin-right: 30px;
	width: 656px;
	float: left;
}

#main #content #content_wrapper {
	padding: 18px 12px 50px 12px;
	border: 4px solid #426081;
	overflow: hidden;
}

#main #content h1, #main #content h2, #main #sidebar h2 {
	margin-bottom: 15px;
	font-family: 'chicago_house_trialregular';
	font-size: 24px;
	color: #1f3952;
}

#main #content h3 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #2c3f59;
}

#main #content p {
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 1.4;
}

#main #content hr {
	margin: 12px 0px;
	border: 0;
	color: #426081;
	background-color: #426081;
	height: 1px;
	clear: both;
}

#main #content label {
	font-size: 13px;
	font-weight: bold;
	color: #2C3F59;
}

#main #content input {
  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;
}

#main #content input#submit_btn {
	width: 62px;
	height: 24px;
	background: url(../images/bg_submit_btn.gif) no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#copyright {
	padding: 5px 0px;
	font-size: 11px;
	text-align: center;
}

.clear {
	padding-bottom: 100px;
	clear: both;
}

/* LANDING */

#main #content h2#popular_products {
	color: #625d54;
}

#main #content .product_wrapper {
	position: relative;
}

#main #content .featured, .popular {
	margin-bottom: 20px;
	overflow: hidden;
}

#main #content .featured img, .popular img {
	width: 132px;
	float: left;
}

#main #content .featured .desc, .popular .desc {
	padding: 10px 75px 0px 10px;
	width: 427px;
	float: right;
}

#main #content .featured .desc h2, #main #content .popular .desc h2 {
	margin-bottom: 7px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#main #content .featured .desc h2 a:hover, .popular .desc h2 a:hover {
	text-decoration: none;
}

#main #content .featured .price a, .popular .price a {
	padding: 10px;
	position: absolute;
	top: 8px;
	right: -5px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#main #content .featured {
	border: 4px solid #426081;
}

#main #content .featured img {
	border-right: 4px solid #426081;
}

#main #content .featured .desc, .featured .desc h2 a {
	color: #1f3952;
}

#main #content .popular {
	border: 4px solid #625d54;
}

#main #content .popular img {
	border-right: 4px solid #625d54;
}

#main #content .popular .desc, .popular .desc h2 a {
	color: #625d54;
}

#main #content .featured .price a {
	background-color: #426081;
}

#main #content .popular .price a {
	background-color: #625d54;
}

/* ACCOUNT LOGIN */

.account_login #content #content_wrapper p {
	line-height: 1.2;
}

.account_login #content #returning_customers {
	padding-right: 30px;
	width: 282px;
	float: left;
}

.account_login #content #returning_customers p {
	padding-bottom: 0px;
}

.account_login #content #returning_customers input {
	margin: 5px 0px 8px 0px;
}

.account_login #content #returning_customers a.arrow {
	padding: 8px 0px 8px 15px;
	color: #000000;
	text-decoration: none;
	background: url(../images/bg_arrow_black.png) top left no-repeat;
}

.account_login #content #returning_customers a.arrow:hover {
	text-decoration: underline;
}

.account_login #content #new_account {
	width: 312px;
	float: left;
}

.account_login #content #new_account a#create_account {
	width: 152px;
	height: 24px;
	display: block;
	background: url(../images/bg_new_account.gif) no-repeat;
	text-indent: -9999px;
}

.account_login #content #new_account a#guest_checkout {
	width: 152px;
	height: 24px;
	display: block;
	background: url(../images/bg_guest_checkout.gif) no-repeat;
	text-indent: -9999px;
}

.account_login #content #new_account a#paypal {
	width: 143px;
	height: 37px;
	display: block;
	background: url(../images/btn_paypal.gif) no-repeat;
	text-indent: -9999px;
}

/* FORMS */

.forms h3 {
	clear: both;
}

.forms #main #content .left {
	padding-bottom: 12px;
	width: 307px;
	float: left;
}

.forms #main #content .right {
	padding-bottom: 12px;
	width: 307px;
	float: right;
}

/* CART AND WISHLIST */

.cart_wishlist #content table#cart {
	width: 100%;
}

.cart_wishlist #content table#cart tbody tr th {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #426081;
}

.cart_wishlist #content table#cart tbody tr th#item {
	padding-left: 20px;
	text-align: left;
}

.cart_wishlist #content table#cart tbody tr th#total {
	text-align: right;
}

.cart_wishlist #content table#cart tbody tr td {
	padding: 10px 0px 10px 0px;
	vertical-align: top;
	border-bottom: 1px solid #426081;
}

.cart_wishlist #content table#cart tbody tr td.quantity {
	padding-left: 18px;
	width: 12%;
}

.cart_wishlist #content table#cart tbody tr td.quantity p {
	margin-bottom: 5px;
	padding: 0px 0px 0px 3px;
	width: 35px;
	height: 18px;
	color: #284462;
	font-weight: bold;
	border: 2px solid #284462;
	background-color: #ffffff;
}

.cart_wishlist #content table#cart tbody tr td.quantity a.remove {
	margin-right: 5px;
	width: 15px;
	height: 14px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/btn_remove.gif) no-repeat;
}

.cart_wishlist #content table#cart tbody tr td.quantity a.wishlist {
	width: 22px;
	height: 15px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/btn_add_wishlist.gif) no-repeat;
}

.cart_wishlist #content table#cart tbody tr td.thumb {
	width: 15%;
	text-align: center;
}

.cart_wishlist #content table#cart tbody tr td.thumb img {
	width: 70px;
	height: 70px;
	border: 1px solid #436181;
	vertical-align: middle;
}

.cart_wishlist #content table#cart tbody tr td.item {
	padding-left: 20px;
	width: 58%;
}

.cart_wishlist #content table#cart tbody tr td.item a {
	color: #1f3952;
	font-weight: bold;
	text-transform: uppercase;
}

.cart_wishlist #content table#cart tbody tr td.item a:hover {
	text-decoration: none;
}

.cart_wishlist #content table#cart tbody tr td.price {
	width: 15%;
	font-weight: bold;
	text-align: right;
}

.cart_wishlist #content #update {
	padding: 10px 0px 0px 18px;
}

.cart_wishlist #content #update a {
	margin-right: 10px;
	width: 62px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/btn_update.gif) no-repeat;
}

.cart_wishlist #content #update img {
	width: auto;
	float: left;
}

.cart_wishlist #content #update p {
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	float: right;
}

.cart_wishlist #content #what_next {
	margin-bottom: 20px;
	padding: 24px 0px 10px 0px;
	width: 100%;
	overflow: hidden;
	border-bottom: 4px solid #426081;
}

.cart_wishlist #content #what_next #continue_shopping, #wishlist, #continue_checkout, #paypal, #shopping_cart {
	margin-right: 10px;
	text-indent: -9999px;
	display: block;
	float: left;
}

.cart_wishlist #content #what_next #continue_shopping {
	width: 137px;
	height: 24px;
	background: url(../images/btn_continue_shopping.gif) no-repeat;
}

.cart_wishlist #content #what_next #wishlist {
	width: 102px;
	height: 24px;
	background: url(../images/btn_wishlist.gif) no-repeat;
}

.cart_wishlist #content #what_next #continue_checkout {
	width: 102px;
	height: 24px;
	background: url(../images/btn_checkout.gif) no-repeat;
}

.cart_wishlist #content #what_next #paypal {
	width: 143px;
	height: 37px;
	background: url(../images/btn_paypal.gif) no-repeat;
}

.cart_wishlist #content #what_next #shopping_cart {
	width: 137px;
	height: 24px;
	background: url(../images/btn_shopping_cart.gif) no-repeat;
}

/* PRODUCT DETAILS */

.product_details #main #content #content_wrapper {
	padding: 0px;
	border: none;
}

.product_details #main #content h3 {
	padding-top: 15px;
	font-size: 20px;
}

.product_details #main #content h3#product_title {
	text-transform: uppercase;
}

.product_details #main #content #product_image {
	width: 296px;
	float: left;
}

.product_details #main #content #product_image img {
	border: 4px solid #426081;
}

.product_details #main #content #details {
	width: 355px;
	float: right;
}

.product_details #main #content #details #quantity, .product_details #main #content #details #total {
	padding-top: 10px;
	overflow: hidden;
}

.product_details #main #content #details #quantity h3, .product_details #main #content #details #total h3 {
	margin-right: 10px;
	padding-top: 0px;
	float: left;
	width: auto;
	line-height: 30px;
}

.product_details #main #content #details #quantity p {
	padding: 0px 10px;
	width: auto;
	height: 25px;
	float: left;
	color: #284462;
	font-size: 18px;
	text-align: center;
	border: 2px solid #284462;
	background-color: #ffffff;
}

.product_details #main #content #details #total p {
	color: #284462;
	font-size: 20px;
	font-weight: bold;
}

.product_details #main #content #details #add_to_cart {
	margin: 0px 15px 20px 0px;
	width: 122px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/btn_add_cart.gif) no-repeat;
}

.product_details #main #content #details #add_to_wishlist {
	margin-bottom: 20px;
	width: 137px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(../images/btn_add_wishlist_blue.gif) no-repeat;
}

.product_details #main #content #details #social_media {
	padding-top: 20px;
	width: 100%;
	overflow: hidden;
}

.product_details #main #content #details .social_media {
	padding-top: 10px;
	width: 100%;
}

.product_details #main #content #details #shipping_alert {
	padding: 10px 10px 0px 10px;
	border: 2px solid #365372;
	clear: both;
}

.product_details #main #content #details #shipping_alert h3 {
	margin: 0px;
	padding: 0px;
}

.product_details #main #content #details #shipping_alert h3 span {
	text-transform: uppercase;
	color: #ac181f;
}

.product_details #main #content #details #shipping_alert p {
	font-size: 16px;
	font-weight: bold;
	color: #1f3952;
}