* { 
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial,Helvetica,san-serif;
 	line-height: 1.5;
    font-size: 14px;
    color: #444;
}

h1 {
    font-size: 18px;
    margin-bottom: 14px;
    color: #0D682D;
}

h2 {
    font-size: 15px;
    padding: 5px 10px;
    color: #0D682D;
}

p {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

li {
    margin-left: 20px;
}

ul {
    margin-bottom: 15px;
    margin-left: 10px;
}

/* Button */
.button {
    border: 1px solid #aaa;
    font-size: 12px;
    color: white;
    background-color: #999;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button:hover {
    position: relative;
    top: 1px;
    left: 1px;
    cursor: pointer;
}

/* Site frame */
#site-frame {
    width: 1000px;
    margin: 10px 0 0 50px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

/* Header */
#header {
    background-color: white;
    height: 140px;
}

#header.home {
    height: 190px;
}

/* Footer */
#footer {
    height: 180px;
    display: block;
    color: White;
    font-size: 12px;
    margin: 0;
    clear: both;
    background-color: #033B16; 
}

#footer .custom-copyright p {
    float: left;
    padding: 30px 10px 10px 20px;    
    font-size: 12px;
}

#footer .custom-social-media p {
    float: right;
    font-size: 12px;
    padding: 25px 20px 0 0;    
}

#footer .custom-social-media img {
    width: 50px;
    padding: 5px;
}

#footer .custom-certification-logos p {
    float: right;
    font-size: 12px;
    padding: 18px 30px 0 0;    
}

#footer .custom-certification-logos img {
    height: 140px;
}

/* Copyright & Acknowledgement */
#acknowledgement, #copyright {
    background-color: white;
    color: #888;
    padding: 0;
    margin: 0;
}

#copyright .custom-copyright p { 
    height: 30px;
    float: left; 
    text-align: left;
    font-size: 11px;
    padding: 5px 0 0 15px;    
    clear: left;
}

#acknowledgement .custom-designed-by p { 
    height: 30px;
    width: 350px;
    float: right; 
    text-align: right;
    font-size: 11px;
    padding: 5px 15px 0 0;    
    clear: right;
}

#acknowledgement .custom-designed-by a {
    color: #4D6624;
    text-decoration: none;
}

#acknowledgement .custom-designed-by a:hover {
    text-decoration: underline;
}

#acknowledgement .custom-designed-by img { 
    margin: 0;
    padding: 0;
}

/* Footer Menu */
#footer .footer-menu {
    float: left;
    padding-top: 15px;
    margin-left: 30px;
}

#footer .footer-menu .title {
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
    font-size: 18px;
    font-weight: lighter;
    margin: 0;
    padding:  0 15px 0 2px;
    text-transform: uppercase;
}

#footer .footer-menu ul {
	list-style: square; 
	margin: 5px 0 0 0; 
    padding: 0;
    color: white;
}

#footer .footer-menu li {
	list-style: square; 
    margin-left: 20px;
}

#footer .footer-menu a {
    color: white;
    text-decoration: none;
}

#footer .footer-menu a:hover {
    color: white;
    text-decoration: underline;
}

/* Information Menu */
#information-menu {
    float: left;
    padding-top: 30px;
    margin-left: 30px;
}

#information-menu ul {
	list-style: none; 
	margin: 0; 
    padding: 0;
    background-color: white; 
}

#information-menu li {
	list-style: none; 
	float: left;
    margin-left: 20px;
}

#information-menu a {
    color: white;
    text-decoration: none;
}

#information-menu a:hover {
    text-decoration: underline;
}

/* Compayy Logo */
#company-logo a {
    width: 310px;
    height: 60px;
    float: left;
    margin: 20px 0 0 10px;
    background: url(../images/company-logo.png) no-repeat; 
}

/* Slider */
#djslider-loader87 {
    margin-top: 30px;
    height: 300px;
}

