﻿/* == Aobosoft 演示站样式表 By oBlog.vr4u 20081223 == */
/* == 基本样式表 == */
body{ padding:0; margin:0; background:#FFF url(demo_bg.png) 0 0 repeat-x;font-size:12px; font-family:tahoma,Arial,Century Gothic,verdana,Helvetica,sans-serif; color:#333333;}
a{ color:#333; text-decoration:none;}
a:hover{ color:#846600; text-decoration:underline;}
a:active{ color:#014BB6; text-decoration:none;}
.clear{ clear:both;}
ul,li,form{ margin:0; padding:0;}
li{ list-style:none;}
img{ border:0;}
input,textarea{ font-size:12px; font-family:tahoma,Arial,Century Gothic,verdana,Helvetica,sans-serif;}
span.red{ color:#FF0000;}
span.green{ color:#846600;}
span.blue{ color:#0000FF;}

/* == 页面样式表 == */
/* == 网页内容 == */
#Container{ margin:0 auto; width:960px;}
	/* == 顶部 == */
	#Header{ width:960px; height:80px;}
		#logo{ width:960px; height:80px; background:url(demo_logo.png) 5px 21px no-repeat;}
			#logo .links{ float:right; padding-top:10px; width:370px; height:70px; text-align:left;}
				#logo .links .title{ padding-top:25px;}
	/* == banner== */
	#Banner{ width:960px; height:208px; background:url(demo_banner.png) 0 0 no-repeat;}
	
	/* == 页面主体== */
	#PageBody{ width:960px;}
		/* == 左侧主体 == */
		#MainBody{ float:left; width:680px; }
			#MainBody .topic{ width:680px; height:68px; background:url(demo_main_top_bg.png) 0 0 repeat-x;}
				#MainBody .topic .left{ float:left; width:280px; height:68px; background:url(demo_main_top_left.png) 0 0 no-repeat;}
				#MainBody .topic .right{ float:right; width:30px; height:68px; background:url(demo_main_top_right.gif) right top no-repeat;}
			#MainBody .show{ width:680px; background-color:#FFF;}
				.btnTop{ width:680px; font-size:14px; font-weight:bold; text-indent:20px; line-height:30px;}
				.btnShow{}
			
				#MainBody .show .btn{ float:left; padding:0 0 20px 20px; width:200px; height:66px;}
					#MainBody .show .btn a{ display:block; width:198px; height:64px; border:solid 1px #E4E4E4; background:url(demo_btn_bg.png) 0 0 repeat-x;}
					#MainBody .show .btn a:hover{ border:solid 1px #CACACA; background-color:#FFF; background-image:none;}

		/* == 右侧主体 == */
		#SideBar{ float:right; width:270px;}
			#SideBar .topic{ width:270px; height:68px; background:url(demo_side_top.png) 0 0 no-repeat;}
			#SideBar .show{ width:270px; height:400px; background:#FFF url(demo_side_show_bg.png) 0 0 repeat-x;}
				#SideBar .show .info{ padding:8px 15px 0 20px; line-height:22px;}
					#SideBar .show .info a{ color:#A2941A; text-decoration:underline;}
					#SideBar .show .info a:hover{ text-decoration:none;}
		
/* == 网页底部 == */
	#Footer{ margin-top:30px; border-top:solid 1px #f2f2f2; height:60px; line-height:30px; text-align:center;}

