﻿body  {
	font: 100% 宋体, Arial,Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	font-size: 12px;	
}
 #container {
	width: 1001px;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	/*border: 1px solid #000000;*/
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	background-color: #F1F7F8;
	background-image: url(/Resource/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
} 
 #header {
	padding: 0;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
	background-color: #fbfcfb;
} 
 #header h1 {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
#header #topbg
{
	clear:both;
	background: url(/Resource/images/TopBg.gif) repeat-x; 
	height: 16px; 
}
#header #logo {
	float: left;
	width: 750px;
}
#header #navi {
	background-color: #99cc33;
	height: auto;
	vertical-align: baseline;
}

 #sidebar1 {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 200px; /* 填充使 div 的内容与边缘保持一定的距离 */
	background-color: #F1F7F8;
	padding: 15px 10px;
	
}
#sidebar1 #ls1 {
	float: left;
	width: 175px;
	padding-left: 25px;
	padding-top: 15px;
}

#sidebar1 #ls1 #search {
	line-height: 32px;
	height: 32px;
	width: 155px;
	padding-left: 2px;
}

#sidebar1 #ls1 #searchproducts {
	width: 155px;
	line-height: 32px;
	height: 32px;
	line-height: 32px;
	height: 32px;
	width: 155px;
	padding-left: 2px;
}
input {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#sidebar1 #ls1 #sign {
	width: 155px;
	border: 1px solid #CBD2E4;
	margin-top: 12px;
	font-size:12px;
	background-color: #F7F6F3;
}

#apDiv1 {
	width:250px;
	float: right;
	text-align: center;
	margin-top: 25px;
}

#apDiv1 a {
	color: #284E98;
	text-decoration: none;
}

#sidebar1 #ls1 #advertise2 {
	margin-top: 15px;
}

 #sidebar2 {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 265px; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	/*padding: 15px 10px 15px 20px;*/ /* 填充使 div 的内容与边缘保持一定的距离 */
	background-color: #F1F7F8;
	padding: 15px 10px;
	
}
 #mainContent {
	background-position: right bottom;
	background-color: #FFFFFF url(/Resource/images/img5.gif) repeat-x;
 /* 此 div 元素的左边距和右边距会在页面两侧上创建两个外部栏。无论侧栏 div 中包含多少内容，栏内的空间都将保留。如果您希望在每个侧栏中的内容结束时，用 #mainContent div 的文本填充侧栏内的空白，可以删除此边距。 */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 265px;
	margin-bottom: 0;
	margin-left: 215px;	/*border: 1px solid #99FF00;*/
} 

.title {
	background-image: url(../Resource/images/Ico_title.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	margin-bottom:15px;
}
#an111 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size:12px;
}

.content li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.content ul#friend {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
.content ul.rside {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #99CCFF;
}

.content ul.rside li {
	margin: 0px;
	list-style-type: none;
}
.content ul li a {
	color: #284E98;
	text-decoration: none;
}
.content ul li a:hover {
	font-weight: normal;
	color: #70A300;
	text-decoration: underline;
}

.content ul#friend2 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content ul#friend2 li {
	list-style-type: none;
}

 #footer {
	/*padding: 0 10px 0 20px;
	background-color: #F1F7F8;
	text-align:center;
	font-family: "宋体";
	font-size: 12px;*/
	text-align:center;
	width: 1001px;
	height: 40px;
	margin: 0 auto;
	background: url(/Resource/images/img02.jpg) repeat-x left top;

} 
 #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}

.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boxed h2 {
	margin: 0;
	padding: 10px 0 3px 10px;
	background: #CADAFF url(/Resource/images/img2.gif) no-repeat;
	font-size: 1.3em;
	color: #FF9900;
}
