body {
    background-color:#E8E9E8;
    font-family:Titilium-Regular, Titillium, Tahoma, Verdana;
    background-image:url('../Images/background.jpg');
}
input {
    font-family:Titilium-Regular, Titillium, Tahoma, Verdana;
}
a {
    text-decoration:none;
    color:#222222;
}
.clear {
    clear:both;
}
#divMain {
    margin:auto;
    width:980px;
    border-left:3px solid #6F767C;
    border-right:3px solid #6F767C;
    min-height:800px;
    -webkit-box-shadow: 0px 0px 100px 2px rgba(100,100,100,0.75);
    -moz-box-shadow: 0px 0px 100px 2px rgba(100,100,100,0.75);
    box-shadow: 0px 0px 100px 2px rgba(100,100,100,0.75);
    background-color:white;
}
#divHeader {
    width:100%;
}
#divLogoBox {
    position:relative;
    background-color:rgb(234,86,13);
    width:250px;
    height:118px;
    float:left;
    border-top:1px solid gray;
    text-align:center;
    border-bottom:2px solid white;
}
#divLogoAndStrapLine {
    width:200px;
    margin:30px auto 0px auto;
}
#divLogoAndStrapLine p {
    font-size:15px;
    font-weight:bold;
}
#divLogoAndStrapLine > img {
    width:100%;
}
#divSubHeader {
    width:729px;
    height:119px;
    float:left;
    border-bottom:2px solid white;
}
#divHeaderContact {
    background-color:#50585F;
    width:100%;
    height:87px;
    position:relative;
    border-left:2px solid white;
}
#divHeaderMenu {
    width:100%;
    height:30px;
    border-left:2px solid white;
    border-top:2px solid white;
}
.mnuOption {
    background-color:#E8E9E8;
    height:24px;
    padding:6px 10px 0px 10px;
    margin:0px;
    float:left;
}
.mnuOption > a {
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
    color:#222222;
}
.mnuOptionLast {
    background-color:transparent;
    float:right;
}
.productsHighlight {
    background-color:white;
}
.productsHighlight > a {
    color:#222222;
}
.topMenuHighlight {
    background-color:rgb(234, 86, 13);
}
.topMenuHighlight > a {
    color:white;
}
#divSlider {
    background-color: white;
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid rgb(234,86,13);
}
.slide {
    padding-left:2px;
}
.slide > img {
    max-height:280px;
}
.mnuGraphicOption {
    width:118px;
    float:left;
    text-align:center;
    margin-top:14px;
}
.mnuGraphicOption img {
    height:64px;
}
.mnuGraphicOption p {
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
    color:gray;
}
#divBody {
    clear:both;
    min-height:300px;
}
#divLeftColumnContainer {
    float:left;
    width:250px;
    background-color:#E8E9E8;
    min-height:892px;
}
#divRightColumnContainer {
    width:729px;
    float:right;
    position:relative;
}
#divIntro {
    padding:40px;
    background-image:url('/Content/Images/homepage-background.jpg');
    background-repeat:no-repeat;
    min-height:910px;
    width:100%;
}
#divIntro h1 {
    font-size:24px;
    font-weight:bold;
}
#divIntro p {
    margin:20px 0px 20px 0px;
    color:rgb(234,86,13);
    font-weight:bold;
}
.leftMenuOption {
    background-color:#50585F;
    border-bottom:1px solid gray;
    height:46px;
    padding-left:10px;
    background-image:url('../Images/menu-arrow.png');
    background-position:right center;
    background-repeat:no-repeat;
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
    color:white;
    line-height:46px;
}
#divCatalogueDownload {
    height:220px;    
}
#divFooter {
    clear:both;
    border-top:18px solid rgb(234,86,13);
    background-color:#50585F;
    height:265px;
    padding-top:16px;
}
.divFooterColumn:first-of-type {
    width:420px;
}
.divFooterColumn {
    width:180px;
    float:left;            
}
.divFooterColumn a, .pFooterHeader {
    color:white;
    line-height:24px;
}
.pFooterHeader {
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
}
#divFooterAddress {
    padding-left:30px;
}
#divFooterAddress > img {
    width:26px;
    float:left;
    margin-right:10px;
}
#divFooterAddress > div {
    float:left;
    margin-bottom:98px;
}
#divFooterAddress > div > p {
    color:white;
    line-height:20px;
}
#divFooterCopyright {
    color:white;
    clear:both;
    padding-left:30px;
}       
#divHeaderContactUs {
    margin:15px 0px 0px 20px;
    float:left;
}
#divHeaderContactUs img {
    margin-bottom:0px;
    height:24px;
    vertical-align:baseline;
    margin-right:5px;
    display:inline;
}
#divHeaderContactUs > div {
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
    display:inline-block;
    margin-top:8px;
    color:white;
}
#divHeaderContactUs > div > p:last-of-type {
    font-family:Titilium-Regular, Titillium, Tahoma, Verdana;
    font-size:12px;
}
#divHeaderPhoneAndEmail {
    margin:15px 0px 0px 60px;
    float:left;
}
#divHeaderPhoneAndEmail p {
    color:white;
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
}
#divHeaderPhoneAndEmail p:first-of-type {
    font-size:24px;
}
#divHeaderPhoneAndEmail p:last-of-type {
    margin-top:3px;
    font-size:15px;
}
#divHeaderPhoneAndEmail a {
    color:white;
}
#divHeaderSearch {
    float:right;
    margin:20px 20px 0px 0px;
}
#divHeaderSearch input[type='text'] {
    line-height:28px;
    height:28px;
    width:220px;
    padding-left:10px;
    float:left;
}
#btnSearch {
	height:34px;
	width:37px;
	background-color: rgb(234,86,13);
	float:left;
	background-image: url('../Images/search-icon.png');
 	background-size: 50%;
 	background-repeat: no-repeat;
 	background-position: center;
    border-top:1px solid #E8E9E8;
    border-right:1px solid #E8E9E8;
    border-bottom:1px solid #E8E9E8;
    border-left:0px;
 	cursor: pointer;
}
.bold {
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
}
#divTitle {
    background-image:url('../Images/gradient.png');
    background-repeat:repeat-x;
    width:100%;
    height:68px;
    text-align:left;
}
#divTitle h1 {
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
    color:white;
    font-size:32px;
    margin-left:10px;
    padding-top:16px;
}
.menuOptionMarginTop {
    margin-top:7px;
}
.mnuOptionLast {
    text-decoration:underline;
    padding-top:3px;
    padding-right:31px;
}
.mnuOptionLast > a {
    color:rgb(234, 86, 13);
    font-size:12px;
}
.leftMenuSelected {
    background-color:rgb(234,86,13) !important;
}
.divLeftMenuSubOptionGroup a:first-of-type > .leftMenuSelected {
    border-top:1px solid white;
}

