/*
Version: 0.1.2
Updated: Monday, 14.01.2008 @ 12:56
------------------------------------------------------------


INDEX:
------------------------------------------------------------
=Default settings
=Font settings
=Canvas settings
=Meta navigation
=Logo
=Main navigation
=Header image
=Content settings
=Contact settings
=Sidebar settings
=Vacancies settings
=Forms
=Itembar settings
=Footer
=Tabs
=JCarousel
    =jCarousel - SKIN: jcarousel-skin-head
    =jCarousel - SKIN: jcarousel-skin-compact
=Slide management
=sIFR Flash
=Home Specific Styles
    =Home - sidebars
=Tooltip
------------------------------------------------------------*/



/*
    =Default settings
------------------------------------------------------------*/
* {
    margin: 0;				
	padding: 0;
}

    h1, h2, h3, h4, h5, h6, address {
        font-style: normal;
    }
    
    ul, ol {
        list-style: none;
    }
    
    a img, :link img, :visited img {
        border: none;
    }
    
    a {
    color: #333;
    }
    
    a:hover {
    text-decoration: none;
    color: #f14d25;
    }
    
    table {
        border: 0 none;
    }
    
        th, td {
            text-align: left;
            vertical-align: top;
            padding: 0;
            font-style: normal;
        }
     /*#content p sup{
	 font-size:1.1em;
	 }
	 #content li sup{
	 font-size:1.1em;
	 }
	 #sidebar sup {
	 font-size:1.3em;
	 }*/
	 h1 sup {
	 font-size:20px;
	 }
	 p sup {
	 font-size:12px;
	 }
	 li sup {
	 font-size:12px;
	 }
	 #sidebar li a sup {
	 font-size:12px;
	 }


.hidden {
	display: none;
}
.wauto {
	width:auto !important;
}
/*
    =Font settings
------------------------------------------------------------*/
body {
	font-family: "Arial", "Helvetica", sans-serif;
    font-size: 100%;        /*                          NOTE: 16px by default; line-height = 18px by default */
	background-color: #FFF;
}



/*
    =Canvas settings
------------------------------------------------------------*/
body {
	border-top: 6px solid #898989;
}
        
    #canvas {
    	width: 960px;
    	margin: 0px 0px 0px -480px;
    	padding: 0px;
    	position: absolute;
    	top: 6px;
    	left: 50%;
    }
    
    
/*
    =Meta navigation
------------------------------------------------------------*/

	#metamenu {
		position:absolute;
		left:10px;
		top:10px;
		padding: 0px;
		width:300px;
	}
	
		#metamenu ul {
			margin: 0px;
			padding: 0px;
		}
		
			#metamenu li {
				margin: 0px 5px 0px 0px;
				padding: 0px;
				color: #f14d25;
				float: left;
				font-size: 10px;
			}
			
				#metamenu li a {
					text-decoration: none;
					color: #666666;
					text-transform: uppercase;
				}
				
				#metamenu li.home {
					margin-right: 20px;
				}
                
				#metamenu li a:hover {
					text-decoration: none;
					color: #f14d25;
				}
				
				#metamenu li a.selected {
					text-decoration: none;
					color: #f14d25;
					font-weight: bold;
				}
			
/*
    =Logo
------------------------------------------------------------*/
	
	#logo {
		float: right;
		margin: 12px 0px 0px 0px;
		padding: 0px;
	}
		
		a.logo {
			display: block;
			height: 41px;
			width: 110px;
			background: url(/decoration/logo.gif) no-repeat left top;
			text-decoration: none;
		}
		
		a.logo span {
			visibility: hidden;
		}
	
/*
    =Main navigation
------------------------------------------------------------*/
	#header {
	position:absolute;
	left:0;
	top:0;
	width:960px;
	}
	#header-image {
	position:absolute;
	left:0;
	top:70px;
	width:960px;
	}
		#header-image .branded {
		float:left;
		width:200px;
		margin-right:10px;
		}
			#header-image .branded img {
			width:200px;
			}
		#header-image .impression {
		float:left;
		width:750px;
		}
			#header-image .impression img {
			width:750px;
			}
			
	#menu {
		position:absolute;
		right:100px;
		top:32px;
		margin: 0px;
		padding: 0px;
	}
	
		#menu ul {
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}
		
  
            #menu ul li {
            float: left;
            display: inline;
            margin-right: 20px;
            height: 11px !important;
            overflow: hidden;
            
            }      
        
                #menu ul li a {
                float: left;
                display: block;
                position: relative;
                overflow: hidden !important;
                height: 11px !important;
                vertical-align: top !important;
                }
                
                #menu ul li a img {
                float: left;
                position: relative;
                top: -12px !important;
                               
                }  
                
                #menu ul li a:hover img {
                float: left;
                position: relative;
                top: -1px !important;
                
                } 
                

                
                #menu ul li a.selected img {
                top: -1px !important;
                }                    
                    
