/************************************************************************************
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: #fff; /* url(images/);*/
	/*font: .81em/150% Montserrat, Arial, Helvetica, sans-serif;*/ /* Firefox not displaying .81em as 13px */
	font: 14px/150% Montserrat, Arial, Helvetica, sans-serif;
	color: #232323;
}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 18px;
}

/* 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.reg, h1#forgot-pw-heading { text-align: center; padding-bottom: 10px; }

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

#wrapper1 {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/filligreeBG-2d.png) bottom -10px left -10px fixed no-repeat;
	overflow: auto;
}

#wrapper2 {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/filligreeBG-3d.png) bottom -10px right -10px fixed no-repeat;
	overflow: auto;
}

#pagewrap {
	width:90%;
	max-width: 1800px;
	margin: 0 auto;
}

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

#header {
	position: relative;
	height: 100%;
	/*margin-top: 1em;*/
}

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

#headerContact {
	width:20%;
	position:absolute;
	top:30px;
	left:0;
	text-align:left;
}

.mainPhone { 	color:#e7136c;font-weight:bold;font-size:18px; }
.secPhone { color:#444444;}

#facebookLink { width:30px;height:30px;position:absolute;bottom:0;right:0}

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

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

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

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

.MFC { font-style:italic }

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

#content {
	background: #fff;
	margin: 20px 0 20px;
	padding: 20px;
	width: 100%;/*1160px;*/
	margin:0 auto;
	/* float: left; change to "right" for left-hand sidebar (and adjust margins) */
	/* 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);
}

#secure-content {
	background: #fff;
	margin: 20px 0 20px;
	padding: 20px;
	width: 75%;/*840px;*/
	float: right; /* change to "right" for left-hand sidebar (and adjust margins) */
	/* 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);
}

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

.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Montserrat, 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, #feature-box-4 {
	/*position: relative;*/
	list-style: none;
	overflow: hidden;
	width: 23%; /*32%; 265 /1000 */
	float: left;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

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

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

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

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


#feature-box-1 img, #feature-box-2 img, #feature-box-3 img, #feature-box-4 img {
	display: block;
	height: auto;
	width: 98%;
	margin: 1%;
	border: 0;
	/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 7px;
	/* 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);
}

button.feature-link {
	overflow: hidden;
	width: 23%; /*32%; 265 /1000 */
	height: 150px;
	float: left;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size:120%;
	color:#fff;
	background-color:#3f8ec7;

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

button.feature-link.deux { width: 96%; }

button.feature-link a { color:#fff }

button.feature-link:nth-child(2) {
	background: 	#8c2b80;



}

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

.cartTotal { background-color: #fed }

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

.mainCat {height:170px}
#subCatLink {height:125px;min-height:125px}
.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;
	
}

#regContainer {
	width:90%; text-align:center; margin: 0 auto
}

.shows {
	padding: .75em 0;
	margin: 1em;
	width:30%;
	float:left;
	min-height:250px;
	font-size:90%;
}

#pageLoad { display: none; }

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

.catCovers {
	float:left;
	width:20%;
	margin-left: 20%; /* For three use 10%; */
	text-align:center;
	position:relative;
}

.pdfIcon {
	position:absolute;
	top:-5px;
	left:-5px;
	z-index:1000;
	width:50px;
	height:50px;
	background-image: url(images/50x50-pdf.png);
}

div.cat_item	{
	height:250px;
	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;
	}

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

.detail-pop-main-img {float:left;width:45%}
.detail-pop-alt-img {float:left;width:10%}
.detail-pop-product-info {float:left;width:45%}

ul#alt-imgs li img {max-width:75px;}

.prodLinesLogos {margin-bottom:30px}

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

ul.brand-list {margin-left:10%}

.brand-list li {width:25%;float:left;display:inline; margin:0 2% 0 2%}

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

form#CATFORM, .selectSubcat { display: none; }

div#keywords { padding-bottom: 1em; }

input.go {
	background-color: #FFF;
	border-radius: 10px;
	border: 0;
	color: #777;
	font-weight: bold;
	transition: background-color 0.3s ease-out 0s;
	padding: 1px 4px;
}

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

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

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

.footer-widget {
	background: #fff;
	padding: 1em;
	float: left;
	/* rounded corner */
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	/* 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);
}

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


/***************Territories.tpl***************/

.rep {width:30%;float:left;margin:1%;height:200px}

/************************************************************************************
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)
*************************************************************************************/
div.bx-wrapper div.bx-viewport {text-align:center}
ul.bxSlider, ol.bxSlider {
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
}

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

ul.bxSlider img {
	width:100%;
	/* rounded corner */
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
}

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

#headerContact { display:none}

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

	#sidebar-left .widget, #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; }



.shows {
	/*padding: .75em 0;
	margin: 1em;*/
	width:100%;
	float:left;
	/*min-height:200px;*/
	font-size:120%;
}

.rep {width:100%;
	float:left;
	margin:1%;
	font-size:120%;
	/*height:200px:*/
	}

}

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

#regContainer h3 { font-size:20px }
#regContainer legend { font-size:18px;font-weight:bold }
#regContainer p, #regContainer li { font-size: 18px; line-height:22px }
#regContainer label, #regContainer input { font-size:16px }

}
