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

img, fieldset {
	border: 0;
}

img {pointer-events: none;}


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

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

ol, ul {
	list-style: none;
margin-left:0 !important; padding-left:0 !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

b, strong {
	font-weight: bold;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	/*font: .81em/150% Arial, Helvetica, sans-serif;*/ /* Firefox not displaying .81em as 13px */
	font: 14px/150% Arial, Helvetica, sans-serif !important;
	color: #232323;
}

a {
	color: #2c7e6d;/*#026acb;*/
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
/*ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}*/

/*li {
	margin: 0 0 .5em 0;
	padding: 0;
}*/

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .9em;
}

h6 {
	font-size: .8em;
}

.btn.btn-default {
	background-color: #2c7e6d;
	color:#fff;
	font-weight:bold;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}



/************************************************************************************
STRUCTURE
*************************************************************************************/

#wrapper1 {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background:;
	overflow: auto;
}

#wrapper2 {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background:;
	overflow: auto;
}

#pagewrap {
	max-width: 1200px;
	margin: 10px auto 0 auto;
	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;
/*	-webkit-box-shadow: 0px 0px 15px 2px rgba(17,17,17,0.5);
	-moz-box-shadow: 0px 0px 15px 2px rgba(17,17,17,0.5);
	box-shadow: 0px 0px 15px 2px rgba(17,17,17,0.5);

	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	-moz-border-radius-topleft: 7px 7px;
	-moz-border-radius-topright: 7px 7px;

	border-radius: 7px;
	-moz-border-radius: 7px;
*/
	background: #fff;
}

/************************************************************************************
HEADER
*************************************************************************************/

#header {
	position: relative;
	height: 100%;
	/*margin-top: 1em;*/
	background: #fff;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	-moz-border-radius-topleft: 7px 7px;
	-moz-border-radius-topright: 7px 7px;
}

#branding-top {
	position: relative;
	/*float: left;
	text-align: left;
	width: 40%;*/
	WIDTH: 100%;
	height: 100%;
	TEXT-ALIGN: CENTER;
	MARGIN: 0 AUTO;
}

/* site logo */
#site-logo {
	float: left;
	position: relative;
	/*top: 10px;*/
	width: 100%;
}

#site-logo a {
	text-decoration: none;
}

#site-logo img {
	max-height: 120px;
	/*margin-top: 1.5em;
	margin-left: 2em;*/
	margin-top: .5em;
}

/* site tagline */
#site-tagline {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: blue;
	float: left;
	position: relative;
	display: none;
}

/* not using */ #connect-top {
	float: right;
	text-align: right;
	width: 59%;
	height: 100%;
	position: relative;
	botton: 1px;
	margin: .5%;
}

#contact-top {		DISPLAY: NONE;
	position: relative; 
	verticle-align: top;
	width: 60%;
	float: right;
	right: 10px;
	text-align: right;
	height: 50%;
}

#contact-top p#top-phone {
	font-size: .9em;
	margin: 3px;
	line-height: 1em;
	letter-spacing: .06em;
	text-align: right;
	font-weight: 700;
}

#contact-top p#top-email {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: .15em;
	text-align: right;
	margin: 3px;
	font-weight: 700;
}

#social-top {		DISPLAY: NONE;
	position: relative;
	width: 60%;
	float: right;
	text-align: right;
	verticle-align: bottom; /* does nothing */
	bottom: 10px; /* does nothing */
	padding-top: 3em;
}

#social-top img {
	float: right;
	text-align: right;
	height: 50px;
}

ul.icon-only { display: none; }

ul.icon-full { display: inline-block; }
	
ul.icon-full li { 
	float: right;
	list-style-type: none;
	padding-right: 1em;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 200px;
}

#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* box shadow */
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
		-webkit-transition: width .7s;
		-moz-transition: width .7s;
		transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

/*** See also extra_css/nav_menu.css ***/

nav#menu {clear: both;}



/************************************************************************************
CONTENT
*************************************************************************************/

#content {
	background: #fff;
	margin: 0px 0px 20px;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 1200px;
	min-height: 350px;
	float: left; /* change to "right" for left-hand sidebar (and adjust margins) */
	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;
	/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		box-shadow: 0 1px 3px rgba(0,0,0,.25);


}

#secure-content {
	background: #fff;
	margin: 20px 0 20px;
	padding: 15px;
	width: 870px;
	float: right; /* change to "right" for left-hand sidebar (and adjust margins) */
	/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		box-shadow: 0 1px 3px rgba(0,0,0,.25);

	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;

}