/*
    =Header image
------------------------------------------------------------*/

	#headerimg {
		position: absolute;
		top: 64px;
		left: 0px;
        overflow: hidden;
		height: 300px;
		width: 960px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
        z-index: 0;
	}
    
    #headerimg img {
    position: relative;
    left: 0;
    top: 0;
    }
	
    
/*
    =Content settings
------------------------------------------------------------*/

	#wrap {
		position: absolute;
		top: 230px;
		left: 0px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}
	
		#content {
			margin: 20px 0 0 0;
			padding: 0px;
			/*padding-top:20px;*/
			width: 675px;
			float: left;
            height: auto!important;
            min-height: 350px;
            height: 350px;
		}
			#content ul,
			#content ol {
				margin: 1.0em 0 1.0em 30px;
				font-size: 0.8em;
				color: #666;
				list-style-type: square;
			}
				#content ul li,
				#content ol li {
					margin: 10px 0 0 0;
				}
            
            #content img {
				margin: 1.0em 0 1.0em 15px;
            }
			
			h1 { /*valt weg in safari
				margin: 20px 0px 10px 15px;
				font-family: Arial, sans-serif;
				padding-bottom:10px;
				color: #CECFCE;
				font-size:36px;
				font-weight: bold;
				background:white;*/
				color:#CECFCE;
				font-weight: normal;
				font-size:1.7em;
				font-weight: bold;
				margin:20px 0px 10px 15px;
				*line-height: 28px; /* IE7 */
				
			}
            
    			h2, h2 a  {
	    			margin: 10px 0 5px 15px;
			    	color: #666;
				    font-size: 18px;
                    text-decoration: none;
    			}
                
                    h2 a {
                        margin: 0;
                        text-decoration: none;            
                    }

                h2.secondlevel {
    				margin: 20px 0px 10px 15px;
    				font-family: Arial, sans-serif;
    				font-size: 24px;
                    color: #666;
                }
                
                    h2.secondlevel span, h2 a span {
                        color: #ccc;
                    }
             
			h2.h1 {
       			margin: 20px 0 0 14px;
				font-family: Arial, sans-serif;
				color: #ccc;
				font-size: 26px;
			}
                
			h3 {
				font-weight: bold;
				font-size: 0.8em;
				color: #333;
				margin: 15px 0 3px 15px;
			}
            
			h4 {
				font-weight: bold;
				font-size: 0.7em;
				color: #000;
				margin: 15px 0 3px 15px;
			}
            
			#content p {
				font-size: 12px;
				color: #666;
				line-height: 25px;
				margin: 0px 0px 15px 15px;
				padding: 0px;
				width: 630px;
			}
            
                #content p.date {
                    color: #f14d25;
                }
                sup { vertical-align: top; position: relative; top: -0.5em; }
                #content p a.readmore {
                    font-size: 10px;
                    color: #000;
                    position: relative;
                    top: -1px;
                    margin: 0 0 0 10px;
                    padding: 5px 16px 0px 0px;
                    text-decoration: underline;
                    text-align: right;
                    background: url(/decoration/bullet_bg_white.gif) no-repeat 100% 75%;
                }
                
                    #content p a.readmore:hover {
                        text-decoration: none;
                        color: #f14d25;
                    }
                    
                    
                a.pdf {
                background: url(../decoration/pdf.gif) no-repeat 0 50%;
                padding: 27px 0 0 29px;
                color: #666;
                text-decoration: none;
                height: 30px;
                display: block;
                margin: 0 0 10px 0px;
                }
                
                    a.pdf:hover {
                    color: #f14d25;
                    }        
            
			#title {
				display: none;
				background: #000;
				height: 30px;
				width: 660px;
				margin: 0px;
				padding: 0px 0px 0px 15px;
				line-height: 30px;
                overflow: hidden;
				vertical-align: middle;
                position: relative;
			}
            
            #title img {
				position: absolute;
                left: 0px;
                top: -6px;
            }
            
            
			 
            
            .sendcv {
                position: relative;
                width: 45px;
                height: 19px;
                overflow: hidden;
                display: block;
                background-image: url("/decoration/button_bg.gif");
                background-repeat: no-repeat;
                background-position: right 0;
                background-color: #333;
            	font-family: "Arial", "Helvetica", sans-serif;
                font-size: 12px;
                font-weight: bold;
                padding: 0 22px 0px 0;
                text-align: right;
                color: #fff;
                text-decoration: none;
            }
            
            .sendcv:hover {
            color: #fff;
            }
            
            .gridleft {
            float: left;
            width: 330px;
			overflow:hidden;
            }
                
                /*.column { float:left }*/

				

				.contact h3 {
				font-size:14px;
				}

