/* this style allows ie to display pngs as a background image although they can't repeat */
/* note: it requires a blank .gif and it must be referrenced correctly in the .htc file for this to work */
* { behavior: url(js/png_bg_fix.htc);  }


/* ----------------------------------- default ----------------------------------- */
html {
	/* setting font to 62.5% makes 10px = to 10px since default is 16px (16 x 62.5 = 10) */
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
}
body {
	text-align:center;
	background:#fcf9ed url(../images/bg.jpg) top center no-repeat;
	height:100%;
	color:#666;
}

a {			color:#f90; text-decoration:none; }
a:hover {	color:#666; text-decoration:underline; }

strong, b { font-weight:bold;}


/* ----------------------------------- header ----------------------------------- */
	
#header {
	width:950px;
	height:175px;
	margin:auto;
	background:url(../images/bg_header.jpg) top no-repeat;
}
#header h1 {
	height:104px;
	width:360px;
	float:left;
	display:inline;
	margin-left:75px;
	background:url(../images/header_logo.jpg) no-repeat;
	text-indent:-9000px;
	cursor:pointer; 
	_cursor:hand; /*alternate cursor for IE*/
}
#header h2 {
	height:69px;
	width:440px;
	float:right;
	display:inline;
	text-align:center;
	background:url(../images/header_tagline.jpg) bottom center no-repeat;
	text-indent:-9000px;
}
/* ----------------------- search form ----------------------- */
#header form {
	float:right;
	display:inline;
	width:270px;
	height:25px;
	padding-top:10px;
	text-align:center;
}
#header form label {
	color:#999;
	font-size:12px;
	line-height:20px;
	display:block;
	float:left;
	width:45%;
	text-align:right;
}
#header form input {
	width:40%;
	height:16px;
	line-height:11px;
	padding:0; 
	font-size:11px;
	padding:1px 2px;
	margin:2px 3px 0 3px;
	border:1px solid #999;
}
#header form button img, #header form button {
	vertical-align:top;
	width:22px;
	height:20px;
	margin:0;
	padding:0;
	border:none;
	background:none; 
	cursor:pointer; 
	_cursor:hand; /*alternate cursor for IE*/
}
/* ----------------------- nav ----------------------- */
#header ul {
	float:right;
	display:inline;
	clear:right;
	width:400px;
	height:51px;
	margin-right:56px;
	list-style:none;
}
#header li {
	display:inline;
	float:left;
}
#header li a, #header li a span {
	display:inline;
	float:left;
	text-align:center;
	line-height:60px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	_cursor:hand; /*alternate cursor for IE*/
}
#header li a {
	font-size:20px;
	padding-left:12px;
	background:url(../images/nav_bgL2.jpg) top left no-repeat;
}
#header li a span {
	padding-right:12px;
	background:url(../images/nav_bgR2.jpg) top right no-repeat;
}
#header li a:hover {
	background:url(../images/nav_bgL_hover2.jpg) top left no-repeat;
	text-decoration:none;
}
#header li a:hover span {
	background:url(../images/nav_bgR_hover2.jpg) top right no-repeat;
}
	




/*------------------------------------ content wrappers that create page background ------------------------------------*/
#wrapperBGtile {
	width:950px;
	margin:auto;
	background:url(../images/bg_content_tile.jpg) top repeat-y;
}
#wrapperBGtop {
	width:950px;
	margin:auto;
	background:url(../images/bg_content_top.jpg) top no-repeat;
}
#wrapperBGbottom {
	width:910px;
	margin:auto;
	padding:0 20px 20px 20px;
	text-align:left;
	background:url(../images/bg_content_bottom.jpg) bottom no-repeat;
}

/*----------------- makes wrappers with nested floats clear the last item within it ----------------*/
#wrapperBGtile:after, #wrapperBGbottom:after, #wrapperBGtop:after, #sidebar:after, #content ul.category:after, #sidebar ul.cartSpecials:after, #sidebar ul.cartButtons:after, #sidebar #cartView #checkout:after, #footer:after, #content .product:after, #content #crossSelling:after {
	content: ".";
	display: block; 
	height: 0; 
	font-size:1px;
	clear: both; 
	visibility: hidden;
}





