@font-face {font-family: default;  src: url('/_css/default.otf');}
@font-face {font-family: default;font-weight: bold; src: url('/_css/default-bold.otf');}     
@font-face { font-family: default; font-style: italic; src: url('/_css/default-italic.otf');}     
@font-face { font-family: bert; src: url("/_css/bert.eot");}
@font-face { font-family: bert; src: url("/_css/bert.ttf");}
@font-face { font-family: dinFont; src: url("/_css/din.eot");}
@font-face { font-family: dinFont; src: url("/_css/din.TTF");}

body{
    background-color:#D8DEE7; 
    font-family:default, Arial;
    color:#868686;  
    font-size:13px;
    line-height:17px;
}
p, td, li, a, div, span, input, select, option, textarea, button{
    font-family:default, Arial; 
    color:#868686;  
    font-size:13px;
    line-height:22px;
}
blockquote{
    margin-left:20px;
}
p{
    margin-bottom:15px;
}   
a{
    color:#002761;
    text-decoration:none;
}
a:hover{
    color:#002761;
    text-decoration:underline;
}
form span{
    color:red;
    padding-left:5px;
}
hr{
    border:0px;
    clear:both;         
    height:1px;
    border-bottom:1px solid #002761;
}
li{
}

h1, h2, h3, h4, h5, h6{  
    font-weight: normal;
    color:#002761;
    letter-spacing:0.5px;
    font-family: dinFont, Arial; 
}
h1{
    font-size:36px;   
    line-height:38px;
    margin-bottom:10px;
}
h1 sup{
    font-size:24px;   
    
}
h2{
    font-size:22px;   
    line-height:26px;
}
h3{
    font-size:18px;   
    line-height:20px;
    font-weight:normal; 
    letter-spacing:1px;
}
h4{
    font-size:26px;   
    line-height:28px;
}
h5{
    font-size:24px;   
    line-height:24px;
}
h6{
    font-size:22px;   
    line-height:22px;
    width:auto;
    padding:20px 30px;
    margin:20px auto 20px 0px;
    background-color:#D8DEE7;
    font-size:13px;
    color:#002761;
    font-family: default, Arial;
}


