*{
    border: 0;
    vertical-align: baseline;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased; 
    margin: 0;
    padding: 0;
    font-family: Tahoma, Times New Roman;
}
body{
    background-color: #222222;
    width: 100%; 
}
#topContent{
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #4B4B4B;
}
#centerContent{
    width: 100%;
    margin: 0 auto;
    background-color: white;
    min-height: 100px;
}
#footer{
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    border-top: 3px solid #4B4B4B;
}
#footHolder{
    width: 960px;
    margin: 0 auto;
}
#menuHolder{
    width: 960px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
#menuLinks{
    max-width: 600px;
}
#menuLinks a{
    float: left;
    text-align: left;
    color: #EDEDED;
    display: block;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    text-decoration: none;
}
#menuLinks a:hover{
    color: white;
    background-color: #4B4B4B;
}
.selected{
    background-color: #4B4B4B;
}
#logoHolderFoot{
    float: left;
}
#linksHolderFoot{
    float: right;    
    margin-top: 20px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
#linksHolderFoot a{
    padding-top: 50px;
    padding-bottom:50px;
    color: #EDEDED;
    display: block;
    float: left;
    margin-right: 20px;
    text-decoration: none;
}
#linksHolderFoot a:hover{
    color: white;
}
#menuLanguage{
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
}
#menuLanguage select{
    background-color: #222222;
    min-width: 120px;
    color: white;
}
#generalCenter{
    width: 960px;
    margin: 0 auto;
}
#titleHolder{
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #000040;
}
#titleHolder h1{
    color:#000040;
    font-size: 18px;
    font-weight: normal;
    float: left;
}
#titleHolder h2{
    color:#777777;
    font-size: 12px;
    font-weight: normal;
    float: right;
}
#centerServices{
    background-image: url('../images/servicesImg.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 300px;
}
#centerOurTeam{
    background-image: url('../images/ourTeamIMG.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 300px;
}
#centerContact{
    background-image: url('../images/contactIMG.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 300px;
}
.textOnCenter{
    line-height: 25px;
    font-size: 16px;
    text-align: left;
    color: #333333;
    padding-bottom: 10px;
}
.ulOnCenter{
    list-style: none;
    padding-bottom: 30px;
}
.ulOnCenter li{
    padding-left: 20px;
    background-image: url('../images/block.gif');
    background-repeat: no-repeat;
    background-position: center left;
    margin-top: 20px;
    max-width: 400px;
    font-size: 16px;
}
.startQuote{
    background-image: url('../images/quots.jpg');
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    margin-top: -35px;
}
.endQuote{
    background-image: url('../images/quots.jpg');
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: -70px 0;
    float: right;
}
.bodyHolderCenter{
    min-height: 300px;
    margin-top: 50px;
}
#mvCenterQuote{
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    padding-top: 30px;
}
blockquote{
    line-height: 25px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: 550px;
    color: #333333;
    margin: 0 auto;
}
.bottomLink{
    margin-top: 80px;
}
#formHolderContact{
    width: 550px;
    margin-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
}
.inputText{
    width: 95%;
    background-color: #FFFFD9;
    border: 1px solid #666666;
    text-indent: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 40px;
}
.inputTextArea{
    width: 95%;
    background-color: #FFFFD9;
    border: 1px solid #666666;
    text-indent: 20px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    height: 120px;
}
.inputButton{
    min-width: 120px;
    cursor: pointer;
    margin-top: 20px;
    background-color: #4B4B4B;
    color: white;
    height: 30px;
    border: 1px solid black;
}
.inputButton:hover{
    background-color: #222222;
}
#menuLanguage a{
    color: white;
    padding: 3px;
    display: block;
    float: left;
    margin-right: 3px;
    text-decoration: none;
    font-size: 12px;
}
#menuLanguage a:hover{
    color: lightgrey;
}
#menuLanguage label{
    color: #4B4B4B;
    display: block;
    float: left;
    margin-right: 3px;
}
.selectedLink{
    background-color: #4B4B4B;
}