#slider87 .slide-desc-text {
    padding: 2px;
}

#slider87 .slide-title {
    color: White;
    font-size: 30px;
    padding: 0px 0 0px 25px;
    font-size: 30px;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
    margin: 0;
} 

#slider87 .slide-desc-bg {
    opacity: 0.60;
    filter: alpha(opacity = 60);
}

#prev87 {
    position: absolute;
    top: 230px;
    left: 850px;
} 

#pause87,
#play87 {
    position: absolute;
    top: 230px;
    left: 900px !important;
} 

#next87 {
    position: absolute;
    top: 230px;
} 

/* ChronoForm */
.chronoform {
    display: none;
}

/* Content */
#content {
    background-color: white;
    margin-bottom: 20px;
    width: 1000px;
    display: table;
}

#content h1 {
    font-size: 25px;
}

#content h2 {
    font-size: 18px;
}

#content .item-page h1,
#content .blog h1 {
    font-weight: lighter;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
    font-size: 30px;
    color: White;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content .item-page h2 {
    font-weight: lighter;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
}

#content .item-page {
    width: 570px;
    min-height: 200px;
    float: right;
    padding: 30px 30px 0 30px;
    display: table-cell;
}

/* Content: Home */
#content.home {
    height: 350px;
    margin-bottom: 0;
    background: url(../images/frontpage-background.png) no-repeat;
}

#content.home .item-page {
    width: 440px;
    padding: 30px 30px 0 30px;
}

#content.home h1 {
    font-size: 25px;
    background-color: #0D682D;
}

#content.home p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Privacy Policy */
#content.privacy-policy .item-page,
#content.term-of-use .item-page {
    width: 940px;
}

/* Content: About Us */
#content.about-us {
    min-height: 510px;
    background: url(../images/about-us-background.png) no-repeat 0 30px; 
}

/* Content: Employment */
#content.employment {
    min-height: 300px;
    background: url(../images/employment-background.jpg) no-repeat 0 30px; 
}

#content.employment h2 {
    font-size: 20px;
    border-bottom: 1px solid #70BB51;
    padding: 0;
    margin: 30px 10px 10px 10px;
    font-weight: lighter;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
}

/* Content: Sectors */
#content.sector115 .item-page {
    background: url(../images/sector-content-oilgas.png) 30px 100px no-repeat; 
}

#content.sector116 .item-page {
    background: url(../images/sector-content-energy.png) 30px 100px no-repeat; 
}

#content.sector117 .item-page {
    background: url(../images/sector-content-defence.png) 30px 100px no-repeat; 
}

#content.sector118 .item-page {
    background: url(../images/sector-content-telcotrans.png) 30px 100px no-repeat; 
}

#content.sector119 .item-page {
    background: url(../images/sector-content-water.png) 30px 100px no-repeat; 
}

#content.sector120 .item-page {
    background: url(../images/sector-content-mining.png) 30px 100px no-repeat; 
}

#content.sectors h1,
#content.sector h1 {
    background-color: #105A92;
}

#content.sectors h2 {
    font-size: 20px;
}

#content.sector h1 {
    margin-bottom: 270px;
}

/* Content: Products */
#content.products h1,
#content.product h1 {
    background-color: #70BB51;
}

#content.products h2 {
    font-size: 20px;
}

#content.product h2 {
    font-size: 20px;
    border-bottom: 1px solid #70BB51;
    padding: 0;
    margin: 5px;
}

#content.product .product {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#content.product .product .overview {
    vertical-align: top;
    width: 200px;
}

#content.product .product .info p {
    padding-top: 0;
    padding-bottom: 10px;
    width: 300px;
}

#content.product .product .info {
    vertical-align: top;
    width: 300px;
}

#content.product .product .image img {
    width: 180px;
    padding: 5px 5px 5px 0;
}

#content.product .product .attributes {
    margin-bottom: 13px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table;
    padding: 3px;
    font-size: 12px;
}

