body{
    font-family:arial;
    background-color:#FFF;
    font-size:12px;
    margin:0px;
    padding:0px;
}
*{
    outline:none;
}
#main{
    width:1000px;
    margin:auto;
    background-color:#d6d6d6;
}
#header{
    height:136px;
    background-image:url(../images/header.png);
    position:relative;
}
#logo{
    position:absolute;
    left:60px;
    top:10px;
    width:350px;
}
#top-menu{
    position:absolute;
    top:50px;
    font-size:14px;
    left:500px;
    text-transform:uppercase;
}
#top-menu a{
    text-decoration:none;
}
#top-menu a:hover{
    font-weight:bold;
}
.link-menu{
    position:absolute;
    top:3px;
    color:#FFF;
}
.currentlink-menu{
    position:absolute;
    top:3px;
    color:#e0ad20;
}
#home{
    left:20px;
}
#cabinet{
    left:110px;
    width:100px;
}
#link{
    left:240px;
    width:110px;
}
#contact{
    left:365px;
}
#left-menu{
    width:200px;
    float:left;
}
#content-top{
    background-image:url(../images/content-top.png);
    height:194px;
    font-family:century gothic;
    position:relative;
    margin-top:-1px;
}
#content-top h1{
    position:absolute;
    font-size:30px;
    left:82px;
    top:0px;
	width: 320px;
}
#content-top h2{
    position:absolute;
    font-weight:normal;
    font-size:30px;
    left:82px;
    top:70px;
}
#content-center{
    width:914px;
    background-image:url(../images/bg.png);
    background-repeat:repeat-y;
    margin-left:40px;
    padding-left:20px;
    overflow:auto;
    min-height:300px;
}
#footer{
    text-align:center;
    color:#FFF;
    font-size:10px;
    height:71px;
    background-image:url(../images/footer.png);
    padding-top:40px;
    background-repeat:no-repeat;
    clear:both;
}
#footer a{
    color:#FFF;
    text-decoration:none;
}
#footer a:hover{
    font-weight:bold;
}
.menu-title{

}
.menu-link a {
    color:#FFF;
    text-decoration:none;
}
.menu-link a:hover {
    text-decoration:underline;
}
.menu-link{
    height:16px;
    background-image:url(../images/menu.png);
    font-weight:bold;
    text-align:center;
    line-height:16px;
    font-size:12px;
    text-transform:uppercase;
    padding-top:10px;
    background-position:bottom;
    background-repeat:no-repeat;
    margin-bottom:0px;
    color:#FFF;
}
.menu-link-sec a {
    color:#000;
    text-decoration:none;
}
.menu-link-sec  a:hover {
    text-decoration:underline;
}
.menu-link-sec {
    height:16px;
    background-image:url(../images/menu-sec.png);
    font-weight:bold;
    text-align:center;
    line-height:16px;
    font-size:12px;
    text-transform:uppercase;
    padding-top:10px;
    background-position:bottom;
    background-repeat:no-repeat;
    margin-bottom:0px;
    color:#FFF;
}
.child-menu{
}
.child{
    text-transform:uppercase;
    font-size:10px;
    text-decoration:underline;
    padding-left:10px;
    padding-bottom:5px;
    text-align:center;
    background-color:#DFDFDF;
}
.child-menu a {
   color:#000;
}
.child-menu a:hover {
   font-weight:bold;
}
#contact-form{
    width:530px;
    margin:auto;
    padding-top:20px;
}
#contact-left{
	width:265px;
	float:left;
}
#contact-right{
	width:265px;
	float:left;
}
.label-contact{
	width:80px;
	text-align:right;
	margin-right:10px;
	float:left;
}
label{
	line-height:22px;
        color: #484848;
        font-weight:bold;
}
.input{
	width:155px;
	text-align:left;
	float:left;
}
.textarea{
	clear:both;
	margin-top:10px;
	position:relative;
}
.textarea label{
	position:absolute;
	top:0px;
	left:1 px;
	
}
.textarea textarea{
	width:400px;
	height:122px;
	margin-left:90px;
}
#submit-contact{
	float:right;
	margin-right:42px;
	margin-top:15px;
}
#connect-block{
    position:absolute;
    right:15px;
    top:20px;
    color:#FFF;
}
#connect-form {
    width:400px;
    margin:auto;
}
#connect-form .label{
    width:100px;
    text-align:right;
    padding-right:10px;
}
.input-text{
    width:70px;
    font-size:11px;
    margin-right:10px;
}
#connect{
    color:#FFF;
    text-decoration:none;
}
#connect-block b{
    color:#e0ad20;
}
#connect:hover{
    color:#e0ad20;
}
.error-msg{
    font-size:16px;
    padding-bottom:20px;
    text-align:center;
}
#print-block{
    position:absolute;
    top:0px;
    right:25px;
}
#print-block a img{
    width:30px;
    text-decoration:none;
    border:none;
}
.label{
    float:left;
    width:100px;
}
.text{
    float:left;
}

#flagLanguage {
	position: absolute;
	right: 10px;
	top: 82px;	
	color: #fff;
}

#flagLanguage a {
	color: #fff;	
}

#flagLanguage a img {
	display: block;	
	margin-bottom: 8px;
}