@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: none;
	font-family:Arial,Helvetica,sans-serif;
}

.cl{clear:both;}
.cr{clear:both;}
.cb{clear:both;}
.fl{float:left;}
.fr{float:right;}

body {
	text-align:center;
	background-color: #FFF;
	background: url(images/background_wrapper.gif) repeat-y center;	
}
#textCentralContent h3.newsTitle{
color: #74B14A;
line-height: 1.35em;
    padding-left: 6px;
    font-size:0.8em;
    padding-right: 20px;
}
span.lessImpo{
	color:#666;
}

/* Main layout */

#wrapper {
	margin: 0px auto;
	width: 1060px;
	padding-top:20px;
}

#header {
	width: 965px;
	height: 275px;
	margin: 0 auto;
	position:relative;
}
#headerContacts{
	position:absolute;
	right:15px;
	text-align:right;
	top:15px;
	z-index:100;
}
#headerContacts p{
	color:#fff;
	margin-bottom:4px;
}
#headerContacts p a{
	color:#fff;
	text-decoration:none;
}
#headerContacts p a:hover{
	color:#aaa;
}
#content {
	width: 965px;
	margin: 20px auto;
}

#mainContentLeft {
	width: 695px;
	float: left;
	margin: 0 10px 0 0;
}


#mainContentRight {
	width: 254px;
	float: left;
	border-left:1px solid #ddd;
}

#content > #mainContentRight {
	width: 259px;
}

/* Menu */

#menuBar {
	height: 33px;
	width: 695px;
	background: #a1a2a6 ;
	border-bottom:none;
}

#menuItemHome, #menuItemServices, #menuItemCaseStudies, #menuItemGallery, #menuItemProducts, #menuItemDesign, #menuItemSalesHire, #menuItemSafety, #menuItemContact {
	height: 32px;
	margin: 0px 0px 0 0px;
	padding: 0 0px 0 0px;
	line-height: 24px;
	
	/*float: left;*/
}
/*
#menuBar > #menuItemHome {	background: url(images/buttons/home.png) top no-repeat; }
#menuBar > #menuItemHome:hover { background: url(images/buttons/home.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .homeActive { background: url(images/buttons/home.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .homeActive a{color:#fff}

#menuBar > #menuItemServices { background: url(images/buttons/services.png) top no-repeat; }
#menuBar > #menuItemServices:hover { background: url(images/buttons/services.png) bottom no-repeat; color:#FFFFFF;}
#content #menuBar > .servicesActive { background: url(images/buttons/services.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .servicesActive a{color:#fff}

#menuBar > #menuItemCaseStudies { background: url(images/buttons/casestudies.png) top no-repeat; }
#menuBar > #menuItemCaseStudies:hover { background: url(images/buttons/casestudies.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .studiesActive { background: url(images/buttons/casestudies.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .studiesActive a{color:#fff}

#menuBar > #menuItemGallery { background: url(images/buttons/gallery.png) top no-repeat; }
#menuBar > #menuItemGallery:hover { background: url(images/buttons/gallery.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .galleryActive { background: url(images/buttons/gallery.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .galleryActive a{color:#fff}

#menuBar > #menuItemProducts { background: url(images/buttons/products.png) top no-repeat; }
#menuBar > #menuItemProducts:hover { background: url(images/buttons/products.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .productsActive { background: url(images/buttons/products.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .productsActive a{color:#fff}

#menuBar > #menuItemDesign { background: url(images/buttons/design.png) top no-repeat; }
#menuBar > #menuItemDesign:hover { background: url(images/buttons/design.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .designsActive { background: url(images/buttons/design.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .designsActive a{color:#fff}

#menuBar > #menuItemSalesHire { background: url(images/buttons/saleshire.png) top no-repeat; }
#menuBar > #menuItemSalesHire:hover { background: url(images/buttons/saleshire.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .salesHireActive { background: url(images/buttons/saleshire.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .salesHireActive a{color:#fff}

#menuBar > #menuItemSafety { background: url(images/buttons/safety.png) top no-repeat; }
#menuBar > #menuItemSafety:hover { background: url(images/buttons/safety.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .safetyActive { background: url(images/buttons/safety.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .safetyActive a{color:#fff}

#menuBar > #menuItemContact { background: url(images/buttons/contact.png) top no-repeat; }
#menuBar > #menuItemContact:hover { background: url(images/buttons/contact.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .contactActive { background: url(images/buttons/contact.png) bottom no-repeat; color:#FFFFFF; }
#content #menuBar > .contactActive a{color:#fff}
*/
#menuBar a{
	display:block;
	float:left;
	width:75px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	height:32px;
	padding-top:8px;
	margin:1px 1px 0 0;
	background:url(images/bgunactive.gif) repeat-x;
}
#menuBar #homepageMainLink{
	width:80px;
}
#menuBar #servicesMainLink{
	width:63px;
}
#menuBar #studiesMainLink{
	width:86px;
}
#menuBar #galleriesMainLink{
	width:60px;
}
#menuBar #productsMainLink{
	width:72px;
}
#menuBar #designMainLink{
	width:60px;
}	
#menuBar #salesMainLink{
	width:86px;
}	
#menuBar #newsMainLink{
	width:50px;
}
#menuBar #safetyMainLink	{
	width:60px;
}
#menuBar #contactMainLink{
	width:68px;
}	
#wrapper #content #menuBar a:hover,#wrapper #content   #menuBar a.mainActive{
	background:url(images/bgactive.gif) repeat-x;
	color:#fff;
}