#content.product .product .attribute .label {
    width: 150px;
    height: auto;
    float: left;
}

#content.product .product .attribute .value {
    width: 150px;
    height: auto;
    float: left;
}

#content.product .product .attribute .value a[href$=".pdf"] {
    background: transparent url(../images/pdf-icon.jpg) no-repeat; 
    background-position: top right;
    padding-right: 17px;
    text-decoration: none;
}

#content.product .product .attribute .value a[target="datasheet"]:hover {
    text-decoration: underline;
}

/* Content: About Us */
#content.about-us h1 {
    background-color: #0D682D;
}

/* Content: Employment */
#content.employment h1 {
    background-color: #0D682D;
}

/* Content: Certificates & Awards */
#content.certificates-awards h1 {
    background-color: #0D682D;
}

/* Content: Services, Contact Us & Request for a Quote */
#content.contact-us h1,
#content.request-for-a-quote h1 {
    background-color: #FF8201;
}

#content.services h1,
#content.custom-power-supplies h1 {
    background-color: #9AD2F2;
}

#content.services {
    background: url(../images/services-background.png) 20px 30px no-repeat; 
}

#content.custom-power-supplies {
    background: url(../images/cps-background.png) 20px 30px no-repeat; 
}

#content .custom-contact {
    background-color: #E6EFEC;
    width: 350px;
    float: left;
    padding: 10px;
    margin-top: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content .googlemap {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    background-color: White;
}

/* Content: News */
#content.news .blog, 
#content.news .item-page {
    padding: 30px 0 0 0;
}

#content.news .blog {
    width: 1000px;
}

#content.news .item-page {
    float: left;
    width: 700px;
}

#content.news .blog h1,
#content.news .item-page h1 {
    font-size: 25px;
    width: 690px;
    background-color: #0099CC;
}

#content.news .blog .items-leading {
    width: 700px;
}

#content.news h2 {
    font-size: 20px;
    border-bottom: 1px solid #70BB51;
    padding: 0;
    margin: 5px;
    font-weight: lighter;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
}

#content.news .news-most-popular {
    float: right;
    display: block;
    width: 270px;
    margin-top: 30px;
    font-size: 16px;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
    border: 1px solid grey;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content.news .news-most-popular .title {
    padding: 10px;
    background-color: grey;
    color: white;
    text-align: center;
    font-weight: lighter;
    font-size: 25px;
}

#content.news .news-most-popular ul {
    padding: 0;
    margin: 0;
}

#content.news .news-most-popular li {
    border-bottom: 1px solid grey;
    list-style: none;
    margin: 0;
}

#content.news .news-most-popular li:last-child {
    border-bottom: none;
}

#content.news .news-most-popular li h4 {
    padding: 7px 15px;
}

#content.news .news-most-popular li h4:hover {
    background-color: #0099CC;
}

#content.news .news-most-popular li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.4;
    color: #0D682D;
}

#content.news .news-most-popular li h4:hover a {
    color: white;
}

/* Content: Downloads */
#content.downloads h1 {
    background-color: #0099CC;
}

#content.downloads h2 {
    font-size: 20px;
    border-bottom: 1px solid #70BB51;
    padding: 0;
    margin: 5px 5px 15px 15px;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
    display: block;
}

#content.downloads .item-page {
    padding: 30px 0 30px 0;
    float: left;
    width: 1000px;
}

#content.downloads .manuals,
#content.downloads .papers {
    display: table;
}

#content.downloads .papers {
    margin-top: 20px;
}

#content.downloads .item {
    float: left;
    float: left;
    margin-left: 20px;
    display: block;
}

#content.downloads .papers .item {
    padding: 5px 15px 10px 15px;
    width: 450px;
}

#content.downloads .manuals .item {
    padding: 5px 15px 5px 15px;
    width: 950px;
}

#content.downloads .title {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.4;
    color: #0D682D;
    margin-bottom: 4px;
}