/*------------------------------------ content divs ------------------------------------*/
#content {
	float:left;
	display:inline;
	clear:left;
	width:600px;
	padding-bottom:10px;
	padding-left:10px;
	margin-top:10px;
}
#content.homeBG {
	background:url(../images/home_title_fade.jpg) top left no-repeat;
}
#sidebar {
	float:right;
	display:inline;
	width:290px;
	padding:15px 0;/*
	margin-top:20px;
	margin-bottom:60px;*/
	margin:20px 0 60px 0;
	background:url(../images/home_login_bg.jpg) top left no-repeat;
}


/*------------------------------------ general styles ------------------------------------*/
#content h1 {
	font-size:24px;
	line-height:26px;
	color:#87c03d;
	font-weight:bold;
}
#content h2 {
	padding-top:10px;
	font-size:20px;
	line-height:22px;
	color:#87c03d;
	font-weight:bold;
}
#content h3 {
	padding-top:10px;
	font-size:16px;
	line-height:18px;
	color:#87c03d;
	font-weight:bold;
	margin-bottom:-10px;
}
#content h4 {
	padding-top:10px;
	font-size:14px;
	line-height:16px;
	color:#87c03d;
	font-weight:bold;
}

#content p {
	font-size:14px;
	line-height:16px;
	padding:10px 0 5px 0;
}

#content ul {
	margin:5px 0 0 30px;
	list-style:disc;
}
#content ul li {
	font-size:14px;
	line-height:16px;
	list-style:disc;
	padding-bottom:5px;
}
#content form {
	width:500px;
	margin:auto;
	text-align:center;
}
#content form label {
	padding-right:10px;
	display:block;
	float:left;
	clear:left;
	width:40%;
	color:#525252;
	text-align:right;
	font-size:14px;
	line-height:20px;
}
#content form input, #content form textarea {
	display:inline;/*
	float:left;
	margin-bottom:5px;*/
	padding:2px;
	font-size:12px;
	color:#525252;
}
.contactForm {
	float:left;
}
/*------------------------------------ homepage text ------------------------------------*/

#content .bookend {
	display:inline;
	height:30px;
}
#content h1.home {
	text-align:center;
	padding-top:20px;
}
#content h1.home img {
	display:inline;
	margin-bottom:-8px;
}

/*------------------------------------ homepage promos ------------------------------------*/
#bucket1, #bucket2, #bucket3 {
	float:left;
	display:inline;
	width:277px;
}
#bucket1 {
	margin:20px 14px 10px 11px;
	background:url(../images/home_bucket1.jpg) top center no-repeat;
}
#bucket2 {
	margin:20px 14px 10px 11px;
	background:url(../images/home_bucket2.jpg) top center no-repeat;
}
#bucket3 {
	margin:20px 14px 10px 11px;
	background:url(../images/home_bucket3.jpg) top center no-repeat;
}


#bucket1 h1 a, #bucket2 h1 a, #bucket3 h1 a {
	width:90%;
	display:block;
	height:240px;
	margin:40px auto;
	overflow:hidden;
	color:#fff;
	font-size:26px;
	line-height:28px;
	font-weight:bold;
}/*
#bucket1 h1 a, #bucket2 h1 a, #bucket3 h1 a {
	color:#fff;
}*/


#bucket1 h2, #bucket2 h2, #bucket3 h2 {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
}
#bucket1 h2 a {
	color:#87c03d;
}
#bucket2 h2 a {
	color:#ffbf23;
}
#bucket3 h2 a {
	color:#6bc6ef;
}


#bucket1 p, #bucket2 p, #bucket3 p {
	color:#666;
	font-size:12px;
	line-height:14px;
}
	


/*------------------------------------ sidebar content ------------------------------------*/

/*------------------------------------ customer login ------------------------------------*/
#login {
	float:right;
	display:inline;
	width:290px;
	overflow:hidden;
}
#login h1 {
	display:block;
	height:60px;
	padding-top:10px;
	color:#f90;
	text-align:center;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}
