@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}

#headerArea {
    background-color: #34468d;
    margin-top:100px;
    display:none;
}
#headerAreaMobile {
    background-color: #ffffff;
    display:block;
    margin-top:400px;
}
#divLogo {
	text-align:center;
    background-color: #ffffff;
 
    }
#divSocialMediaArea {
    text-align:center;
    background-color: #ffffff;
    display:none;
    
}
#divSocialMedia {
	margin-bottom:0;
    background-color: #ffffff;
}
#socialMediaIcon{
    margin:10px 5px 10px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	background: #0070c0;
	color: #fff;
    border:1px solid #fff; 
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	padding:7px 5px 3px 5px;
}
#socialMediaIcon:hover{
    background: #fff;
	color: #0070c0;
    border:1px solid #0070c0; }

#headerContact {
    width:100%;
    margin:0;
    background-color: #0070c0;
    padding:10px 0 10px 0;
    text-align:center;
    display:none;
}
#headerContactMobi {
    width:100%;
    margin:0;
    background-color: #0070c0;
    padding:10px 0 10px 0;
    text-align:center;
    display:block;
}
#nav {
    z-index:100000;   
    color:#fff;
    position: fixed; 
    margin-top: 0;
    background-color: #ffffff;
    height:30px;
}
#slider {
    display:none;
	}
	
#sliderMobile {
   margin-top:125px;
    display:block;
    text-align:center;
    
	}
#divBreadcrumbs {
	display:none;
}

#searchBoxTop {
	width: 100%;
	clear: none;
	display:none;
	margin:0
}


#mainSection {
}

 #contentBlock{
    width:100%;
    margin-left:0;
    margin-right:0;
    margin-top:40px;
    margin-bottom:40px;
    background-color: #ffffff;
}
#div25ProductIntro{
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;
    border:0px solid #ccc;
}
#div90Supplier
{
    width:95%;
    margin-left:2.3%;
    margin-right:2.3%;  
    margin-bottom:10px;
        margin-top:10px;
}
#div25 {
	text-align:center;	
}
#div50 {
    width:95%;margin-left:2.5%;margin-right:2.5%;
    
}

#div100TopMargin {
    clear:both;
    margin-top:170px;
}
#div100 {
    clear:both;
}
#div100PageHeading{
    margin-top:170px;
    
}
 #div90 {
     width:95%;
     margin-left:2.5%;
     margin-right:2.5%;
    
    }

#div75 {
}
#div66 {
}
#div66Border {
}
#div33 {
}
#div33Border {
}


#divDownloadArea {
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;
    margin-top:10px;
    margin-bottom:10px;
    background-color: #0070c0;
    
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#footerArea {
	background-color:#0070C0;
	color:#fff; 
    margin-top:30px;
}
#footerDesktop {
    display:block;
	
}
#footerMobile {
display:block;	
}
 #imageblock{
     width:90%;
    margin-left:5%;
    margin-right:5%;
    margin-top:10px;
    margin-bottom:10px;
    }
#imageblockLeft {
    width:90%;
    margin-left:5%;
    margin-right:5%;
    margin-top:10px;
    margin-bottom:10px;
}
#imageblockRight {
    width:90%;
    margin-left:5%;
    margin-right:5%;
    margin-top:10px;
    margin-bottom:10px;
}
#teamBlock {
    width:90%;
    border:6px #fff solid;
    text-align:center;
    clear:none;
    margin-left:2.5%;
    margin-right:2.5%;
    clear:none;
    margin-bottom:20px;
}
#teamBio {
    
}
#srBlock{
   width:90%;
   margin-left:5%;
   margin-right:5%;
    margin-bottom:20px;
    margin-top:20px;
    border:0px #fff solid;
    text-align:center;
    clear:none; 
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}

#headerArea {
    display:block;  
}
#headerAreaMobile {
    background-color: #34468d;
    display:none;
}


#headerContact {
    width:100%;
    margin:0;
    background-color: #0070c0;
    padding:10px 5px 10px 15px;
    text-align:right;
     display:block;
}
  #headerContactMobi {
    width:100%;
    margin:0;
    background-color: #0070c0;
    padding:10px 0 10px 0;
    text-align:center;
    display:none;
} 
    
          
#divLogo {
	width:50%;
    clear: none;
    text-align:left;
    }
#divSocialMediaArea {
        width:50%;
        clear:none;
        text-align:right; 
    display:block;
}
#divSocialMedia {
	text-align:centre;
	padding:5px 0 5px 0;
}
  #socialMediaIcon{
    margin:10px 5px 10px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	background: #0070c0;
	color: #fff;
    border:1px solid #fff; 
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
    border-radius: 150px;
	padding:7px 5px 3px 5px;
}
#socialMediaIcon:hover{
    background: #fff;
	color: #0070c0;
    border:1px solid #222; }