#content.downloads .published, 
#content.downloads .authors {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 2px;
    border-left: 2px solid #ccc;
}

#content.downloads .title a[href$=".pdf"] {
    background: transparent url(../images/pdf-icon.jpg) no-repeat; 
    background-position: top left;
    padding-left: 20px;
    text-decoration: none;
    margin-left: -20px;
    color: #0D682D;
}

/* Content: New Developments */
#content.new-developments h1 {
    background-color: #70BB51;
}

#content.new-developments .item-page {
    padding: 30px 0 30px 0;
    float: left;
    width: 1000px;
}

#content.new-developments .products {
    display: block;
}

#content.new-developments .product {
    border: 1px solid lightgray;
    width: 300px;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    display: block;
    height: 240px;
}

#content.new-developments .product a {
    display: block;
}

#content.new-developments .product .name {
    font-size: 14px;
    margin-bottom: 10px;    
    text-align: center;
}

#content.new-developments .product .description {
    font-size: 12px;
}

#content.new-developments .product img {
    height: 160px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
}

/* Content: New Development Product */
#content.new-developments-product h1 {
    background-color: #70BB51;
}

#content.new-developments-product .item-page {
    padding: 30px 0 30px 0;
    float: left;
    width: 1000px;
}

#content.new-developments-product .item-page .product {
    display: table; 
    width: 95%;   
    margin-bottom: 30px;
    clear: both;
    padding: 0 10px;
}

#content.new-developments-product .item-page .product .summary {
    font-size: 16px;    
    margin-bottom: 14px;
    font-weight: bold;
    padding-top: 5px;
}

#content.new-developments-product .item-page .product img {
    width: 300px;
    float: left;
    padding: 10px 35px 10px 5px;
}

#content.new-developments-product .item-page .product .description {
    display: table;
}

#content.new-developments-product .item-page .product .description p {
    padding-left: 0;
}

/* Search */
#search {
    float: right;
    margin: 30px 10px 0 0;
    padding-right: 20px;
}

#search .button-search {
    padding: 2px 5px;
    margin-left: 5px;
    margin-top: -1px;
    border: 1px solid #aaa;
    font-size: 12px;
    color: white;
    background-color: #999;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#search .button-search:hover {
    position: relative;
    top: 1px;
    left: 1px;
    cursor: pointer;
}

.finder {
    padding: 30px 30px 30px 30px;
}

.finder h1 {
    font-weight: lighter;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
    font-size: 30px;
    color: White;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    background-color: #105A92;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.finder #search-query-explained {
    margin-bottom: 5px;    
}

.finder .search-results {
    padding: 10px;    
}

.finder .result-url {
    margin-bottom: 12px;    
    color: #778CA2;
}

.finder .result-title a {
    color: #0D682D;
    font-weight: bold;
    text-decoration: none;
}

.finder .result-title a:hover {
    text-decoration: underline;
}

#finder-search {
    padding: 10px 20px 10px 20px;
    background-color: #E6EFEC;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#finder-search .word {
    border: none;
}

#search-results .search-pagination .pagination {
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
    width: 99%;
    display: table-row;
    font-size: 16px;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
}

#search-results .search-pagination .pagination p {
    float: left;
    font-size: 12px;
    display: table-cell;
	font-family: Arial,Helvetica,san-serif;
    margin: 0;
}

#search-results .search-pagination .pagination ul {
    list-style: none;
    float: right;
    margin: 0 10px 0 0;
    display: table-cell;
}

#search-results .search-pagination .pagination ul li {
    float: left;    
    display: table-row;
    margin-left: 5px;
}

#search-results .search-pagination .pagination ul li a {
    padding: 3px 7px;
    color: white !important;
    border: 1px solid #8CA05B;
    background-color: #8CA05B;
    font-size: 12px;
	font-family: Arial,Helvetica,san-serif;
    text-decoration: none;
}

