/* RESET */

a, abbr, acronym, address, b, bdo, big, blockquote, body, br, button, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, img, input, ins, kbd, label, legend, li, map, object, ol, p, pre, q, samp, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
	margin:0; 
	padding:0;
	}

body, BODY { 
	background-color: #a7d5a8;
	} 

p, td, div { 
	color: #111; 
	font-family: Tahoma, Geneva, Trebuchet MS, arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: 500; 
	}

p { 
	/*text-align: left;*/
	padding-top: 10px;
	padding-bottom: 10px;
	}

blockquote {
	padding: 10px;
	}

img { 
	text-decoration: none; 
	border: 0; 
	}

/*I'm not sure what was supposed to be here {
	background-color: #756F7C;
	color: #fef6d8;
	border: 0; */
		/* rounded corners */
/*	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	}*/ 

h1 { 
	padding-bottom:10px; 
	color: #cc3333; 
	margin:0; 
	text-align: center; 
	font-size: 18px; 
	}

h2 { 
	font-size:16px; 
	}


h3 { 
	font-size: 15px; 
	}

h4 { 
	font-size:14px; 
	}

a:link, a:active, a:visited {
	color: #111;
	text-decoration: underline;
	}

a:hover {
	color: #cc3333;
	text-decoration: none;
	}

#IEalert { display: none; }

#page-wrap {
	margin: 15px auto;
	width: 960px;
	position: relative;
	background: #fff;
		/* page shadow */
	box-shadow: 0px 0px 10px #999;
	*border: 3px solid #98CD99; /* border for IE7 */
		/* rounded corners */
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	}

#headerwrapper { 
	width: 960px; 
	height:150px;  
	position: relative; 
	top: 0px;
	background: url(images/bjheaderbg.png) repeat-x; 
	/*border-bottom: solid 3px #9F8A44;*/
		/* rounded corners */
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	-moz-border-radius-topleft: 10px 10px;
	-moz-border-radius-topright: 10px 10px;
		/* page shadow */
	/*box-shadow: 0px 0px 8px #B7B2A3;*/
	}

#headercontent { 
	width: 960px; 
	height:150px;  
	position: relative; 
	top: 0px;
	background: url(images/bjlogowbar.png); 
	/*border-bottom: solid 3px #9F8A44;*/
		/* rounded corners */
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	-moz-border-radius-topleft: 10px 10px;
	-moz-border-radius-topright: 10px 10px;
		/* page shadow */
	/*box-shadow: 0px 0px 8px #B7B2A3;*/
	}

#logo { 
	position: relative; 
	top: 10px; 
	left: 15px; 
	z-index: 800; 
	width: 325px; 
	height: 100px; 
	background: ;
	}

div#pinterest {
	width:50px;
	position:relative;
	top:-75px;
	left:625px;
	z-index:2000;
}

#headerContact {
	width: 245px;
	position: relative;
	top: -155px; 
	left: 695px; 
	z-index: 1000; 
	background: #BADEBB; /*a7d5a8*/
	border: 4px solid #a7d5a8;
	*border: 4px solid #98CD99; /* border for IE7 */
		/* page shadow */
	box-shadow: 0px 0px 10px #999;
		/* rounded corners */
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	}

#headerContact p {
	padding: 8px;
	color: #111; 
	font-family: Tahoma, Geneva, Trebuchet MS, arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 700;
	text-align: right;
	}

#headerContact a {
	text-decoration: none;
	}
 
#headernav { 
	width: 960px; 
	height: 30px; 
	position: relative; 
	top: -130px; 
	right: 0px; 
	z-index: 600; 
	text-align: right; 
	/*background: #f4ecd0; */
	}

#headernav.member-nav {margin-top:30px}

#securenav { 
	width: 960px; 
	height: 30px; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	z-index: 600; 
	text-align: left; 
	}

#footernav { 
	width: 960px; 
	height: 30px; 
	position: relative; 
	bottom: -0px; 
	right: 0px; 
	z-index: 150; 
	background: #111;  
	text-align: center; 
		/* rounded corners */
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	-moz-border-radius-bottomright: 10px 10px;
		/* page shadow */
	/*box-shadow: 0px 0px 8px #B7B2A3;*/
}

#headernav ul { 
	width: 960px; 
	list-style-type: none; 
	padding-top: 5px; 
	}

#footernav ul { 
	width: 960px; 
	list-style-type: none; 
	padding-top: 7px; 
	}

#securenav ul {
 	width: 960px; 
	list-style-type: none; 
	padding-top: 5px;
	margin-left: 225px;
	}

#headernav li, #securenav li { 
	display: inline; 
	padding-left: 5px; 
	padding-right: 15px; 
	text-align: center;
	}