#greyLeft {
	background:#FFFFFF none repeat scroll 0 0;
	border-right:1px solid #ddd;
	float:left;
	margin:0 4px 0 0;
	text-align:left;
	width:170px;
	
}

#searchBox {
	width: 170px;
	height: 50px;
	background:url(images/searchBG.gif) repeat-x;
}
#centralContainer  h2, #centralContainer  h1{
	color:#74B14A;
	margin:12px 0 18px;
	border-bottom:1px dashed #ccc;
	font-size:1.2em;
	margin-top:0;
}
#centralContainer.homepage h2, #centralContainer.homepage h1{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:14px;
}
#productDescription h2{
	margin-top:0;
	
}
#navigationBox {
	width: 170px;
	height: 496px;
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
	background: url(images/background_navigation.gif) repeat-x;
}

#navigationBox  ul {
	margin: 0 0 0 12px;
	padding: 0 0 0 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

#navigationBox  li {
	padding: 0 0 3px 0;
	
}

#navigationBox  ul .productSpecs {
	margin: 0 0 0 0;
	padding: 0 0 0px 8px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	list-style: none;
}
#navigationBox  ul#collapsableLhsMenu {
	margin:0 0 0 16px;
}
#navigationBox  ul#collapsableLhsMenu li{
	list-style-image: url(/images/ul.png);
	color:#74B14A;
	padding:5px 0;
}
#navigationBox  ul#collapsableLhsMenu li a{
	color:#74B14A;
	text-decoration:none;
}
#navigationBox  ul#collapsableLhsMenu li ul{
	margin:8px 0 6px;
	display:none;
}
#navigationBox  ul#collapsableLhsMenu li ul li{
	list-style-image: none;
	padding:4px 0;
	font-weight:bold;
}
#navigationBox  ul#collapsableLhsMenu li ul li a{
	color:#74B14A;
	
}
#navigationBox ul#LhsMenu{
	list-style:none;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}
#navigationBox ul#LhsMenu li{
	border-bottom:0px solid #ccc;
	padding:0 0 7px 0;
	margin:0 10px 0 10px;
}
#navigationBox ul#LhsMenu li a{
	color:#000;
	text-decoration:none;
}
#navigationBox ul#LhsMenu li a:hover{
	color:#666;
}
#navigationBox ul#LhsMenu li a.LHSactive,#navigationBox ul#LhsMenu li.LHSactive a{
	color:#666;
}
#navigationBox ul#LhsMenu li a{
	color:#74B14A;
}
#centralContent {
	width: 695px;
	margin-top:6px;
	/*background: url(images/background_centralContent.gif) repeat-x;*/
	/*border-bottom:#333 solid thin;*/
}

#centralContent.noBackground {
	background: none;
	border-bottom: none;
}

#centralContainer {
	width: 520px;
	float: left;
	border-bottom: none;
}