/* post */
.post {
	margin-bottom: 1em;
}

.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}

.post-title a {
	text-decoration: none;
	color: #000;
}

.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

#feature-boxes { 
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 0; /* 10 /1000 */
	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;
}

#feature-box-1, #feature-box-2, #feature-box-3, #feature-box-4 {
	/*position: relative;*/
	list-style: none;
	overflow: hidden;
	width: 24%;
	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;
	float: left;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#feature-box-1 {
	margin: 0 auto;
}

#feature-box-2 {
	margin: 0 1%;
}

#feature-box-3 {
	margin: 0 1%;
}

#feature-box-4 {
	margin: 0 auto;
}

/*#feature-box-1 img,*/ #feature-box-2 img, #feature-box-3 img, #feature-box-4 img {
	display: block;
	height: auto;
	/*width: calc(100% - 6px);*/
	max-width: 100%;
	margin: 1% auto;
	margin-right: ;
	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;
	/*border: 3px solid #4db39c;*/
	/* rounded corner */
		/*-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;*/
	/* box shadow */
		/*-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);*/
}

#feature-box-1 p { font-size: 13px; line-height: 1.5em; text-align: left; padding: 1em;}

#feature-box-1 h1 { font-size: 15px; line-height: 1.5em; text-align: center; margin: 0 auto .75em; }

#feature-box-1 h2 { font-size: 14px; line-height: 1.5em; text-align: left; padding-left: 1em; }

#relog a, #salog a { 
	color: #111; 
	background-color: #b3e2ef; 
	padding: 10px; 
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
	/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	display: block;
	width: 160px;
	text-align: center;
	margin: 0 auto;
}

div#salog { margin-top: -10px; }

#relog a:hover, #salog a:hover { color: #fff; background-color: #6B4226; text-decoration: none; }

h1#stayup { font-size: 15px; margin: .5em 0; }

div.rep, div.shows {width:30%;float:left;margin-right:1%;height: 200px}

/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar-right {
	width: 300px;
	float: right;
	margin: 20px 0 20px;
}

#sidebar-left {
	width: 300px;
	float: left;
	margin: 20px 0 20px;
	font-size: .9em;
}

.widget {
	background: #fff;
	margin: 0 0 20px;
	padding: 20px 20px;
	/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* box shadow */
/* 		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
*/
}

.widgettitle, .toggle-title {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.1em;
	/*font-weight: bold;*/
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}

.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

#footer-nav-alt { display: none; }

.toggle-arrow { display: none; }

.toggle-drop { display: block; }

a.sideCatLink { font-weight: bold; font-size: 1.1em; }

/************************************************************************************
CAMEO EZ SPECIFIC
*************************************************************************************/

#sb-login input { margin: .5em 0; }

#CartOuter { margin: 0 auto; }


#sidebarWrapper { text-align: left; /*font-weight: bold;*/ }

.sublink { margin-left: 2em; }

/* login */
#loginWrapper, #loginBanner, #loginBottom { width: 100%; clear: both; }

#loginBanner p { padding-bottom: 1em; }

#loginLeft { width: 50%; }

#loginLeft h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

#loginRight { width: 50%; }

#loginLeft table { margin: 0 auto; }

#loginBottom p { 
	font-size: .8em;
	margin: 1em auto 0 auto;
	padding-top: 1em;
	
}

.shows {
	padding: .75em 0;
}

#pageLoad { display: none; }

table.MainMfr { width: 100%; max-width: 870px; margin: 0 auto; text-align: center; }

div.cat_item	{
	height:550px;
	width: 220px;
	/*min-width:200px;
	max-width:260px;*/
	float:left;
	position:relative;
	margin:0 0px 0 5px;
	padding:0 5px 0 0;
	z-index: 300;
	}

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

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

ul.topCats {  -webkit-padding-start: 0px; }

table.popupStyle { width: 100%; vertical-align: top; position: relative; } 

td#imgCell { width: 50%; float: left; vertical-align: top; }

td#descCell { width: calc(50% - 2em); float: right; text-align: left; padding: 0 1em; vertical-align: top; position: relative; top: 0; }


td#descCell p { text-align: left; vertical-align: top; }

#productsDisplay { margin: 0 auto; text-align: center; }

div#popupwrapper, table.popupStyle {
	background: #fff;
	height: 100%;
}

#Territories-tpl blockquote, #Territories-tpl table {
	text-align: center;
}

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


a.popup { text-decoration: none; }

