/* 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: #fff;
	} 

img {pointer-events: none;}


/**********ADA****************/
.sr-only {
position: absolute; left: -10000px;
}
.skip-link {
color: black; background-color: white; padding: 12px; border: 2px solid black; border-radius: 5px; z-index: 999;
}
.skip-link:focus-visible {
left: 0px;
}
/*******************************/


p, td, div { 
	color: #de1f82; /*#613200; */
	font-family: 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; 
	}

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: #de1f82;
	text-decoration: underline;
	}

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

#IEalert { display: none; }

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

#headerwrapper { 
	width: 975px; 
	height:105px;  
	position: relative; 
	top: 0px;
		/* rounded corners */
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	-moz-border-radius-topleft: 10px 10px;
	-moz-border-radius-topright: 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	-moz-border-radius-bottomright: 10px 10px;
		/* page shadow */
	box-shadow: 0px 0px 5px #999;
	}

#headercontent { 
	width: 975px; 
	height:75px;  
	position: relative; 
	top: 0px;
		/* 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 #999;*/
	}

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

#headerContact {
	width: 245px;
	position: relative;
	top: 15px; 
	right: 15px; */
	z-index: 1000;
	float: right;
	/*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: #de1f82; /*#9f9f5f;*/ /*7b3f00; */
	font-family: 'century gothic', arial, helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: 700;
	text-align: right;
	}

#headerContact a {
	text-decoration: none;
	}
 
#headernav { 
	width: 925px; 
	height: 30px; 
	position: relative; 
	top: 15px; 
	left: 25px;
	float: left;
	z-index: 600; 
	text-align: left; 
	/*background: #f4ecd0; */
	border-top: 2px solid #f57d00; /* border-top: 2px solid #9f9f5f; */
 	}

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

#footernav { 
	width: 975px; 
	height: 30px; 
	position: relative; 
	bottom: -0px; 
	right: 0px; 
	z-index: 150;
	clear: both;
	/*background: #9f9f5f;*/
	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: 910px; 
	list-style-type: none; 
	padding-top: 5px; 
	}

#footernav ul { 
	width: 975px; 
	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: 1px; 
	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: #de1f82; /*#9f9f5f; */
	font-family: 'century gothic', arial, helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: 700; 
	text-decoration: none; 
	margin-left: -17px; 
	padding-left: 17px;
	}
 
#footernav li a:link, #footernav li a:active, #footernav li a:visited { 
	color: #de1f82; /*#9f9f5f; */
	font-family: 'century gothic', arial, helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: 700; 
	text-decoration: none; 
	margin-left: -17px; 
	padding-left: 17px;
	}

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

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

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

#navsearchbutton {
	border: none; 
	background: none; 
	margin-right: -17px; 
	padding-right: 17px; 
	color: #de1f82; 
	font-family: 'century gothic', arial, helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: 700;
	margin-top: 1px;
	padding-top: 2px;
	}

#navsearchbutton:hover {
	color: #f57d00;
	cursor: pointer;
	}

#indexLeft {
	float: left;
	width: 200px;
	padding-right: 15px;
	}

#intro { 

	border: 0;
	min-height: 540px;
	padding: 15px;
	height: ;
		/* rounded corners */
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
		/* page shadow */
	box-shadow: 0px 0px 5px #999;
	}

#intro p {
	text-align: justify;
	line-height: 1.8em;
	padding-top: 0px;
	padding-bottom: 15px;
	}


#indexRight, #securecontent {
	float: left;
	width: 760px;
	}

#Sidebar {
	float: left;
	width: 170px;
	text-align:center; 
	margin: 0 auto;
	min-height: 400px;
	margin-top: 20px;
	border: 0;
	min-height: 460px;
	padding: 15px;
	height: ;
		/* rounded corners */
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
		/* page shadow */
	box-shadow: 0px 0px 5px #999;
}


.slideshow { 
		/* rounded corners */
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
		/* page shadow */
	box-shadow: 0px 0px 5px #999;
	}

.slideshow img { 
	padding:0; 
	border:0;
		/* rounded corners */
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	}

#prodPreview { 
	padding:0; 
	border:0;
	}

/* #prodPreview table */ 
#row1, #row2 {
	display: block;
	width: 750px;
	padding: 5px;
		/* rounded corners */
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
		/* page shadow */
	box-shadow: 0px 0px 5px #999;
	}

#row1 {margin-bottom: 10px; }


#prodPreview td {
	width: 250px;
	}

#prodPreview img {
	width: 230px;
	height: 230px;
	text-align: center;
	margin: 0 auto;
	}

#row1 img, #row2 img {
	}

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

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

#securecontent {
	padding-top: 15px;
	margin: 0 auto;
	min-height: 400px;
	margin-top: 5px;
}

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

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

#contactPage p { 
	text-align: left;
	}

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

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

.spacer { 
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1em;
	}

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

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

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

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: #fff;
	}

p.bullets { text-align: left; line-height: 2em; }

p.bullets a { 
	color: #de1f82; 
	font-family: 'century gothic', arial, helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: 700; 
	text-decoration: none; 
	/*white-space: pre-wrap;*/
	}

p.bullets a:hover { 
	color: #f57d00;
	}