#search-results .search-pagination .pagination ul li a:hover {
    position: relative;
    color: white !important;
    top: 1px;
    left: 1px;
    cursor: pointer;
}

#search-results .search-pagination .pagination ul li span {
    padding: 3px 7px;
    border: 1px solid #999;
    font-size: 12px;
	font-family: Arial,Helvetica,san-serif;
}

/* Request for a Quote button */
#content .custom-request-for-a-quote a {
    background: transparent url(../images/rfq-button.png) no-repeat; 
    float: right;
    width: 150px;
    height: 155px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 30px;
    text-decoration: none;
    clear: right;
}

#content.product .custom-request-for-a-quote a {
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    clear: left;
}

#content.contact-us .custom-request-for-a-quote a {
    float: left;
    margin-left: 220px;
    margin-top: -230px;
    clear: left;
}

#content.services .custom-request-for-a-quote a {
    float: left;
    margin-left: 40px;
    margin-top: 560px;
    clear: left;
}

#content.custom-power-supplies .custom-request-for-a-quote a {
    float: left;
    margin-left: 40px;
    margin-top: 560px;
    clear: left;
}

/* Forms */
#content form {
    width: 550px;
    float: right;
    padding: 30px;
}

#content form h1 {
    font-weight: lighter;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
    font-size: 30px;
    color: White;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content form dd {
    padding: 10px 10px;
    background-color: #E6EFEC;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content form dt {
    padding: 5px 10px;
    color: White;
    background-color: #7EBBA4;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content.services form dt,
#content.custom-power-supplies form dt,
#content.contact-us form dt {
    display: none;
}

#content.request-for-a-quote form dt.comment-panel,
#content.request-for-a-quote form dt.security-panel
{
    display: none;
}

#content form textarea {
    font-family: Arial,Helvetica,san-serif;
}

#content form label {
    font-weight: normal !important;
    margin: 3px 0 6px !important;
}

#content form input[type="radio"] {
    padding: 0 0 0 0 !important;
    margin: 5px 5px 0 10px !important;
}

#content form label[for|="contact-details"] {
    width: 150px;
}

#content form label[for|="system"] {
    width: 200px;
}

#content form input[id|="contact-details"] {
    width: 350px;
}

#content form input[id|="system"],
#content form select[id|="system"] {
    width: 270px;
}

#content form textarea[id|="system"] {
    width: 500px;
}

#content form .cfdiv_header {
    font-weight: bold;
    margin-bottom: 10px;
}

#content form textarea.fixed-width,
#content form input.fixed-width {
    width: 350px;
}

#content form input.chrono_captcha_input {
    width: 100px;
}

#content form input.button {
    background-color: #999;
    font-size: 14px;
    float: right;
    margin-right: 10px;
    width: 70px;
    height: 30px;
}

#content form input.button:hover {
    position: relative;
    top: 1px;
    left: 1px;
}

#content form .tooltipimg a {
    background-color: lightgrey;
    text-decoration: none;
    float: right;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tooltipbox {
    background-color: #ddd;
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-size: 11px;
    display: block;
    max-width: 300px;
    min-width: 200px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tooltipbox .tip-title {
    font-weight: bold;
    margin-bottom: 3px;
}

span.cf_alert {
    display: none;    
}

/* Breadcrumbs */
.breadcrumbs {
    float: left;
    margin-left: 5px;
    display: table;
    font-size: 12px;
}

.breadcrumbs a.pathway {
    background: transparent url(../images/breadcrumb-arrow.png) no-repeat right center; 
    padding: 6px 23px 6px 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: table-cell;
}

.breadcrumbs a.pathway:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    background: transparent url(../images/breadcrumb-arrow.png) no-repeat right center; 
    padding: 6px 23px 6px 10px;
    color: white;
    display: table-cell;
}

/* Slogan */
#slogan {
    background: transparent url(../images/slogan.png) no-repeat center center;
    top: 0;
    left: 460px;
    width: 510px;
    height: 100px; 
    position: relative;
}