.date{
    background-image: url(/_img/icon/calendar.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
    line-height:25px;
    color:#555;
}
.back a{       
    background-image: url(/_img/icon/arrow-180.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
    display:block; 
    color:#555; 
    text-transform:lowercase;
}



.header, 
.title,
.content,
.footer{
    position:relative;
    margin-right:auto;
    margin-left:auto;
    width:980px;
}
.content a{
    font-weight:bold;
    color:#002761;
    text-decoration:none;
    
}
.downloads a{
    font-weight:normal;
    color:#002761;
    text-decoration:none;
}
.header{
    height:40px;
}
.lang{    
    z-index:11; 
    position:absolute;
    width:181px;
    left:600px;
    top:9px;               
    border:2px solid #D8DEE7;
    background-color:#FFF;
}
.lang li{      
    height:22px;
    display:none;
}
.lang:hover li{
    display:block;  
    height:30px; 
    line-height:32px;  
    background-color:#FFF;
}     
.lang li.selected{
    display:block;
    height:22px;    
    line-height:24px;
}
.lang li a{
    background-color:#FFF;
    text-decoration:none;
    color:#868686;
    width:176px;
    padding-left:5px;
    line-height:32px;
    height:30px;
    display:block;
}     
.lang li.selected a{
    height:22px;   
    line-height:24px;
}
.search{ 
    width:181px;
    position:absolute;
    top:9px;
    left:799px; 
}
.search input{
    padding:0px;
    width:181px;
    height:22px;
    border:0px;   
    color:#868686; 
    padding-left:5px; 
    background-image:url(/_img/search.png);
    background-position:right;
    background-repeat:no-repeat;
}
.page{             
    background-color:#FFF;   
}
.title {
    padding:15px 0px; 
    clear:both; 
    z-index:10;
    
}
.logo{
    width:200px;
    text-align:center;
}


.menu{                  
    z-index:10;
    float:right;
}
.menu ul{
     position: relative;
}
.menu ul li{
    float: left;
    position: relative;
}              
.menu ul li a{     
    display:block;
    color:#002761;
    text-decoration:none;
    text-transform:uppercase;
    float: left;
    position:relative;
    white-space: nowrap;
    font-family: dinFont, Arial; 
    padding:10px 5px 10px 10px; 
    font-size:18px;
    letter-spacing:1px;  
    margin-right:5px;
}  
.menu ul li.selected a{
    background-image: url(/_img/hover.png);
    background-position:-20px bottom;
    background-repeat:no-repeat;
}     
.menu ul li:hover a{  
    background-image: url(/_img/hover.png);
    background-position:right bottom;
    background-repeat:no-repeat;
}
.menu ul li.childs:hover a{
    background-position:left bottom;
    
}     
.menu ul li.childs:hover li a{
      background-image:none;
}
.menu ul li a.selected{
}
 
.menu ul li li a{
    font-family: default, Arial; 
    font-size:12px; 
    text-transform:none; 
    padding:10px 5px; 
}
* html .menu ul ul {
    line-height: 0; 
}       
.menu ul li:hover ul li a{
    background-color:transparent;
}     
.menu ul li ul {   
    z-index:900;
    top: 41px;
    left:0px;
    display: none;   
    position: absolute;
    padding:0px;
    margin:0px; 
    width:250px;
    background-color:#FFF;  
    -webkit-box-shadow:0 5px 5px #ccc; 
    -moz-box-shadow: 0 5px 5px #ccc;   
    box-shadow:0 5px 5px #ccc;
    border-bottom:5px solid #FFF;
}
.menu ul li ul li {
    float: none;   
    padding:0px;
    margin:0px;  
}
.menu ul li ul li a,
.menu ul li.selected ul li a { 
    background-image: none;
    padding:2px 10px;
    margin:0px;     
    border:5px solid #FFF;
    border-bottom:0px solid #FFF;
    line-height:23px;
    text-indent:0px;
    color: #002761;
    float: none; 
    width:auto;
    position:relative;
    background-color:#D8DEE7;
}
.menu ul li:hover ul li a {
    background-color:#D8DEE7;
    background-image: none;
}          
.menu ul li.selected ul li a:hover,
.menu ul li ul li a:hover {
    background-color:#99A8BF; 
}

.menu ul li.selected ul li.selected a{ 
  
}     

.menu ul li ul li ul {
    top: -4px;
    left:200px;
    display: none;   
    position: absolute;
    padding:0px;
    margin:0px;  
    width:auto;
}
.crumb{ 
    font-size:11px;      
    float:right;
    width:765px;
    margin-top:-40px;     
    text-transform:lowercase;
}
.crumb a{   
    font-size:11px;  
    color:#868686;  
    text-transform:lowercase;
}
.content{   
    overflow:hidden;
    padding-bottom:40px; 
    clear:both;
}
.left{       
    float:left;
    min-height:460px;
    width:190px;
    background-image: url(/_img/bg_left.png);
    background-position:top center;
    background-repeat:repeat-y;
}
.center{    
    position:relative;
    float:right;
    width:765px;   
    z-index:5;                        
}
.center td,
.center p,
.center li, 
.center div, 
.center span{
    color:#555;   
}
.center td {
    vertical-align:top;
    padding:5px;
}
.center ul{
    margin:0px 0px 10px 15px;
    list-style-image:url('/_img/li.png');
}
.center form input,
.center form select,
.center form textarea {
    border:1px solid #D8DEE7;
    width:250px;
}

.center form input:focus,
.center form select:focus,
.center form textarea:focus{
    border:1px solid #567097;

}
.right{
    width:170px;  
    text-align:center;
    
}        
.right a{
    display:block;
    width:160px;  
       margin:10px 0px;
}     
.right img{
 
}
.images{
    margin-left:10px;
    width:200px;
    float:right;
    
}
.thumb{
    width:200px;
    height:150px;
    margin-bottom:20px;
    padding:5px;  
    background-repeat:no-repeat;
    background-position:center;
}

.newsitem{
    background-color:#D8DEE7; 
    border:1px solid #D8DEE7;
    padding:10px;  
    margin-bottom:20px;
    cursor:pointer;   
    clear:both;      
    overflow:auto;

}
.newsitem:hover{
    border:1px solid #567097;
}        
.newsitem h2{
    font-size:18px;
    font-weight:normal;
    letter-spacing:1px;
}

.newsitem img{
    float:right;
    margin:0px 0px 10px 10px;
    border:4px solid white;
}
.footer{
    clear:both;
    padding-top:20px;
}
.foot{
    width:200px;
    float:left;
} 
.newsletter,
.fluidat,
.login{
    border:1px solid #567097;
    color:#567097;   
    line-height:18px;
    font-size:11px;
    padding:5px;
    margin-bottom:15px;
}
.newsletter p,
.newsletter p a,
.fluidat p,
.fluidat p a,
.login p,
.login p a{
    color:#567097;   
    line-height:18px;
    font-size:11px; 
    margin-bottom:0px;   
}    
.newsletter p a:hover,
.fluidat p a:hover,
.login p a:hover{
    color:#002760; 
    text-decoration:none;
}
.social{
    padding:0px;
}     
.plus {
    padding-top:5px;
    float:right; 
}
     
.social table{
    width:100%;
}
.social td{
    white-space:nowrap;
}

.sitemap{
    width:760px;
    float:right;
} 
              
.sitemap ul li{
    width:180px;
    float:left;
}
.sitemap ul li a{ 
    color:#002761;
    text-decoration:none;
    line-height:12px;
    font-size:11px; 
    text-transform:uppercase;
    font-weight:bold;
}
.sitemap ul li li a{         
   text-transform:none;
    line-height:12px;
    font-size:11px; 
   font-weight:normal;
}
.sitemap a:hover{
    color:#002760;
}
table.map{
    width:100%;
}
table.map tr td{
    width:191px; 
    line-height:18px;
    font-size:11px;
    color:#567097;
    text-decoration:none;
    vertical-align:top; 
}  

table.map tr td a{
    color:#567097; 
    text-transform:none;   
    font-weight:normal;
    line-height:18px;
    font-size:11px; 
}       
table.map tr td p{
    margin-bottom:15px; 
    color:#567097;
    line-height:18px;
    font-size:11px; 
} 

table.map ul,
table.map ul li{
   float:none;
}           
    
.map a:hover{
    color:#002760;
}
.download{  
    background-color:#D8DEE7;
    margin-bottom:15px;    
    width:100%;
}  
.download td{
    padding:5px;  
    border-bottom:2px solid white;
}

.product{    
    position:relative;
    clear:both;  
}        
.product_img{ 
    height:150px;
    width:150px;
    float:left; 
    background-position:center;
    background-repeat:no-repeat; 
    margin-right:15px;

}
.product_data{     
    cursor:pointer;
    width:560px;
    background-color:#D8DEE7;
    margin-bottom:15px;   
    padding:10px; 
    height:150px; 
}
.downloads{      
    height:150px;
    float:right;
    margin-top:-190px;
    padding:15px;
    background-color:#FFF;
    width:150px;
}

.productoverview{
position:relative;
    background-color:#D8DEE7;
    margin-bottom:15px;
}
.productoverview td{
    padding:5px;  
    border-bottom:15px solid white;
}   
.productoverview h3{
    font-family:default, Arial;  
    font-size:13px; 
    line-height:18px;
    font-weight:normal;  
    color:#868686;  
}
.productoverview h3 a{
    font-size:24px;
    font-family: dinFont, Arial; 
    color:#002761; 
    display:block;
    text-decoration:none;
    clear:both;
}

#links{
    background-color:#D8DEE7;
    margin-bottom:15px;
}
#links td{
    padding:10px;  
    border-bottom:5px solid white;
}