#login h2 {
	display:block;
	padding:20px 0 0 0;
	margin:0 20px;
	color:#f90;
	text-align:center;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
#login h3 a {
	display:block;
	color:#4f4f4f;
	width:240px;
	margin:0 20px 0 20px;
	padding:3px 10px 0 0;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	border-top:1px dashed #f90;/*
	display:block;
	float:right;
	width:auto;
	margin:0 20px 0 20px;
	padding:0 8px;
	height:20px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	border:1px solid #ccc;
	background:#6bc6ef;*/
}
#login p, #login a {
	color:#666;
	text-align:right;
	width:88%;
	clear:both;
}
#login a:hover {
	color:#666;
}
form#login {
	width:290px;
	text-align:center;
}
form#login label {
	padding-right:10px;
	display:block;
	float:left;
	clear:left;
	width:40%;
	color:#525252;
	text-align:right;
	font-size:14px;
	line-height:20px;
}
#login input {
	float:left;
	width:45%;
	margin-bottom:5px;
	padding:2px;
	font-size:14px;
	border:1px solid #ccc;
	color:#525252;
}

#login ul {
	clear:both;
	width:100%;
	margin:15px 0;
	display:block;
}
#login ul li {
	display:inline;
}








/* ----------------------------------- shopping cart ----------------------------------- */
#content h2.tree {
	clear:left;
	font-size:14px;
	line-height:16px;
}
#content #pcMain h1 {
	font-size:24px;
	line-height:26px;
}
#content #pcMain h2 {
	font-size:20px;
	line-height:22px;
}
#content #pcMain h3 {
	font-size:16px;
	line-height:18px;
}
#content #pcMain h4 {
	font-size:14px;
	line-height:16px;
}

/* -------------------- image border and padding -------------------- */
#content ul.subcategory li a img, #content .image a img, #content .image img, #content #crossSelling .crossProduct img, #sidebar ul.cartSpecials li a img   {
	padding:3px;
	background:#fff;
	border:1px solid #f90;
}
#content ul.subcategory li a:hover img, #content .image a:hover img, #content #crossSelling .crossProduct a:hover img, #sidebar ul.cartSpecials li a:hover img  {
	border:1px solid #666;
}
#content input[type="image"] {
	border:none;
	display:inline;
	float:none;
}
#content input[type="hidden"] {
	display:none;
	border:none;
}
#content p input {
	display:inline;
	float:none;
}

#content #categoryMenu {
	height:35px;
	padding-top:10px;
	float:right;
}


/* -------------------- category listings -------------------- */
#content ul.category {
	margin:20px 0 0 0;
	padding:0;
}
#content ul.category li {
	float: left;
	display:inline;
	text-align:center;
	list-style:none;
	margin:5px;
}

#content ul.category li a img  {
	margin-bottom:8px;
}
#content ul.category li a {
  	font-size: 18px;
	font-weight:bold;
	color:#f90;
}
#content ul.category li a:hover {
	color:#666;
	text-decoration:none;
}

/* -------------------- subcategory listings -------------------- */
#content ul.subcategory {
	margin:20px 0 0 0;
	padding:0;
}
#content ul.subcategory li {
	float: left;
	display:inline;
	text-align:center;
	list-style:none;
	margin:5px;
	width:140px;
	height:165px;
	overflow:hidden;
}

#content ul.subcategory li a img  {
	margin-bottom:8px;
}
#content ul.subcategory li a {
  	font-size: 12px;
	color:#f90;
}
#content ul.subcategory li a:hover {
	color:#666;
	text-decoration:none;
}

/* -------------------- product listings -------------------- */
#content .sortContainer {
	margin:15px 0;
	height:25px;
}

#content #prodSort {
	font-size:12px;
	float:left;
	display:inline;
}

#content ul.pages {
	float:right;
	display:inline;
	list-style:none;
	padding-top:3px;
}
#content ul.pages li {
	display:inline;
	padding:0 2px;
}
#content ul.pages li a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}