/* Main Menu */
#menu {
    margin: 25px 0 0 0;
    font-size: 12px;
    float: left;
    clear: both;
}

#menu ul {
	list-style: none; 
	margin: 0; 
	float: left;
    background-color: white; 
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-padding-start: 0 !important;
}

#menu li.item-180 span,
#menu li.item-186 span,
#menu a {
    text-transform: uppercase; 
    text-decoration: none;
    white-space: nowrap;
	background: none;
    color: #444;
	padding: 5px 8px;
    display: block;
}

#menu li {
    float: left;
    color: #333;
    margin: 0 2px;
	list-style: none;
	background: none;
	display: block;
}

#menu li:hover,
#menu li.active {
    background: #086D2B;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu li.item-180.active span,
#menu li.item-180:hover span,
#menu li.item-186.active span,
#menu li.item-186:hover span,
#menu li.active a,
#menu li:hover a {
    color: white;
}

#menu li ul {
    position: absolute;
    left: -999em;
    background-color: white; 
    border: 2px solid #ddd;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
}

#menu li.item-114 ul {
    margin-left: -60px;
}

#menu li li {
    clear: both;
    width: 100%;
    margin: 0;
}

#menu li ul a {
    text-transform: uppercase; 
    text-decoration: none;
    color: #086D2B;
}

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
   left: -999em;
}

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
    left: auto;
    z-index: 6000;
}

#menu li li:hover,
#menu li li.sfhover {
    background: #086D2B;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu li:hover li:hover a,
#menu li:hover li.sfhover a,
#menu li:hover li.active a {
    color: white; 
}

#menu li:hover li a {
    text-transform: uppercase; 
    text-decoration: none;
    color: #333;
}

/* Sectors Menu & Products Menu */
#sectors-menu,
#products-menu {
    float: left;
    padding: 0;
    margin-top: 30px;
    width: 350px;
    display: block; 
}

#sectors-menu ul,
#products-menu ul {
	list-style: none; 
	margin: 0; 
    padding: 0;
	float: left;
    background-color: white; 
}

#sectors-menu li,
#products-menu li {
    margin: 0;    
}

#sectors-menu a {
    width: 350px;
    display: block;
    padding: 78px 0 5px 10px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: lighter;
}

#products-menu a {
    width: 350px;
    display: block;
    padding: 61px 0 6px 10px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: lighter;
}

#sectors-menu a:hover,
#sectors-menu li.active a,
#products-menu a:hover,
#products-menu li.active a {
    font-weight: bold;
}

#sectors-menu li,
#products-menu li {
    float: left;
	list-style: none;
	display: block;
}

#sectors-menu li:hover,
#sectors-menu li.active,
#products-menu li:hover,
#products-menu li.active {
}

#sectors-menu .item-125 a {
    background: url(../images/sectors-menu-oilgas.png) no-repeat; 
}

#sectors-menu .item-127 a {
    background: url(../images/sectors-menu-energy.png) no-repeat; 
}

#sectors-menu .item-128 a {
    background: url(../images/sectors-menu-defence.png) no-repeat; 
}

#sectors-menu .item-129 a {
    background: url(../images/sectors-menu-telecoms.png) no-repeat; 
}

#sectors-menu .item-130 a {
    background: url(../images/sectors-menu-water.png) no-repeat; 
}

#sectors-menu .item-131 a {
    background: url(../images/sectors-menu-mining.png) no-repeat; 
}

#products-menu .item-140 a {
    background: url(../images/product-menu-dcups.png) no-repeat; 
}

#products-menu .item-141 a {
    background: url(../images/product-menu-acups.png) no-repeat; 
}

#products-menu .item-142 a {
    background: url(../images/product-menu-cps.png) no-repeat; 
}

#products-menu .item-146 a {
    background: url(../images/product-menu-controllers-peripherials.png) no-repeat; 
}

