@charset "utf-8";
/* CSS Document */

ul li{
list-style:none;
}

a{
color:#3360ac;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

* {
margin: 0;
padding: 0;
/*border: 0;*/
font-size: 100.01%;
}

a img {
border: 0px solid;
}

/*a:hover img,
a:active img {
border: 0px solid;
} */

html {
height: 100%;
}

body {
min-height:100%;
height: 100%;
background: url(../Design/Header/header_main_bg.jpg) top left repeat-x;
color: #000;
font-weight: normal;
font-family: Tahoma;
color:#4c4c4c;
font-size:11px;
}

#page {
width: 920px;
margin: auto;
height: auto !important;
min-height:100%;
height: 100%;
padding:0 35px;
background: url(../Design/Content/content_main_bg.jpg) center top repeat-y;
}

#footer_guarantor {
height: 126px;
clear: both;
text-align: right;
color: #999;
}

#footer {
margin: auto;
margin-top: -106px;
height: 84px;
clear: both;
padding-top:22px;
background: url(../Design/Footer/footer_main_bg.jpg) top left repeat-x ;
}

#header {
height: 41px;
background: url(../Design/Header/header_main_bg.jpg) top left repeat-x;
}

#sidebar {
width: 218px;
float: left;
padding:6px 11px 0 0;
text-align:center;
}

#mainbar {
width: 492px;
overflow: hidden;
float: left;
background: url(../Design/Content/mainbar_top_decor.jpg) top left no-repeat ;
padding:4px 0 0 0;
}

#rightbar{
width:188px;
float:left;
padding:6px 0 0 11px;
}


