﻿
#header > .container {
    position: relative;
    margin-top: 20px;
    height: 130px;
}

#header .navigation > li {
    float: left;
    list-style: none;
    margin-left: 20px;
}

    #header .navigation > li > a {
        color: #353a8f !important;
        font-weight: bold;
    }

    #header .navigation > li.active > a {
        color: #ff9000 !important;
    }

#header .language {
    position: absolute;
    top: 0;
    right: 20px;
}

#main-content {
    background-color: #eae5e5;		
    padding-top: 5px;
min-height:350px;
}

#main-content .container > div > h3 {
	height: 20px;
	padding-top:0px;
	vertical-align:top;
}

.container {
    width: 970px;
height:100%;
}

#dContact{
	padding-bottom:10px;
}

#services .navigation > li > a {
    color: #000000 !important;
    font-weight: bold;
}

#services .navigation > li.active > a {
    color: #3cb2b2 !important;
}


#footer {
    background-color: black;
    min-height: 100px;
}
	
	#footer .colContent> h5{
		font-weight:bold;
	}	
	
	#footer .img{
		vertical-align:top;
		padding-top:10px;
	}


.bold {
    font-weight: bold;
}

.text {
    padding-top: 10px;
    font-size: 13pt;
}

.content-text {
    font-size: 13pt;
}

.hidden {
    display: none;
}

.colContent{
	width:22%;
	padding: 0px 20px 0px 10px;
	color: White;
	font-size:10pt;
	font-weight:bold;
	vertical-align:top;
}

.tdService1{
	width=100%;
	padding-bottom:10px;
	text-align:right;	
}

.tdService2
{
	width=100%;
	text-align:right;	
	vertical-align:top;	
}

.imgInt{
	padding-left:10px;
}