#footernav li { 
	display: inline; 
	padding-left: 10px; 
	padding-right: 10px; 
	text-align: center;
	}

/* #headernav li:first-child { 
	display: inline; 
	padding-left: 100px; 
	padding-right: 15px; 
	} */

/* #headernav li:last-child { 
	display: inline; 
	padding-left: 20px; 
	padding-right: 40px; 
	} */
 
#headernav li a:link, #headernav li a:active, #headernav li a:visited, 
#securenav li a:link, #securenav li a:active, #securenav li a:visited { 
	color: #111111; 
	font-family: Tahoma, Geneva, trebuchet ms, arial, helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: 500; 
	text-decoration: none; 
	margin-left: -17px; 
	padding-left: 17px;
	}
 
#footernav li a:link, #footernav li a:active, #footernav li a:visited { 
	color: #fff; 
	font-family: Tahoma, Geneva, trebuchet ms, arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: 500; 
	text-decoration: none; 
	margin-left: -17px; 
	padding-left: 17px;
	}

#headernav li a:hover, #footernav li a:hover, #securenav li a:hover { 
	color: #cc3333; 
	background: url(images/bjbullet.png) no-repeat left 50%;
	*background: ; /* didn't look right in IE7 */
	/*border-bottom: solid 2px #9F8A44; */
	}

#footernav li a:hover { 
	color: #cc3333; 
	background: url(images/bjbullet.png) no-repeat left 50%;
	*background: ; /* didn't look right in IE& */
	/*border-bottom: solid 2px #9F8A44; */
	}

#navsearch { 
	/*margin-top:1px; */
	/*margin-bottom:1px; */
	position: absolute; 
	top: 2px; 
	left: 300px;
	}

#navsearchbutton {
	border: none; 
	background: none; 
	margin-right: -17px; 
	padding-right: 17px; 
	color: #111111; 
	font-family: Tahoma, Geneva, trebuchet ms, arial, helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: 500;
	margin-top: 1px;
	padding-top: 2px;
	}

#indextextbox { 
	height:auto; 
	background-color: #f4ecd0;
	color: #756F7C;
	border: 0;
	padding: 10px;
	margin-top: 5px;
		/* rounded corners */
	border-radius: 7px 7px;
	-moz-border-radius: 7px 7px;
		/* page shadow */
	box-shadow: 0px 0px 10px #B7B2A3;
	}

#homeimage, #homeimage2 { 
	position: absolute; 
	/*top: 160px; */
	top: 225px;
	/*left: 10px; */
	left: -15px; 
	z-index: 900; 
	/*width: 225x; */
	/*height: 340px; */
	width: auto; 
	height: 350px; 
	}

#homeimage img, #homeimage2 img {
	height: 300px;
	}

#content { 
	width: auto; 
	text-align:center; 
	padding:15px; 
	padding-top: 15px;
	margin: 0 auto;
	min-height: 400px; 
	}

#aboutpage p, #helppage p { 
	margin-top: .75em; 
	margin-bottom: .75em; 
	}

#aboutpage img { 
	float: left; 
	margin: 20px 20px 20px 10px; 
	}

#contactpage p { 
	margin-bottom: 1em; 
	margin-left: 4em; 
	}

#helppage h1, #termspage h1 { 
	margin-top: -15px; 
	}

#aboutpage h1 { 
	margin-top: 0px; 
	}

/********************************* CAMEO EZ specific style *********************************/

.Special {font-weight:bold;font-size:20px}

div.cat_item	{
	height:430px;
	/*width:260px; ~works with custom showcat */ 
	width:220px;
	float:left;
	position:relative;
	margin:0 0px 0 45px;
	padding:0 5px 0 5px;
	z-index: 300;
	}

div.cat_item div.cat_content_bottom {
	position:absolute; 
	bottom:0px
	z-index: 300;
	}

div.cat_item div.cat_content_top {
	position:absolute;
	top:0px
	z-index: 300;
	}

.itemList, .BodyBg .item {
	border-bottom: 1px dotted #9cf;
	padding-bottom: .5em;
	padding-top: .5em;
	}

.currentCat {
	text-align: center; 
	}

#cartContainer, .cartContainer, .CartOuter, #CartOuter, .item img, .MainMfr, .addToCart, .cart p {
	margin: 0 auto;
	text-align: center;
	}

.Cart, #Cart, #EditCart  {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}

#popupwrapper, .popupStyle, #cboxLoadedContent, #cboxOverlay, #cboxWrapper, #cboxContent, #colorbox {
	background-color: #f4ecd0;
	}

table.Cart img { max-height:75px !important; }