.zoekitem{    
    border:1px solid #D8DEE7;  
    padding:10px;
    background-color:#D8DEE7;
    margin-bottom:15px;
    cursor:pointer;
}   
.zoekitem:hover{
    border:1px solid #868686;  
    
}
.downloads a{
    PADDING-LEFT: 18px; BACKGROUND: url(/_img/li.png) no-repeat 3px 4px
}
A[href$='.pdf'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-pdf.png) no-repeat left center 
}
A[href$='.doc'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-word.png) no-repeat left center
}
A[href$='.docx'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-word.png) no-repeat left center
}
A[href$='.ppt'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-powerpoint.png) no-repeat left center
}
A[href$='.pptx'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-powerpoint.png) no-repeat left center
}
A[href$='.pps'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-powerpoint.png) no-repeat left center
}
A[href$='.ppsx'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-powerpoint.png) no-repeat left center
}
A[href$='.xls'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-excel.png) no-repeat left center
}
A[href$='.xlsx'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-excel.png) no-repeat left center
}
A[href$='.zip'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/zip.png) no-repeat left center
}
A[href$='.rar'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/zip.png) no-repeat left center
}
A[href$='.avi'] {
	PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-wmv.png) no-repeat left center
}
A[href$='.wmv'] {
    PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/document-wmv.png) no-repeat left center
}
A[href^='mailto'] {
    PADDING-LEFT: 18px; BACKGROUND: url(/_img/file/mail.png) no-repeat left center
}

.map A[href$='.pdf'],
a.none {                
    PADDING-LEFT: 0px; BACKGROUND: none;

}