/*
    =Contact settings
------------------------------------------------------------*/
                
                div.contact {
                position: relative;
                top: 15px;
                width: 330px;
                font-size: 12px;
                color: #666;
				background: #f4f4f4; 
				padding: 0 0 10px 0;
				margin-bottom:15px;
				min-height:130px;
				height:auto !important;
				height:130px;
                }
					div.contact select { margin:0 0 5px 15px; }
                    div.contact div.address {
                    float: left;
                    width: 150px;
                    padding-right: 15px;
                    position: relative;
                    left: 15px;
					min-height:75px;
					height:auto !important;
					height:75px;
                    }
                    
                        div.contact div h6 {
                        font-size: 12px;
                        color: #333;
                        }
            
                    div.contact div.contact-information {
                    float: left;
                    width: 165px;
					min-height:90px;
					height:auto !important;
					height:90px;
                    }
                    
                        div.contact div.contact-information ul li.email {
                        margin-top: 15px;
                        }
                        
                            div.contact div.contact-information ul li.email a {
                            color: #f14d25;
                            }
                            
                        
                            div.contact div.contact-information ul li.email a:hover {
                            color: #333;
                            }
            
            
/*
    =Sidebar settings
------------------------------------------------------------*/

		#sidebar {
			float: right;
			width: 224px;
			margin: 45px 1px 0px 0px;
			padding: 0px;
			
		}

        

			/*
			#sidebar ul {
				margin: 0px 0px 0px 15px;
				padding: 0px 0px 5px 0px;
				width: 210px;
				border-bottom: 5px solid #333333;
			}
			
				#sidebar ul li {
					padding: 0px 0px 0px 0px;
					line-height: 30px;
					width: 210px;	
				}
				
                    #sidebar ul li span {
                        background-color: #f14d25;
						display: block;
						color: #fff;
						text-decoration: none;
                        font-weight: normal;						
    					font-size: 11px;
						padding: 15px;
                        margin: 0;
                        line-height: 1.8em;
                    }

                
					#sidebar ul li a {
						display: block;
						width: 195px;
						height: 30px;
						background: url(/decoration/sidebar_li_a.gif) no-repeat left top;
						color: #fff;
						text-decoration: none;
						padding: 0px 0px 0px 15px;
                        font-weight: bold;						
    					font-size: 11px;
					}
					
						#sidebar ul li a:hover, #sidebar ul li a.selected {
							background: url(/decoration/sidebar_li_a_hover.gif) no-repeat left top;
						}
                        
						#sidebar ul li a.unique:hover, #sidebar ul li a.unique {
							background: none;
                            background-color: #f14d25;
                            border-bottom: 1px solid #d94a27;
                            cursor: default;
						}*/


			
			#sidebar ul {
				margin: 0px 0px 10px 15px;
				padding: 0px 0px 0px 0px;
				width: 210px;
				
				border-bottom:1px solid #c5c5c5;
			}
			
				#sidebar ul li {
					padding: 0px 0px 0px 0px;
					line-height: 30px;
					width: 208px;
					border-top:1px solid #c5c5c5;
					border-left:1px solid #c5c5c5;
					border-right:1px solid #c5c5c5;
				}
				
                    #sidebar ul li span {
                        background-color: #f14d25;
						display: block;
						color: #fff;
						text-decoration: none;
                        font-weight: normal;						
    					font-size: 11px;
						padding: 15px;
                        margin: 0;
                        line-height: 1.8em;
                    }
                
					#sidebar ul li a {
						display: block;
						width: 175px;
						
						background: #f3f3f3 url(/decoration/icon_submenu_lower_gray.gif) no-repeat  190px 12px;
						
						color: #999;
						text-decoration: none;
						padding: 7px 18px 7px 15px;
                        font-weight: bold;						
    					font-size: 11px;
						line-height:1.4em;
					}
					
						#sidebar ul li a:hover {
						background-color:#DEDEDE;
						color:#666666;
						}
						
						#sidebar ul li a.selected {
							background: #D52612 url(/decoration/icon_submenu_lower.gif) no-repeat 190px center;
							color:white;
						}
                        
						#sidebar ul li a.unique:hover, #sidebar ul li a.unique {
							background: none;
                            background-color: #f14d25;
                            border-bottom: 1px solid #d94a27;
                            cursor: default;
						}
						
			.sidebar-fourways {
			float: right;
			width: 188px;
			margin: 10px 0px 20px 0px;
			padding:10px ;
			background:#F14D25;
			
			}
		
			.sidebar-fourways h2 {
				padding-bottom:10px;
				width: 195px;
                font-size: 12px;
                font-weight: bold;
				margin:0 !important;
				color:white;
			}
			
			.sidebar-fourways ol#fourways {
				border: none;
				padding: 0px;
				padding: 0px;
				width: 180px;
			}
			
    			.sidebar-fourways ol#fourways li {
					display: block;
					width: 180px;
				}
				
        			.sidebar-fourways ol#fourways li a {
                        position: relative;
                        top: 0;
						display: block;
                        overflow: hidden;   
                        margin-bottom: 4px;
						font-size:11px;
						text-decoration:none;
						color:white;
						
					}
						.sidebar-fourways ol#fourways li a:hover {
						color:black;
						}
                    .sidebar-fourways ol#fourways li a img {
                        position: relative;
                        top: -9px;
                        left: 0;
					}
            			.sidebar-fourways ol#fourways li .fourwayshover {
						position: relative;
                        top: 0;
                        left: 0;
                        }
