/* CSS Document */
*{margin:0; padding:0;}
html{font-size:125%; height:100%;}
body{font-size:50%; background-color:#dcd7c3; width:100%; vertical-align:baseline;background-image:url(images/bg.gif); background-repeat: repeat-x;}


td{ 
	font-family: Arial, Calibri, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-weight: normal;
}

p { 
	font-family: Arial, Calibri, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

.bold{
	font-weight:bold;
}


a.productlink:link,a.productlink:visited,a.productlink:active  {
	color: #727272;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
	line-height:20px;
	margin:0 10px;
}
a.productlink:hover {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
	line-height:20px;
	margin:0 10px;
	border-bottom:2px solid black;
}


/*NORMAL LINK*/
a{text-decoration:none; color:#006fdd;}
a:hover{text-decoration:underline; color:#70b8ff;}
a img{border:0;}

a.nav:link,a.nav:visited  {
	color: #727272;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
	line-height:30px;
	margin:0 10px;
}
a.nav:hover {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
	line-height:30px;
	margin:0 10px;
	border-bottom:2px solid black;
}
a.nav:active {
	color: #727272;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
	line-height:30px;
	margin:0 10px;
}

.nav_active{ 
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
	line-height:30px;
	margin:0 10px;
	border-bottom:2px solid black;
}




.generic  {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}

.about  {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}

.services  {
	color: #46a3ff;
	font-size: 16px;
	font-weight: normal;
	text-decoration:none;
}
.services_2  {
	color: #004a94;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
}




a.generic:link,a.generic:visited  {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}
a.generic:hover {
	color: #70b8ff;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}
a.generic:active {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}


.moduletitle0{
	color: #fff;
	font-size: 40px;
	font-weight: bolder;
}

.newstitle{
	color: #595349;
	font-size: 13px;
	font-weight: bold;
	padding:10px 0 10px 5px;
	border-bottom:1px solid #CCC;
}

.moduletitle{
	color: #595349;
	font-size: 20px;
	font-weight: bolder;
	padding-left:10px;
}
.moduletitle2{
	color: #fff;
	font-size: 30px;
	font-weight: bolder;
}

#service_main_box{
	width:466px;
	height:auto;
	background-color:#f6f6f6;
	/*background-color:#eae7db;*/
	padding:0px 0;
}

#prod_main_box{
	width:466px;
	height:auto;
	border:2px solid #f3f3f3;
	background-color:#f6f6f6;
	/*background-color:#eae7db;*/
	padding:5px 0;
}

#prod_main_box .producttitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#595959;
	padding-left:10px;
}

#prod_services_box{
	width:410px;
	height:80px;
	border:2px solid #ebebeb;
	background-color:#f6f6f6;
	/*background-color:#eae7db;*/
	padding:5px;
	text-align:center;
	vertical-align:middle;
}


#prod_main_box .text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#595959;
	padding-left:10px;
}


.footer_text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#fff;
}

.footer_text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#b0b0b0;
}





/* below style haven't been used */


.content_moduletitle{ 
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	background:url(images/content_title_bg.png);
	line-height:57px;
	padding: 0 20px;
}

.moduletitle_sub{ 
	color: #6ea314;
	font-size: 16px;
	font-weight: bold;
	height:30px;
}

.hozline{width:100%; line-height:2px; height:1px; border-top:#a3a3a3 1px solid; font-size:1px; margin:10px 0;}


/* form setting start */
input{
	/*color: #159cf2;
	border: 1px solid #781351;
	 */
	height: 25px;
	background:#fff url(images/textbox_bg.gif) repeat-x;
	font-family: Arial, Calibri;
	font-size:13px;
	color: #545454;
	font-weight: normal;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}


textarea{
	/*color: #159cf2;
	border: 1px solid #781351; */
	background:#fff url(images/textbox_bg.gif) repeat-x;
	font-family: Arial, Calibri;
	font-size:13px;
	color: #545454;
	font-weight: normal;
}


select{
	/* color: #159cf2;
	border: 1px solid #781351;  */
	background:#fff url(images/textbox_bg.gif) repeat-x;
	font-family: Arial, Calibri;
	font-size:13px;
	color: #545454;
	height: 25px;
	font-weight: normal;
}

.submit{
	height:38px;
	width:94px;
}
/* form setting end */


.language{
	text-align:right;
	padding: 10px 10px 0 10px;
	font-family: Arial, Calibri;
	font-size:11px;
	color: #fff;
}

.language a.language:link,a.language:visited,a.language:active{
	font-family: Arial, Calibri;
	font-size:11px;
	color: #fff;
	text-decoration:none;
}
.language a.language:hover{
	font-family: Arial, Calibri;
	font-size:11px;
	color: #fff;
	text-decoration:underline;
}

.tdborder{
	border-right:1px dotted #999;
}

.indent{
	padding:0 30px;
}

ul li{
	list-style:disc;
}

.proimg{
	border:2px solid #dedacd;
}

.prodheader{ /*header of 1st demo*/
/*cursor: hand;
cursor: pointer;*/
padding: 2px 5px;
border-bottom: 0px dotted gray;
background: #dbedff;
font-family: Arial, Calibri;
font-size:20px;
color: #000;
font-weight:bold;
text-align:center;
}

.productname{
	font-family:Arial, Helvetica, sans-serif;color:#333333;font-size:17px; font-weight:bold; margin:0;vertical-align:top;
}

.productprice{
	font-family:Arial, Helvetica, sans-serif;color:#ffaf22;font-size:17px; font-weight:normal; margin:0;vertical-align:top;
}

.productdescription{
	font-family:Arial, Helvetica, sans-serif;color:#000;font-size:13px; font-weight:normal; margin:0;vertical-align:top;
}

#partners{
	border:1px dotted #C99;
	 padding:0 20px;
}

.partnerfeature{
	border:1px dotted #FC6;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;color:#ffaf22;font-size:15px; font-weight:normal; margin:0;vertical-align:top;
}
.partnerfeature2{
	border:1px dotted #ccc193;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;color:#ccc193;font-size:13px; font-weight:normal; margin:0;vertical-align:top;
}


.productimg{
	border: 3px solid #CC9;
}

.remark{
	font-family: Arial, Calibri, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: red;
	font-weight: normal;
}

.odd{
	background-color:#efece5;
	padding:5px;
}
.even{
	background-color:#FFC;
	padding:5px;
}

ul li{
	list-style: inside;
}

table.form{
	border:3px solid #b5ecfe;
	background-color:#ecf8fd;
}