/*carousel*/
.stepcarousel {
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width:765px; /*Width of Carousel Viewer itself*/
    height: 255px;
    margin-top: 0;
    margin-bottom: 0px;
}
.stepcarousel .belt {
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
    width:765px;
}
.stepcarousel .panel {
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    width:765px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.panel_image {
    width:765px;
    height:253px;
    float:left;
    margin-right:5px;
    overflow: hidden;
    position: relative;
}
.panel_text {
    float:left;
    width:316px;
    height:193px;
    position: relative;
    top: -253px;
}
.panel_text p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
}
.panel_text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 10px;
}
.panel_thumb {
    width: 340px;
    float: right;
    height:250px;
}
.rightcontent {
    float: left;
    width: 727px;
    overflow: auto;
}
.rss {
    display:block;
    width:24px;
    height:24px;
    float:right;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.rss:hover {
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}
.addthis{
    float:right;  
    position:absolute;
    bottom:0;    
    right:0;       
    padding:5px;  
    width:150px; 
    clear:both;
}

table.downloadTable{
    width: 100%;
}
table.datasheetTable{
    width: 655px;
}
table.downloadTable tr td,
table.datasheetTable tr td{
    padding:5px;
}
table.downloadTable tr.head td,
table.datasheetTable tr.head td{
    padding-top:20px;
    COLOR: #999;
    height:20px;
    vertical-align:middle;
    width:26px;
    text-align:center;
}                   
table.downloadTable tr.head td:first-child,
table.datasheetTable tr.head td:first-child{
    width:auto;  
  text-align:left;
}
tr.even td{ 
	background-color: #e5e9ef;

}
table.downloadTable a,
table.datasheetTable a{
    padding-left:0px;
    background:none;
    
}
table.downloadTable a img,
table.datasheetTable a img{
    border:1px solid gray;
}



/* Distributors */

table.distributors{
    width:100%;
}      
table.distributors tr.head{
  border-bottom: 1px solid #ccc;
  
}           
table.distributors tr.head td,
table.distributors tr.head td p{
    font-weight: normal;
    color:#002761;
    letter-spacing:0.5px;
    font-family: dinFont, Arial; 
    font-size:24px;   
    line-height:24px;
}    
table.distributors tr.head td p{
    padding:0px;
    margin:0px;
}       
table.distributors td{
    padding:10px; 
    border-bottom: 1px solid #ccc;
}      
table.distributors tr td:first-child{
    width:100px;
}           
table.distributors tr td:last-child{
    width:50%;
}           
table.distributors tr td img{
    clear:left;
}
table.distributors tr td:first-child img{
   border:1px solid #CCC;
}




table.tech{  
    margin-top:15px;
    width:545px;
}                 
table.tech tr td {
    padding:5px;   
    color:#002761;
    background-color:#d9dfe7;
    border-left:1px solid #FFF;
    border-bottom:1px solid #FFF;
}     
table.tech tr td p{  
    color:#002761;
    margin:0px;
    padding:0px;

}
table.tech tr td:first-child {
    border-left:1px solid #d9dfe7;
    
}
table.tech tr.head td {
    color:#FFF;
    background-color:#002761;
    border:1px solid #002761;
    padding:10px 5px;
}       
table.tech tr.head td p{  
    color:#FFF;
    margin:0px;
    padding:0px;

}
table.tech tr.block td { 
    background-color:#FFF;
    border:1px solid #FFF;
    color:#333;
    padding:10px 5px;

}
.slider{
    

}

.slider ul, 
.slider li{
    padding:0px;                                     
    margin:0px;
    list-style-type: none;
}
.slider,
.slider div{
    display:block;
    width:765px;
    height:255px;
    overflow:hidden;
    background-repeat:no-repeat;   
    background-position: center center;
                          
}      
.slider li,
.slider li a{
    display:block;
    width:765px;
    height:255px;
    overflow:hidden;                   
    text-decoration:none;    
    background-repeat:no-repeat;   
    background-position: center center;
}
.slider h6 a{
   color:white;
}
.slider h6 { 
    padding:5px 5px 5px 10px;
    color:white;
    font-size:18px;
    display:block;
    margin-top:190px;
    width:600px;
    height:60px;     
    background-image:url(/_img/dark_blck.png);
}    
#slider h6 i{
    font-size:12px; 
    color:#232323;
    font-style: italic;
} 
.slider h6 span{
    font-size:14px; 
    color:#CE3826;
    font-style: italic;
}
#controls {
    display:block;
    position:absolute;
    z-index:300; 
    top:225px; 
    left:10px;     
}
#controls li{
    float:left; 
}               
#controls li a{
    font-size:1px;
    display:block;
    margin-right:2px;
    padding:5px;
    width:8px;
    height:8px;
    overflow:hidden; 
    color:#FFFFFF;
    color:transparent;
    text-decoration:none;
    background-image:url(/_img/dot2.png); 
    background-repeat:no-repeat;
    background-position:center bottom;
    
}    
#controls li.current a{        
    background-image:url(/_img/dot.png); 
}

