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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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: url(images/newBG.jpg) center top;
	background-color: #efece7;
	line-height: 1.45em;
	font-size: 15px;
	color: #555555;
	font-family: ProximaNovaLight, arial, helvetica, sans-serif;
}

a {
	color: #7d7d7d;
	text-decoration: none;
	outline: none;
}

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

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: 0 0 .75em 0;
	/*color: #333;*/
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

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


#pagewrap {
	/*max-width: 100%;*/
	max-width: 966px;
	margin: 15px auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px #B7B2A3;
	border-radius: 10px 10px;
}

/* This is a hack to "center" the content div in IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	#pagewrap {
		max-width: 970px;
		margin: 0 auto;
	} 
}

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

#header {
	position: relative;
	height: 100%;
	/*margin-top: 1em;*/
	max-width: 966px;	
	margin: 0 auto;
	background-color: #efece7;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	-moz-border-radius-topleft: 10px 10px;
	-moz-border-radius-topright: 10px 10px;
}

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

/* site logo */
#site-logo, #site-logo-2 {
	float: left;
	position: relative;
	left: 7px;
	/*width: 100%;*/
}

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

#site-logo img {
	max-height: 114px;
	margin-top: 0px;
	padding: 10px;
}

#site-logo-2 {
	max-height: 132px;
	margin-top: 31px;
}

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

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

#top-cart-icon {
	position: relative;
	right: 2em;
	line-height: 2em;
	font-size: 12px;
	/* letter-spacing: .1em; */
	text-transform: uppercase;
	color: #938888;
}

#top-cart-icon img {
	vertical-align: top !important;
}

/* search-top */

#search-top {
	float: right;
	text-align: right;
	position:relative;
	top: 10px; 
	right: 5px;

}

#search-top form {
	position:relative;
	z-index:10;
	margin-top:5px; 
	margin-right: 10px;
}

#search-top form input[type="text"] {
	line-height: 20px;
	border: solid 1px #938888 !important;	
}

#search-top form input[type="Submit"] {
	cursor: pointer;
}

#navsearch { 
	/*position: absolute; 
	top: 10px; 
	right: 5px;*/
}

#navsearchbutton {
	border: none;
	color: #efece7;
	background-color: #8d8d8d; 
	font-family: Tahoma, Geneva, trebuchet ms, arial, helvetica, sans-serif; 
	font-size: 18px;
	font-weight: 500;
		/* rounded corners */
	border-radius: 7px 7px;
	-moz-border-radius: 7px 7px;
}

.field {
	border: ; /* solid 1px #756F7C; ~ I like the look of the default here */
		/* rounded corners */
	border-radius: 7px 7px;
	-moz-border-radius: 7px 7px;
}

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

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

nav#menu {clear: both;}



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

main {
	max-width: 1000px;	
	margin: 0 auto;
}

#content {
	background: #fff;
	/*margin: 20px 0 20px;*/
	padding: 15px;
	width: 930px;
	float: left; /* change to "right" for left-hand sidebar (and adjust margins) */
}

#secure-content {
	background: #fff;
	margin: 20px 0 20px;
	padding: 20px;
	width: 840px;
	float: right; /* change to "right" for left-hand sidebar (and adjust margins) */
}

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

#feature-box-1, #feature-box-2, #feature-box-3 {
	/*position: relative;*/
	list-style: none;
	overflow: hidden;
	width: 32%; /*265 /1000 */
	float: left;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

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

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

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

#feature-box-1 img, #feature-box-2 img, #feature-box-3 img {
	display: block;
	height: auto;
	width: 98%;
	margin: 1%;
	border: 0;
}

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

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

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

.widget {
	background: #fff;
	margin: 0 0 20px;
	padding: 20px 20px;
}

.widgettitle, .toggle-title {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.2em;
	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; }

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

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

#CartOuter { margin: 0 auto; }

.cart-button {
	width: 33%;
	padding: 2px 5px;
	border: 1px solid #555;
	border-radius: .5em;
}

a.cart-button {
	background-color: #bbb;
	color: #222;
	font-size: .7em;
}

a.cart-button:hover {
	background-color: #43b8e3;
	color: #fff;
	font-size: .7em;
	transition: color 0.3s ease-out;
}

#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;
	width:49%; float:left;
}

.shows.block {height:275px}


#pageLoad, h3.availProd { display: none; }

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

div.cat_item	{
	height:425px;
	width: 280px;
	/*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
	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;
}

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

footer {
	width: calc (100% - 2em);
	margin: 0 auto;
	background: #efece7;
	padding: .5em;
	border-top: solid 1px rgba(0, 0, 0, .10);
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	-moz-border-radius-bottomright: 10px 10px;
}

#footer {
	clear: both;
	/*color: #ccc;
	font-size: 85%;*/
	text-align: center;
	max-width: 966px;	
	margin: 0 auto;
	/*background: #bee0dd;*/
	/*float: left;*/
}

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

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

}

.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 {
	margin: 0 0 1em 1em;
	width: calc(33% - 3em);
}

#footer-links-left {
	float: left;
	width: calc(50% - 1em);
	margin: 1em 1em 1em 0;
	text-align: left;
}

#footer-links-right {
	float: right;
	width: calc(50% - 1em);
	margin: 1em 0 1em 1em;
	text-align: right;
}

#footer-links-right ul, #footer-links-left ul {
	/*border-top: solid 1px #ddd;*/
	border-bottom: 0;
	width: 100%;
}

#footer-links-right h3, #footer-links-left h3 {
	font-weight: 500;
	font-size: 17px;
}

#footer-links-left ul li:first-child {
	padding-top: .5em;
}

#footer-links-right ul { display: inline-block; }
	
#footer-links-right ul li { 
	float: right;
	list-style-type: none;
	padding-left: 1em;
	padding-top: .5em;
}

#footer-links-right ul li img:hover {
	filter: alpha(opacity=50); /* internet explorer */
	opacity: 0.5;           /* fx, safari, opera, chrome */
}

.footer-links a {
	line-height: 18px;
	font-size: 12px;
	color: #7d7d7d !important;
}

.footer-links a:hover {
	color:#c19b4f !important;
}

footer h3 {
	color: #5f5f5f;
	font-size: 16px;
	margin: 0;
}

#copyright {
	max-width: 996px;	
	margin: 0 auto;
	color: #777;
	text-align: center;
	font-size: 12px;
}

/************************************************************************************
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 {
	/* rounded corner */
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
}


/* LOGIN */
.login-info {
	width: 280px;
	float: left;
	text-align: left;
	margin-left: 1em;
}

.login-info h2 {
	margin-top: 0;
}

.login-info label, .login-info input, .login-info p {
	float: left;
	clear: left;
}

.home-content {	DISPLAY: NONE;
	max-width: 660px;
	padding: 10px 20px;
	float: left;
	clear: all;
	margin: 0 auto;
	text-align: center;
}

.slideshow {
	/*background: url(../images/bg-gold.png) no-repeat;*/
	max-width: 660px;
	float: left;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
 /* box-sizing: border-box;
  border: 10px solid #fef2cd;*/
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

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

}

/* bootstrap override */
	.show-cat-sm-6 {
   		width: 33% !important;
		text-align: center;
		min-height: 310px !important;
	}

	#subCatLink.show-cat-sm-6 {
   		width: 33% !important;
	}
