@charset "utf-8";
/* CSS Document */

a{
text-decoration:none;
}

a:hover{
text-decoration:underline
}

* {
margin: 0;
padding: 0;
border: 0;
font-size: 100.01%;
outline:none
}

html {
outline:none;
height: 100%;
}

body {
min-height:100%;
height: 100%;
color: #000;
font-weight: normal;
font-family: Tahoma;
font-size:11px;
background: url(../gfx/layout/main_bg.jpg) top left repeat-x #878787; 
}

#page {
width: 943px;
margin: auto;
/*height: auto !important;
min-height:100%;
height: 100%;*/
background: #fff;
}

#footer_guarantor {
/*height: 45px;*/
height:1px;
clear: both;
text-align: right;
color: #999;
}

* html #footer_guarantor {
font-size:1px;
height:1em;
}

#footer {
margin: auto;
margin-top: -10px;
width: 901px;
/*line-height:81px;*/
height:120px;
clear: both;
font-size:11px;
color:#606060;
padding:0 12px 0 30px;
padding-top:20px;
}
#footer a{
color:#375c87;
}

#footer #solution_box {
    position: absolute;
    left: 739px;
    top: 29px;
	padding-bottom: 7px;
}

#footer #solution_box  a {
    color: #ccc;
}


#header {
height:128px;
background:#6e7273;
margin:0 12px;
padding-left: 5px;
text-align: left;
color:#FFFFFF;
}

#header img{
float:left
}

#header img.logo{
float:right
}

div.margin_top{
height:46px;
background:url(../gfx/layout/main_bg_3.jpg) top left repeat-x;
}

#sidebar {
width: 180px;
float: left;
background: #b0f0b0;
}

#mainbar {
overflow: hidden;
margin:0 12px;
clear:both;
background: #b0b0f0;
}

div.content{
margin:0 12px;}


/*--------------------------------------*/

div.inline{
clear:both;
padding-bottom: 33px;
}

div.inline .right_mn{
float:right;
margin-right: 9px;
}

div.inline span{
float:right;
padding:0 9px;
}

div.inline span.brd{
border-right: 1px solid #858585;
}

div.inline span a{
line-height:16px;
color:#fff;
}

div.inline span a:hover{
line-height:16px;
text-decoration: underline;
}

a {
outline:none
}
.popup{
width:780px;
height:480px;
padding:10px;
background: url(images/pop_bg.jpg) top left no-repeat;
border:1px solid #999;
}

.title_block{
height:64px;
margin:0 30px;
padding:14px 0 0 68px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#585857;
}

#lang {
	position: absolute;
	bottom: 25px;
	right: 15px;
	color: #EEE;
}

#lang span {
	float: left;
}

#lang a {
	float: left;
	color: #EEE;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
	text-decoration: none;
}

#lang a:hover {
	color: #EEE;
	text-decoration: underline;
}
