/* MasterPage.master */
body
{
	font-size: 12px;
	margin: 0;
	text-align: center;
	background: #fff;
}
table
{
	font-size: 12px;
	margin: 0;
	text-align: center;
	background: #fff;
}
td
{
	font-size: 12px;
	margin: 0;
	text-align: center;
	background: #fff;
}
a:link, a:visited
{
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
a:hover
{
}
#container
{
	width: 1000px;
	margin: 0 auto;
}
#header
{
	width: 100%;
	margin: 0 auto;
	background: url(images/logo.gif) no-repeat;
}
#pageBody
{
	width: 100%;
	margin: 8px auto;
}
#sideBar
{
	width: 200px;
	font-size: 12px;
	text-align: left;
	padding: 9px;
	float: left;
	clear: left;
	overflow: hidden;
}
#mainBody
{
	width: 800px;
	text-align: left;
	float: right;
	clear: right;
	overflow: hidden;
}
#footer
{
	width: 100%;
	margin: 0 auto;
	padding: 3px;
	height: 14px;
	background: #000;
	color: #eee;
	font-size: 12px;
}

#menu
{
	padding: 50px 10px 0 0;
}
#menu ul
{
	float: right;
	list-style: none;
	margin: 0;
}
#menu ul li
{
	float: left;
	margin: 0 10px;
	display: block;
	line-height: 18px;
	vertical-align: top;
}
#menu ul li a:link, #menu ul li a:visited
{
	color: #555;
}
#menu ul li a:hover
{
}
.menuDiv
{
	width: 1px;
	height: 18px;
	background: #999;
}

#banner
{
	background: #f6f6f6 url(images/banner.jpg);
	width: 1000px;
	margin: 5px 0 0 0;
	height: 180px;
	border-bottom: 5px solid #efefef;
	border-top: 5px solid #efefef;
	clear: both;
}

/* Default.aspx */
#homeA
{
	width: 800px;
	margin: 0 auto;
}
#titleA1
{
	width: 360px;
	border: 1px solid #eee;
	margin: 5px;
	padding: 5px;
	float: left;
}
#titleA2
{
	width: 240px;
	border: 1px solid #eee;
	margin: 5px;
	padding: 5px;
	float: left;
}
#tilteA3
{
	width: 360px;
	border: 1px solid #eee;
	margin: 5px;
	padding: 5px;
	float: left;
}
.contA
{
	width: 340px;
	height: 12px;
	font-size: 12px;
	padding: 4px 4px 4px 15px;
	margin: 0 0 5px 0;
	vertical-align: bottom;
	background: #eee url(images/arrow.gif) no-repeat;
}
.contB1
{
	width: 85px;
	height: 85px;
	float: left;
	background: url(images/news_pic.gif) no-repeat;
}
.contB2
{
	width: 85px;
	height: 85px;
	float: left;
	background: url(images/product_pic.gif) no-repeat;
}
.contB3
{
	width: 85px;
	height: 85px;
	float: left;
	background: url(images/service_pic.gif) no-repeat;
}
.contC
{
	width: 255px;
	height: 85px;
	padding: 0 10px;
	overflow: hidden;
}
.contC ul
{
	margin: 0 10px;
	list-style: square;
}
.contC ul li
{
	line-height: 16px;
}
.contC ul li a:link, .contC ul li a:visited
{
	color: #333;
}
.contC ul li a:hover
{
}

#homeB
{
	width: 740px;
	height: 18px;
	font-size: 12px;
	margin: 20px 0 5px 0;
	border-bottom: 1px dashed #aaa;
	padding: 0 20px;
	background: url(images/menu_icon.gif) no-repeat;
}

#homeC
{
	width: 800px;
	margin: 0;
	text-align: center;
}
#proS
{
	width: 175px;
	height: 140px;
	text-align: center;
	border: 1px solid #eee;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	float: left;
	overflow: hidden;
}


/* List.aspx */
.listtable
{
	width:750px;
	padding:8px;
}
.listtable table
{
	border:1px solid #999;
}
.listtable td
{
	text-align:left;
	padding:10px;
}


/* View.aspx */
.content
{
	font-size: 14px;
	width: 100%;
	margin:10px;
}
.contentName
{
	font-size: 14px;
	width: 100%;
	margin:10px;
	font-weight:bold;
}
.contentType
{
	font-size: 14px;
	width: 100%;
	margin:10px;
	font-weight:bold;

}
.contentImage
{
	font-size: 14px;
	width: 100%;
	margin:10px;
}
.contentBriefTitle
{
	font-size: 14px;
	width: 80%;
	margin:10px;
	font-weight:bold;
}
.contentBrief
{
	font-size: 14px;
	width: 80%;
	margin:10px;
}
.contentDownload
{
	font-size: 14px;
	width: 100%;
	height:30px;
	font-weight:bold;
}