.show-item-popup h1, .show-item-popup h2 {
	text-align: center;
	width: 100%;
	color: #fff;
}

.detail-pop-main-img {
	float: left;
	width: 45%;
	text-align: center;
	margin: 15px auto;
	
}
.detail-pop-main-img img {
	max-width: 100%;
}
.detail-pop-alt-img, .detail-pop-product-info {
	float: right;
	margin: 0;
	padding: 0;
	width: 53%;
}

.detail-pop-alt-img li {
	list-style-type: none;
	margin: 1%;
	width: 31%; 
	display:block;
	float:left;
}

.detail-pop-alt-img li img {
	max-width: 100%;
}

/* alt img mouse-over */

	.AltImgPreview {
		height: auto;
		max-height:500px;
	}

	.AltImgThumb {
		/*width:205px;
		margin-right:3px;*/
	}

	.AltImgNormal {
		/*border:3px solid #000000;*/
	}

	.AltImgSelected {
		/*border:3px solid #ff0000;*/
	}

/* end alt img mouse-over */

a.catName h3 { font-size: 1em; font-weight: bold; }

/************************************************************************************
FOOTER
*************************************************************************************/

footer {
	background: #fff !important;
}

#footer {
	clear: both;
	/*color: #ccc;
	font-size: 85%;*/
	text-align: center;
	width: 100%;
	margin: 1em auto;
	/*background: #fff;*/
}

/*#footer a {
	color: #fff;
}*/

.footer-widget {
	background: #fff;
	padding: 1em;
	float: left;
	/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		box-shadow: 0 1px 3px rgba(0,0,0,.25);

}

.footer-widget p {
	text-align: left;
}

#fw1 {
	margin: 0 1em 1em 0;
	width: calc(33% - 3em);
}

#fw2 {
	margin: 0 1em 1em 1em;
	width: calc(34% - 4em);
}

#fw3 {	DISPLAY: NONE;
	margin: 0 0 1em 1em;
	width: calc(33% - 3em);
}

#fw1 p {
	text-align: justify;
}

aside#sidebar-left section#fw1 {
	margin: 0 0 1em 0;
	width: calc(99% - 3em);
}

aside#sidebar-left section#fw2 {
	margin: 0 0 1em 0;
	width: calc(99% - 3em);
}

aside#sidebar-left section#fw3 {
	margin: 0 0 1em 0;
	width: calc(99% - 3em);
}

#footer-social { text-align: left; margin: 0; width: 33%; float: left; }

#footer-contact { font-size: 12px; text-align: center; margin: 0; width: 33%; float: left; }

#copyright { font-size: 11px; text-align: right; margin: 0 auto; padding-right: .5em; width: 33%; float: right; }


/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { display: inline-block; }

.clearfix { display: block; zoom: 1; }

/************************************************************************************
slideshow (see also extra_css/jquery.bxslider.css)
*************************************************************************************/

ul.bxSlider, ol.bxSlider {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.bxSlider li {
	margin: 0;
	padding: 0;
}

ul.bxSlider img {
	width:100%;
	/*border: 3px solid #4db39c;*/
	/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

/******************************* BEGIN MEDIA QUERIES *******************************/

/* See also extra-css/media-queries.css */

/************************************************************************************
smaller than 1300
*************************************************************************************/

@media screen and (max-width: 1300px) {

/* pagewrap */
	#pagewrap {
		width: 95%;
	}

/* content */
	#content {
		/*width: 65%;*/
		width: 96%;
		padding: 2%;
	}

	#secure-content {
		width: 70%;
		padding: 2%;
	}

/* sidebar */
	#sidebar-right, #sidebar-left {
		width: 25%;
	}

	#sidebar-right .widget, #sidebar-left .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

/* login */
	#loginWrapper, #loginBanner { width: 100%; }

	#loginLeft { width: 50%; }

	#loginRight { width: 50%; }

	#loginLeft table { margin: 0 auto; }

}

div#subCatLink, #main-cats { min-height: 390px; position: relative; }

#middleImage {
	background-color:white;
        width:290px;
	height:399px
	transition: transform .5s;
}
#middleImage img {width:100%}
#middleImage:hover {
	width:400px;
	height:507px;
	transform: scale(2);
}

/* This created to bottom-align cat/subcat images */
div#subSubCatLink { position: absolute; bottom: 0; vertical-align: bottom; width: 100%; padding: 0 .5em; }

a.category {
    margin: 10px auto !important;
}

a.catName h3, a.category {
    margin: -10px auto 15px auto;
    text-align: center;
    color: #111;
}
