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

a.button { 
	background:#aaaaaa;
	color:#ffffff;
	padding:5px;
	border:1px solid #aaaaaa;
	margin-top:5px;
	font-weight:bold;
	border-radius:5px;
}

a.button:hover   {text-decoration:none;background:#dddddd;color:#000000}

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

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

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

body {
	font: 13px/150% Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

a {
	color: #333;
	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: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* 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: 95%; /*960px;*/
	margin: 0 auto;
}

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

#header {
	position: relative;
	height: 100%;
	margin-top: 1em;
	border-bottom:1px solid #dddddd;/*GI added*/
}

#branding-top {
	position: relative;
	/*float: right;
	text-align: right;*/
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
}

/* site logo */
#site-logo {
	float: left;
	position: relative;
	/*top: 10px;*/
	margin: 0 auto;
	text-align: center;
	width: 100%;
	border-bottom:1px solid #dddddd;/*GI added */
}

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

#site-logo img {
	width: 100%;
	max-width: 320px;
	padding: 1em 0 .25em 0;
}

/* 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 {
	position: relative; 
	vertical-align: top;
	width: 67%;
	float: right;
	right: 10px;
	text-align: right;
	height: 50%;
	display: none;
}

#contact-top p#top-phone {
	font-size: 13px;
	margin: 3px;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: right;
	font-weight: 700; /*500*/
}

#contact-top p#top-email { display: none;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: right;
	margin: 3px;
	font-weight: 700;
}

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

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

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: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* 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
*************************************************************************************/

#pub-content {
	background-color: #fff;
	margin: 20px 0 20px 20%;
	padding: 0 20px 20px 20px;
	width: 70%; /*940px;*/
	float: left;
}

#content {
	background-color: #fff;
	margin: 0 0 20px 0;
	padding: 0 20px;
	width: 83.333333%; /*640px;*/
	float: right;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content ul {
	list-style: initial;
	margin: initial;
	padding: 0 0 1.2em 20px;
	
}

#content ul.bxSlider {
	padding: 0;
	
}

/* h2.page-heading, h3.reg, h3.availProd {
	font-size: 20px;
	width: 100%;
	width: calc(100% + 40px);
	line-height: 55px;
	text-indent: 20px;
	color: #000;
	background: #c1d82f;
	position: relative;
	top: -20px;
	left: -20px;
	}
*/

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

#index-boxes {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 0; /* 10 /1000 */
}

.index-box {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0;
	width: 29%;
	padding-top: 29%;
	margin: 2%;
	text-align: center;
	background: #fffdf8;
	/* 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);
}

#index-box-1, #index-box-2, #index-box-3 {
	margin: 0 auto;
	position: absolute;
	top: 0;
	padding: 1em;
	width: calc(100% - 2em);
	overflow: hidden;
}

#index-box-1 img, #index-box-2 img, #index-box-3 img {
	max-height: 100%;
	border: 0;
}

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

#sidebar-left {
	/*width: 280px;*/
	float: left;
	margin: 20px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget {
	background: #898989;
	margin: 0 0 20px;
	padding: 20px 20px;
	/* 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);
}

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

ul.topCats {
	margin: 0;
	padding: 0;
	/* These don't seem to do anything to help */
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

ul.topCats li {
	margin: 0;
	padding: 0;
	margin-top: -1em;
	list-style: none;
	clear: both;
}

ul.topCats li:first-child {
	padding-top: 1em;
}

ul.sideSub li {
	margin: 0;
	padding: 0;
	padding-top: .25em;
}

ul.sideSub li:first-child {
	padding-top: .5em;
}

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


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

.login-img {width:30%;float:left}
.login-img img {width:100%}

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

.mainCats {height:400px;padding:0 3%; text-align:center;}

div.catDescr  {vertical-align:top;text-align:center}

.show-cat-public-item { width:32%;float:left }

.show-cat-fluid { width:100%}

#contact-wrapper { width: 100%; }

.topCats li a {font-size:12px}

#contact-wrapper h2 {
	font-family: Arial Narrow;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	letter-spacing: -.05em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

#contact-left { width: 50%; float: left; } 

#contact-right { padding-left: 1em; width: calc(50% - 1em);  float: right; }

#keywords {margin-bottom:20px}

.keysearch-item {height:500px; text-align:center}

#CATFORM {display:none}

.catCell {width:30%;float:left;text-align:center;min-height:500px}

div.cat_item	{
	height:450px;
	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
	z-index: 300;
	width: 100%;
	margin: 0 auto;
	}

.col_content_bottom {text-align:center}

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

div.subCatLink {height:400px !important; display: block;}

.subcatLinks {width:32%;float:left;margin-right:1%;height:250px !important}

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

table.popupStyle { width: 100%; } 

td#imgCell { width: 50%; float: left; }

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


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

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

a.catName h3 { margin: 0 auto; text-align: center; color: #000; }

#ShowItemPopupBody, #popupwrapper, .popupStyle, #cboxLoadedContent, #cboxOverlay, #cboxWrapper, #cboxContent, #colorbox, #cboxIframe {
	background: #fff;
}

a.popup { text-decoration: none; }

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

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

#pageLoad { display: none; }

#Cart img {
	max-width: 75px;
	max-height: 75px;
}

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

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

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

/************************************************************************************
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: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

/******************************* 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: 70%;
		padding: 0 2%;
	}

	#pub-content {
		width: 70%; /*96%;*/
		padding: 0 2%;
	}

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

	#sidebar-right .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; }

}

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

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

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

/* content */
	#pub-content {
		/*width: 65%;*/
		width: 96%;
		padding: 2%;
		padding-top: 0;
	margin: 20px 0 20px 2%;

	}

	#content {
		width: 75%;
		/*max-width: 640px;*/
		/*padding-top: 3em;*/
	}

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

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

/* misc */

	#secure-content h1 { margin: .5em 0 1em 3em; }

#contact-wrapper h2 {
	font-family: Arial Narrow;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	letter-spacing: -.05em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

#contact-left { width: 50%; float: left; } 

#contact-right { padding-left: 1em; width: calc(50% - 1em);  float: right; }

@media only screen and (max-width: 900px) {
	#CATFORM {display:block}
	#keywords {margin-bottom:0}
}
@media only screen and (max-width: 641px) {
	.login-img {width:99%}
	.subcatLinks {width:49%}
	.show-cat-public-item {width:49%}
}
@media only screen and (max-width: 480px) {
	.subcatLinks {width:99%}
	.show-cat-public-item {width:99%}
	/*div.cat_item {height:300px}*/
}
