* {
    margin:0;
    padding:0;
}

.c { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

.all {
    width: 100%;
}
.main {
    background-image: url(../images/top_bkg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Calibri;
    text-align: left;
    width: 1000px;
    color: #575757;
}

.quote { width:60%;
	color:#666; font-size: 14px;
	margin: 5px 0 20px;
	padding: 5px 20px 7px 35px;
	background:url(../images/blockquote.png) #fff no-repeat 8px 5px;
	/* border-right: 1px solid #eee; border-bottom: 1px solid #eee;*/
	border-left: 3px solid #ccc;
}

a{ color:#575757; }

a:hower{ color:#575757; }

.cleardiv{
    clear:both;
}
.top_block{
}
.logo_block{
    float:left;
    padding-left: 20px;
    padding-top: 55px;
}
.logo_block a.text{
    color:#575757;
    font-size: 16px;
    text-decoration:none;
    margin-left:58px;
    font-weight: bold;
    }
.logo_block a.text:hover{
    text-decoration:underline;
}
a.logo{
    background-image:url(../images/logo.gif);
    display:block;
    width:245px;
    height:183px;
    margin-bottom: 15px;
}
.top_right{
    float:left;
    width: 735px;
}
.lang {
    float:left;
    padding-left: 200px;
    padding-top: 10px;
    font-size: 12px;
    width: 135px;
}
.lang a{
    background-image:url(../images/lang_no_selected.gif);
    padding-left:10px;
    color: #be5904;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    width: 30px;
    text-decoration: none;
    margin-right: 20px;
}
.lang a.selected {
    background-image: url(../images/lang_selected.gif);
    color: #575757;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 7px;
}
.top_menu{
    clear:left;
    float:left;
    padding-left: 100px;
    padding-top: 30px;
    font-size: 14px;
    width: 235px;
    font-weight: bold;
}
.top_menu a{
    text-decoration:none;
}
.top_menu a:hover{
    text-decoration: underline;
    font-weight:bold;
}
.top_menu ul{
}
.top_menu ul li{
    list-style-type:none;
    padding-top: 5px;
    height: 17px;
}
.top_img{
    float:right;
    width: 395px;
}
.content_block{
    clear:both;
    padding-left: 10px;
    padding-bottom: 15px;
}
h1{
    color: #446696;
    font-size:30px;
    padding-bottom:8px;
}
h2{
    color: #446696;
    font-size:30px;
    padding-bottom:8px;
}
.content_block p{
    padding-top:8px;
    padding-bottom:7px;
    font-size: 15px;
}
.content_block a{
    font-weight:bold;
    text-decoration:underline;
    color: #446696;
}
.content_block a:hover{
    text-decoration:none;
    color: #446696;
}
.img_right{
    float:right;
    padding-right: 30px;
    padding-top: 30px;
    padding-left: 10px;
}
.img_left{
    float:left;
    padding-right: 50px;
    padding-top: 15px;
    padding-left: 15px;
}
.footer{
    background-image:url(../images/footer_bkg.gif);
    background-repeat:no-repeat;
    height:23px;
    background-position: left top;
    padding-top: 13px;
    font-size: 11px;
    color: #FFFFFF;
    padding-left: 25px;
}