#content .product {
	clear:left;
	margin:10px 0;
	padding:10px 0;
	width:600px;
	display:block;
	text-align:left;
	border-bottom:1px dashed #bbb;
}

#content .product .image {	
	float:left;
	display:inline;
	padding:0 5px 5px 0;
	width:75px;
}
#content .image a img, #content .image img  {
	float:left;
	width:75px;
}
#content ul.imageThumbs {
	float:left;
	width:190px;
	height:40px;
	display:inline;
	list-style:none;
	padding:8px 0;
}
#content ul.imageThumbs li {
	display:inline;
	margin:0;
	padding:0;
}
#content .productDetail ul.imageThumbs li a img {
	display:inline;
	margin:0 5px 0 0;
	height:25px;
	width:25px;
}

#content .info {
	float:left;
	display:inline;
	width:320px;
	margin:0;
	padding:0 10px;
}

#content .info p {
	font-size:9px;
	line-height:11px;
}

#content .pricing {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:170px;
	overflow:hidden;
}
#content .pricing p {
	margin:5px 0;
}
#content .pricing p input {
	display:inline;
	float:none;
}

#content .product h1 a, #content .info h1 a {
	font-size:16px;
	line-height:18px;
}
#content .product p {
	font-size:12px;
	line-height:14px;
	padding:0;
}
#content .product a {
	color:#f90;
}
#content .product a:hover {
	color:#666;
	text-decoration:none;
}
#content .product input {
	width:25px;
	margin:3px;
}
#content .info ul {
	list-style:disc;
}
#content .info ul ul {
	list-style:circle;
	padding-top:0;
	margin-top:-10px;
	vertical-align:top;
	font-size:9px;
}


/* -------------------- product detail pages -------------------- */
#content .productDetail {
	clear:left;
	margin:10px 0;
	padding:10px 0;
	display:block;
	text-align:left;
	width: 600px;
}

#content .productDetail .image {	
	float:left;
	display:inline;
	padding:0 10px 10px 0;
	margin:0;
	width:180px;
}
#content .productDetail .image img {
	width:170px;
}


#content .productDetail .info {
	float:left;
	display:inline;
	width:400px;
	padding:0;
	margin:0 0 10px 0;
}
#content .productDetail .image .pricing {
	float:left;
	display:inline;
	clear:left;
	width:160px;
	padding:10px 5px 5px 15px;
}


#content .productDetail h1 {
	font-size:16px;
	line-height:16px;
}
#content .productDetail p {
	font-size:14px;
	line-height:16px;
	padding:0;
	margin-top:10px;
}
#content .productDetail a {
	color:#f90;
	font-weight:bold;
}
#content .productDetail a:hover {
	color:#666;
	text-decoration:none;
}
#content .productDetail input {
	width:25px;
	margin:3px;
}
#content .productDetail .info ul {
	padding-top:10px;
}
#content .productDetail .info ul li {
	font-size:12px;
	line-height:12px;
	padding:0;
}


/* -------------------- product detail pages - cross selling -------------------- */
#content #crossSelling {
	clear:left;
	padding:8px;
	border:1px dashed #bbb;
	width:580px;
}
#content #crossSelling h1 {
	font-size:14px;
	line-height:16px;
	padding-top:5px;
	padding-bottom:3px;
}
#content #crossSelling p {
	
}
#content #crossSelling .crossProduct {
	float:left;
	display:inline;
	margin:10px 10px 0 0;
	width:30%;
	height:150px;
	overflow:hidden;
	text-align:center;
}
#content #crossSelling .crossProduct input {
	width:14px;
}
#content #crossSelling .crossProduct img {
	height:75px;
}

#content #crossSelling .crossProduct h1 {
	font-size:13px;
	padding:5px 0 3px;
	width:120px;
	margin:0 auto;
}
#content #crossSelling .crossProduct input {
	clear:left;
	margin:0;
}
#content #crossSelling .crossProduct label {
	color:#666;
	text-align: center;
	font-size:12px;
	line-height:14px;
	margin-left:5px;
}