/*
    =Vacancies settings
------------------------------------------------------------*/

		#sidebar_vacancies {
			float: right;
			width: 225px;
			margin: 0px 60px 0px 0px;
			padding: 0px;
		}
		
    		#sidebar_vacancies h2 {
                color: #acacac;
                font-size: 18px;
                position: relative;
                left: 14px;
                top: 10px;
                display: block;
                width: 64px;
                height: 12px;
                overflow: hidden;
                line-height: 1000px;
                background: url(/decoration/vacancies.gif) no-repeat 0 0;
            }
            
            
            #sidebar_vacancies ul {
                position: relative;
                top: 10px;
				border: none;
				padding: 0px;
				margin: 10px 0px 30px 30px;
				padding: 0px;
				width: 180px;
            }
             
                #sidebar_vacancies ul li {
					margin: 0px 0px 0px 0px;
					padding: 0px;
					width: 180px;
					display: block;
					line-height: 20px;
                }
                
                    #sidebar_vacancies ul li a {
					    font-size: 12px;
                        background: url(/decoration/bullet_bg_white.gif) no-repeat 0 70%;
                        color: #808080;
                        padding: 0 0 0 17px;
                    }
                    
                        #sidebar_vacancies ul li a:hover {
                            color: #f14d25;
                        }
                    
