@charset "utf-8";
/* CSS Document */
@import url(setPosition.css);

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../img/overall_bg.png) repeat;
}
* {
	margin:0px;
	padding:0px;
}
a img {
	border:none;
}
ul {
	list-style:none;
}
	
/* start here */

div.wrapper,
div.setCenter,
div#header,
div.featured,
div.navOverall,
div#main,
div.footer
{
	width:711px;
	margin-left:auto;
	margin-right:auto;
}
div#header {
	height:71px;
	background:url(../img/header-bg.png) no-repeat;
}
div.featured {

}
div.wrapper_bg {
	background:url(../img/wrapper_bg.png) repeat;
	float:left;
	width:715px;
}
div#main {
	clear:both;
}
/* navOverall */
ul.navOverall {
	height:42px;
	list-style:none;
}
ul.navOverall li.label {
	width:3px;
}
ul.navOverall li ,
ul.navOverall li a{
	background: url(../img/navOverall.png);
	height:42px;
	text-indent:-9999pt;
	float:left;
}
ul.navOverall li.item01,
ul.navOverall li.item01 a:hover {
	background-position:0px -42px;
	width:70px;
}
ul.navOverall li.item01 a {
	width:70px;
}
ul.navOverall li.item02,
ul.navOverall li.item02 a:hover{
	background-position:-70px -42px;
	width:126px;
}
ul.navOverall li.item02 a {
	background-position:-70px 0px;
	width:126px;
}
ul.navOverall li.item03,
ul.navOverall li.item03 a:hover{
	background-position:-196px -42px;
	width:90px;
}
ul.navOverall li.item03 a {
	background-position:-196px 0px;
	width:90px;
}
ul.navOverall li.item04,
ul.navOverall li.item04 a:hover{
	background-position:-286px -42px;
	width:123px;
}
ul.navOverall li.item04 a {
	background-position:-286px 0px;
	width:123px;
}
ul.navOverall li.item05,
ul.navOverall li.item05 a:hover{
	background-position:-409px -42px;
	width:82px;
}
ul.navOverall li.item05 a {
	background-position:-409px 0px;
	width:82px;
}
ul.navOverall li.item06,
ul.navOverall li.item06 a:hover{
	background-position:-491px -42px;
	width:63px;
}
ul.navOverall li.item06 a {
	background-position:-491px 0px;
	width:63px;
}
ul.navOverall li.item07,
ul.navOverall li.item07 a:hover{
	background-position:-554px -42px;
	width:156px;
}
ul.navOverall li.item07 a {
	background-position:-554px 0px;
	width:156px;
}

/*main*/

div.leftContainer {
	width:505px;
	float:left;
}
div.rightContainer {
	width:205px;
	float:right;
}

/* welcome */
div.welcome {
	background: url(../img/m1-dr.png) repeat-y;
}
div.welcome-container {
	background:url(../img/1_35.png) bottom no-repeat;
}
div.whatsnew {
	background: url(../img/m2-dr.png) repeat-y;
}
div.whatsnew-container {
	background: url(../img/m2-b.png) bottom no-repeat;
}


/* footer*/

div.footer {
	background:url(../img/b-dr.png) no-repeat;
	height:57px;
	clear: both;
}
div.companydetail {
	width:300px;
	font-size:95%;
	color:#036;
	float:left;
}
div.linksdetail {
	width:400px;
	font-size:95%;
	float:right;
}
ul.standardlinks li {
	float:right;
	margin-left:10px;
}
ul.standardlinks li a {
	color:#990;
	font-weight:bold;
}
	
/* feature product */
div.set01 {
	/*background:url(../img/productFeatureBG.png) repeat-y transparent;*/
	width: 505px;
}
div.bottomBG {
	background:url(../img/productFeatureBottom.png) transparent bottom no-repeat;
	padding-bottom:15px;
}
div.leftIn {
	width:250px;
	float: left;
}
div.rightIn {
	width:250px;
	float: right;
}
div.boxsetLeft {
	margin:10px;
}
.txttable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5px;
	color: #000;
}