@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f7f7f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	 font-style:normal; 
	 font-weight:normal; 
	 line-height:24px;
}
 table {
	border: 0px;
	border-collapse: collapse;
}
 table td {
	padding: 0px;
}
a { font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000; text-decoration:none;}
a:hover { color:#5cb535; text-decoration:none;}
img { border:0px;}
.lang { text-align:center;}
#logo { position:relative; width:248; height:248px; background:url(../img/logo.gif) no-repeat 0 0; margin: 0 0 0 40px; z-index:0;}
.menu ul { list-style:none; margin:0 0 0 58px; padding:0;}
.menu ul ul{ list-style:none; margin:0 0 0 20px; padding:0;}
.main { margin:0 0 0 348px;}
.clear { clear:both;}
.header { width:100%; height:270px; background:#5cb535 url(../img/headBG.jpg) repeat 0 0;}
.headerIMG { width:100%; height:270px; background:url(../img/head.jpg) repeat-x 0 bottom;}
.headerS { width:100%; height:270px; background:url(../img/slogan.jpg) no-repeat 0 17px;}
.content { padding:30px;}
.content h1 { font-size:30px; margin:0 0 0 15px; padding:0px; width:400px; font-style:normal; font-weight:normal;}
.content .main { margin:15px 0 0 15px; padding:0px; width:700px;}
.content .main table {/* border:1px #5cb535 solid;*/}
.content .main table td{/* border:1px #5cb535 solid; */padding:2px 5px 2px 10px;}
.footer { height:70px; width:100%; color:#717171; border-top:3px #b7b7b7 solid; margin:10px 0 0 0;}
.footer p { margin:0px; padding:25px 0 0 25px;}
.footer a{ color:#717171; text-decoration:none;}
.footer a:hover{ text-decoration:underline;}

#textlogo {position:absolute; width:235px; height:52px; left:50px; top:178px; z-index:1;}

/*fixed*/
            #fixed-block {
                position: fixed;
                left: 0px;
                top: 0px;
                background:#fff;
                padding:0px;
                width:348px;
				height:100%;
				
            }
            
            * html {
                background: fixed url('about:blank');
            }
            
            * html #fixed-block {
                position: absolute;
                top: expression(eval(document.documentElement.scrollTop) + 0 + 'px');
            }
);
            }