#centralContentHome.logoBackground {
	background: url(images/background_logo.gif) no-repeat top right;
}
#centralContentHome.homepage{
	height:350px;
}
#productDescription.textRight {
	float:left;
	width:204px;
}

#textCentralContent img.visualLeft {
	float: left;
	margin-right: 24px;
}

#textCentralContent {
	margin:0 0 0 5px;
	padding-top:10px;
	position:relative;
	text-align:left;
	width:518px;
}
#textCentralContent p{
	line-height:1.35em;
	padding-right:20px;
	padding-left:6px;
}
#textCentralContent h2,#textCentralContent h1{
	margin-left:6px;
	margin-right:20px;
	margin-top:6px;
	padding-bottom:10px;
}
#textCentralContent.wholeCenter {
	width:650px;
}
#textCentralContent.leftPadded{
	padding-left:12px;
}
#homeGallery {
	width: 700px;
	height: 130px;
	margin: 4px 0 0 0;
	padding-top: 4px;
	text-align: left;
}

#homeGallery img {
	margin: 0 5px 0 0;
}

#newsBar {
	height: 33px;
	background: url(images/background_greentitles.gif) repeat-x;
	border-bottom:none;
	margin: 0 0 0 0;
}

#newsBar p {
	line-height: 33px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align:left;
	margin-left: 10px;
}

#newsContent {
	height:560px;
	margin: 4px 0 0 0;
	padding-left:10px;
	background:#fff;
}

#quickLinks {
	height:560px;
	margin: 4px 0 0 0;
	padding: 0 0 0 10px;
	background: #fff;
	text-align: center;
}

#singleNews {
	padding: 10px 0 5px 10px;
	text-align: left;
}

#singleNews img {
	margin: 5px 0 0 0;
}	

#singleQuickLink {
	width: 240px;
	margin:12px 0 0;
	text-align: left;
	border-bottom: #333 solid 0;
}
#singleQuickLink.dividerItem{
	border-bottom:1px dashed #CCCCCC;	
}
#singleQuickLink p {
	color:#666;
	font-size:0.8em;
	margin-bottom:16px;
}
#singleQuickLink p span{
	font-weight:bold;
	color:#444;
	font-size:0.95em;
	padding-right:6px;
}
#singleQuickLink p a{
	color:#74B14A;
	padding-left:6px;
	text-decoration:none;
	font-weight:bold;
}
#singleQuickLink img {
	margin:0 0 12px;
}

#footer {
	width: 965px;
	height:30px;
	margin:10px 0 0 0;
	padding: 5px 0 0 0;
	border-top:1px dotted #aaa;
}




/* Text styles */

h1, p, .menuItemText, .newsDate, .newsText, #newsBar p, #footer p, #navigationBox  ul, #searchBox p, #textCentralContent h3{
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #444;
}

h1, .newsDate {
	color: #74B14A;
	font-weight: bold;
}

h1 {
	font-size: 16px;
}	
#textCentralContent h3{
	margin:12px 0;	
}
.newsDate, .newsText {
	font-size: 11px;
	padding:0 0 4px;
}

.readMore {
	font-weight: bold;
	color:#666666;
}
span.readMore{
	display:block;
	margin:6px 0 0;	
}
.menuItemText {
	font-size: 12px;
	font-weight: bold;
}

#footer p {
	text-align:left;
	font-size: 9px;
	color: #666;
}
#footer p#footerLinks {
	float: left;
	width: 300px;
}
#footer p#footerDescript{
	float: right;
    text-align: right;
    width: 300px;
    }
#searchBox p {
	padding: 10px 0 0px 10px;
	font-weight: bold;
	font-size: 9px;
	color:#FFFFFF;
	text-align: left;
	margin-bottom:2px;
}
#searchBox form input#imgSearch{
	float:left;
	margin-left:-18px;
}
#searchInput{
	width:80%;	
	float:left;
	margin-left:10px;
}
#footer p a:link, #footer p a:active, #footer p a:visited, #footer p a:hover {
	text-decoration:none;
	color: #74B14A;
}

