html {
}
body {
    font-size:62.5%;
    font-family: "open-sans";
    color:#666;
	line-height:1.6;
   
}

/*   Typography    */

h1 {
    font-family: "myriad-pro";
    font-size:2em;
    font-weight:700;
    color: #e24510;
}

h2 {
    font-family: "myriad-pro"; 
    font-size:1.8em;
    font-weight:600;
    color: #e24510;
    margin:10px 0;
}

h3 {
    font-family: "myriad-pro"; 
    font-size:1.6em;
    font-weight:600;
}

h4 {
}

h5 {
}

p {
    font-size:1.3em;
    margin:5px 0;
}

ul li {
    font-size: 1.3em;
    list-style-type:square;
    list-style-position:inside;
}

ul li ul li {
    font-size: inherit;
}


a {
    font-size:inherit;
    color: #e24510;
    text-decoration:none;
}

a:link
{
	color: #e24510;
}

a:visited
{
	color: #e24510;
}

a:hover
{
	color: #e24510;
	text-decoration: underline;
}

a:active
{
	color: #e24510;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/*     Structure    */

#wrapper {
    width:1010px;
    -moz-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    margin:0 auto;
    position:relative;
    z-index:0;
	
}

#header {
    width:910px;
    padding:0 50px;
    background:url('/assets/i/header-bg.png');
    height:110px;
    position:relative;
    z-index:9;
    -moz-box-shadow: 0px 5px 5px -1px #ccc;
    -webkit-box-shadow: 0px 5px 5px -1px #ccc;
    box-shadow: 0px 5px 5px -1px #ccc;
    overflow:hidden;
    margin-bottom:20px;
}

#banner {
    position:absolute;
    top:0;
    left:0;
    z-index:5;
}

#homeboxes {
    width:910px;
    margin:0 auto;
    background:#fff;
    border-radius:10px;
    position:relative;
    z-index:9;
    height:260px;
    padding:0 25px;
    margin-top: 330px;
}

#home-content {
    background:url('/assets/i/content-bg.jpg') top right no-repeat;
    padding-left:50px;
    height:470px;
    min-height:470px;
    height:auto !important;
}

#content-wrap {
	padding-left:25px;
}

#sidenav {
    width:180px;
    float:left;
    margin: 55px 0 0 25px; 
}

#sidenav img
{
	margin: 10px 0 0 0;
}

#content {
    float:left;
    width:460px;
    margin-left:25px;
	height:500px;
	min-height:500px;
	height:auto !important;
	padding-bottom:30px;
}

#right-side {
    width:220px;
    float:left;
    margin: 55px 0 0 25px;
}

#wide-content-right
{
	float:left;
    width:705px;
    margin-left:25px;
	margin-bottom:20px;
	height:500px;
	min-height:500px;
	height:auto !important;
}

#wide-content-left
{
	float:left;
    width:665px;
    margin-left:25px;
	margin-bottom:20px;
	height:500px;
	min-height:500px;
	height:auto !important;
}

#footer {
    background: url('/assets/i/footer-bg.jpg');
    padding:0 50px;
    color:#fff;
    width:910px;
    clear:both;
}

/*      Header       */

#google_translate_element
{
	float:left;
}

#header p.telno {
    font-family: "myriad-pro"; 
    color: #e24510;
    font-weight:900;
    font-size:1.8em;
    float:left;
	clear:left;
    margin:10px 0 7px;
}

#header p.telno span
{    
    color: #777;
    font-weight:700;
}

#header p.telno span.google-tel
{    
    color: #e24510;
    font-weight:900;
}

#header img {
    float: right;
    margin-top:11px;
}

.goog-logo-link img
{
	margin-top:0px !important;
	margin-left:5px;
	float: none !important
}

#home #header 
{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#topnav {
    clear: left;
    padding-top:0px;
}

#topnav ul li {
    display:inline-block;
    zoom: 1; 
    *display: inline;
    font-family: "myriad-pro"; 
}

#topnav ul li a:link {
    padding:10px 20px 10px 0;
    font-size: 1.4em;
    font-weight: 600;
    color: #313131;
    text-decoration:none;
}
	
#topnav ul li a:visited {
    color: #313131;
    text-decoration:none;
}
		
#topnav ul li a:hover {
    color: #e24510;
    text-decoration:none;
}
		
#topnav ul li a:active {
    color: #e24510;
    text-decoration:none;
}
		
#topnav ul li.current a {
    color: #e24510;
    text-decoration:none;
}

/*     Banner       */
		
#slider
{
	height:567px !important;
}

