/* 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: #fff url(images/) fixed;
	} 

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: #111; */
	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: #111;
	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;*/
		/* rounded corners */
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	}

#headerwrapper { 
	width: 960px; 
	height:150px;  
	position: relative; 
	top: 0px;
	/*background: url(images/dgrey031.gif) 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:185px;  
	position: relative; 
	top: 0px;
	z-index: 1000;
	background: url(images/headerBG.gif); 
	/*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: 10px; 
	z-index: 800; 
	width: 500px; 
	height: 100px;
	background: url(images/logo.jpg) no-repeat;
	whitespace: no-wrap;
	}

#logo:hover { 
	background: url(images/logo_over.jpg) no-repeat;
	
	}

#logo h1 {
	margin-left: 125px;
	text-align: left;
	font-size: 32px;
	font-family: 'Bookman Old Style', 'times new roman', times, georgia, serif;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 10px;
	}

#logo a { 
	text-decoration: none; 
	color: #33c; /*#66f;*/
	}

#logo a:hover { 
	text-decoration: none; 
	color: #33c; /*#66f;*/
	text-shadow: 8px 4px 8px #333;
	}

#logo img {
	/*width: 645px; 
	height: 95px;  */
	}

#headerContact {
	width: auto;
	position: absolute;
	top: 40px; 
	right: 40px; 
	z-index: 1000; 
	}

#headerContact p {
	padding-bottom: 0px;
	padding-top: 0px;
	color: #33c; /*#66f;*/; 
	font-family: 'Bookman Old Style', 'times new roman', times, georgia, serif; 
	font-size: 20px; 
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	}

#headerContact a {
	text-decoration: none;
	}
 
#headerContact h1 { 
	margin-bottom: 10px; 
	color: #222; 
	margin:0; 
	text-align: center; 
	font-size: 15px; 	
	font-family: georgia,'Palatino Linotype','Book Antiqua',Palatino,'times new roman', Times, serif;
	letter-spacing: 1px;
	}

#headernav { 
	width: 960px; 
	height: 30px; 
	position: absolute; 
	top: 120px; 
	right: 0px; 
	z-index: 600; 
	text-align: right; 
	}

#securenav { 
	width: 960px; 
	height: 30px; 
	position: absolute; 
	top: 158px; 
	right: 220px; 
	z-index: 600; 
	text-align: right; 
	}

#content { 
	width: auto; 
	/*text-align:center; */
	padding:15px; 
	padding-top: 15px;
	margin: 0 auto;
	background: #fff;
	min-height: 400px;
		/* page shadow */
	box-shadow: 0px 0px 10px #333;
	*border: 1px solid #ccc; /* border for IE7 to "replace" shadow */
}

#footernav { 
	width: 960px; 
	height: 30px; 
	position: relative; 
	bottom: -0px; 
	right: 0px; 
	z-index: 150; 
	background: #33c;  
	text-align: center; 
		/* rounded corners */
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	-moz-border-radius-bottomleft: 3px 3px;
	-moz-border-radius-bottomright: 3px 3px;
		/* page shadow */
	box-shadow: 0px 0px 10px #333;
	*border: 1px solid #ccc; /* border for IE7 to "replace" shadow */
}

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

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

#headernav li, #securenav li { 
	display: inline; 

	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;
 	padding-left: 15px; 
	padding-right: 15px; 
	background: #F6F6F6;
	*background: #eee;
		/* page shadow */
	box-shadow: 0px 0px 5px #444;

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

#headernav li a:hover, #securenav li a:hover { 
	color: #ffff99; /*#111; */
	background:  #33c; /*#66f;*/ /*#ffff99;*/
		/* page shadow */
	box-shadow: 0px 0px 10px #B7B2A3;

	}

#footernav li a:hover { 
	color: #ffff99;
	text-decoration: underline;
	}

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

#navsearchbutton {
	border: none; 
	background: #F6F6F6;
	color: #111111; 
	font-family: Tahoma, Geneva, trebuchet ms, arial, helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: 500; 
	margin-top: 0px;
	padding-top: 0px;
	cursor: pointer;
	margin-top: 1px;
		/* page shadow */
	box-shadow: 0px 0px 5px #B7B2A3;

	}

