@charset "utf-8";
/* Layout: Twenty Fourteen Layout A */

/*** Reset CSS ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; font-size: 100%; font-weight: normal; }
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; }
em { color: #999; font-style: italic; font-size: 0.9em; }
strong { color: #333; font-weight: 700; }
strong.dark { color: #111; font-weight: 700; }
b { color: #111; font-weight: 500; }
a.bullet-white { background: url(images/bullet-white.png) no-repeat right 7px; padding-right: 12px; }
iframe { border: 1px solid #999 !important; }

/** Clear Fixes **/
.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { /**zoom: 1;*/ }
.cb { clear: both; height: 0px; }
.cb.spacer { height: 15px; }
.cl { clear: left; }
.cr { clear: right; }

/** Floats & Alignments **/
.fl { float: left; }
.fr { float: right; }
.fr.xtra-space { margin: 0px 0px 10px 20px; }
.fl.xtra-space { margin: 0px 20px 10px 0px; }
.center { text-align: center; }

/** Padding **/
.less-padding { padding-bottom: 0.5em; }
.no-padding { padding-bottom: 0px; }
.first { padding-left: 0px; }
.last { padding-right: 0px; }

/* Global */
a { color: #069; text-decoration: none; outline: 0; }
a:hover { text-decoration: underline; }
a.bullet { background: url(images/bullet.png) no-repeat 0px 7px; padding-left: 10px; }

h1, h2, h3, h4 { font-family: 'Roboto Condensed', sans-serif; font-weight: 500; color: #333; } h5, h6 { font-weight: 500; }
h1 { font-size: 1.8em; padding-bottom: 15px; line-height: 1.2em; } h4 { font-size: 1.3em; padding: 15px 0px; }
h1.index { width: 100%; font-size: 19px; font-weight: 400; text-align: center; line-height: 60px; background: #F8F8F8; padding: 0px 0px 0px; margin: 0px; border-bottom: 1px solid #DDD; }
h1.special { margin: 0px; padding: 0px; line-height: 0; }
h2 { font-size: 1.5em; padding-bottom: 15px; } h5 { font-size: 1.2em; padding-bottom: 5px; }
h3 { font-size: 1.3em; padding: 5px 0px 5px; } h6 { font-size: 1.1em; }
h3.special { font-size: 2.5em; text-align: center; background: #222; padding: 15px 0px; }
h4.red { color: #903; }

p { font-weight: normal; margin-bottom: 1em; }
p.center { text-align: center; }
p.italic { font-style: italic; }
p.read-more { text-align: right; padding: 0px; margin: 0px; }
a.read-more { background: url(images/icon-bullet-dark.png) no-repeat 0px 7px; padding-left: 15px; }
div.read-more { text-align: right; }
p.attention { color: #C00; background: url(images/icon-attention.png) no-repeat 0px 0px; padding-left: 25px; line-height: 18px; }
p.space { padding-top: 10px; }
p.special { background: #903; color: #FFF; font-weight: bold; text-align: center; padding: 20px 50px; margin-top: 10px; }
p.special a { color: #FF0; text-decoration: none; }
p.special span { color: #FF0; }
p.no-margin { margin-bottom: 0; }

img.autosize { max-width: 100%; }
.ninty { width: 90%; }
.center { text-align: center !important; }
.centered { margin: 0px auto !important; }

/* Horizontal Rule */
hr { border: 0; height: 0; margin: 0px; border-top: 1px solid #DDD; border-bottom: 0px none;}
hr.gray { border: 0; height: 0; margin: 0px; border-top: 1px solid #999; border-bottom: 0px none;}
hr.dashed { clear: both; border: 0; height: 0; border-top: 2px dashed #DDD; border-bottom: 0px solid #DDD;}
hr.faded { clear: both; height: 1px; border: 0; margin: 0px auto;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); }
hr.faded.white { clear: both; height: 1px; border: 0; margin: 0px auto; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); }
hr.faded.gray { clear: both; height: 1px; border: 0; margin: 0px auto;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); }

/* Lists */
ul.disc { list-style: disc; padding-left: 20px; margin-bottom: 15px; }
ul.disc.red { color: #903; }
ul.disc.red span { color: #111; }
ul.fl { float: left; margin-right: 10px; }
ul.fl.last { margin-right: 0px; }
ul.fl.first { margin-left: 0px; }
ul.bullet { padding-left: 10px; }
ul.bullet li a { background: url(images/bullet-dark.png) no-repeat 0px 6px; padding-left: 15px; }
ul.float-list li { float: left; }
ul.float-list.margins li { margin-right: 20px; }
ul.float-list.margins li.last { margin-right: 0px; }
ul.special { text-align: center; }
ul.special li { display: inline-block; padding: 40px 10px 30px; }
ul.inline li { display: inline-block; }

img.rounded { border-radius: 6px; }
.border { border: 1px solid #333; }
.hide { display: none; }
.caps { text-transform: uppercase; }
.spacer.ten { clear: both; height: 10px; }

/*** Globals ***/
body { font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.5em; color: #666; background: #F8F8F8; padding-bottom: 8%; }
.wrapper, .top-links-wrap, .header-wrap, .navbar-wrap, .slideshow-wrap, .container-wrap, .banner-wrap, .seo-cities-wrap, footer-buttons-wrap, .footer-wrap, .subfooter-wrap { width: 100%; min-width: 320px; }
#topbar, .top-links, .header-container, .navbar, .container, .panels, .banner, .seo-cities, .footer-buttons, .footer, .subfooter { position: relative; max-width: 1024px; margin: 0 auto; }
#topbar:after, #header:after, #header-pane:after, #navbar:after, #slideshow:after, #content:after, #footer:after { visibility: hidden; display: block; content: " "; clear: both; height: 0; }

/* Header */
.header-wrap { background: #FFF; padding: 10px 0px 5px; }
.header { padding: 0px 0px 0px; }
.logo { float: left; margin: 0px; }
.logo img { max-height: 100px; }
.tagline { float: left; color: #333; text-align: center; font-size: 22px; font-style: italic; line-height: 1.2em; margin: 22px 0px 0px 40px; }
.tagline span { display: block; }
.header-pane { float: right; margin-top: 8px; }
.header-pane a i { color: #333; }
#header-address { float: right; color: #111; font-size: 16px; }
#header-address ul li { display: inline-block; color: #999; }
#header-address a, #header-address i { color: #555; text-decoration: none; }
#header-address a:hover, #header-address i:hover { color: #069; }
#header-address i { font-size: 15px; vertical-align: top; margin-top: 3px; margin-right: 5px; }
#header-address a.last i { margin-right: 0px; }
#header-phone { clear: right; float: right; font-size: 24px; color: #111; margin-top: 7px; }
#header-phone a { color: #069; text-decoration: none; }
#header-phone a:hover { color: #111; }
#header-phone i { font-size: 18px; margin-right: 5px; }
#header-phone span { font-size: 20px; color: #555; vertical-align: top; margin-top: 3px; }

/* Header Links */
#header-links ul { clear: right; float: right; width: auto; margin-top: 20px; }
#header-links ul li { position: relative; display: inline-block; }
#header-links ul li a { display: inline-block; min-width: 100%; color: #069; text-decoration: none; padding: 0px 5px; white-space: nowrap; }
#header-links ul li a:hover, #header-links ul li a:hover i { color: #111; }
#header-links ul li a.first { padding-left: 0px; }
#header-links ul li a.last { padding-right: 0px; }
#header-links ul li i { color: #069; padding-left: 3px; }

/* Header Links Submenu */
#header-links ul ul { display: block; position: absolute; right: 9999px; width: auto; border: 1px solid #333; border-top-width: 0px; border-top-color: #111; margin: 0px; padding: 0px; z-index: 2003; }
#header-links ul li.dropdown:hover ul { left: 0; right: auto; }
#header-links ul li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
#header-links ul ul li { display: block; line-height: 30px; background: #FFF; border-bottom: 1px solid #CCC; padding: 0px 15px 0px 8px; }
#header-links ul ul li:hover { background: #F2F2F2; }
#header-links ul ul li:last-child { border-bottom: 0px none; }
#header-links ul ul li a { display: inline-block; min-width: 100%; font-size: 13px; font-weight: 400; color: #111; text-align: left; padding: 0px 0px !important; white-space: nowrap; z-index: 2004; }
#header-links ul ul li a i { color: #111;}
#header-links ul ul li.division { background: #DDD; border: 1px solid #999; border-left: 0px none; border-right: 0px none; }
#header-links ul ul li.no-border { border-bottom: 0px none; }
#header-links ul li.dropdown.left:hover ul li { padding: 0px 8px 0px 15px; }
#header-links ul li.dropdown.left:hover ul li a { text-align: right; }
#header-links ul ul li a:hover { color: #111; }

/* Header Search */
#search-wrap { float: right; margin: 0px 0px 0px; margin-top: 10px; }
#search { float: left; width: 200px; background: #FFF; border-radius: 0px; margin: 0px 0px; padding: 0px 7px; padding-right: 1px; color: #333; line-height: 0; }
#search:hover { background: #FFF; }
#search-box { float: left; width: 170px; background: none transparent; border: 0px; padding: 5px 0px 6px; }
#search-box:hover { cursor: pointer; }
.btn-search { float: right; padding: 0px !important; margin-top: 3px; }
.btn-search i { color: #111; font-size: 19px; }
#search ::-webkit-input-placeholder { color :#111; }
#search ::-moz-placeholder { color: #111; } /* firefox 19+ */
#search :-ms-input-placeholder { color: #111; } /* ie */
#search input:-moz-placeholder { color: #111; }

/* Navigation */
.navbar-wrap { clear: both; background: #039; }
.navbar { z-index: 1005; }
.navbar ul { text-align: left; }
.navbar ul li { position: relative; display: inline-block; vertical-align: middle; line-height: 50px; background: url(images/navbar-border.png) no-repeat right 7px; }
.navbar ul li.last { background: none; }
.navbar ul li a { display: block; color: #FFF; font-family: 'Roboto Condensed', sans-serif; font-size: 17px; font-weight: 500; padding: 0px 18px 0px; text-transform: uppercase; }
.navbar ul li a:hover { color: #DDD; cursor: pointer; text-decoration: none; }
.navbar ul li a.first { padding-left: 0px; margin-left: 0px; }
.navbar ul li a.last { padding-right: 0px; background: none; }
.navbar ul li a i { padding-right: 5px; }
.navbar ul li a.icon i { font-size: 14px; padding-right: 0px; vertical-align: top; line-height: 40px; }
.navbar ul li a.sticky-cart i { float: right; color: #111; line-height: 38px; margin-left: 8px; padding-right: 0; }
.navbar ul li a.cart i { font-size: 16px; margin: 16px 0px 0px 5px; vertical-align: top; }
.navbar ul li.search { float: right; }
.fixed-navbar .navbar ul li a.sticky-cart i { margin-left: 5px; }

/* Navigation Submenu */
.navbar ul ul { display: block; position: absolute; right: 9999px; width: auto; min-width: 160px; border: 1px solid #333; border-top-width: 0px; border-top-color: #111; margin: 0px; padding: 0px; z-index: 2003; }
.navbar ul li.dropdown a { padding-left: 8px; }
.navbar ul li.dropdown:hover ul { left: 0px; right: auto; }
.navbar ul li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
.navbar ul ul li { display: block; line-height: 30px; background: #FFF; border-bottom: 1px solid #CCC; padding: 0px 15px 0px 8px; }
.navbar ul ul li:hover { background: #F2F2F2; }
.navbar ul ul li:last-child { border-bottom: 0px none; }
.navbar ul ul li a { display: inline-block; min-width: 100%; font-size: 13px; font-weight: 400; color: #111; text-align: left; padding: 0px 0px !important; white-space: nowrap; z-index: 2004; }
.navbar ul li.dropdown.left:hover ul li { padding: 0px 8px 0px 15px; }
.navbar ul li.dropdown.left:hover ul li a { text-align: right; }
.navbar ul ul li a:hover { color: #111; }

/* Sticky Navigation */
.navbar ul li.sticky { display: none; line-height: 40px; }
.navbar ul li a.sticky-logo img { max-height: 30px; vertical-align: top; margin-top: 5px; }
.fixed-navbar { position: fixed; top: 0; left: 0; z-index: 1000002; }
.fixed-navbar .navbar ul li.sticky { display: inline-block; }
.fixed-navbar .navbar ul li a { font-size: 1.1em; padding: 0px 15px; }
.fixed-navbar .navbar ul ul li a { font-size: .85em; }
.navbar-wrap.fixed-navbar .sticky-logo img { background: #FFF; }
.navbar-wrap.fixed-navbar .navbar { line-height: 40px; }
.fixed-navbar > .content { padding-top: 100px; }

/* Sticky Navigation Search */
.navbar ul.toggle-search { display: none; left: 0; right: auto; border-color: #666; border-top-color: #111; }
.navbar ul li.dropdown.left ul.toggle-search { display: none; left: auto; right: 0; width: auto; }
.navbar ul.toggle-search li { float: left; text-align: left; background: #F8F8F8; padding: 8px 8px !important; }
.navbar ul.toggle-search #search-form { position: relative; background: #FFF; width: 260px; border: 1px solid #999; }
.navbar ul.toggle-search #search-form:hover { border: 1px solid #333; }
.navbar ul.toggle-search #sticky-search-box { text-align: left; border: 0px none; padding: 4px 5px 5px; margin: 0px; }
.navbar ul.toggle-search #search-form a.btn-search i { position: absolute; top: 3px; right: 0; font-size: 22px; color: #000; }

/* Slideshow */
#slideshow-wrap { width: inherit; background: #FFF; border-bottom: 1px solid #DDD; padding: 0px 0px 0px; }
#slider1_container { position: relative; margin: 0 auto; top: 0px; left: 0px; overflow: hidden; }
#slider1_container a { display: block; }
.slideshow-dimensions { width: 1024px; height: 360px; }
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av { background: url(images/b13.png) no-repeat; overflow: hidden; cursor: pointer; }
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn { position: absolute; cursor: pointer; display: block; background: url(images/a21.png) center center no-repeat; overflow: hidden; }
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21ldn { background-position: -243px -33px; }
.jssora21rdn { background-position: -303px -33px; }
.jssorb21 { position: absolute; bottom: 10px; left: 6px; }
.jssora21l, .jssora21ldn { width: 55px; height: 55px; top: 123px; left: 8px; }
.jssora21r, .jssora21rdn { width: 55px; height: 55px; top: 123px; right: 8px; }
#slider1_container img:hover, .slides .slide-panel:hover { cursor: pointer; }

/* Slideshow panel */
.slides div { position: relative; }
.slides .slide-panel { position: absolute; top: 7%; left: 0; right: 0; width: 30%; text-align: left; color: #FFF; font-size: 18px; background: url(images/bg-dark.png) repeat; background-position: top; border: 1px solid #999; border-bottom-width: 2px; box-shadow: 0px 0px 4px #000; padding: 20px 30px 30px; margin: 0px auto; overflow: hidden; }
.slides .slide-heading { display: block; font-size: 30px; line-height: 40px; margin-bottom: 10px; }
.slides .slide-heading img { float: right; width: auto; height: 40px; margin: 0px -5px 0px 0px; opacity: .6; }
.slides p { padding-left: 2px; }
.slides ul.button { margin-top: 5px; }
.slides ul.button li { display: inline-block; }
.slides ul.button li a { display: block; float: none; color: #FFF; background: #C33; padding: 8px 15px 9px; margin-right: 10px; }
.slides ul.button li a:hover { color: #DDD; text-decoration: none; }
.slides ul.button li a i { color: #FFF; }

/* Slideshow logo */
.slide-logo { position: absolute; right: 5px; }

/* Container */
.container-wrap { padding: 0px 0px 0px; overflow: hidden; background: #FFF; }
.container-wrap.index { padding: 0px; }
.container-wrap.index .container { background: none transparent; }
.container { padding: 20px 0px 20px; background: #FFF url(images/bg-catalog.png) repeat-y; background-position: left top; overflow: hidden; }
.container.index { background: #FFF; padding: 20px 0px 0px; }
.content p.first { margin-top: 5px; }

/* Panels */
.panels { padding: 5px 0px 15px; }
.panels.first { margin-top: 5px; }
.panels ul { margin: 0px; text-align: center; }
.panels h2 { position: relative; line-height: 1; padding: 0px; margin: 0px; }
.panels h2 a { display: block; color: #111; font-size: 18px; text-transform: uppercase; text-decoration: none; }
.panels h2 a span { display: block; width: 100%; text-align: center; border-left: 0px none; border-right: 0px none; background: #F90; border: 2px solid #111; background-position: top; padding: 8px 0px; margin-bottom: 8px; }
.panels h2 a:hover span { color: #111; }
.panels h2 img { border: 1px solid #DDD; }
.panels h2 a:hover img { border: 1px solid #999; }
.panels ul li { position: relative; display: inline-block; text-align: left; width: 30%; margin-right: 2%; }
.panels ul li.last { margin-right: 0; }
.panels ul li img { width: 100%; height: auto; margin-bottom: 10px; }
.panels ul li i { color: #999; line-height: 1; }

/* Tiles */
.panel-tiles { width: 100%; clear: both; text-align: center; padding: 0px 0px 15px; }
.panel-tiles ul li { position: relative; width: 10%; display: inline-block; margin: 0px .5%; padding: 5px; border: 1px solid #DDD; }
.panel-tiles ul li:hover { border-color: #999; }
.panel-tiles ul li.first { margin-left: 0; }
.panel-tiles ul li.last { margin-right: 0; }
.panel-tiles ul li img { width: 100%; }
.panel-tiles ul li span { display: block; }
.panel-tiles ul li a { text-decoration: none; }

/* Logos */
.panel-logos { padding: 0px 0px 15px; }
.panel-logos ul { text-align: center; }
.panel-logos ul li { display: inline-block; margin: 0px 13px; }
.panel-logos ul li.first { margin-left: 0px; }
.panel-logos ul li.last { margin-right: 0px; }
.panel-logos img { width: auto; height: 50px; opacity: .6; }

/* Catalog Button */
.btn-catalog { width: 100%; text-align: center; margin: 35px auto 0px; }
.btn-catalog a { font-size: 16px; line-height: 1; text-transform: uppercase; text-decoration: none; border: 1px solid #DDD; background: #FAFAFA; padding: 10px 20px; }
.btn-catalog a:hover { border: 1px solid #999; }
.btn-catalog a i { color: #C00; font-size: 18px; margin-right: 5px; }

/* Button Banners */
.btn-banners { width: 100%; padding-bottom: 15px; }
.btn-banner { position: relative; display: block; text-align: center; }
.btn-banner img { display: block; width: 95%; margin: 0px auto; }
.btn-banner span { position: absolute; top: 35%; left: 0; right: 0; width: 80%; color: #FFF; background: url(images/bg-dark.png) repeat; background-position: top; font-size: 28px; line-height: 1; margin: 0px auto; }

.buttons { width: 100%; text-align: center; border-bottom: 1px solid #DDD; padding: 20px 0px; }
.buttons ul { text-align: center; width: 1025px; margin: 0px auto; }
.buttons ul li { position: relative; display: inline-block; width: 33%; }
.buttons ul li h2 { margin-bottom: 0px; padding-bottom: 0px; }
.buttons ul li a { display: block; width: 93%; background: #039; color: #FFF; text-decoration: none; padding: 20px 0px; margin: 0px auto; border: 1px solid #DDD; }
.buttons ul li a:hover { opacity: .9; }
.buttons i { position: absolute; top: 20px; right: 24px; }

.divisions { position: relative; width: 1024px; margin: 0px auto; padding: 20px 0px 0px; border-top: 1px solid #EEE; }
.divisions ul { float: right; max-width: 40%; padding-left: 2%;}
.divisions ul li { position: relative; clear: left; display: block; border-bottom: 1px solid #EEE; padding: 20px 0px; overflow: hidden; }
.divisions ul li.first { padding-top: 0px; }
.divisions ul li.last { border: 0px none; }
.divisions h2 { line-height: 1; }
.divisions ul li h2 a { text-decoration: none; }
.divisions ul li h2 a:hover { color: #111; }
.divisions ul li h2 img { max-width: 40%; float: left; margin: -5px 3% 0px 0px; }
.divisions ul li h2 span { display: block; padding-top: 5px; }
.divisions a.browsemore i { padding-left: 2px; }

.division-first { position: relative; float: left; max-width: 55%; padding-right: 2.5%; border-right: 1px solid #EEE; }
.division-first h2.xlarge { font-size: 41px; margin: 0px; padding: 0px; }
.division-first h2.xlarge span { display: block; }
.division-first h2.xlarge img { padding-top: 0px; }
.division-first h2 a { text-decoration: none; }
.division-first h2 a:hover { color: #111; }
.division-first img { max-width: 100%; }
.division-first a.readmore { position: relative; background: #039; text-align: center; color: #FFF; text-decoration: none; padding: 10px 30px; padding-right: 40px; margin: 0px auto; border: 1px solid #DDD; overflow: hidden; }
.division-first a.readmore:hover { opacity: .9; }
.division-first i { position: absolute; top: 10px; right: 15px; }

/* Content */
.content { float: left; margin-left: 15px; width: 750px; min-height: 500px;}

/* Catalog */
.catalog { float: left; width: 225px; padding: 0px 15px 0px; overflow: hidden; }
.catalog h2 { color: #FFF; border-bottom: 1px solid #555; padding-bottom: 10px; margin-top: 5px; }
.catalog ul { color: #FFF; padding: 0px 0px 10px; }
.catalog ul li { color: #FFF; }
.catalog ul li.catalog-text { color: #FFF; padding-left: 10px; }
.catalog ul li a { display: block; color: #EEE; font-size: 14px; line-height: 1.2em; border-bottom: 1px solid #555; padding: 4px 0px; }
.catalog ul li a:hover { color: #CCC; text-decoration: underline; }
.catalog ul li.division { font-size: 16px; margin: 15px 0px 5px; }
.catalog ul li.division.first { margin-top: 15px; }
.catalog ul li i { margin: 0px 5px 0px 2px; }

/* Locations */
.feedback { margin: 0px 0px 15px 0px; font-style: italic; }
.feedback img { padding-right: 12px; }
.store-location { clear: both; width: 100%; display: block; border-top: 1px solid #DDD; padding: 15px 0px 0px; }
.store-location ul { float: left; }
.store-location h2 { padding: 0px 0px 5px; font-weight: 500; line-height: 1; }
.store-location h3 { padding: 10px 0px 5px; font-weight: 500; line-height: 1; }
.store-location li.location-phone { margin-top: 7px; }
.store-location li.location-phone i { margin-right: 5px; }
.store-map { position: relative; float: right; width: 55%; margin-bottom: 10px; }
.store-map iframe { width: 100%; max-height: 340px; border: 1px solid #666; }

/* Footer */
.footer-wrap { padding: 20px 0px 0px; border-top: 1px solid #EEE; }
.footer { clear: both; position: relative; padding: 0px 20px 10px; max-width: 984px; overflow: hidden; }
.footer h3 { font-size: 16px; color: #666; font-weight: 400; padding: 0px 0px 10px; margin: 0px; }
.footer ul.footer-categories { display: inline-block; vertical-align: top; margin: 0px 0px 15px 55px; }
.footer ul.footer-categories.last { margin-left: 0px; }
.footer ul.footer-categories.first { margin-left: 0px; }
.footer ul.footer-categories.last { float: right; }
.footer ul.footer-categories.last ul { float: right; margin-right: 0px; margin-left: 0px; }
.footer ul.footer-categories ul { display: inline-block; vertical-align: top; margin-right: 20px; }
.footer ul.footer-categories ul li { position: relative; }
.footer ul.footer-categories ul li.logo img { width: 250px; height: auto; }
.footer ul.footer-categories ul li span { display: block; }
.footer ul.last { padding-right: 0px; }
.serving { margin: 7px 0px 10px; text-align: center; }
.copyright { float: left; color: #999; font-size: 11px; }
.last-update { float: right; color: #999; font-size: 11px; }

/* Backend */
#mainpage, #newitempage { position: relative; float: left; width: 680px; padding: 0px 0px 40px; margin-left: 20px; min-height: 400px;}
#mainpage h3 { text-transform: uppercase; font-size: 22px; padding: 0px 0px 15px; margin: 0px; }
#mainpage h3 a { font-size: 14px;}
#mainpage ul { padding-left: 25px; }
#mainpage ul li { list-style-image: none; list-style: disc; }
#mainpage form table tbody tr td { vertical-align: top; padding: 5px 0px; }
#mainpage form table tbody tr td font { padding-right: 5px; }
#mainpage table tbody tr td table caption { margin-bottom: 20px; }
#mainpage table tbody tr td { padding: 5px 0px; }
#mainpage table tbody tr td div.wrap4 a img { margin-left: 10px; }
ul.CommentBlock { list-style: disck; padding-left: 20px; }
ul.CommentBlock li { list-style-image: none; }
.cattitle { vertical-align: middle; color: #FFF !important; line-height: 1.1; padding: 15px 5px !important; border-left: 1px solid #FFF; background: #444; }
.cattitle b { color: #FFF !important; }
.Text-CategoryHead { margin: 0 0 10px 0; padding: 0px; }
.Text-ContentHead { 	font-size: 22px; line-height: 24px; font-weight: bold; color: #000; margin: 0px; padding: 0px; }
.InventoryTable { margin: 10px 0 0 0; padding: 0px; border-collapse: collapse; }
.InventoryTable tr td { vertical-align: middle; }
.InventoryTableCell { padding: 4px 0px 5px; }
.InventoryTableCell a { padding-left: 10px; }
#mainpage form#form1 table tbody tr td p input { margin-top: 8px; }
.multicolcell .wrap1 { float: none ; text-align: center; }
.multicolcell { float: left; text-align: center; width: 160px; height: auto; border-style: solid; border-width: 0px; border-color: #CCC; margin: 0px 0px 10px 5px; }
.multicolcell, .newitemcell { display: block; border: 1px solid #DDD; margin-right: 5px; max-width: 155px !important; min-height: 180px; max-height: 180px;}
.multicolcell:hover , .newitemcell:hover { border: 1px solid #999; }
.multicolcell .wrap1, .newitemcell .wrap1 { float: none; display: block; text-align: center; min-height: 100px !important; }
.multicolheading { text-align: center; width: 165px; padding-top: 3px; }
div.multicolheading:hover { text-decoration: none !important; }
div.multicolcell div a:hover { text-decoration: none; }
div.multicolcell { min-height: 200px !important; }
div.multicolcell div a { text-decoration: none; }
.multicoldescr { text-align: center; width: 140px; }
img.thumbnailimgtall { width: auto; max-width: 120px; height: auto; max-height: 120px !important; }
img.thumbnailimg { width: auto; max-width: 120px; height: auto; max-height: 120px !important; }
.detailedviewbox { width: 600px; }
.detailedviewrow { width: 600px; }
.newitemcell { float: left; text-align: center; width: 160px; height: auto; border-style: solid; border-width: 0px; border-color: #CCC; margin: 0px 0px 10px 5px; }
.multicolheading { font-size: 9px; color: #666; font-weight: normal; width: 130px; text-align: center; line-height: 100%; margin: 0 0 0 -8px; }
.multicoldescr { font-size: 9px; line-height: normal; text-align: center; color: #666; margin: 0px; width: 130px; }
.thumbnailimg { height: auto; width: 120px; border-style: none; }
.thumbnailimgtall { width: 120px; min-height: auto; border-style: none; }
.thumbnailnewimg { width: 120px; height: auto; border-style: none; }
.detailedviewbox { width: 450px; }
.detailedviewrow { width: 450px; }
.CategoryThumbnailImage { height: auto; width: 180px; border-style: none; }
.CategoryThumbnailTitle { font-size: 9px; color: #000; font-weight: normal; width: 180px; text-align: center; line-height: 95%; margin: 10px 0 45px 0px; }
#porgallery h3 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin-left: 5px; }
#porgallerythumbnail { float: left; width: 255px; height: 190px; margin: 10px 0 0px 0px; }
#porgallerythumbnail h4 { font-size: 12pt; font-weight: bold; color:  #808080; margin: 0 0 5px 8px; }
#porgallerythumbnail p.clickme { font-size: 75%; margin: 0 0 0 20px; }
#porgallerythumbnail img.porgallerypic { width: 180px; max-height: 130px; border-width: 1px; border-color: #5D5964; margin: 0 0 0 8px; }
.wrap0 div { padding: 0px; }
.wrap0 div a { padding: 0px; margin: 0px; }
.multicolheading { display: block !important; width: 150px !important; text-align: center !important; padding: 10px 0px 0px !important; margin: 0px !important; }
.multicoldescr { display: block !important; text-align: center !important; width: 100% !important; padding: 3px 0px 0px !important; margin: 0px !important; }
img.thumbnailimgtall { width: auto; max-width: 120px; height: auto; max-height: 120px !important; }
img.thumbnailimg { width: auto; max-width: 120px; height: auto; max-height: 120px !important; }
.wrap3 img{ box-shadow: none; background-clip: border-box; }
.CategoryThumbnail { margin: 0px 0px; padding: 0px; text-decoration: none; line-height: 0px; }
.CategoryThumbnailImage { border-width: 1px; border-color: #000; width: 130px; padding: 0px; margin: 0px; border: 1px solid #CCC; }
.CategoryThumbnailTitle { width: 150px; padding: 15px 0px 0px; margin: 0px 0px 35px; text-align: center; font-size: 8px; line-height: 14px; }
.CategoryThumbnailTitle a { font-size: 8px; color: #036 !important; }
.CategoryThumbnailTitle a:hover { text-decoration: underline; color: #666 !important; }
#mainpage form#form1 table { margin-bottom: 15px; }
#productname { padding: 4px 0px 5px; }
td.detailedviewrow { width: 400px; }
td.detailedviewrow ~ td { width: 304px; position: absolute; top: 50px; right: 0px; }
ul.CommentBlock { margin-top: 5px; min-height: 0px; }
form#form1 { margin-top: 10px; }
.detailedimg { width: 250px; height: auto; border-style: none; margin-top: 0px !important; }
.detailedimg p { font-size: 12px;}
.detailedimg > p { width: 100% !important; text-align: center !important; padding: 10px 0px 0px !important; }
div.wrap4 { min-height: inherit !important; }
.thumbnailimgtall { margin-bottom: 10px !important; }
.cycle-slide { margin-top: 0px !important; }
img.thumbnailimg { max-width: 130px !important; margin-left: 0px !important; }
div.wrap4 { min-height: 110px; }

/* Concrete Calculator */
.por-cc{ padding: 5px 0px 0px; }
.por-cc p.info { line-height: 1.2em; color: #999; font-style: italic; }
.por-cc table { width: 100%; padding: 0px; border-collapse: collapse; border: 0px none; margin-top: 10px; }
.por-cc table td { vertical-align: top; }
.por-cc-desc { width: 380px; padding-right: 10px; }
.por-cc-desc h3 { background: #EEE; margin: 0px; margin-bottom: 5px; padding: 5px 0px 6px; padding-left: 5px; line-height: 1; border: 1px solid #CCC; }
.por-cc table.calculator { border: 1px solid #111; margin: 0px 0px 30px; }
.por-cc table.calculator td {}
.por-cc table.calculator h4 { background: #900; font-size: 16px; text-align: center; color: #FFF; border-bottom: 1px solid #111; padding: 6px 0px 7px; margin: 0px; line-height: 1; }
.por-cc table.calculator td.center { text-align: center; }
.por-cc table.calculator td.right { text-align: right; padding-right: 3px; }
.por-cc table.calculator td.gray { background: #DDD; }
.por-cc table.calculator td.dark { color: #FFF; background: #444; padding: 3px 0px 4px; border-top: 1px solid #111; }
.por-cc table.calculator td.padding { padding: 3px 0px; }
.por-cc table.calculator input[type=text] { border: 1px solid #333; text-align: center; }

span.lb-number { display: none !important; }

/* Resources */
.resources { padding: 0px 0px 0px 5px; }
.resources h3 { font-size: 16px; padding: 0px; margin: 10px 0px 0px; }
.resources h3 a { font-size: 16px; font-weight: bold; text-decoration: none; }
.resources p { padding: 0px 0px 0px 5px; margin: 5px 0px 10px; }
.resources ul { padding-left: 10px; }
.resources ul li a { background: url(images/bullet-dark.png) no-repeat 0px 5px; padding-left: 12px; }

/* H1 script */
h1 span { display: block; font-size: 16px; padding-bottom: 0px; }
h1.page-title a:hover { color: #111; text-decoration: none; }

/* Carousel */
.wrap4 .cycle-slideshow { width: auto !important; }
.wrap4 .cycle-slideshow a { max-width: none !important; width: auto !important; height: 160px !important; max-height: none !important; border: 0px none !important; }
.wrap4 .cycle-slideshow img { max-width: 200px !important; width: auto !important; height: auto !important; max-height: 160px !important; border: 0px none; margin: 0px !important; }
.wrap4 #adv-custom-pager { text-align: center !important; }
.wrap4 #adv-custom-pager a { margin-right: 5px !important; }
.wrap4 #adv-custom-pager { margin-top: 40px !important; }
.wrap4 #adv-custom-pager a { width: auto !important; height: 50px !important; }
.wrap4 #adv-custom-pager a img { max-width: 45px !important; width: auto !important; height: 45px !important; border: 2px solid #FFF !important; }
.wrap4 #adv-custom-pager a:hover img { border: 2px solid #111 !important; }
.wrap4 img { border: 0px none !important; }

/* GRID Fixes */
.por-item-image-thumbnail-desc:hover { text-decoration: none !important; }
.multicolheading, .multicoldescr { width: 140px !important; font-size: 12px !important; color: #111 !important; text-transform: uppercase !important; }
.multicolheading { line-height: 1.3em !important; padding-top: 0px !important; }
.multicolcell, .newitemcell { max-height: inherit !important; padding-bottom: 10px !important; }
div.multicolcell { min-height: 190px !important; }
.multicoldescr > br { display: none !important; }

/* Misc */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.go-to-top { display: none; position: fixed; bottom: 1%; right: .5%; width: 40px; height: 40px; z-index: 1000001; }
.go-to-top a { display: block; line-height: 1; }
.go-to-top i { color: #666; font-size: 20px; line-height: 1; border: 1px solid #666; border-radius: 50px; background: #FFF; padding: 6px 8px 8px; }
.go-to-top i:hover { color: #333; }
a.readmore { text-transform: uppercase; }
a.readmore i { font-size: 18px; padding-right: 5px; line-height: 1; }
a.readmore.button { display: block; text-align: center; text-decoration: none; background: #FCFCFC; border: 1px solid #DDD; padding: 8px 10px; }
a.readmore.button:hover { border-color: #999; }
.hideme { opacity: 1; }

/* FAQs */
.faqs h3 { display: block; font-size: 14px; font-weight: 500; color: #333; padding: 5px 10px; line-height: inherit; }
.faqs .faq:nth-child(odd) { background-color: #F2F2F2; }
.faqs h3:hover { cursor: pointer; }
.faqs h3 span.faq-num { border-right: 2px solid #FFF; padding-right: 10px; }
.faqs h3 span.spacer { width: 15px; }
.faqs h3 span.show-faq { font-family: Arial, Helvetica, sans-serif; font-weight: 700; float: right; }
.faqs ul { background: #FFF; padding: 10px 15px; }
.faqs .faq:nth-child(even) ul { padding-top: 0px; }
.faqs p { background: #FFF; padding: 10px 15px; }
.faqs .faq:nth-child(even) p { padding-top: 0px; }

@media screen and (max-width : 1050px) {
 .top-links, .header, .navbar, .container, .panels, .banner, .seo-cities, .footer-buttons, .footer, .subfooter { max-width: 980px; margin: 0px auto; }
 .navbar ul li a { padding: 0px 12px; }
 .fixed-navbar .navbar ul li a { padding: 0px 8px; }
 .tagline { margin-left: 30px; }
.content { width: 680px; }
.footer ul.footer-categories ul li.logo img { width: 200px; }
}

@media screen and (max-width : 1050px) and (orientation: portrait) { 
  .hideme { opacity: 1 !important; }
}

.socialmedia {display: none;}