body {
	margin:0px;
	font-size:12px;
	color:#000000;
	font-family: Geneva, Helvetica, sans-serif;
}

#containter { 
	width:967px;
	height:620px;
	margin:0 auto;
	border:#a6d0e7 1px solid;
}

#rightPanel {
	width:100%px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	height: 680px;
	margin-left: 5px;
}

form {
	margin-bottom:0;
}

#searchBar {
	width:302px;
	height:31px;
	margin-top:5px;
	background-color:#f9fcfe;
	border:#D1DAD2 1px solid;
	float:right;
}

#searchBarContent {
	width:300px;
	height:29px;
	margin:1px 0px 0px 1px;
	background-color:#D5DDE2;
}

#searchBarTextDiv {
    float: left;
	width:210px;
	height:20px;
	margin:2px 0px 0px 1px;
}

#searchBarTextInput {
	border:#a8c1d1 1px inset;
	color:#000000;
	height:20px;
	line-height:20px;
	font-size:14px;
	margin:0px 2px 0px 2px;
	width:200px;
}

#searchBarButtonDiv {
    float:left;
	width:71px;
	height:20px;
	margin:2px 0px 0px 2px;	
}

#searchBarButtonInput {
	height:30px;
	border:0px;
	color:#000000;
	line-height:25px;
	background:url(../images/button_std.gif) no-repeat;
	width:71px;
	height:30px;
	padding:0px 0px 5px 0px;
}

#demoTitle {
	width:300px;
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	overflow:visible;
}

#demoSwf {
	width:100%;
	height:400px;
	margin:0;
}

#intro {
	width:100%;
	margin:0 auto 15px auto;
}

#productBox {
	width:349px;
	height:227px;
	border:#a8c1d1 1px solid;
	background-color:#f9fcfe;
	float:left;
}

#productTypes {
	padding:0px;
	margin:0px;
	list-style:none;
}

.product {
	width:163px;
	float:left;
	margin:30px 0 0 10px;
	display:inline;
}

.t1 {
	font-size:16px;
	font-weight:bold;
	color:#00468c;
}

.product a {
	color:#000000;
	text-decoration:none;
}

.product ul {
	padding:0px; 
	margin:0px;
}

.product li {
	list-style:inside disc;
	color:#393838;
	line-height:16px;
}

#indexQA {
	width:329px;;
	height:187px;
	padding:20px 10px;
	color:#393838;
	border:#a8c1d1 1px solid;
	background-color:#f9fcfe;
	float:right;
}

#indexQA b {
	display:block;
	margin-top:5px;
}
#indexQA b a {
	color:#00468c;
	text-decoration:none;
}