#navsearchbutton:hover {
	background: #111;
	color: #ffff99;
	}

#indexTextBox1 { 
	width: 290px;
	min-height: 310px;
	padding: 10px;
	height:auto; 
	background-color: #fff;
	color: #111;
	border: 0;
	margin-top: 1px;
	float: left;
	text-align: justify;
		/* page shadow */
	box-shadow: 0px 0px 5px #666666;

	}

#indexTextBox2 { 
	width: 290px;
	min-height: 310px;
	padding: 10px;
	height:auto; 
	background-color: #fff;
	color: #111;
	border: 0;
	margin-top: 1px;
	float: left;
	text-align: justify;
		/* page shadow */
	box-shadow: 0px 0px 5px #666666;

	}

#indexTextBox3 { 
	width: 290px;
	min-height: 310px;
	padding: 10px;
	height:auto; 
	background-color: #fff;
	color: #111;
	border: 0;
	margin-top: 1px;
	float: left;
	text-align: justify;
		/* page shadow */
	box-shadow: 0px 0px 5px #666666;

	}

#indexTextBox p { 
	color: #111; 
	font-family: Tahoma, Geneva, Trebuchet MS, arial, helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: 500; 
	text-align: justify;
	padding-top: 8px;
	padding-bottom: 8px;
	}

#indexBox1 {		/* page shadow */
	box-shadow: 0px 0px 5px #999;
	min-height: 310px;
	width: 465px;
	float: left;
	}

#indexBox2 {		/* page shadow */
	box-shadow: 0px 0px 5px #999;
	min-height: 310px;
	width: 465px;
	float: left;
	}

#indexBox3 {		/* page shadow */
	box-shadow: 0px 0px 5px #999;
	min-height: 310px;
	width: 465px;
	float: left;
	}

#indexBox4 {		/* page shadow */
	box-shadow: 0px 0px 5px #999;
	min-height: 310px;
	width: 465px;
	float: left;
	}

#indexBox5 {
	min-height: 310px;
	width: 465px;
	display: none;
	}

#indexBox6 {
	min-height: 310px;
	width: 465px;
	display: none;
	}

#indexBoxes p {
	color: #111; 
	font-family: Tahoma, Geneva, Trebuchet MS, arial, helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: 500; 
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}

#indexBoxes img {}

#indexBoxes ul {
	color: #111; 
	font-family: Tahoma, Geneva, Trebuchet MS, arial, helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: 500; 
	margin-left: 50px;

	}

#indexBoxes h1 {
	padding: 15px;
	}

#aboutPage img {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
/* page shadow */
	box-shadow: 0px 0px 5px #999;
	*border: 1px solid #ccc; /* border for IE7 to "replace" shadow */
	}

#aboutPage p {
	line-height: 1.5em;
	font-size: 16px; 
	font-weight: 500; 
	}

#contactPage p {
	margin-left: 75px;
	font-size: 16px; 
	font-weight: 500; 
	}

#servicesPage p {
	line-height: 1.5em;
	font-size: 16px; 
	font-weight: 500; 
	}

#servicesPage ul {
	margin-left: 50px;
	font-size: 16px; 
	font-weight: 500; 
	}

#servicesPage li {
	padding: 5px 0 5px 0;
	}

#servicesPage img {
	float: left;
	margin-top: 15px;
	margin-right: 40px;
/* page shadow */
	box-shadow: 0px 0px 5px #999;
	*border: 1px solid #ccc; /* border for IE7 to "replace" shadow */
	}

/* Slideshow */

#slideContainer {
	float: right;
	width: 930px;
	height: 310px;
	padding: 0px;
	background: #111;
	} 

.slideshow img {
	/*border: 15px solid #222;*/
		/* rounded corners
	border-radius: 7px 7px;
	-moz-border-radius: 7px 7px; */
		/* page shadow */
	box-shadow: 0px 0px 5px #222;
	*border: 1px solid #ccc; /* border for IE7 to "replace" shadow */
	}



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

div.cat_item	{
	height:350px;
	/*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: #fff;
	}