#menuBar a:link, #menuBar a:active, #menuBar a:visited, #menuBar a:hover {
	text-decoration: none;
}
#menuBar a:link, #menuBar a:active, #menuBar a:visited {
	color: #000;
}
#menuBar a:hover {
	color: #FFF;
}
#centralContainer h4{
	font-family:Arial,Helvetica,sans-serif;
	margin:8px 0 12px;
	font-size:0.9em;
	color:#555;
	padding-left:6px;
}
#caseStudyIMGs{
	margin-top:24px;
}
#caseStudyIMGs img{
	margin-top:8px;
}

#centralContainer ul.expandableContentList{

}
#centralContainer ul.expandableContentList li{
	font-size:0.9em;
	font-weight:bold;
	margin:0 0 3px 0;
}
#centralContainer ul.expandableContentList > li{	
	list-style-image:url('images/collapseOpen.png');
	list-style-position:inside;
}
#centralContainer ul.expandableContentList li p{
	display:none;
	margin:6px 0 10px 12px;
	font-weight:normal;
}	
#centralContainer ul.expandableContentList li a{
	color:#333;
	text-decoration:none;
}

p.explain{
	font-style:italic;	
	font-size:0.8em;
}
#designIMGs img{
	float:left;
	margin-right:4px;
	margin-top:18px;
}
#designIMGs {
	margin-bottom:18px;
}
p.moreText a{
	color:#333;
	font-weight:bold;	
}
/* GALLERIA DEMO STYLE */
*{margin:0;padding:0}