.leftMenuSubOption {
    background-color:#939598;
    border-bottom:1px solid white;
    padding:10px 0px 10px 20px;
    font-size:14px;
    color:white;
}
.divLeftMenuSubOptionGroup a:last-of-type > .leftMenuSubOption {
    border-bottom:0px;
}
.divLeftMenuSubOptionGroup {
    display:none;
}
.showGroup {
    display:block;
}
.openGroup {
    display:none;
    height:0px;
}
.contentSection {
    display:inline-block;
    padding-bottom:20px;
    padding-top:20px;
}
#divCategories {
}
.productCategory {
    width: 210px;
    height: 153px;
    text-align: center;
    background: linear-gradient(to bottom, white, gray);
    border: 1px solid #888888;
    float: left;
    margin: 0px 0px 24px 24px;
    font-size: 14px;
    color: white;
}
    .productCategory:hover {
        background: linear-gradient(to bottom, white, #EA560D);
        border: 1px solid #EA560D;
    }
.productCategory img {
    border:0px;
    width:100%;
}
.categoryCaption {
    height:30px;
    display:table-cell;
    vertical-align:middle;
    width:210px;
}
#divContent {
    padding:40px 0px 40px 40px;
    display:inline-block;
}
.fieldTitle {
    width:33%;
    line-height:26px;
    float:left;
}
.field {
    width:60%;
    padding-left:10px;
    height:26px;
    border:1px solid rgb(60,60,60);
    float:right;
    margin-bottom:14px;
}
.mandatory {
    color:red;
}
.indent {
    margin-left:26px;
}
.error {
    color:#FF0000;
    font-family:Titilium-Bold, Titillium, Tahoma, Verdana;
}
.fadein {
    display:none;
}
#divCatalogueDownload {
    padding:20px 0px 34px 30px;
}
#divCatalogueDownload > h2 {
    color: rgb(234, 86, 13);
    font-size: 14px;
    width: 170px;
    line-height:18px;
}
#divCatalogueDownload img {

}
.headerCenter {
    text-align:center !important;
    margin-left:0px !important;
}
.inverseText {
    color:white;
}
#tblBody {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
#tblBody td {
    vertical-align:top;
}
.cellBorderRight {
    border-right:1px solid #444444;
}
.slidesjs-next {
	position: absolute;
	top: calc(50% - 30px);
	right: 5px;
	height: 44px;
	width: 26px;
	font-size: 0;
	background-image: url('/Content/Images/ArrowRight.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
    opacity:0.7;
}

.slidesjs-previous {
	position: absolute;
	top: calc(50% - 30px);
	left: 5px;
	height: 44px;
	width: 26px;
	font-size: 0;
	background-image: url('/Content/Images/ArrowLeft.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
    opacity:0.7;
}
.slidesjs-previous:hover {
    opacity:1;
}
.slidesjs-next:hover {
    opacity:1;
}
.slidesjs-stop, .slidesjs-play {
    display:none !important;
}
#divNewsTicker {
    height:20px;
    width:100%;
    position:absolute;
    bottom:0px;
    overflow:hidden;
    color:white;
    display:none;
}
#divNewsTicker marquee {
    height:20px;
}
#divNewsTicker span {
    margin-right:60px;
}
.divDownloadContainer {
    margin-top:20px;
}
.divDownloadContainer .divDownloadFile {
    height: 60px;
}
.divDownloadContainer .imgDownloadIcon {
    height:60px !important;
}
.tblTechnicalData {
    margin-top:10px;
}
.tblTechnicalData tbody td a:hover {
    text-decoration:underline;
}
.tblTechnicalData tfoot td {
    text-align:right;
}
.tblTechnicalData tfoot td a:hover {
    text-decoration:underline;
}
.product-description, .product-description-sku {
    line-height: 22px;
}
#divAccreditations {
    position:absolute;
    top:170px;
    right:0px;
    text-align:right;
    display:none;
}
#divAccreditations img {
    margin-bottom:10px;
    margin-right:30px;
}
#divCategories.contentSection > h2 {
    color: #50585F;
    margin: 0px 0px 8px 24px;
    font-family: Titilium-Bold, Titillium, Tahoma, Verdana;
}
.homeSection .categoryCaption {
    font-family: Titillium, Tahoma, Verdana;
    font-size:15px;
}
.genericTitle {
    margin-top:10px !important;
}
.subBullet {
    margin-left:14px;
}
#divBreadcrumb {
    padding: 24px;
}
.divBreadcrumbItem {
    height: 18px;
    background-color: #ECECEC;
    background-image: url('/Content/Images/breadcrumb-arrow.png');
    background-position-x: right;
    background-repeat: no-repeat;
    float: left;
    padding: 0px 12px 0px 7px;
}
.divBreadcrumbItem a {
    font-size: 13px;
    line-height: 17px;
    color: #888888;
}
    .divBreadcrumbItem a:hover {
        color: #000000;
    }
.divBreadcrumbItem:last-of-type {
    background-image: url('/Content/Images/breadcrumb-arrow-end.png');
    padding: 0px 10px 0px 7px;
}