#products-menu .item-143 a {
    background: url(../images/product-menu-acdc.png) no-repeat; 
}

#products-menu .item-144 a {
    background: url(../images/product-menu-dcac.png) no-repeat; 
}

#products-menu .item-145 a {
    background: url(../images/product-menu-dcdc.png) no-repeat; 
}

/* Blog */
#content .blog .pagination {
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
    width: 99%;
    display: table-row;
    font-size: 16px;
	font-family: Arial Narrow,Arial,Helvetica,san-serif;
    font-stretch: condensed;
}

#content .blog .pagination p {
    float: left;
    font-size: 12px;
    display: table-cell;
	font-family: Arial,Helvetica,san-serif;
    margin: 0;
}

#content .blog .pagination ul {
    list-style: none;
    float: right;
    margin: 0 10px 0 0;
    display: table-cell;
}

#content .blog .pagination ul li {
    float: left;    
    display: table-row;
    margin-left: 5px;
}

#content .blog .pagination ul li a {
    padding: 3px 7px;
    color: white !important;
    border: 1px solid #8CA05B;
    background-color: #8CA05B;
    font-size: 12px;
	font-family: Arial,Helvetica,san-serif;
    text-decoration: none;
}

#content .blog .pagination ul li a:hover {
    position: relative;
    color: white !important;
    top: 1px;
    left: 1px;
    cursor: pointer;
}

#content .blog .pagination ul li span {
    padding: 3px 7px;
    border: 1px solid #999;
    font-size: 12px;
	font-family: Arial,Helvetica,san-serif;
}

#content .blog .items-leading {
    width: auto;
    padding: 0 5px;
    display: block;
}

#content .blog .items-leading .leading-0,
#content .blog .items-leading .leading-1,  
#content .blog .items-leading .item-row {
    margin-bottom: 20px;
}

#content .blog .item-separator {
    clear: both;
}

#content .blog .items-row.cols-2 {
    width: 1000px;
    display: table-row;
}

#content .blog .items-row.cols-2 .item {
    float: left;
    width: 490px;
    padding: 0 5px;
    display: table-cell;
}

#content .blog .items-leading img {
    padding: 10px;    
    max-width: 250px !important;
    max-height: 250px !important;
    width: auto !important;
    height: auto !important;
}

#content .blog .items-row img {
    padding: 5px;    
    max-width: 150px !important;
    max-height: 150px !important;
    width: auto !important;
    height: auto !important;
}

#content img[style~="right;"] {
    padding-right: 0 !important;    
}

#content img[style~="left;"] {
    padding-left: 0  !important;    
}

#content .item-page h3 {
    color: #7C7D82;
}

#content .item-page ul {
    padding-left: 5px;
    display: table-cell;
    padding-top: 3px;
    padding-bottom: 12px;
}

#content .item-page img {
    padding: 10px 10px;    
}

#content .readmore {
}

#content dl.article-info {
    padding-left: 5px;
    display: block;
}

#content .article-info dt.article-info-term {
    display: none
}

#content .article-info dd.published {
    color: grey;
    margin-bottom: 10px;
    font-size: 10px;
}

#content .blog .article-info dd.published {
    color: grey;
    margin-bottom: 10px;
    font-size: 10px;
}

#content .blog p.readmore {
    padding: 10px 20px 10px 10px;    
}

#content .blog p.readmore > a {
    padding: 1px 5px;
    float: right;
    border: 1px solid #aaa;
    font-size: 12px;
    color: white !important;
    background-color: #8CA05B;
    text-decoration: none;
}

#content .blog p.readmore > a:hover {
    position: relative;
    color: white !important;
    top: 1px;
    left: 1px;
    cursor: pointer;
}

#content .blog .items-leading p,
#content .blog .items-row.cols-2 p {
    padding-left: 5px;
}

/* Preload */
#preload { 
    display: none; 
    width: 1px;
    height: 1px;
}