/*
    =Forms
------------------------------------------------------------*/
          div.form {
          font-size: 12px;
          color: #333;
          font-weight: bold;
          }
          
                        div.form table th,
                        div.form table td {
                        padding: 4px 0 0 0;
                        }
                        
                            div.form table th h5 {
                            color: #666666;
                            font-size: 12px;
                            font-weight: bold;
                            margin-bottom: 5px;
                            }
                            
                        
                                div.form table th label,
                                div.form table th.dual label.default {
                                display: block;
                                width: 130px;
                                float: left;
                                padding: 0;
                                margin: 0;
                                color: #999999;
                                }
                                
                                    div.form table th.dual label {
                                    display: inline;
                                    float: left;
                                    width: 50px;
                                    }
                                    
                                div.form table td input {
                                width: 306px;
                                height: 18px;
                                border: 1px solid #333;
                                background-color: #fff;
                                }
                                
                                    div.form table td.dual input {
                                    width: 20px;
                                    height: auto;
                                    border: 0 none;
                                    }
                                    
                                    div.form table td input.file  {
                                    background-color: #fff;
                                    }
                                    
                                    div.form table td.send {
                                    width: 439px;
                                    text-align: right;
                                    }
                                    
                                    
                                    /* generalized */
                                    div.form table span.error {
                                    display: block;
                                    color: #f14d25;
                                    font-size: 12px;
                                    margin: 5px 0 10px 0;
                                    }
                                    
                                   
                                    
                                    div.form table td button,
                                    table.narrow td button {
                                    float: right;
                                    width: 100px;
                                    height: 19px;
                                    background-image: url("/decoration/button_bg.gif");
                                    background-repeat: no-repeat;
                                    background-position: right 0;
                                    background-color: #333;
                                	font-family: "Arial", "Helvetica", sans-serif;
                                    font-size: 12px;
                                    font-weight: bold;
                                    padding: 0 12px 1px 0;
                                    color: #fff;
                                    border: 0 none;
                                    overflow: hidden;
                                    display: block;
                                    cursor: pointer;
                                    }
                                    


		div.contact-form {
			float: right;
            position: relative;
            
            top: 5px;
			margin: 0 0 30px 0;
			padding: 14px;
			width: 180px;
            background-color: #eeeeee;
			border:1px solid #aaaaaa;
		}
                                
                        
                        
                                div.form table.narrow th label {
                                display: block;
                                width: 175px;
                                float: left;
                                padding: 0;
                                margin: 0;
                                color: #333;
                                }
                                
                                div.form table.narrow td select, 
                                div.form table.narrow td input {
                                width: 175px;
                                height: 18px;
                                border: 1px solid #aaa;
                                background-color: #fff;
                                }
                                
                                div.form table.narrow td select {
                                width: 176px;
                                height: auto;
                                outline: 0;
                                }
                                
                                div.form table.narrow td textarea {
                                width: 175px;
                                height: 70px;
                                border: 1px solid #aaa;
                                }

                                    div.form table.narrow td button {
                                    margin-bottom: 15px;
                                    }
                                    
                                    div.form table.narrow table td.send {
                                    padding: 5px 0 0 0;
                                    width: 190px;
                                    text-align: right;                                    
                                    }
                    div.contact-form .button {
						display:block;
						color:white;
						background:#999 !important;
						background-image:none !important;
						text-align:center;
						font-weight:normal;
						border:0;
						padding:1px !important;
						margin-bottom:10px;
						cursor:pointer;	
						font-size: 11px;
						width:100%;
					}
					div.contact-form  .button:hover {
						/*background-color:#E74534;*/
						background-color:#666 !important;
					}
        
        table.tabular {
        position: relative;
        left: 15px;
        top: 10px;
        }
        
        
        div.narrow {
        width: 180px;
        overflow: hidden;
        }
        
        div.admin {
        overflow: visible;
        }
        
            div.admin span.checkbox input,
            div.admin span.radio input {
            width: 20px;
            }
            
            
    #LoginPane {
      
    }
    
      #LoginPane label {
        display: block;
        width: 150px;
        height: 30px;
        line-height: 30px;
        float: left;
        margin-left: 18px;
        color: #999;
        font-weight: bold;
        font-size: 13px;
      }
    
      #LoginPane input.textbox {
      width: 175px;
      background: #f3f3f3;
      color: #999;
      text-decoration: none;
      padding: 7px 10px;
      font-weight: bold;
      font-size: 11px;
      line-height:1.4em;
      border: 1px solid #c5c5c5;
      margin-bottom: 10px;
      }
      
      #LoginPane input.LogOnButton {
        background: #f3f3f3;
        color: #999;
        border: 1px solid #c5c5c5;
        font-weight: bold;
        font-size: 11px;
        padding: 7px 10px;
        cursor: pointer;
        float: left;
        margin-top: 19px;
        margin-left: -13px;
      }
      
        #LoginPane input.LogOnButton:hover {
          background: #e2e2e2;
        }
      
      #LoginPane input.checkbox {
      float: left;
      margin-top: 9px;
      }
      
      h4.error {
        clear: both;
        position: relative;
        padding: 5px;
        background: #f3f3f3;
        color: #999;
        border: 1px solid #c5c5c5;
        font-size: 11px;
        top: 15px;
        width: 440px;
        margin-left: 19px;
      }
                    
/*
    =Itembar settings
------------------------------------------------------------*/

		div#Itembar {
			float: right;
            position: relative;
            left: 5px;
            top: 5px;
			width: 225px;
			margin: 0px 0px 50px 0px;
			padding: 0px;
		}
        
            div#Itembar ul {
            width: 235px;
            }
            
            
                div#Itembar ul li {
                background-color: #fff;
                }
            
                div#Itembar ul li.selected {
                background-image: url("/decoration/gray_arrow_right.gif");
                background-position: 0 50%;
                background-repeat: no-repeat;
                background-color: #fff;
                }
                
                    div#Itembar ul li a {
                    display: block;
                    width: 180px;
                    height: 100%;
                    margin: 0 0 1px 10px;
                    padding: 15px;
                    background-color: #f0f0f0;
                    color: #333;
                    text-decoration: none;
                    font-size: 13px;
                    }
                    
                    div#Itembar ul li.selected a {
                    background-color: #e1e1e1;
                    }
                    
                        div#Itembar ul li a:hover {
                        color: #f14d25;
                        }
                        
                        div#Itembar ul.news_overview li a {
                        font-weight: bold;
                        color: #f14d25;
                        }
        
                    div#Itembar ul li a span {
                    display: block;
                    width: 100%;
                    color: #f14d25;
                    font-weight: bold;
					cursor: pointer;
                    }
                    
        a.news_archive {
        float: left;
        position: relative;
        left: 25px;
        top: 10px;
        display: block;
        padding: 0 0 0 17px;
        background-image: url("/decoration/bullet_bg_white.gif");
        background-position: 0 50%;
        background-repeat: no-repeat;
        background-color: #fff;
        font-size: 12px;
        color: #808080;
        }

            a.news_archive:hover {
            color: #f14d25;
            }
                        
                        
/*
    =Footer
------------------------------------------------------------*/
    
	#footer {
		clear: both;
		width: 960px;
		text-align: right;
		color: #f14d25;
		font-size: 10px;	
		margin: 0px;
		padding: 0px;	
	}
	
		#footer a {
			color: #666;
		}
		
		#footer a:hover {
			color: #f14d25;
            text-decoration: none;
		}
        
        