#banner div.banner-slogan {
    position:absolute;
    top:150px;
    left:50px;
    width: 300px;
    background: url('/assets/i/bannerbox-bg.png');
    color:#fff;
    padding:20px;
    border-radius:5px;
}

#banner div.banner-slogan p {
    font-family: "myriad-pro";
    font-size:1.6em;
	line-height:1.2;
}

#banner div.banner-slogan p.slogan-title {
    font-family: "myriad-pro";
    font-size:2.9em;
    font-weight:900;
    margin-bottom:10px;
    line-height:1.2;
}

#banner div.banner-slogan a {
    display:inline-block;
    padding:10px 25px;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
    font-family: "myriad-pro";
    font-size:1.6em;
    border-radius:8px;
    margin:20px 0 10px 0;
    border:solid 3px #444;
    /*  fallback  */
    background-color: #e84711;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da420f), to(#e84711));
    background: -webkit-linear-gradient(top, #e84711, #da420f);
    background: -moz-linear-gradient(top, #e84711, #da420f);
    background: -ms-linear-gradient(top, #e84711, #da420f);
    background: -o-linear-gradient(top, #e84711, #da420f);
	line-height:1.2;
}

#banner div.banner-slogan a:hover {
    border:solid 3px #444;
    /*  fallback  */
    background-color: #da420f;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e84711), to(#da420f));
    background: -webkit-linear-gradient(bottom, #e84711, #da420f);
    background: -moz-linear-gradient(bottom, #e84711, #da420f);
    background: -ms-linear-gradient(bottom, #e84711, #da420f);
    background: -o-linear-gradient(bottom, #e84711, #da420f);
}

#banner div.fade {
    height:80px;
    width:1010px;
    background:url('/assets/i/fade.png') top left repeat-x;
    position:absolute;
    top:487px;
    z-index:20;
}

/*   Home Boxes     */

#homeboxes div.homebox 
{
    float: left;
    width: 290px;
    margin-right: 20px;
    background:none;
    position:relative;
}

#homeboxes div.last 
{
    margin: 0px;
}

#homeboxes div.homebox p.homebox-title
{
    font-family: "myriad-pro"; 
    font-size:1.8em;
    font-weight:600;
    margin:10px 0 30px 0;
    
}

.homeboxline {
    position: absolute;
    width:910px;
    top: 40px;
    background-color: #ccc;
    color: #ccc;
    height:1px;
    border:none;
}

#homeboxes div.home-news 
{
    margin-bottom:10px;
}

#homeboxes div.home-news a 
{
    text-decoration:none;
}

#homeboxes div.home-news p 
{
    color:#666;
}

#homeboxes div.home-news p.news-title
{
    color:#e84711;
    margin-bottom:5px;
    font-size:1.4em
}

#homeboxes div.homebox a.homebox-btn 
{
    position:absolute;
    top:190px;
    right:15px;
    padding:5px 12px 7px 12px;
    color:#fff;
    border-radius:5px;
    text-decoration:none;
    font-family: "myriad-pro"; 
    font-size:1.4em;
    /*  fallback  */
    background-color: #e84711;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da420f), to(#e84711));
    background: -webkit-linear-gradient(top, #e84711, #da420f);
    background: -moz-linear-gradient(top, #e84711, #da420f);
    background: -ms-linear-gradient(top, #e84711, #da420f);
    background: -o-linear-gradient(top, #e84711, #da420f);
}

#homeboxes div.homebox a.homebox-btn:hover 
{ 
    /*  fallback  */
    background-color: #da420f;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e84711), to(#da420f));
    background: -webkit-linear-gradient(bottom, #e84711, #da420f);
    background: -moz-linear-gradient(bottom, #e84711, #da420f);
    background: -ms-linear-gradient(bottom, #e84711, #da420f);
    background: -o-linear-gradient(bottom, #e84711, #da420f);
}

/*  Home Content*/

#home-content h1 
{
    color:#e84711;
    font-size:3.0em;
    padding:20px 0;
}

#home-content p 
{
    width:540px;
    font-size:1.5em;
    margin-bottom:10px;
    line-height:1.6em;
}

#home-content p.discover 
{
    font-size:1.8em;
  
    margin:20px 0 40px 0;
    font-family: "myriad-pro"; 
    color:#e84711;
    font-weight:700;
}

#home-content p.button-bar
{
	margin-bottom: 40px;
}

#home-content p.button-bar a 
{
    font-family: "myriad-pro"; 
    color:#666;
    text-decoration:none;
    border-top: 1px solid #e1e1e1;
    padding:15px 40px;
    background:#f3f3f3;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e3), to(#f3f3f3));
    background: -webkit-linear-gradient(top, #f3f3f3, #e1e1e3);
    background: -moz-linear-gradient(top, #f3f3f3, #e1e1e3);
    background: -ms-linear-gradient(top, #f3f3f3, #e1e1e3);
    background: -o-linear-gradient(top, #f3f3f3, #e1e1e3);
}

#home-content p.button-bar a:hover 
{
    background:#e1e1e3;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f3f3), to(#e1e1e3));
    background: -webkit-linear-gradient(bottom, #f3f3f3, #e1e1e3);
    background: -moz-linear-gradient(bottom, #f3f3f3, #e1e1e3);
    background: -ms-linear-gradient(bottom, #f3f3f3, #e1e1e3);
    background: -o-linear-gradient(bottom, #f3f3f3, #e1e1e3);
}

#home-content p.button-bar a#btn01 
{
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
    border-right:1px solid #f6f5f5;
    
}

#home-content p.button-bar a#btn02 
{
    border-right:1px solid #f6f5f5;
    border-left:1px solid #dcdcdd;
}

#home-content p.button-bar a#btn03 
{
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
    border-left:1px solid #dcdcdd;
}

/*   Side Nav  */

#sidenav h3
{
	margin-bottom:15px;
}

#sidenav ul 
{
	padding:5px 0;
}

#sidenav ul li 
{
    list-style-type: none;
	padding:2px 0;
	
}

#sidenav ul li a 
{
    font-weight:600;
    color:#666;
	font-size:1.1em;
}

#sidenav ul li a.selected 
{
    font-style:italic;
}

#sidenav ul li ul li a 
{
    font-weight:normal;
    color: #e24510;
	font-style:normal;
}

#sidenav ul li ul li a.selected 
{
    font-style:italic;
}



/*   Content  */

#content img.banner-img 
{
    margin:10px 0;
	width:458px;
	border:solid 1px #eee;
}

#content img 
{
    margin:10px 0;
}

#content hr 
{
    clear:both;
	background-color: #eee;
    color: #eee;
    height:1px;
    border:none;
	margin:20px 0;
}

.breadcrumbs 
	{
    margin-bottom:5px;
}

.breadcrumbs ul li
{
    font-size:1.1em;
    display:inline;
    color:#989898;
}

.breadcrumbs ul li span.divider
{
    padding:0 5px;
}

.why-choose-image 
{
    float:right;
}

#content img.range-product-img 
{
	width:225px;
	float:right;
}

/*   Right Side  */

#right-side
{
	margin-bottom: 20px;
}

#right-side img 
{
    border-radius:8px;
    border:1px solid #eee;
}

#next-steps 
{
    margin:0 0 25px 0;
    padding:5px 15px 15px 15px;
    border:1px solid #eee;
    border-radius:8px;
    background:#f3f3f3;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e3), to(#f3f3f3));
    background: -webkit-linear-gradient(top, #f3f3f3, #e1e1e3);
    background: -moz-linear-gradient(top, #f3f3f3, #e1e1e3);
    background: -ms-linear-gradient(top, #f3f3f3, #e1e1e3);
    background: -o-linear-gradient(top, #f3f3f3, #e1e1e3);
}

#next-steps p 
{
    margin:5px 0 10px 0;
}

#next-steps p.right-title 
{
    font-family: "myriad-pro";
    font-size:1.9em;
    font-weight:700;
    color: #e24510;
}

#next-steps p.right-call 
{
    font-size:1.6em;
    font-weight:700;
    margin-bottom:15px;
}

#next-steps a.right-btn 
{
    padding:5px 10px;
    color:#fff;
    border-radius:5px;
    text-decoration:none;
    font-family: "myriad-pro"; 
    font-weight:600;
    font-size:1.2em;
    text-transform:uppercase;
    
    
    /*  fallback  */
    background-color: #e84711;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da420f), to(#e84711));
    background: -webkit-linear-gradient(top, #e84711, #da420f);
    background: -moz-linear-gradient(top, #e84711, #da420f);
    background: -ms-linear-gradient(top, #e84711, #da420f);
    background: -o-linear-gradient(top, #e84711, #da420f);
}

#next-steps a.right-btn:hover 
{
    
    /*  fallback  */
    background-color: #da420f;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e84711), to(#da420f));
    background: -webkit-linear-gradient(bottom, #e84711, #da420f);
    background: -moz-linear-gradient(bottom, #e84711, #da420f);
    background: -ms-linear-gradient(bottom, #e84711, #da420f);
    background: -o-linear-gradient(bottom, #e84711, #da420f);
}

.product-search-side 
{
	position:relative;
}

.product-search-side img
{
	width:218px;
	height:auto;
}

.product-search-side form
{
	position:absolute;
	top:10px;
	left:4%;
	width:92%;
	
}

.product-search-side form input.search-box
{
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:3px 30px 3px 3px;
	font-size:14px;
	color:#aaa;
	border:solid 1px #ccc;
	border-radius:4px;
}

.product-search-side form input.search-box:focus
{
	color:#666;
}

.product-search-side form input.search-button
{
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	background:url(/assets/i/side-search-btn.png) center center no-repeat;
	border:none;
}


/*  Specific Range Side Nav  */

.specific-range-nav
{
	margin-bottom:20px;
}

.specific-range-nav h3
{
	margin-bottom:0px;
	color: #e24510;
}

.specific-range-nav ul 
{
	padding:5px 0;
}

.specific-range-nav ul li 
{
    list-style-type: none;
	padding:2px 0;
	
}

.specific-range-nav ul li a 
{
    font-weight:600;
    color:#666;
	font-size:1.1em;
}

.specific-range-nav ul li a.selected 
{
    font-style:italic;
}

.specific-range-nav ul li ul li a 
{
    font-weight:normal;
    color: #e24510;
	font-style:normal;
}

.specific-range-nav ul li ul li a.selected 
{
    font-style:italic;
}


/*   Wide Content   */

#wide-content-right img.banner-img 
{
	width:703px;
	margin:10px 0;
	border:solid 1px #eee;
}

div.category
{
	width:223px;
	float:left;
	list-style-type:none;
	margin:20px 15px 10px 0;
	border:solid 1px #ccc;
	position:relative; 
	
}

div.category img
{
	width:223px;
}

div.category a
{
	display:block;
	-moz-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

div.category a:hover
{
	-moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
}

div.category.last
{
	margin:20px 0px 10px 0;
}

div.category p.category-title
{
	display:block;
	width:213px;
	padding:5px;
	position:absolute;
	top:118px;
	z-index:10;
	background:#000;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	color:#fff;
	text-align:left;	
	font-weight:normal;
}

#wide-content-left img.range-product-img 
{
	width:345px;
	float:right;
}

h1.basic-head{
	margin: 35px 0 15px 0;	
}
	
#service-banner
{
	margin-bottom:20px;
}


/*   Product Ranges   */

body#product-ranges #wide-content-left h1
{
	margin: 10px 0 15px 0;
}

a.return-search
{
	display:inline-block;
	font-size:1.3em;
	color:#fff;
	padding:5px 15px;
	background:#e75321;
	font-family: "myriad-pro";
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	margin:5px 0;
}
	
button.fl-btn
{
	padding:5px 15px;
	width:auto;
	font-size:1.3em;
	margin:10px 0 15px 0;
	color:#fff;
	font-weight:bold;
	border: none;
	text-transform:uppercase;
	background:#e75321;
	font-family: "myriad-pro";
	display:inline-block;
	cursor:pointer;
	
}
	
div.fulllist
{
	border-bottom:solid 5px #ddd;
}
	
p.cat-title
{
font-family: "myriad-pro";
font-size: 2em;
font-weight: 700;
color: #e24510;
margin: 35px 0 15px 0;
}

p.search-title
{
font-family: "myriad-pro";
font-size: 2em;
font-weight: 700;
color: #e24510;
margin: 10px 0 15px 0;
}

	
div.range-category
{
	width:213px;
	float:left;
	list-style-type:none;
	margin:0 10px 10px 0;
	border:solid 1px #ccc;
	position:relative; 
	
}

div.range-category img
{
	width:213px;
}

div.range-category a
{
	display:block;
	-moz-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

div.range-category a:hover
{
	-moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
}

div.range-category.last
{
	margin:0px 0px 10px 0;
}

div.range-category p.range-category-title
{
	display:block;
	width:203px;
	padding:5px;
	position:absolute;
	bottom:0px;
	z-index:10;
	background:#000;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	color:#fff;
	text-align:left;
	margin:0;
	font-weight:normal;
}

h1.range-product-title
{
	line-height:1.2;
	margin-bottom:15px;
}
			

/*   Search Page  */
			
a.button
{
  padding: 5px 15px;
  width: auto;
  font-size: 1.3em;
  margin: 10px 0 15px 0;
  color: #fff;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  background: #e75321;
  font-family: "myriad-pro";
  display: inline-block;
  cursor: pointer;	
  text-decoration: none;
}

div.xsltsearch_form 
{
	background: #f9f9f9;
	border:solid 1px #f1f1f1;
	padding:10px 20px 30px 20px;
}

div.xsltsearch_form p
{
	margin:10px 0;
}

div.xsltsearch_form input.input
{
	display:inline-block;
	
	padding:5px 5px;
	width:330px;
	font-size:1.3em;
	margin:0;
	border:solid 1px #f1f1f1;
	font-family: "myriad-pro";
}

div.xsltsearch_form input.submit
{
	padding:5px 5px;
	width:75px;
	font-size:1.3em;
	margin:0;
	color:#fff;
	font-weight:bold;
	border: none;
	text-transform:uppercase;
	background:#e75321;
	font-family: "myriad-pro";
	display:inline-block;
	cursor:pointer;
	
}

div.xsltsearch_result
{
	margin:10px 0;
	border-top:1px solid #eee;
	padding:10px 0;
	clear:both;
}

div.xsltsearch_result img
{
	float:right;
	margin:0 0 20px 20px;
}
	
span.xsltsearch_description strong
{
	color:red;
}
	
a.xsltsearch_title
{
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}

p#xsltsearch_navigation 
{
	display:block;
	clear:both;
		
}
	
p#xsltsearch_summary 
{
	margin:20px 0 15px 0;
	
		
}

/*   News Pages   */
	
div.news-side
{
	margin-bottom:15px;
}

div.news-side p
{
	font-size:1.1em;
}

div.news-side p.news-side-title
{
	font-size:1.2em;
	font-weight:700;
	margin:5px 0 0 0;
}

div.news-side p.news-side-date
{
	margin:0 0 5px 0;
}
			
div.news-item
{
	clear:both;
}
			
div.news-item h2
{
	margin-bottom:0;
}
			
div.news-item img.news-item-image
{
	width:200px;
	float:right;
}
			
div.news-item p.news-date
{
	margin-top:0;
	line-height:1;
	margin-bottom:10px;
}
			
div.news-over-intro 
{
	padding-bottom:20px;
	border-bottom:solid 1px #eee;
	margin-bottom:20px;
}
			
div.news-over-intro img
{
	width:100%;
}
			
div.news-over-intro p
{
	font-size:1.5em;
}
	
h1.news-item-title
{
	margin: 35px 0 0px 0;
}
			
p.news-item-date
{
	margin-top:0;
	line-height:1;
	margin-bottom:20px;
}
	
img.news-item-image
{
	width:325px;
	float:right;
	padding:0 0 10px 10px;
}

img.news-side-image
{
	width:75px;
	float:right;
}
	
/*  Contact Page  */
	
body#contact-us #content h1
{
	margin: 45px 0 15px 0;
}
			
/*  Error Page  */
			
.error-content
{
	height:300px;
	padding-top:200px;
	text-align:center;
}
			
.error-content h1
{
	font-size:26px;
}
			
.error-content p
{
	font-size:16px;
}


/*   Footer   */

#footer a {
    color:#fff;
}

#footer ul li {
    list-style-type:none;
	list-style-position: outside;
}

#footer .foot-title {
    font-family: "myriad-pro";
    font-weight:700;
    font-size:1.5em;
    padding:10px 0;
}

#footer #copyright {
    width:910px;
    background: url('/assets/i/footer-div.jpg') top left repeat-x;
    clear:both;
    padding:10px 0;
    font:1.3em;
}


#footer #copyright p
{
	display: inline-block;
}

#about-foot {
    width:300px;
    float: left;
    margin-right:30px;
}

#contact-foot ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

#contact-foot ul li
{
    float: left;
    padding: 0 7px;
    font-size: 35px;
}

#copyright a:link
{
    color: #fff;
}

#copyright a:visited
{
    color: #fff;
}

#copyright a:hover
{
    color: #e84711;
}

#copyright a:active
{
    color: #fff;
}

#copyright a:focus
{
    color: #fff;
}

#about-foot img {
    margin-bottom:20px;
}
			
img.bjs-image
{
	margin-top:12px;
}

#about-text {
	height:30px;
	min-height:30px;
	height: auto !important;
}

#products-foot {
    float: left;
    padding-bottom:15px;
    margin-right:30px;
}

#other-foot {
    float: left;
    padding-bottom:15px;
    margin-right:30px;
}

#contact-foot {
    float: left;
    padding-bottom:15px;
    
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