.caption{
	color:#888877;
	display:block;
	font-size:0.75em;
	font-style:italic;
	height:20px;
	margin:4px 0 0;
	position:absolute;
	top:448px;
}
.demo{position:relative;margin-top:2em;}
.gallery_demo{
	background:none repeat scroll 0 0 #000000;
	height:30px;
	list-style:none outside none;
	margin:0 auto;
	padding-top:2px;
	position:absolute;
	top:418px;
	width:497px;
}
.gallery_demo li{
	
	border:2px double #555;
	float:left;
	height:24px;
	margin:0 2px;
	width:28px;
}
.gallery_demo li.active{
	
	border:2px double #ddd;
	
}
.gallery_demo li img{margin-left:2px;cursor:pointer;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image{margin:0 auto 60px auto;height:438px;width:700px;background:black;}
#main_image img{margin-bottom:10px;}

.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
.info p{margin-top:1.6em;}
.galleria_wrapper{width:497px;height:402px;background:#f1f1f1 url(images/galleryBG.jpg) no-repeat top left;}
/*END GALLERY STYLES*/

img.unactiveRHSimg{
 display:none;
}
#newsBar p a{
	color:#fff;
}
.newsText span a{
	color:#aaa;	
}
/*NEWS*/
.blogRow {
	border-bottom:1px solid #ccc;
	padding-bottom:0px;
	margin-bottom:12px;
}
.blogRow p{
	margin:4px 0;
	padding:0px 0;	
}
.blogRow p a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.imgContainBlogDiv{
	float:left;
	width:242px;
	margin-right:8px;
}
.txtContainBlogDiv{
	float:left;
	width:400px;	
}
#textCentralContent  .txtContainBlogDiv h3{
	color:#74B14A;
	padding:0 0 12px 0;
	margin:0;
	font-size:1em;
}
.txtContainBlogDiv h3 a{
	color:#74B14A;
}
.divBlogExtras{
	padding:5px 0;
	margin:8px 0 0;
}	
/*END NEWS*/
/* Reset */
.defaultSimpleSkin table, .defaultSimpleSkin tbody, .defaultSimpleSkin a, .defaultSimpleSkin img, .defaultSimpleSkin tr, .defaultSimpleSkin div, .defaultSimpleSkin td, .defaultSimpleSkin iframe, .defaultSimpleSkin span, .defaultSimpleSkin * {border:0; margin:0; padding:0; background:transparent; white-space:nowrap; text-decoration:none; font-weight:normal; cursor:default; color:#000}

/* Containers */
.defaultSimpleSkin {position:relative}
.defaultSimpleSkin table.mceLayout {background:#F0F0EE; border:1px solid #CCC;}
.defaultSimpleSkin iframe {display:block; background:#FFF; border-bottom:1px solid #CCC;}
.defaultSimpleSkin .mceToolbar {height:24px;}

/* Layout */
.defaultSimpleSkin span.mceIcon, .defaultSimpleSkin img.mceIcon {display:block; width:20px; height:20px}
.defaultSimpleSkin .mceIcon {background:url(../../img/icons.gif) no-repeat 20px 20px}

/* Button */
.defaultSimpleSkin .mceButton {display:block; border:1px solid #F0F0EE; width:20px; height:20px}
.defaultSimpleSkin a.mceButtonEnabled:hover {border:1px solid #0A246A; background-color:#B2BBD0}
.defaultSimpleSkin a.mceButtonActive {border:1px solid #0A246A; background-color:#C2CBE0}
.defaultSimpleSkin .mceButtonDisabled span {opacity:0.3; -ms-filter:'alpha(opacity=30)'; filter:alpha(opacity=30)}

/* Separator */
.defaultSimpleSkin .mceSeparator {display:block; background:url(../../img/icons.gif) -180px 0; width:2px; height:20px; margin:0 2px 0 4px}

/* Theme */
.defaultSimpleSkin span.mce_bold {background-position:0 0}
.defaultSimpleSkin span.mce_italic {background-position:-60px 0}
.defaultSimpleSkin span.mce_underline {background-position:-140px 0}
.defaultSimpleSkin span.mce_strikethrough {background-position:-120px 0}
.defaultSimpleSkin span.mce_undo {background-position:-160px 0}
.defaultSimpleSkin span.mce_redo {background-position:-100px 0}
.defaultSimpleSkin span.mce_cleanup {background-position:-40px 0}
.defaultSimpleSkin span.mce_insertunorderedlist {background-position:-20px 0}
.defaultSimpleSkin span.mce_insertorderedlist {background-position:-80px 0}
#paginationArea{
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	clear:left;
	line-height:0.85em;
	margin:0 0 18px;
	padding:2px 0 3px;
}
#paginationArea a{
	font-size:11px;
	background:#aaa;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:0 8px;
	margin:0 2px;
}
#paginationArea strong{
	font-size:11px;
	color:#999;
	font-weight:bold;
	padding:0 8px;
	margin:0 2px;
}
.noBord{
	border:none;	
}
.blogBody{
	margin:12px 0;
}
.blogBody p{
	font-size:0.8em;
	line-height:1.35em;
}
.gallery_demo_unstyled li{display:none;}
.galleria li{display:block}
#homeGallery img{
	margin:10px 0 0 10px;
	width:248px;
}
#newsContent img{
	width:248px;
}
img.mainImgCenter{
	margin-top:16px;
}
p.pBlogIntro{
	
}
p.pBlogIntro span{
	font-weight:bold;
	font-size:0.9em;
	color:#74B14A;
	padding-right:6px;
}	
.divBlogExtras p{
	color:#888;
}
.divBlogExtras p span{
	font-weight:bold;
	padding-right:6px;
	color:#444;
}
.divBlogExtras p span a{
	color:#444;
	text-decoration:none;
}
a#emailContact,a.body{
	font-weight:bold;	
	color:#444;
	text-decoration:none;
}
#wrapper #content a:hover{color:#666}
#wrapper #content .divBlogExtras a:hover{color:#74B14A}
#centralContainer ul#faqsList li{
	font-size:0.75em;
	padding:2px 0;
}
#centralContainer ul#faqsList li a{

}
#centralContainer ul#faqsList li p.text{
	font-size:1em;
}






#slideshow {
    position:relative;
    height:275px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    display:none;
}

#slideshow img.active {
    z-index:10;
    display:block;
}

#slideshow img.last-active {
    z-index:9;
}


.extlinkRow p a {
    color: #444444;
    font-size: 13px;
    text-decoration:none;
}
#wrapper #content .extlinkRow p a:hover {
    color: #74B14A;
}
#wrapper #content .extlinkRow p {
    margin-bottom:4px;
    margin-left:8px;
    padding-left:0;
}
h3.lhs-main-title{ 
	margin: 0 10px;
    padding: 0 0 7px;
    color:#666;
    font-size:0.85em
}
p.lhs-desc{
	margin: 0 10px;
    padding: 0 0 7px;
    color:#666;
    font-size:0.77em
}