#nav {  
    width:100%;
    text-align:center;
    clear:none;
    max-width:1960px;   
    }
    
    #slider {
	
    z-index:-1;
    display:block;     
}
    
    #sliderMobile {
    display:none;
	}
  
    
    #divBreadcrumbs {
	    display:block;
        font-size:0.9em;
        color:#fff;
        font-weight:normal;
        height:20px;
        width:50%;
        clear:none;
        padding:13px 0 13px 0;
}
    
    #searchBoxTop {
	width: 80%;
	clear: none;
	display:block;
	margin-top:0;
    float:right;
       
}
#mainSection {
	width:90%;
	text-align:center;
	margin-left:5%;
	margin-right:5%;	
}
#div100TopMargin {
    clear:both;
    margin-top:230px;
}
#div100 {
}
  #div100PageHeading{
      margin-top:10px;
    
}  
    #div95 {
	width:95%;
	margin-left:2.5%;
	margin-right:2.5%;
	clear:none;
    height:620px;
}
   #div90 {
     width:90%;
     margin-left:5%;
     margin-right:5%;
     margin-top:10px;
     margin-bottom:10px;
    } 
    
    #div75 {
	width:73%;
	margin-left:1%;
	margin-right:1%;
	clear:none;
        
}

#div50 {
	width:50%;
	margin-left:0;
	margin-right:0;
	clear:none;
}
    
    #div25ProductIntro{
        width:23%;
        margin-left:1%;
        margin-right:1%;
        clear:none;
        border:0px solid #ccc;
        margin-top:10px;
        margin-bottom:10px;
    }
    
#div25 {
	width:25%;
	clear:none;
}
#div90Supplier{
        width:90%;
    margin-right:2.5%;
    margin-left:2.5%;
    height:300px;
    overflow:hidden;
  
}
#div66 {
	width:66.666%;
	margin-left:0;
	margin-right:0;
	clear:none;
}
#div33 {
	width:33.333%;
	clear:none;
	text-align:left;
}
    
    #footerArea {
}
    
#footerMobile {
    display:none
    
    }
 #footerDesktop {
     display:block;
    
    }   
    
#imageblock
     {
    width:96%;
    margin-left:2%;
    margin-right:2%; 
    margin-bottom:40px;
    margin-top:40px;
         background-color: #BFD136;
         color:#fff;
}
#imageblockLeft {
    width:98%;
    margin-left:0;
    margin-right:2%; 
    
}
#imageblockRight {
    width:98%;
    margin-left:2%;
    margin-right:0; 
    
}
    #contentBlock{
    width:100%;
    margin-left:0;
    margin-right:0;
    margin-top:40px;
    margin-bottom:40px;
    background-color: #ffffff;
        opacity:0.9;
    }
#teamBlock {
   width:28%;
    margin-bottom:20px;
    margin-left:2%;
    margin-right:2%;
    border:0 #fff solid;
    text-align:center;
    clear:none;
    height:580px;
}
#teamBio {
   
}
    #srBlock {
   width:29%;
   margin-left:1.5%;
   margin-right:1.5%;
        margin-bottom:20px;
        margin-top:20px;
    border:6px #fff solid;
    text-align:center;
    clear:none;
    height:300px;
    clear:none;
}
 #divDownloadArea {
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;
    margin-top:10px;
    margin-bottom:10px;
    background-color: #F0F0F0;
   
}

   

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
width: 100%;
	max-width: 1960px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color:#FFF;
}

 #nav {
}
    
#headerArea {
    display:block;
}
    
#headerAreaMobile {
    display:none;
}
#headerContact {
 background-color: #0070c0;  
}
     #headerContactMobi {
    width:100%;
    margin:0;
    background-color: #0070c0;
    padding:10px 0 10px 0;
    text-align:center;
        display:none;
}  
#divLogo {
	background-color: #ffffff;
    }
     #divSocialMediaArea {
       
    
}
   #divSocialMedia {
}
   #socialMediaIcon{
    margin:10px 5px 10px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	background: #0070c0;
	color: #fff;
    border:1px solid #fff; 
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	padding:7px 5px 3px 5px;
}
#socialMediaIcon:hover{background: #fff;
	color: #0070c0;
border:1px solid #0070c0; }
    
    #divBreadcrumbs {
	
}
    
   #searchBoxTop {
	
} 
  #mainSection {
    width:80%;
	text-align:center;
	margin-left:10%;
	margin-right:10%;
      
}  


#slider {
    margin-top:118px;
	
}
#sliderMobile {
    display:none;
	}
    
    #div100TopMargin {
    clear:both;
    margin-top:170px;
}
#div100 {
}
    #div100PageHeading{
    
}
#div90 {
     
    }
#div25ProductIntro{
       
    }
#div25 {
}
    #div90Supplier{
       
    height:360px;
        
    }
#div50 {
}
#div75 {
}
#div33 {
}
    #div33Border {
        width:99%;
        border-left:1px solid #dd7a46;
       
        margin-bottom:20px;
        height:240px;
}
    #div66 {
        width:66.666%;
            clear:none;
}
 #div66Border {
        width:99%;
        border-left:1px solid #dd7a46;
        margin-top:20px;
        margin-bottom:20px;
        height:200px;
}
    #footerArea {
}
  #footerMobile {
    
    
    }
 #footerDesktop {
     
    
    }   
#contentBlock{
    width:100%;
    margin-left:0;
    margin-right:0;
    margin-top:40px;
    margin-bottom:40px;
    background-color: #ffffff;
}
#teamBlock {
    width:28%;
    margin-bottom:20px;
    margin-left:2%;
    margin-right:2%;
    border:0 #fff solid;
    text-align:center;
    clear:none;
    height:580px;
}
#srBlock {
    height:400px; 
}
#teamBio {   
}
#divDownloadArea {
    
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}