/* CSS Document */
body {
    font-size:12px;
	font-family:Arial, "ËÎÌå", sans-serif;
	color:#333333;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
}
#nav_1 a:link {   
    text-decoration: none; 
	color: #ffffff; 
}
#nav_1 a:visited {
    text-decoration: none; 
	color: #ffffff;
} 
#nav_1 a:hover {
    text-decoration: none;
	color:#3BC3F0;
}
#footer_main a:link{   
    text-decoration: none; 
	color: #333333; 
}
#footer_main a:visited{
    text-decoration: none; 
	color: #333333; 
} 
#footer_main a:hover{
    text-decoration: none;
	color:#3BC3F0;
} 
a:link{   
    text-decoration: none; 
	color: #333333; 
}
a:visited{
    text-decoration: none; 
	color: #333333; 
} 
a:hover{
    text-decoration: none;
	color:#3BC3F0;
} 
#box {
    width:900px;
    height:800px;
	background-image:url(../img/box_bg.gif);
	background-repeat:no-repeat;
}
#top {
    height:300px;
	width:900px;
	background-image:url(../img/top_bg.gif);
	background-repeat:no-repeat;
	}
#top_left {
    width:220px;
	float:left;
	}
#top_nav {
    width:680px;
	float:right;
	}
#nav_1 {
    width:680px;
    height:40px;
	float:right;
	}
#nav_1 ul {
    margin-right:50px;

    }
#nav_1 li{
    font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-weight:bolder;
    font-size:13px;
    list-style:none;
    float:right;
	margin-left:6px;
	margin-top:12px;
	}
#nav_2 {
    width:680px;
	height:260px;
	float:right;
	}
#main {
    margin-top:0px;
    height:420px;
	float:right;
	width:900px;
	}
#main_left {
    height:420px;
	float:left;
	width:220px;
	}
#main_right {
    height:420px;
	float:left;
	width:640px;
	margin-left:8px;
    margin-right:20px;
	}
#footer {
    height:92px;
	width:900px;
	float:left;
	margin-bottom:10px;
	}
#footer_left {
    width:25px;
	margin-left:15px;
	float:left;
	}
#footer_main {
    width:790px;
	height:92px;
	float:left;
	background-image:url(../img/footer_bg.gif);
	}
#footer_right {
    width:25px;
	float:left;
	}
#footer_main ul{
    width:700px;
	float:right;
	}
#footer_main li{
    font-size:11px;
    list-style:none;
    float:right;
	margin-left:10px;
	margin-top:12px;
	}
.copyright {
    float:right;
	margin-top:30px;
	}
.footer_logo {
    float:left;
	margin-top:20px;
	font-size:24px;
	font-family:Arial Black;
	color:#D6D6D6;
	}
#products {
    float:left;
	width:240px;
	height:340px;
	}
#products_title {
    text-align:left;
	}
#products_content {
    background-image:url(../img/index_pro_bg.gif);
	width:240px;
	height:340px;
	}
#products_content dl {
    width:210px;
	margin-top:15px;
	margin-left:10px;
	margin-bottom:-10px;
	}
#products_content dt {
	float:left;
	margin-right:8px;
	}
#products_content dd {
    float:left;
	margin-left:5px;
	margin-top:2px;
	}
.pro {
    line-height:14px;
	text-align:left;
	}
#about {
    float:right;
	width:300px;
	height:340px;
	}
#about_title {
    text-align:left;
	
	}
#about_content {
    width:295px;
	height:120px;
	background-image:url(../img/about_bg.jpg);
	}
.more {
    float:right;
	margin-top:-20px;
	margin-right:15px;
	font-weight:bold;
	color:#3BC3F0;
	}
.more a:link{   
    text-decoration: none; 
	color: #3BC3F0; 
}
.more a:visited{
    text-decoration: none; 
	color: #3BC3F0; 
} 
.more a:hover{
    text-decoration: none;
	color:#3BC3F0;
} 
#about p{
    text-align:left;
    width:290px;
    margin-top:8px;
	margin-bottom:5px;
   }
#about img {
    float:left;

	}