@charset "utf-8";
body {
	font: 13px Arial, Helvetica, sans-serif; color:#fff;
	background-image: url(img/bg.png);
	background-repeat: repeat;
	padding:0px;
	margin:0px;
}
#cnt{
	background:url(img/cnt-bg.png) repeat-y center;
}
#header{
	
	background:url(img/header-bg.jpg) repeat-x center top;
	margin-left:2px;
	height:133px;
	width:746px;
}
#logo{
	float:left;
	height:133px;
}
#login{
	float:right;
	height:133px;
	width:250px;
	background:url(img/login.jpg) no-repeat;
}
#login input{
	width:40px;
	height:10px;
	padding:0px;
	margin:2px!important;
	margin:0px;
}
#login form{
	padding-top:85px;
}
#homemn{
	margin-left:2px;
	background:url(img/home-mn.png) no-repeat center top;
	height:26px;
	width:746px;
}
#aboutmn{
	margin-left:2px;
	background:url(img/about-mn.png) no-repeat center top;
	height:26px;
	width:746px;
}
#newsmn{
	margin-left:2px;
	background:url(img/news-mn.png) no-repeat center top;
	height:26px;
	width:746px;
}
#ourmn{
	margin-left:2px;
	background:url(img/our-mn.png) no-repeat center top;
	height:26px;
	width:746px;
}
#propmn{
	margin-left:2px;
	background:url(img/prop-mn.png) no-repeat center top;
	height:26px;
	width:746px;
}
#contmn{
	margin-left:2px;
	background:url(img/cont-mn.png) no-repeat center top;
	height:26px;
	width:746px;
}
#genmn{
	margin-left:2px;
	background:url(img/mn.png) no-repeat center top;
	height:26px;
	width:746px;
}
.menu{
	margin:0px;
	padding:7px 0 0 1px;
	list-style:none;
}
.menu li{
	float:left;
	padding:0 5px 0 41px;
	display:inline-block;
}
.menu li a{
	color: #fff;
	display:block; 
	text-decoration: none;
}
.menu li a:hover{
	color: #f00;
	display:block; 
	text-decoration: none;
}
.menu .lk a{
	color: #f00;
	display:block; 
	text-decoration: none;
}
#content{
	margin:0px;
	padding:0px;
	width:748px;
	text-align:left;
	
}

#footer{
	padding:0px;
	margin:0px;
	margin-left:2px;
	background:url(img/footer.png) no-repeat center top;
	height:50px;
	width:746px;
	
}
.ftmenu{
	margin:0px;
	padding:7px 0 0 5px;
	list-style:none;
}
.ftmenu li{
	float:left;
	padding:0 10px 0 12px;
	display:inline-block;
}
.ftmenu li a{
	color: #fff;
	display:block; 
	text-decoration: none;
}
.ftmenu li a:hover{
	color: #f00;
	display:block; 
	text-decoration: none;
}

.phome{
	margin:0px;
	padding:10px 40px 3px 40px;
 	font-size:14px; 
	line-height:1.2em;
}
p{
	padding:5px;
	margin:0px;
}
h2{
	color:#FF0000;
	font-size:16px;
}
h3{
	color:#FF0000;
	font-size:14px;
}
#content a{
	color:#FF0000;
	text-decoration:underline;
}
#content a:hover{
	color:#FF0000;
	text-decoration:none;
}
#content .niceli{
	list-style:url(img/li-bullet.png);
}
#content .newtd{
	border: #0E6A81 solid 1px;
}