/*
    =Tabs
------------------------------------------------------------*/
        .tab_unit {
		
        }
		#content ul.tabs{
			height: 30px;
		}
		#content .tab_header{
		}
            #content .tab_header ul {
	            list-style: none;
	            padding: 0;
	            float: left;
	            margin: 10px 0 0 0;
            }
            
                #content .tab_header li {
                float: left;
                border: 1px solid #fff;
                border-bottom: none;
                margin: 0px 9px 0px 0;
                }
                
                #content .tab_header li.last {
                margin: 0;
                }
                #content .tab_header li {
	                display: block;
	                font-size: 12px;
	                font-weight: bold;
	                background: #ebebeb;
	                color: #999;
	                width: 210px;
	                height: 25px;
	                padding-top: 5px;
	                text-align: center;
                 }
                    #content .tab_header li.active {
                    margin: 0;
                    font-size: 12px;
                    font-weight: bold;
                    padding-top: 5px;
                    height: 29px;
                    text-align: center;
                    position: relative;
                    top: 1px;
                    background: #fff;
                    color: #333333;
                    border-color: #ebebeb;
					margin: 0px 9px 0px 0;
                    }
                
                        
                        
                        #content .tab_header a {
                        text-decoration: underline;
                        background: #ebebeb;
                        color: #666;
                        display: block;
                        width: 100%;
                        height: 100%;
                        }                        
                        
                            #content .tab_header a:hover {
                            color: #000;
                            text-decoration: none;
                            }
                            
            
            .tab_content {
            border: 1px solid #ebebeb;
			min-height: 130px;
			width: 652px;
            display: block;
            clear: both;
            overflow: hidden;
			margin-top: 5px;
            }
            
            
                .tab_content div.data {
                width: 280px;
                margin: 0;
                position: relative;
                top: 14px;
                left: 0px;
                float: left;
                }
                
           
                
                
                    .tab_content div.data table {
                    font-size: 12px;
					
                    }
                    
                        .tab_content div.data table th {
						font-size: 0.9em;
						font-weight: normal;
                        color: #999;
                        text-align: left;
                        width: 5.1em;
                        }                    
                
                    
                        .tab_content div.data table td {
						font-size: 0.9em;
                        color: #000;
                        text-align: left;
                        }
                        
                        /*
                            .tab_content div.data table td sup {
                            font-size: 7px;
                            }    
		                */

            span.sup {
            position: relative;
            top: -3px;
            font-size: 7px;
            }
            
            table tr td sup {
            position: absolute;
            top: 0px;
            }
                
/*-------------------- Patterns --------------------------*/

.left { float:left; }
.right { float:right; }
.mtop10 { margin-top:10px; }
.mbottom30 { margin-bottom:30px !important; }            
/*
    =JCarousel
------------------------------------------------------------*/
#content .jcarousel ul{
	margin: 0;
}
.jcarousel-container {
padding: 0;
position: relative;
left: -10px;
float: left;
}

    .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    }
        
        .jcarousel-list {
        z-index: 1;
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        }
    
            .jcarousel-item {
            float: left;
            list-style: none;
            /* We set the width/height explicitly. No width/height causes infinite loops. */
            width: 89px;
            height: 59px;
            }
    
    .jcarousel-next {
    z-index: 3;
    display: none;
    }
    
    .jcarousel-prev {
    z-index: 3;
    display: none;
    }



/*
    =jCarausel - SKIN: jcarousel-skin-head
------------------------------------------------------------*/

.jcarousel-skin-head {
position: relative;
left: 15px;
}

    .jcarousel-skin-head.jcarousel-container-horizontal {
    width: 534px;
    padding: 20px 40px;
    }

        .jcarousel-skin-head .jcarousel-clip-horizontal {
        width: 534px;
        height: 59px;
        }
        
        
            .jcarousel-skin-head .jcarousel-item {
            width: 89px;
            height: 59px;
            }
            
                .jcarousel-skin-head .jcarousel-item-horizontal {
                margin-right: 10px;
                }
                
                .jcarousel-skin-head .jcarousel-item-vertical {
                margin-bottom: 10px;
                }
        
    .jcarousel-skin-head .jcarousel-next-horizontal {
    position: absolute;
    left: 578px;
    top: 27px;
    width: 17px;
    height: 61px;
    cursor: pointer;
    background: transparent url(/decoration/carousel_arrow_right.gif) no-repeat 0 0;
    }
    
    .jcarousel-skin-head .jcarousel-next-disabled-horizontal,
    .jcarousel-skin-head .jcarousel-next-disabled-horizontal:hover,
    .jcarousel-skin-head .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/decoration/carousel_arrow_right_inactive.gif) no-repeat 0 0;
    }
    
    .jcarousel-skin-head .jcarousel-prev-horizontal {
    position: absolute;
    left: 20px;
    top: 27px;
    width: 17px;
    height: 61px;
    cursor: pointer;
    background: transparent url(/decoration/carousel_arrow_left.gif) no-repeat 0 0;
    }

    .jcarousel-skin-head .jcarousel-prev-disabled-horizontal,
    .jcarousel-skin-head .jcarousel-prev-disabled-horizontal:hover,
    .jcarousel-skin-head .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/decoration/carousel_arrow_left_inactive.gif) no-repeat 0 0;
    }