.noteSelector{
    padding:5px;
    background-color:#D8DEE7; 
    width:125px;
    float:left; 
    margin-right:5px;
    min-height:470px;
}      
.noteSelector a{  
    display:block;
    font-weight: normal;
    color:#002761;
    font-size:20px;
    letter-spacing:0.5px;
    font-family: dinFont, Arial;  
    margin:10px 0px;
}
.noteSelector select{
    clear:both;
    width:100%;
    margin-bottom:10px;
}
.noteItems{        
    width:625px;
    float:left;    
    height:480px;
    overflow-y:auto;
    overflow-x:none;
}   
a.noteItem{   
    color:#868686;  
    display:block;
    margin:0px 5px 5px 0px; 
    background-image:none;
    width:180px;
    height:140px;
    padding:5px;
    float:left;  
    border:1px solid #ccc;
}      
.noteItem:hover{
    color:#868686;
    text-decoration:none;
}  
.noteItem .img{ 
    float:none; 
    display:block;    
    background-repeat:no-repeat;
    background-position:top center;
    width:180px;
    height:120px;
}

a.home_item{
   margin-top:15px;
    float:left;   
    display:block;
    background:none;
    padding:0px;  
    margin-right:15px; 
    cursor:pointer;
    width:180px;
    font-weight: normal;
}       
a.home_item:hover{
  text-decoration:none;
}
.home_item:last-child{
    margin-right:0px;
}

.home_item .img{
    height:93px; 
    width:180px;
    overflow:hidden;
    margin-bottom:5px;
}
.home_item a{
    letter-spacing:0.5px;
    font-size:18px;   
    text-decoration:none;
    font-family: dinFont, Arial; 
    color:#002761;
    line-height:24px;
}

.home_item span{
    color:#E50004;
    font-weight:bold;
}


.map strong a {
    font-weight:bold;
}

td.white{
    background-color:white;
}
TABLE.markets {
	BORDER-BOTTOM: #ffffff 0px solid; BORDER-LEFT: #ffffff 0px solid; BACKGROUND-COLOR: #ffffff; BORDER-TOP: #ffffff 0px solid; BORDER-RIGHT: #ffffff 0px solid
}
TABLE.markets TD {
	BORDER-BOTTOM: #ffffff 0px solid; BORDER-LEFT: #ffffff 0px solid; BACKGROUND-COLOR: #ffffff; BORDER-TOP: #ffffff 0px solid; BORDER-RIGHT: #ffffff 0px solid
}
TABLE.markets {
	WIDTH: 250px
}
TABLE.markets TD {
	PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; WIDTH: 115px; PADDING-RIGHT: 5px; HEIGHT: 115px; FONT-SIZE: 12px; FONT-WEIGHT: bold; PADDING-TOP: 5px
}
TABLE.markets TD A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
TABLE.markets TD A:hover {
	COLOR: #000000
}
TABLE.markets TD.gas {
	BACKGROUND-IMAGE: url(/images/base/bg_table_markets_gas.jpg); TEXT-ALIGN: right; BACKGROUND-POSITION: 0px 0px; VERTICAL-ALIGN: bottom
}
TABLE.markets TD.liquid {
	BACKGROUND-IMAGE: url(/images/base/bg_table_markets_liquid.jpg); TEXT-ALIGN: left; BACKGROUND-POSITION: 125px 0px; VERTICAL-ALIGN: bottom
}
TABLE.markets TD.pressure {
	BACKGROUND-IMAGE: url(/images/base/bg_table_markets_pressure.jpg); TEXT-ALIGN: right; BACKGROUND-POSITION: 0px 125px; VERTICAL-ALIGN: top
}
TABLE.markets TD.vapour {
	BACKGROUND-IMAGE: url(/images/base/bg_table_markets_vapour.jpg); TEXT-ALIGN: left; BACKGROUND-POSITION: 125px 125px; VERTICAL-ALIGN: top
}

.trade tr td{
    border-bottom:1px solid #CCC; 
}

.trade tr:first-child td{  
    font-family: dinFont, Arial; 
	background-color: #e5e9ef;
    font-weight: normal;
    color:#002761;
    letter-spacing:0.5px;
    font-size:18px;   
    line-height:20px;
    font-weight:normal; 
    letter-spacing:1px;
}


