@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
}
#leftbar{
	/* 左侧的导航菜单栏 */
	width:200px;
	float:left;
	text-align: center;
}

#FlashID{
	margin-top:80px;
}
#mainflash{
	margin-left:200px;
	background-image:url(../images/topbackground01.png);
	background-repeat:repeat-x;
}
#maincontest{
	width:620px;
	margin-left:200px;
}
#companyinfo{
	width:370px;
	float:left;
	padding:0px 10px;
	margin:10px 0px;
}
#right{
	width:230px;
	float:right;
	margin:10px 0px;
	text-align:center;
}
#sitepic{
	border-top:dashed;
	border-bottom:dashed;
	border-width:thin;
	border-color:#cccccc;
}
#sitepic a:hover{
	/* 取消鼠标在有链接的图片时出现下面的虚线*/
	border-bottom:none;
}
#menu{
	font-weight:bold;
	list-style:none;
	text-align:left;
}
#menu ul{
	padding:20px;
	font-weight:normal;
}
#menu li{ 
	margin-bottom:5px;
}
#menu ul li{
	/*菜单列表中第二级的子列表增加列表头的图标，代替原来默认的圆点图标*/
	list-style-image:url(../images/listimg.jpg);
}
#menu ul a:hover{
	/* 左侧的菜单链接，增加鼠标停留在上面的时候文字为白色背景为绿色*/
	color:#FFFFFF;
	background-color:#8E9F59;
}
table{
	/*将表格边框设置为单一边框*/
	border-collapse:collapse;
}
td{
	/* 表格的单元格边框为细线 虚线 灰色 补白为5个像素 */
	border:thin dotted gray;
	padding:5px;
}
caption{
	/* 表格的标题留白10px 字体为斜体 加粗 左对齐 */
	padding:10px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
img{
	/* 图片无边框 */
	border:none;
}
#footer{
	/* 底部一个空白的div，高为30像素，仅为了增加底部的空白，为了页面好看而已 */
	height:30px;
}
#right p img{
	/* 右边联系方式的图片，顶部300像素，仅为了拉开与上面的flash的距离 */
	margin-top:300px;
}