/*
    =jCarousel - SKIN: jcarausel-skin-compact
------------------------------------------------------------*/


.jcarousel h2 {
position: relative;
left: 15px;
margin-top: 10px;
margin-bottom: -5px;
display: block;
width: 100%;
}

.jcarousel-skin-compact.jcarousel-container-horizontal {
width: 267px;
padding: 20px 40px;
}

    .jcarousel-skin-compact .jcarousel-clip-horizontal {
    width: 267px;
    height: 59px;
    }
        .jcarousel-skin-compact .jcarousel-item {
        width: 89px;
        height: 59px;
        }
        
            .jcarousel-skin-compact .jcarousel-item-horizontal {
            margin-right: 10px;
            }
            
            .jcarousel-skin-compact .jcarousel-item-vertical {
            margin-bottom: 10px;
            }
            
    .jcarousel-skin-compact .jcarousel-next-horizontal {
    position: absolute;
    left: 310px;
    top: 27px;
    width: 17px;
    height: 61px;
    cursor: pointer;
    background: transparent url(/decoration/carousel_arrow_right.gif) no-repeat 0 0;
    }
    
    .jcarousel-skin-compact .jcarousel-next-disabled-horizontal,
    .jcarousel-skin-compact .jcarousel-next-disabled-horizontal:hover,
    .jcarousel-skin-compact .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/decoration/carousel_arrow_right_inactive.gif) no-repeat 0 0;
    }
    
    .jcarousel-skin-compact .jcarousel-prev-horizontal {
    position: absolute;
    left: 20px;
    top: 27px;
    width: 17px;
    height: 61px;
    cursor: pointer;
    background: transparent url(/decoration/carousel_arrow_left.gif) no-repeat 0 0;
    }
    
    .jcarousel-skin-compact .jcarousel-prev-disabled-horizontal,
    .jcarousel-skin-compact .jcarousel-prev-disabled-horizontal:hover,
    .jcarousel-skin-compact .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/decoration/carousel_arrow_left_inactive.gif) no-repeat 0 0;
    }
            
            
/*
    =Slide management
------------------------------------------------------------*/
.slider h2 {
cursor: pointer;
height: 48px;
background-color: #fff;
padding-left: 90px;
padding-top: 10px;
border-bottom: 1px solid #e2e2e2;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
background-repeat: no-repeat;
background-position: 15px 6px;
margin: 0;
font-size: 0.8em;
}
	.slider #manufacture{
		background-image: url('/decoration/bg_manufacture.gif');
		border-top: 1px solid #fff;
	}
	.slider #manufacture.hover{
		background-image: url('/decoration/bg_manufacture_hover.gif');
		background-color: #f4f4f4;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		border-top: 1px solid #e2e2e2;
	}
	
	.slider #employees{
		background-image: url('/decoration/bg_employee.gif');
	}
	.slider #employees.hover{
		background-image: url('/decoration/bg_employee_hover.gif');
		background-color: #f4f4f4;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}
	
	.slider #recycling{
		background-image: url('/decoration/bg_recycling.gif');
	}
	.slider #recycling.hover{
		background-image: url('/decoration/bg_recycling_hover.gif');
		background-color: #f4f4f4;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}
	
	.slider #climate{
		background-image: url('/decoration/bg_climate.gif');
	}
	.slider #climate.hover{
		background-image: url('/decoration/bg_climate_hover.gif');
		background-color: #f4f4f4;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}
	
	.slider #efficiency{
		background-image: url('/decoration/bg_efficiency.gif');
	}
	.slider #efficiency.hover{
		background-image: url('/decoration/bg_efficiency_hover.gif');
		background-color: #f4f4f4;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}
	
	.slider #testing{
		background-image: url('/decoration/bg_testing.gif');
	}
	.slider #testing.hover{
		background-image: url('/decoration/bg_testing_hover.gif');
		background-color: #f4f4f4;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}
	
    .slider div {
    display: none;
    }
    
    .last-slide {
    margin-bottom: 20px;
    }

            
/*
    =sIFR Flash
------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible;
	margin: 20px 0px 25px 15px;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*.sIFR-hasFlash h1 {
	visibility: hidden;
}*/


    


