/* myCSS.css */

/* general */
* {margin:0; padding:0; border:none;}
body{
	/* background-image:url(images/back.png); */
	background-image:url(images/bkg.gif);
}
hr{clear:both;}
a{text-decoration:none;}
.red {color:red;}
.black {color:black;}

/* 版型 Layout *****************************************/
div#mainBox{/* 所有元素都是包含在 mainBox */
	width:751px;
	margin: 0 auto;	/* 水平置中 */
	background-color:white;
}
div#header{
	/* 使其下 absolute 定位的 NavH 与 slogon，是相对于 header */
	position: relative;
}
p#slogon{position:absolute;top:10px;left:150px;}
div#NavH{position:absolute;bottom:4px;right:25px;}
div#whatNew{}
div#sideBar{/* 首页没有 sideBar */
	float:left;
	width:200px;
	padding-left:10px;
}
div#content{
	width:524px;
	margin-left:213px;
	padding-left:10px;
}
div#footer{
	width:100%;
	margin-top:50px;
}
/* 细节设定 *******************************************/
/* body */
body {
	behavior:url("csshover3.htc");
	font: 13px 'Trebuchet MS', Tahoma, Verdana, sans-serif;
}
/* mainBox */
div#mainBox{padding-bottom:10px;}

/* header */
div#header{/* 背景图尺寸： 751x44 */
	height: 54px; /* 54=44+10 */
	background: url(images/banner.png)  no-repeat 0 10px;
}
p#slogon{
	font: 0.8em Verdana;
}
div#NavH a{
	display: block;
	padding: 3px 5px 5px 5px;
	font: 1em Verdana;
	color:white;
}
div#NavH li:hover a{
	color: #333;
}
div#NavH li{
	float: left;
	list-style: none;
	border: 1px solid;
	border-color: #eee #222 #777 #eee;
	background: #f7a93d;
}
div#NavH li:hover{
	border-color: #222 #EFA93D #ddd #222;
}
div#NavH li.last:hover{
	border-right-color: #eee;
}
/* content */
div#content{
	font-family:Verdana;
	font-size: 11px;
}
div#content.product{
	padding-top:27px;
}
div#footer p{
	background-color:teal;
	color: white;
	font-size:11px;
	text-align: center;
}
/* what New ********************************************/
div#whatNew {
	width:200px;height:301px; /* 背景图尺寸 200x301 */
	background: url(images/whatnew.png) no-repeat;
	color:blue;
	font: 0.9em Verdana;
}
div#whatNew ul{
	width:180px;
	padding-top:50px;
	padding-left:10px;
}
div#whatNew li{
	list-style-type: circle;
	margin-left:15px;
	margin-bottom:15px;
	padding-bottom:4px;
	border-bottom: 1px dashed #aaaaaa;
}
div#whatNew li:hover{
	color:red;
	border-color:red;
}
div#whatNew a:visited{color:blue;}
div#whatNew a:hover{color:red;}
/* welcome *********************************************/
#welcome{
	padding: 15px 20px 0 15px;
}
#welcome h1{
	font-size:2.3em;
	color:#777;
}
#welcome p{
	font-size: 1.2em;
	margin: 10px 5px 10px 0;
}
#welcome ul{
	margin-left:20px;
	font-size: 1.2em;
}
#welcome a:visited{color:blue;}
#welcome a:hover{color:red;}

/* family **********************************************/
div.family{
	padding-top:15px;
	border-bottom: 1px solid gray;
}
div.family.last{
	border-bottom:none;
}
div.family img{
	float: left;
}
div.family h1, div.family p{
	margin-left:140px;
}
div.family p{
	padding-bottom:35px;
}
div.family h1{
	font-size:11px;
	margin-bottom:10px;
	color: #FF3366;
}
div.family img:hover{
	border-left: 2px solid white;
}

/* product ********************************************/
div.product{
	padding-top: 30px;
}

div.productBox{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom: 1px solid #BFBFBF;
}
div.productBox.last{border: none;}
div.imgBox{
	float:right;
	width:160px;
	padding-right: 30px;
}
div.imgBox ul {margin: 15px 0 0 10px;}
div.imgBox li{
	list-style:none;
	background:url(images/icons/download.png) no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}
div.imgBox li.dshtml{
	background:url(images/icons/b1.png) no-repeat;
}
div.featureBox{width:320px;}
div.featureBox h2{font-size: 1.6em;	color: blue;}
div.featureBox h3{font-size: 1.0em; color: #0066FF;}
div.featureBox li{
	font-size: 0.97em;
	margin-left: 0px;
	list-style: none;
	background:url(images/icons/check.png) no-repeat 0 3px;
	padding: 3px 0 3px 15px;
}
div.featureBox li:hover{
	color:red;
}
/* *********************************************************/
h1.pageTitle{
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 27px;
}