/* -------------------- sidebar specials -------------------- */
#sidebar ul.cartSpecials {
	clear:both;
	width:250px;/*
	margin:0 63px 0 13px;*/
	padding:0 20px;
	display:block;
	text-align:center;
}
#sidebar ul.cartSpecials li {
	display:inline;
	float:left;
	text-align:left;
	list-style:none;
	margin:auto;
}
#sidebar ul.cartSpecials li a img  {
	margin:0 0 10px 10px;
	width:75px;
	float:right;
}
#sidebar ul.cartSpecials li a {
  	font-size: 20px;
	text-align:center;
	font-weight:bold;
	float:left;
	width:120px;
}
#sidebar ul.cartSpecials li a h1 {
	margin-top:15px;
	padding-left:3px;
}
#sidebar ul.cartSpecials li a:hover {
	text-decoration:none;
}

/* -------------------- sidebar account/checkout buttons ---------- */
#sidebar ul.cartButtons {
	clear:both;
	width:250px;
	padding:0 20px;/*
	margin:0 63px 0 13px;*/
	display:block;
	text-align:center;
}
#sidebar ul.cartButtons h1 {
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	color:#87c03d;
}
#sidebar ul.cartButtons li {
	display:inline;
}
#sidebar ul.cartButtons li a {
	display:block;
	float:left;
	margin:0 3px;
	padding:0 8px;
	height:20px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	border:1px solid #ccc;
	background:#87c03d;
}
#sidebar ul.cartButtons li a:hover {
	color:#eee;
	background:#f90;
}

/* -------------------- sidebar cart view ---------- */
#sidebar #cartView {
	margin:0 20px;
	width:250px;
}
#sidebar #cartView h1 {
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	color:#87c03d;
}
#sidebar #cartView h2 {
	font-size:12px;
	font-weight:bold;
	color:#87c03d;
	padding:8px 0 2px 0;
}
#sidebar #cartView h3 {
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-top:10px;
	margin-top:5px;
	border-top:1px solid #87c03d;
}
#sidebar #cartView h3.new {
	border:none;
	padding-top:5px;
	margin-top:0;
}
#sidebar #cartView p {
	color:#333;
	font-size:11px;
}
#sidebar #cartView a {
	color:#f90;
}
#sidebar #cartView a:hover {
	color:#666;
}

/* -------------------- sidebar cart view subtotal checkout ---------- */
#sidebar #cartView #checkout {
	margin-top:5px;
	margin-bottom:10px;
	border-top:1px solid #87c03d;
}
#sidebar #cartView #checkout h1 {
	float:left;
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#666;
}
#sidebar #cartView #checkout h2 a {
	display:block;
	float:right;
	margin:0 5px;
	padding:0 8px;
	height:20px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	border:1px solid #ccc;
	background:#87c03d;
}
#sidebar #cartView #checkout h2 a:hover {
	color:#eee;
	background:#f90;
}/*
#sidebar #cartView #checkout ul.checkoutButton {
	padding:0;
	display:inline;
	float:right;
	text-align:center;
}
#sidebar #cartView #checkout ul.checkoutButton li a {
	display:block;
	margin:0 3px;
	padding:0 8px;
	height:20px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	border:1px solid #ccc;
	background:#87c03d;
}
#sidebar #cartView #checkout ul.checkoutButton li a:hover {
	color:#eee;
	background:#f90;
}*/



/* ----------------------------------- footer ----------------------------------- */
#footer {
	width:950px;
	margin:auto;
	padding:15px 0;
}

ul.footerL {
	float:left;
	display:inline;
	width:550px;
	padding:0 25px;
	text-align:left;
	color:#3b3b3b;
}
ul.footerR {
	float:left;
	display:inline;
	width:325px;
	padding-right:25px;
	text-align:right;
	color:#3b3b3b;
}

ul.footerL li, ul.footerR li {
	display:inline;
	padding:0 5px;
	font-size:12px;
	line-height:18px;
}
ul.footerL li a, ul.footerR li a {
	color:#3b3b3b;
	text-decoration:none;
}
ul.footerL li a:hover, ul.footerR li a:hover {
	color:#3b3b3b;
	text-decoration:underline;

}

