@charset "utf-8";
/* CSS Document */
/************************************************
Author: 朱启标 abelchu@Gmail.com
Development by: Qitag.com
My website: http://www.coolxoo.com/
			http://www.zhuamei.com/
			http://www.qitag.net/
			http://www.qitag.com/
Last updated: 2009/09/05
************************************************/

/*common style css*/
@import url("css.css");

.path {height:30px;line-height:30px;color:#666666;margin:0;padding:0 0 5px 10px;background:url(../images/path_bg.gif) no-repeat;}
.path strong {color:#666666;font-weight:normal;margin:0 0 0 2px;}
.path a {height:20px;color:#666666;text-decoration:none;margin:0 2px 0 0;padding:0 12px 0 0;background:url(../images/ico01.gif) no-repeat right 2px;}
.path a:hover {text-decoration: underline;color:#e33804;}

#content{float:left;width:900px;margin:auto;}

    /*left content*/
    #content .sider {float:left;width:180px;overflow:hidden;}
		
		#content .sider .side_nav {float:left;width:180px;padding-bottom:7px;background:url(../images/right_menubottom.gif) bottom no-repeat;}
			  #content .sider .side_nav h2 {float:left;width:170px;height:25px;line-height:25px;padding-top:5px;padding-left:10px;color:#666666;font-size:13px;font-weight:bold;background:url(../images/right_title_bg.gif) no-repeat; }
			  #content .sider .side_nav ul {float:left;width:180px;padding:10px 0;background:url(../images/right_menu_li_bg.gif) repeat-y;}
			  #content .sider .side_nav ul li {float:left;width:180px;height:26px;line-height:26px;overflow:hidden;}
			  #content .sider .side_nav ul li a {float:left;width:150px;height:26px;line-height:26px;padding-left:30px;color:#333333;background:url(../images/right_menubg.gif) no-repeat;}
			  #content .sider .side_nav ul li a:hover{color:#e33804;text-decoration:underline;background:url(../images/right_menubg_h.gif) no-repeat;}
			  #content .sider .side_nav ul li a.hover{color:#e33804;text-decoration:underline;background:url(../images/right_menubg_h.gif) no-repeat;}

		#content .sider .rec_service {float:left;width:180px;margin-top:10px;padding-bottom:7px;background:url(../images/right_menubottom.gif) bottom no-repeat;}
			  #content .sider .rec_service h2 {float:left;width:170px;height:25px;line-height:25px;padding-top:5px;padding-left:10px;color:#666666;font-size:13px;font-weight:bold;background:url(../images/right_title_bg.gif) no-repeat; }
			  #content .sider .rec_service .txt {float:left;width:180px;background:url(../images/right_menu_li_bg.gif) repeat-y;}
			  #content .sider .rec_service .txt img{float:left;width:160px;padding:5px 10px;text-align:center;overflow:hidden;}
			  #content .sider .rec_service .txt p{float:left;width:160px;padding:5px 10px;text-align:left;overflow:hidden;}
			  #content .sider .rec_service .txt p strong{display:block;color:#e33804;font-weight:bold;}
			  #content .sider .rec_service .txt p a {color:#e33804;}
			  #content .sider .rec_service .txt p a:hover{color:#333333;text-decoration:underline;}

		#content .sider .contact {float:left;width:178px;margin-top:10px;border:#cccccc solid 1px;}
			  #content .sider .contact h2 {float:left;width:178px;height:24px;line-height:24px;text-indent:-9999pt;background:url(../images/contact_us_title.gif) top no-repeat; }
			  #content .sider .contact .txt {float:left;width:178px;}
			  #content .sider .contact .txt p{float:left;width:135px;margin-top:5px;padding:0 8px 5px 35px;text-align:left;overflow:hidden;background:url(../images/ico04.gif) no-repeat 2px top;}
			  #content .sider .contact .txt p strong{float:left;width:135px;height:30px;line-height:30px;color:#e33804;font-weight:bold;}
			  #content .sider .contact .txt p a {color:#e33804;}
			  #content .sider .contact .txt p a:hover{color:#333333;text-decoration:underline;}

		#content .sider .leftpic {float:left;width:180px;height:60px;padding-top:10px;text-align:center;}


	/*main content*/		 
    #content .main {float:right;width:710px;overflow:hidden;}
        #content .main .banner{ float:left;width:710px;height:105px;overflow:hidden;}

        #content .main .box{ float:left;width:710px;padding-top:10px;}

        #content .main .box .about{ float:left;width:710px;background:url(../images/domain_nav_bg.gif) no-repeat left top;}
        #content .main .box .about h2{ float:left;width:700px;height:30px;line-height:30px;padding-left:10px;color:#666666;font-size:13px;font-weight:bold;}
        #content .main .box .about .ym { float:left;width:650px;line-height:180%;padding:30px;color:#666666;}

		table.domain { border-collapse:collapse; border:1px solid #999;}
		table.domain thead th{ border:1px solid #666666;border-top:1px solid #fff;font-weight:normal;line-height:25px;font-size:12px;background:#494949;color:#999;}
		table.domain tbody {color:#666666;}
		table.domain tbody th { background:#494949;border:1px solid #666666;font-weight:bold;line-height:25px;font-size:12px;color:#ffffff;padding-left:10px;}
		table.domain tbody td{ height:29px;line-height:29px;padding-left:10px;padding-top:3px;padding-bottom:3px;font-size:12px;font-weight:normal;border:1px solid #666666;}