/*
    =Home Specific Styles
------------------------------------------------------------*/
	
	#wrap_home {
		position: absolute;
		top: 379px;
		left: 0px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}
	
		#content_home {
			margin: 0;
			padding: 0px;
            		height: 258px;
            		width: 310px;
		}
		
            
            #content_home p {
            margin-left: 15px;
            text-align: justify;
            font-size: 14px;
			color: #333;
			line-height:23px;
			padding:0 0 4px 0;
            }
            
            #content_home p img {
            margin-left: -15px;
            }
			#flDelightedcustomers {
				margin-top : 20px;
			}
			
	#headerimg_home {
		position: absolute;
		top: 64px;
		left: 0px;
		height: 300px;
		width: 960px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	
        #newsbar_home {
			position: absolute;
            left: 330px;
            top: -15px;
			width: 270px;
			margin: 0 60px 0 0;
			padding: 0;
        }
			#newsbar_home h2 {
			background:#777;
			margin:0;
			color:white;
			text-align:right;
			font-size:14px;
			height:28px;
			padding-top:2px;
			overflow:hidden;
			}
        
            #newsbar_home ul {
	    		width: 270px;
                list-style: none;
                margin: 0;
                padding: 0;
            }
            
                #newsbar_home ul li {
                    width: 270px;
                    min-height: 90px;
                    height:auto !important;
					height:90px;
					overflow: hidden;
                    text-align: right;
                }
                
                #newsbar_home ul li.first {
                    background-color: #f14d25;  
					
                }
                
                    #newsbar_home ul li a {
                        display: block;
                        height: 62px;
                        width: 248px;
                        text-decoration: none;
                        position: relative;
                        padding: 11px;
                    }
                    
                    #newsbar_home ul li a span.title {
                        font-size: 13px;
                        color: #c2c2c2;
                        font-weight: bold;
                        display: block;
                    }
                    
                        #newsbar_home ul li.first a span.title {
                            color: #fff;
                        }
						

					
                    
                    
                    #newsbar_home ul li a span.readmore {
                        font-size: 10px;
                        color: #000;
                        display: block;
                        margin-top: 5px;
                        padding-right: 16px;
                        text-decoration: underline;
                        background: url(/decoration/bullet_bg_white.gif) no-repeat 100% 50%;
                    }
                    
                        #newsbar_home ul li.first a span.readmore {
                            background: url(/decoration/bullet_bg_orange.gif) no-repeat 100% 50%;
                        }
                    
        
/*
    =Home - sidebars
------------------------------------------------------------*/

		#sidebar_home {
		position: absolute;
        left: 600px;
        top: -15px;
		width: 360px;
		height: 153px;
		margin: 0 60px 0 0;
		padding: 0;
		}
			#sidebar_home h2 {
			color:white;
			background:#666;
			margin:0;
			text-align:right;
			padding-top:2px;
			height:28px;
			}
           
            .home_images li {
			float:left;
			
			}
                                .home_images a {
                float: left;
                position: relative;
                display: block;
                height: 125px;
                width: 90px;
                overflow: hidden;
                }
                
                .home_images a img {
                position: absolute;
                top: -125px;
                left: 0;
                }    
                
                .home_images a:hover img{
                position: relative;
                top: 0px;
                left: 0;
                } 
				
				/*.home_images a {
                float: left;
                position: relative;
                display: block;
                padding:100px 5px 0 0;
				height: 25px;
                width: 85px;
                text-align:right;
				font-size:14px;
				text-decoration:none;
					
                }

					.home_images .item1 {
					background: url('/decoration/homebtn_bc.gif') no-repeat left -260px;
					}
					.home_images .item2 {
					background: url('/decoration/homebtn_lt.gif') no-repeat left -260px;
					}
					.home_images .item3 {
					background: url('/decoration/homebtn_ss.gif') no-repeat left -260px;
					}
					.home_images .item4 {
					background: url('/decoration/homebtn_hc.gif') no-repeat left -260px;
					}

					.home_images a:hover {
					background-position:left top;
					}*/

 

            #sidebar_home p {
            font-size: 11px;
            color:#f14d25;
			top: 205px;
            left: 15px;
			padding:0 !important;
			height:60px;
            position:absolute;

			}
        
            .sIFR-replaced{
				z-index: 10;
			}
			

#printlogo {
display: none;
}

.DC_pdf_td {
margin: 0px !important;
padding: 0px !important;
position:relative;
}

.DC_pdf {
margin: 0px !important;
padding: 0px !important;

}

.DC_pdf_td img {
margin: 0px !important;
padding: 0px !important;
}

.mp_img {
float:left; 
margin:-12px 10px -25px 0;

}
.mp_img img {
border:1px solid black; 
}



