﻿@charset "utf-8";
a {
	outline: none; /* for Firefox Google Chrome  */
    behavior: expression(this.onFocus=this.blur()); /* for IE */
}

body {
	font-family: Arial; /*, Tahoma*/
	font-size:12px;
	padding:0px;
	margin:0px;
	font-size:13px;
	line-height:22px;
	color:#626262;
}

select, input {
	font-family: Arial;
	color:#959595;
    font-size:12px;
	line-height:12px;
}

/* RESET */
dd, dt, dl, p, ul, li, form, input, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
ul, ol {
	list-style: none;
}
h1 {
   font-size:24pt;
   color:Red;
}
h2 {
   font-size:16pt;
   color:Black;
}
h3 {
   font-size:12pt;
   color:Red;
}
h4 {
   font-size:10pt;
   color:Black;
}
h5, h6, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
img {
	border: none;
}
.clear {
	clear:both;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	
}
/*LAYOUT*/
#container {
	width:930px;
	margin:0px auto;
}
#header {
	width:930px;
	height:101px;
	position:relative;
}
#contentBox {
	padding-top:8px;
}
#sideBar {
	margin-right:20px;
	float:left;
    font-family:Arial;
}
#content {
	float:left;
	width:720px;
	
}
#content_rss {
	float:left;
	width:930px;
}
#content_contact {
	padding-left: 17px;
	float:left;
	width:913px;
}
#indexFooter {
	width:930px;
	padding:20px 0px 20px 0px;
}
#footer {
	background:url(images/footerBg.gif) no-repeat;
	/*background:url(images/footerBg.gif) no-repeat;*/
	width:930px;
	height:38px;
	margin:50px 0px 20px 0px;
}
/*HEADER*/
#header #logo {
	background:url(images/unitechlogo.png) no-repeat 0px 5px;
	width:200px;
	height:60px;/*110px link of image ran over menu*/
	position: absolute;
	top:10px;/*15px*/
	left:0px;
	text-indent:-9999px;
}
#header ul#nav {
	background:url(images/navBg.gif) no-repeat;
	width:930px;
	height:28px;
	line-height:28px;
	margin-top:14px;
	color:#004ea2;
}
#header ul#nav li {
	float:left;
	font-weight:bold;
	margin-left:50px;
	display:inline;
}
#header ul#nav li a {
	color:#5d5c5c;
	font-size: 12px;
}
#header ul#nav li a:hover {
	color:#004ea2;
	text-decoration:none;
}
#header ul#subNav {
	color:#2f547b;
	font-size:11px;
	padding:13px 0px 25px 0px;
}
#header ul#subNav li {
	float: right;
	font-size:11px;
	line-height:13px;
}
#header ul#subNav li a {
	border-left:1px solid #2f547b;
	color:#2f547b;
	font-size:13px;
	padding:0px 10px;
}
#header ul#subNav li a:hover{
	color:#666;
}
#header ul#subNav li a.first {
	border: none;
}
#header ul#subNav li a.last {
	padding-right:0px;
}
/*Language*/
#header .SocialMedia {
	width:145px;/*56px 156px;*/
	height:21px;
	color:#959595;
	float:left;
	margin-left:604px;
	_margin-left:0px;
	_padding-left:679px;
	position:relative;
    top: -25px;
    left: 5px;
}
/*INDEXFOOTER*/
#indexFooter #copyright, #footer #copyright {
	color:#858585;
	font-size:11px;
	float:left;
	width:430px;
	padding-left:15px;
}
#indexFooter #copyright a, #footer #copyright a {
	color:#858585;
}
#indexFooter ul#footerLink {
	float:right;
	width:240px;
}
#indexFooter ul#footerLink li, #footer ul#footerLink li {
	float:left;
	font-size:11px;
	line-height:11px;
}
#indexFooter ul#footerLink li a, #footer ul#footerLink li a {
	border-left:1px solid #000;
	color:#2f547b;
	padding:0px 10px;
}
#footer ul#footerLink li a:hover{
	color:#666;
}
#indexFooter ul#footerLink li a.first {
	border: none;
}
#indexFooter ul#footerLink li a.last, #footer ul#footerLink li a.last {
	padding-right:0px;
}
/*FOOTER*/
#footer #copyright {
	line-height:38px;
}
#footer ul#footerLink {
	float:left;
	width:170px;
	padding-top:14px;
	background:url(images/footerGlobal.gif) no-repeat 5px 8px;
	height:24px;
	margin-left:310px;
}
#footer ul#footerLink li a.first {
	border: none;
	margin-left:20px;
}
/* INVOICE */
.InvoicesLink
{
    color:#333333;
}
/*TEMP*/
#contentBox .indexBanner {
	width:930px;
	height:321px;
	margin-bottom:8px;
}
#contentBox .mainBanner {
	width:930px;
	height:265px;
	margin-bottom:8px;
}
#contentBox .path {
	background: url(images/latestNews_bg.gif) no-repeat;
	width:930px;
	height:27px;
	line-height:27px;
	margin-bottom:18px;
}
#contentBox .path p {
	padding-left:17px;
	font-size:13px;
	width:880px;
	float:left;
}
#contentBox .path a {
	color:#474747;
}
#contentBox .path a:hover {
	color:#000;
}
.path .rss {
	float:right;
	display:block;
	background:url(images/icon_rss.gif) no-repeat 7px 0px;
	padding:0px 7px;
	margin-top:5px;
	width:17px;
	height:17px;
	text-indent:-9999px;
	border-left: 1px solid #d2d2d2;
	overflow: hidden;
}
#content .title {
	margin-bottom:20px;
	width:708px;

	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:27px;
}
#content em{
	color:#009999;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}
#sideBar .titleAbout, #sideBar .titlePressroom, #sideBar .titleProducts, #sideBar .titleSolutions, #sideBar .titleSupport, #sideBar .titleInvestor {
	width:190px;
	height:29px;
	background-image:url(images/plusBox_top_long.gif);
	font-size:15px;
	line-height:29px;
	color:#FFFFFF;
	text-align:center;
}
#sideBar ul {
	width:190px;
	background:#e4e4e4;
}
#sideBar li {
	width:162px;
	padding:10px 0px 10px 26px;
	font-size:13px;
	line-height:13px;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	background:url(images/sidebarPoint.gif) no-repeat 16px 15px;
	min-height:12px;
	_height:12px;
}
#sideBar li a {
	color:#2f547b;
}
#sideBar li a:hover{
	color:#0093dd;
}

#sideBar li.sub a:hover{
	color:#2d2d2d;
}
#sideBar li.choose {
	color:#4687cc;
	background:url(images/sidebarChooseBg_new.gif) repeat-x;
}

#sideBar .bot {
	background:url(images/sidebarBot.gif) no-repeat;
	width:190px;
	height:17px;
}
#sideBar li.sub {
	width:152px;
	font-size:12px;
	line-height:12px;
	background:#f5f5f5;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #f5f5f5;
	background-image: url(images/sidebarPoint2.gif);
	background-repeat: no-repeat;
	background-position: 26px 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
}
#sideBar li.sub a {
	color:#3189e5;
}
#sideBar li.choose2 {
	color:#2f547b;
	background:url(images/sidebarChooseBg.gif) repeat-x;
}
#sideBar li.choose3 {
	color:#2f547b;
	background:url(images/sidebarChooseBg2.gif) repeat-x;
}
#contentBox .pdCategory {
	width:734px;
	height:196px;
	float:left;
}
#contentBox .pdCategory li {
	margin-right:6px;
	width:179px;
	height:196px;
	float:left;
}

#contentBox .pdCategory li h2 {
	height:29px;
	line-height:29px;
	padding-left:21px;
	font-weight:bold;
}
#contentBox .pdCategory li h2 a {
	color:#474747;
}
#contentBox .pdCategory li h2 a:hover {
	color: #000;
	text-decoration:none;
}
#contentBox .pdCategory li.bg01 {
	background:url(images/indexPd_bg01.gif) no-repeat;
}
#contentBox .pdCategory li.bg02 {
	background:url(images/indexPd_bg02.gif) no-repeat;
}
#contentBox .pdCategory li.bg03 {
	background:url(images/indexPd_bg03.gif) no-repeat;
}
#contentBox .pdCategory li.last {
	margin-right:0px;
}
#contentBox .quickLink {
	background:url(images/indexQL_bg.gif) no-repeat;
	width:188px;
	height:196px;
	float:left;
	margin-left:8px;
}
#contentBox .quickLink li {
	float:left;
	width:167px;
	margin-left:7px;
	height:64px;
	border-bottom:1px solid #c1c1c1;
}
#contentBox .quickLink li.last {
	border:0px;
}
#contentBox .quickLink li.bg01 {
	background:url(images/indexQL_bg01.jpg) no-repeat 0px 1px;
}
#contentBox .quickLink li.bg02 {
	background:url(images/indexQL_bg02.jpg) no-repeat;
}
#contentBox .quickLink li.bg03 {
	background:url(images/indexQL_bg03.jpg) no-repeat;
}
#contentBox .quickLink a {
	display:block;
	color:#2f547b;
	font-weight:normal;
	line-height:16px;
	margin:18px 0px 0px 35px;
	font-size:12px;
}
#contentBox .quickLink a strong{
	font-weight:bold;
}
#contentBox .quickLink a:hover {
	color:#333;
	text-decoration:none;
}
#contentBox .quickLink p {
	margin-left:35px;
	font-size:11px;
}
/*about*/
#contentBox .bannerAbout {
	background:url(images/bannerAbout01.jpg) no-repeat;
}
#sideBar .titleAbout {
	background-position:0px 0px;
}
#content .titleAbout {
	background-position:0px 0px;
}
dl.about01 dt {
	padding-left:77px;
	height:62px;
	margin:31px 0px 10px 0px;
	font-size:16px;
	font-weight:bold;
	line-height:62px;
	background:url(images/about01_icon.jpg) no-repeat;
}
dl.noIcon dt{
	font-weight:bold;
	line-height:40px;
	height:40px;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
}
dl.about01 dt.t01 {
	background-position:0px 0px;
}
dl.about01 dt.t02 {
	background-position:0px -62px;
}
dl.about01 dt.t03 {
	background-position:0px -124px;
}
dl.about01 dt.t04 {
	background-position:0px -186px;
}
dl.about01 dt.t05 {
	background-position:0px -248px;
}
#content .titleAbout03 {
	background-position:0px -38px;
}
#content ul.about03 {
	width:720px;
}
ul.about03 li {
	float:left;
	display:inline;
	position:relative;
	width:220px;
	height:145px;
	padding-left:127px;
	overflow:hidden;
	margin:0px 12px 10px 0px;
}
ul.about03 .honorPic {
	position:absolute;
	left:0px;
	top:0px;
}
ul.about03 h4 {
	line-height:18px;
	color:#2f547b;
	font-size:15px;
}
ul.about03 h5 {
	margin-top:14px;
	font-weight:bold;
	color:#2f547b;
	font-size:13px;
	line-height:13px
}
ul.about03 p {
	line-height:16px;
}
ul.about03 span {
	position:absolute;
	display:block;
	left:0px;
	top:120px;
	width:120px;
	font-size:13px;
	color:#2f547b;
	text-align:right;
}
ul.about03 li.line {
	width:720px;
	height:1px;
	border-bottom:1px solid #d2d2d2;
	padding:0px;
	margin:0px;
	margin-bottom:22px;
}
#content .titleAbout04 {
	background-position:0px -57px;
}
#content .about04 {
	width:720px;
	display:inline;
}
.about04 li {
	width:190px;
	height:250px;
	float:left;
	margin:0px 50px 30px 0px;
	display:inline;
}
.about04 li img {
	border:1px solid #cecece;
}
.about04 li h4 {
	color:#4a8cba;
	line-height:15px;
}
.about04 li h4 .bold {
	color:#4a8cba;
	line-height:16px;
	font-weight:bold;
}
.about04 li p {
	line-height:20px;
}
/*PAGE*/
#content .page {
	background:url(images/pageBg.gif) no-repeat;
	width:720px;
	height:39px;
	text-align:center;
	font-size:12px;
	margin-top:40px;
	line-height:39px;
}
.page .prev {
	background: url(images/pagePrev.gif) no-repeat 0px 7px;
	padding-left:10px;
	height:20px;
	width:45px;
	text-align:left;
	background-position:left 4px;
}
.page .next {
	background: url(images/pageNext.gif) no-repeat right 7px;
	padding-right:10px;
	height:20px;
	width:45px;
	text-align:right;
	background-position:right 4px;
}
.page .current {
	font-weight:bold;
	color:#4d4d4d;
	font-size:11px;
	background:#d5d5d5;
	width:19px;
	height:19px;
}
.page a {
	color:#4d4d4d;
	padding:0px 7px;
	height:13px;
}
.page a:hover {
	color:#4d4d4d;
}
/*worldwide office*/
#content .titleAbout02 {
	background-position:0px -19px;
}
.worldwide {
	font-family: Arial;
	width: 700px;
	height: 200px;
	background-image: url(images/worldwide_01.gif);
	background-repeat: no-repeat;
	font-size: 18px;
}
.worldafrica {
	font-family: Arial;
	width: 332px;
	height: 200px;
	background-image: url(images/worldwide_africa.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	overflow: hidden;
}
ul.about02 h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.about02 h2 {
	margin-top:0px;
	font-weight:bold;
	color:#5f7db0;
	font-size:12px;
	font-family: Arial;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 81px;
	line-height: 12px;
}
ul.aboutContents {
	font-size: 12px;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 18px;
}
ul.aboutContents .left, ul.aboutContents div.right {
	float: left;
}
ul.aboutContents .left {
	text-align: right;
	width: 115px;
	color: #4A87BD;
}
ul.aboutContents .right {
	padding: 0 0 0 4px;
}
.countrylist {
	width: 700px;
}
ul.africa {
	float: left;
	padding-right: 10;
	padding-bottom: 0;
	background-image: url(images/worldwide_africa.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.africa h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.africa h2 {
	margin-top:0px;
	font-weight:bold;
	color:#5f7db0;
	font-size:12px;
	font-family: Arial;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 81px;
	line-height: 12px;
}
ul.asia {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_asiapacific.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.asia h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.africa h2 {
	margin-top:0px;
	font-weight:bold;
	color:#5f7db0;
	font-size:12px;
	font-family: Arial;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 81px;
	line-height: 12px;
}
ul.euro {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_euro.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.euro h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.japan {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_japan.gif);
	background-repeat: no-repeat;
	height: 220px;
	width: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.japan h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.latin {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_latin.gif);
	background-repeat: no-repeat;
	height: 250px;
	width: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.latin h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.china {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_china.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 540px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.china h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.us {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_us.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.us h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.middleeast {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_middleeast.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.middleeast h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.taiwan {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_taiwan.gif);
	background-repeat: no-repeat;
	width: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.taiwan h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
ul.oem {
	float: left;
	padding-bottom: 0;
	background-image: url(images/worldwide_oem.gif);
	background-repeat: no-repeat;
	width: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
ul.oem h1 {
	line-height:18px;
	color:#428fc4;
	font-size:18px;
	padding-left: 81px;
	padding-top: 28px;
}
/*about_join*/
#content .titleAbout05 {
	background-position:0px -76px;
}
#join_searchbox {
	background-image: url(images/unitech_about-join_searchbo.jpg);
	background-repeat: no-repeat;
	height: 99px;
	width: 720px;
}
.join_box {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #4c548d;
	height: 41px;
	width: 177px;
	padding-left: 19px;
	padding-top: 32px;
	overflow: hidden;
}
.join_box2 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #4c548d;
	height: 41px;
	width: 177px;
	padding-top: 32px;
	overflow: hidden;
}
.join_form {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #959595;
	height: 21px;
	width: 270px;
	overflow: hidden;
}
.join_arrow {
	padding-top: 53px;
	overflow: hidden;
	float: left;
}
.join_go {
	padding-top: 52px;
	padding-left: 5px;
	color: #959595;
	overflow: hidden;
	float: left;
	height: 22px;
	width: 70px;
	font-family: Arial;
	font-size: 12px;
}
#join_searchresult {
	padding-top: 13px;
	width: 720px;
	float: left;
	overflow: hidden;
}
.searchreslut01 {
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	float: left;
	overflow: hidden;
}
.searchreslut02 {
	font-family:Arial;
	color: #8d8d8d;
	font-size: 12px;
	float: left;
	overflow: hidden;
	padding-left: 4px;
}
.searchreslut03 {
	font-family:Arial;
	color: #4c548d;
	font-size: 12px;
	float: left;
	overflow: hidden;
	padding-left: 4px;
}
.join_searchresultline {
	width:720px;
	height:1px;
	border-bottom:1px solid #d2d2d2;
	padding:0px;
	margin-bottom:10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}
#resultlist {
	width: 720px;
}
ul.resultlist .left, ul.resultlist div.right, ul.resultlist div.right02 {
	float: left;
	overflow: hidden;
}
ul.resultlist .left {
	text-align: right;
	width: 90px;
	font-family:Arial;
	color: #4c548d;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}
ul.resultlist .right {
	padding: 0 0 0 4px;
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	line-height: 21px;
	width: 622px;
}
ul.resultlist .right02 {
	text-align: right;
	font-size: 12px;
	font-family:Arial;
	line-height: 21px;
	width: 720px;
}
/*Contact Us*/
#content_titleContact {
	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:27px;
}
.contact_us {
	padding-right: 6px;
	padding-top: 8px;
	width: 297px;
	height: 140px;
	float: left;
	overflow: hidden;
}
.contact_line {
	width:297px;
	height:1px;
	border-bottom:1px solid #d2d2d2;
	padding:0px;
	margin-bottom:10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}
ul.contact .left, ul.contact div.right, ul.contact div.title {
	float: left;
	overflow: hidden;
}
ul.contact .title {
	width: 289px;
	margin-left: 6px;
	font-family:Arial;
	color: #428fc4;
	font-size: 15px;
	line-height: 20px;
	float: left;
	overflow: hidden;
	font-weight: bold;
}
ul.contact .title a{
	color: #428fc4;
}
ul.contact .title a:hover{
	text-decoration:underline;
}
ul.contact .title2 {
	width: 289px;
	margin-left: 6px;
	font-family:Arial;
	color: #428fc4;
	font-size: 12px;
	line-height: 18px;
	float: left;
	overflow: hidden;
}
ul.contact .left {
	text-align: right;
	width: 95px;
	font-family:Arial;
	color: #5f7db0;
	font-size: 12px;
	line-height: 16px;
	float: left;
	overflow: hidden;
}
ul.contact .right {
	padding: 0 0 0 4px;
	font-family:Arial;
	color: #474747;
	font-size: 11px;
	line-height: 16px;
	width: 190px;
	float: left;
	overflow: hidden;
}
.contact_form_title {
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
}
#contactform {
	/*background-image: url(images/contact_form_bg.gif);
	background-repeat: no-repeat;*/
	width: 912px;
	border:1px solid #c9c9c9;
	background-color:#EFEFEF;
	padding-bottom:20px;
}
.contact_form_text01 {
	font-family:Arial;
	color: #c83831;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 17px;
}
ul.contactform .left, ul.contactform div.right, ul.contactform div.right2 {
	float: left;
	overflow: hidden;
}
ul.contactform .left {
	text-align: right;
	width: 200px;
	font-family:Arial;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 6px;
	float: left;
	overflow: hidden;
}
ul.contactform .right {
	padding: 0 0 0 4px;
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	padding-bottom: 6px;
	line-height: 18px;
	width: 500px;
	float: left;
	overflow: hidden;
}
ul.contactform .right2 {
	padding: 0 0 0 4px;
	text-align: right;
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	padding-bottom: 6px;
	line-height: 18px;
	width: 350px;
	float: left;
	overflow: hidden;
}
.contact_form {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 20px;
	width: 350px;
	overflow: hidden;
}
.contact_form2 {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 18px;
	width: 350px;
	overflow: hidden;
}
.contact_form3 {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 100px;
	width: 350px;
	overflow: hidden;
}
/*investor-relationship*/
#sideBar .titleInvestor {
	background-position:0px -145px;
}
#content_titleSalesreport {
	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:29px;
	height: 29px;
	height: 29px;
	padding-bottom:17px;
}
.salesreport_font01 {
	font-family:Arial;
	font-size:15px;
	font-weight: bold;
	color: #6f8748;
	padding-bottom:7px;
}
.salesreport_font02 {
	font-family:Arial;
	font-size:12px;
	color: #6f8748;
	padding-bottom:7px;
}
.salesreport_font03 {
	font-family:Arial;
	font-size:12px;
	color: #6f8748;
	padding-bottom:7px;
}
.salesreport_table {
	width:696px;
	table-layout:fixed;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #c0c3a7;
	border-left-color: #c0c3a7;
	
	
}
.salesreport_tr01 {
	font-family: Arial;
	font-size: 12px;
	color: #888e5e;
	background-color: #e1e3d2;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
.salesreport_tr02 {
	font-family: Arial;
	font-size: 12px;
	color: #4d4d4d;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
.salesreport_td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c3a7;
	border-bottom-color: #c0c3a7;
}
/*Finance Report*/
#content_titleFinancereport {
	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:29px;
	height: 29px;
	height: 29px;
	padding-bottom:17px;
}
#content_titleInvoice {
	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:29px;
	height: 29px;
	height: 29px;
	padding-bottom:17px;
}
#financereport 
{
    font-family: Arial;
    color:Black;
    font-size: 12px;
    }
#financereport select, input {
	font-family: Arial;
	color: black;
    font-size:12px;
	line-height:12px;
}
#financereport a {
	font-family: Arial;
	font-weight:bold;
	color:#474747;
    font-size:12px;
	line-height:12px;
}
.financereport_table {
	font-size: 10pt;
	width:720px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #c0c3a7;
	border-left-color: #c0c3a7;
}
.financereport_tr01 {
	font-size: 12pt;
	color: #888e5e;
	background-color: #e1e3d2;
	vertical-align: middle;
	height: 30px;
	padding-left:10px;
}
.financereport_td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c3a7;
	border-bottom-color: #c0c3a7;
	background-color: #ced3a5;
	padding-left:8px;
	vertical-align: middle;
	height: 30px;
}
.financereport_td02 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c3a7;
	border-bottom-color: #c0c3a7;
	padding-left:8px;
	vertical-align: middle;
	height: 30px;
	color:#4B4C43;
}
.financereport_td03 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c3a7;
	border-bottom-color: #c0c3a7;
	vertical-align: middle;
	height: 30px;
	text-align: center;
	color:#4B4C43;
}
/* old report 009 header*/
.trheader
{
    background-color: #333333; 
    color:White;
    font-family:Arial;
    padding: 0 0 0 0; 
    margin:0 0 0 0;
    }
.tdheader
{
    border: solid 1px #333333;
    vertical-align:top;
    font-family:Arial;
    }
.statusborder
{
    margin-top:2px;
    font-family:Arial;
    font-size:12px;
    color:#2D547B;
    border: solid 1px Silver;
     }
/*Press Room*/
#sideBar .titlePressroom {
	background-position:0px -29px;
}
#content_titlePressroom {
	font-size:26px;
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	line-height:27px;
	padding-bottom:30px;
}
#pressroom_searchbox {
	background-image: url(images/Pressroom_search_bar.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 720px;
}
ul.pressroom_searchbox {
	vertical-align: middle;
	overflow: hidden;
	padding: 8px 0 0 65px;
}
.pressroom_searchbox li {
	float: left;
	margin: 0 6px 0 0;
}
.pressroom_form {
	font-family:Arial;
	color: #959595;
	font-size: 12px;
}
.pressroom_go {
	font-family:Arial;
	color: #626262;
	font-size: 12px;
	width: 35px;
}
#news_top {
	padding-top: 10px;
	height:200px;
	width: 720px;
	float: left;
	overflow: hidden;
}
#news_list {
	padding-top: 10px;
	width: 720px;
	float: left;
	overflow: hidden;
}
ul.news_date {
	padding-right: 30px;
	width:50px;
	float: left;
	overflow: hidden;
	background-image: url(images/unitech_news_datebox.gif);
	background-repeat: no-repeat;
	height: 85px;
}
ul.news_date li{
	width:50px;
	float: left;
}
.news_day {
	font-family:Arial;
	color: #474747;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	overflow: hidden;
	
}
.news_month {
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom:4px;
	line-height:16px;
}
.date_line {
	width:25px;
	height:1px;
	border-bottom:1px solid #d2d2d2;
	overflow: hidden;
	margin-left: 12px;
}
.news_line {
	width:720px;
	height:1px;
	border-bottom:1px solid #d2d2d2;
	padding:0px;
	margin-bottom:8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}
.news_title {
	font-family:Arial;
	color: #725b4a;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
}
.news_title a:link {
	font-family:Arial;
	color: #725b4a;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
}
.news_title a:hover {
	font-family:Arial;
	color: #5c4737;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
}
ul.news_top .left, ul.news_top div.right {
	float: left;
}
ul.news_top .left {
	width: 160px;
	height:160px;
	padding: 0 10px 0 0;
}
ul.news_top .right {
	/*height:160px;*/
	width: 450px;
}
ul.news_top .right h1 {
	font-family:Arial;
	color: #5e89e9;
	font-size: 12px;
	font-weight: bold;
	float: left;
	overflow: hidden;
	line-height: 18px;
}
ul.news_top .right h2 {
	font-family:Arial;
	color: #8ca5de;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.news_more {
	font-family:Arial;
	color: #2696d0;
	font-size: 12px;
}
.news_more a:link {
	font-family:Arial;
	color: #2696d0;
	font-size: 12px;
	text-decoration:none;
}
.news_more a:hover {
	font-family:Arial;
	color: #336699;
	font-size: 12px;
	text-decoration:none;
}
ul.news_top .right2 {
	height:60px;
	width: 620px;
	float: left;
}
ul.news_top .right2 h1 {
	font-family:Arial;
	color: #5e89e9;
	font-size: 12px;
	font-weight: bold;
	float: left;
	overflow: hidden;
	line-height: 18px;
}
ul.news_top .right2 h2 {
	font-family:Arial;
	color: #8ca5de;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
/*news detail*/
#news_detail {
	padding-top: 10px;
	height:800px;
	width: 720px;
	float: left;
	overflow: hidden;
}
.detail {
	height: 382px;
	width: 312px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.detail li {
	padding-top: 6px;
	padding-left: 6px;
	float: left;
	overflow: hidden;
}
.news_img {
	height: 311px;
	width: 312px;
	background-image: url(images/news_detail_img.gif);
	background-repeat: no-repeat;
}
.news_detail_imglist {
	background-image: url(images/news_detail_img_list.gif);
	background-repeat: no-repeat;
	float:left;
	height: 71px;
	width: 312px;
}
ul .news_detail_imglist li {
	padding: 6px;
}
ul.news_top .info {
	width: 630px;
	height:750px;
	float: left;
}
ul.news_top .info h1 {
	font-family:Arial;
	color: #5e89e9;
	font-size: 12px;
	font-weight: bold;
	float: left;
	overflow: hidden;
	line-height: 18px;
}
ul.news_top .info h2 {
	font-family:Arial;
	color: #8ca5de;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
ul.news_top .info h3 {
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	line-height: 22px;
}
/*Partner*/
#content2 {
	width: 930px;
	float:left;
}
#content_titlePartner {
	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:27px;
	padding-bottom:14px;
	padding-left:0px;
}
.titlePartner_font01 {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #626262;
	/*padding-left: 17px;*/
}
.partner_line {
	width:930px;
	height:1px;
	border-bottom:1px solid #d2d2d2;
	padding:0px;
	margin-bottom:8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}
#partner_login {
	width: 270px;
	padding-right: 20px;
	float: left;
}
.titlePartner_font02 {
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	color: #474747;
	padding-left: 17px;
	font-weight: bold;
}
.titlePartner_font03 {
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	color: #474747;
	font-weight: bold;
}
ul.partner_login .left, ul.partner_login div.right {
	float: left;
}
ul.partner_login .left {
	width: 90px;
	height:20px;
	text-align:right;
	line-height: 16px;
	padding: 6px 5px 0 6px;
}
ul.partner_login .right {
	height:20px;
	line-height: 16px;
	padding: 6px 0 0 6px;
	float:left;
}
ul.partner_login div.right ul{
	float:left;
	display:inline;
}
ul.partner_login div.right ul li{
	padding-bottom:5px
}
.partner_form {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 17px;
	width: 145px;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
}
#partner_join {
	width: 640px;
	float: left;
}
#partner_join_form {
	/*background-image: url(images/partners_join_box.gif);
	background-repeat: no-repeat;*/
	
	width: 525px;
	float: left;
	margin-top: 5px;
	border:1px solid #c9c9c9;
	background-color:#EFEFEF;
	padding-bottom:20px;
}
ul.partner_join .left, ul.partner_join div.right, ul.partner_join div.right2 {
	float: left;
}
ul.partner_join .left {
	width: 120px;
	height:20px;
	text-align:right;
	line-height: 16px;
	padding: 6px 5px 0 6px;
}
ul.partner_join .right {
	width: 300px;
	line-height: 16px;
	padding: 6px 0 0 6px;
}
ul.partner_join .right2 {
	height:20px;
	width: 400px;
	line-height: 16px;
	text-align: right;
	padding: 6px 0 0 6px;
}
.partner_join_form {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 20px;
	width: 145px;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
}
.partner_join_form2 {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 20px;
	width: 300px;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
	padding-left: 2px;
}
.partner_join_form3 {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 100px;
	width: 395px;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
	overflow: hidden;
	padding-left: 2px;
}
.partner_join_form4 {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 100px;
	width: 300px;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
	overflow: hidden;
	padding-left: 2px;
}
.red {
	color: #c83831;
}
/*press events*/
#content_titlePressevent {
	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:27px;
	padding-bottom:30px;
}
.detail2 {
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.detail2 li {
	padding-top: 6px;
	padding-left: 6px;
	float: left;
	overflow: hidden;
}
.press_img {
	height: 311px;
	width: 312px;
}
/*Press Review*/
#content_titlePressReview {
	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:19px;
	height: 27px;
	line-height:27px;
	padding-bottom:30px;
	
}
/*Products*/
#sideBar .titleProducts {
	background-position:0px -58px;
}
#content_products {
	float:left;
	width:524px;
}
#content_products h4 {
    font-size: 16px;
    font-weight:bold;
    font-family: Arial;
}
#content_titleProducts {
	background-image: url(images/product_list_title.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom:15px;
	padding-left:25px;
	font-family: Arial;
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
}/*added as class*/
.content_titleProducts {
	background-image: url(images/product_list_title.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-bottom:15px;
	padding-left:25px;
	font-family: Arial;
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
}
.product_line {
	width:100%;
	height:1px;
	border-bottom:1px solid #d2d2d2;
	padding:0px;
	margin-bottom:8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}
.products .left {
	margin: 0 10px 0 0;
	float: left;
}
.products .right {
	float: left;
	width: 389px;
}
.right .learnMore {
	margin-top: 5px;
	margin-bottom: 5px;
}
.right p {
	color:#626262;
	line-height:20px;
	max-height: 60px;
	_height: 60px;
	overflow: hidden;
}
.right h1 {
	font-family: Arial;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #35536f;
}
.right h2 {
	font-family: Arial;
	font-size: 12px;
	color: #35536f;
}
.right h3 {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #626262;
}
.product_icon {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	float: left;
	overflow: hidden;
}
.btn_learn {
	padding-top:5px;
	padding-bottom:5px;
}
/*Product PAGE*/
#content_products .page {
	background:url(images/pageBg02.gif) no-repeat;
	width:100%;
	height:39px;
	font-size:12px;
	margin-top:40px;
	padding-top:10px;
	line-height: 20px;
	text-align: center;
}
.page .prev2 {
	background: url(images/pagePrev.gif) no-repeat 0px 7px;
	height:20px;
	width:45px;
	text-align:left;
	line-height: 20px;
	background-position:left 4px;
}
.page .next {
	background: url(images/pageNext.gif) no-repeat right 7px;
	height:20px;
	width:45px;
	text-align:right;
	line-height: 20px;
	background-position:right 4px;
}
.page .current {
	font-weight:bold;
	color:#4d4d4d;
	font-size:11px;
	line-height: 20px;
	background:#d5d5d5;
	padding: 2px 6px;
}
.page a {
	color:#4d4d4d;
	padding:0px 7px;
	height:20px;
	line-height: 20px;
}
.page a:hover {
	color:#4d4d4d;
}
/*Feature Product*/
#feature {
	width: 176px;
	float:right;
	
}
.feature_box {
	background-color: #f5f5f5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d4d4d4;
	border-left-color: #d4d4d4;
	padding-bottom:10px;
}
.feature_box .featureContainer {
	margin: 0 0 6px 0;
}
.feature_box .productName {
	width: 160px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	color: #505050;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.feature_box .left {
	padding: 0 0 0 10px;
	width: 71px;
	height: 71px;
	overflow: hidden;
	float: left;
}
.feature_box .right {
	width: 85px;
	height: 71px;
	overflow: hidden;
	float: left;
}
.feature_box .productNumber {
	color: #004EA2;
	font-size: 11px;
	padding: 0 0 0 6px;
	height: 47px;
	overflow: hidden;
}
.feature_box .learnMore {
	padding: 0 0 0 6px;
}
.feature_box_top {
	width:176px;
	height:29px;
	background-image:url(images/plusBox_top.gif);
	font-size:15px;
	line-height:29px;
	color:#FFFFFF;
	text-align:center;
}
.feature_box_bot {
	background-image: url(images/feature_bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 176px;
	float:left;
	margin-bottom:10px;
}
.feature_box_img {
	margin-right: 8px;
	margin-left: 10px;
	width: 71px;
	float:left;
}
.feature_box h1 {
	font-weight:bold;
	color:#505050;
	font-size:11px;
	line-height: 30px;
	padding-left:10px;
}
.feature_box h2 {
	color: #004ea2;
	font-size:11px;
	line-height: 16px;
}
.feature_box_learn {
	padding: 20px 0 10px 0;
}
.feature_box_line {
	width:140px;
	height:1px;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:6px;
	margin-top: 6px;
	margin-left: 18px;
}
#support {
	width: 176px;
	float: right;
	margin-top:15px;
}
.support_box_top {
	background-image: url(images/support_top.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 176px;
}
.support_font01 {
	padding-left:10px;
	padding-top:10px;
	min-height: 85px;
	_height: 85px;
}
.support_img {
	padding:5px 0 10px 10px;
}
/*Solutions*/
#sideBar .titleSolutions {
	background-position:0px -87px;
}
#content_titleSolutions {
	font-size:26px;
	color:#474747;
	font-family:Arial;
	line-height:27px;
	padding-bottom: 10px;
}
.solutions02 {
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
}
.solutions_img {
	float: left;
	height: 300px;
	width: 300px;
	margin-right: 10px;
}
.solutions_title {
	background-image: url(images/solution02_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 410px;
	margin-bottom: 10px;
	float: left;
}
.solutions_font01 {
	font-family:Arial;
	color: #35536F;
	font-size: 15px;
	line-height: 29px;
	font-weight:bold;
	padding-left: 5px;
}
.solutions_font02 {
	font-family:Arial;
	color: #626262;
	font-size: 12px;
	line-height: 20px;
}
.solutions_font03 {
	font-family:Arial;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 29px;
	/*background-image:url(images/solution02_table01.gif);
	background-repeat: no-repeat;*/
	height: 29px;
	background-color:#8fb7cb;
	width: 168px;
	text-align: center;
}
.solutions_font04 {
	font-family:Arial;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	/*background-image:url(images/solution02_table02.gif);
	background-repeat: no-repeat;*/
	height: 29px;
	background-color:#8fb7cb;
	width: 552px;
	text-align: center;
}
.solutions_table01 {
	font-family:Arial;
	color: #296582;
	font-size: 12px;
	line-height: 24px;
	height:33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fb7cb;
	text-align: center;
}
.solutions_table02 {
	font-family:Arial;
	color: #296582;
	font-size: 12px;
	line-height: 24px;
	height:33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fb7cb;
	text-align: left;
	padding-left: 10px;
}
/*Solutions03*/
.print li {
	padding-top: 5px;
	padding-right: 25px;
	float: left;
}
.solutions02 h1 {
	font-family:Arial;
	color: #5e7fa7;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
.solutions02 h2 {
	font-family:Arial;
	color: #256fc9;
	font-size: 15px;
	line-height: 24px;
}
.solutions02 h2 a:link {
	font-family:Arial;
	color: #256fc9;
	font-size: 15px;
	line-height: 24px;
	text-decoration: underline;
}
.solutions02 h2 a:hover {
	font-family:Arial;
	color: #003366;
	font-size: 15px;
	line-height: 24px;
	text-decoration: underline;
}
.solutions_font05 {
	font-family:Arial;
	color: #626262;
	font-size: 13px;
	line-height: 22px;
	padding: 15px 0 15px 0;
}
.solution_box {
	height: 279px;
	width: 210px;
	margin-right: 45px;
	margin-bottom: 15px;
	float: left;
	background-image: url(images/solution_box.gif);
	background-repeat: no-repeat;
}
.solution_box2 {
	height: 279px;
	width: 210px;
	margin-bottom: 15px;
	float: left;
	background-image: url(images/solution_box.gif);
	background-repeat: no-repeat;
}
.solution_box ul {
	height: 257px;
	width: 210px;
}
.solution_box2 ul {
	height: 257px;
	width: 210px;
}
.solution_box_bottom {
	height: 22px;
	width: 210px;
	float: left;
	background-image: url(images/solution_box_bottom.gif);
	background-repeat: no-repeat;
}
.solution_box_img {
	height: 200px;
	width: 200px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	color: #5e7fa7;
}
.solution_box_study {
	font-family: Arial;
	font-size: 12px;
	color: #407b99;
	text-align: right;
	line-height: 22px;
	padding-right:5px;
}
.solution_box_study a:link {
	font-family: Arial;
	font-size: 12px;
	color: #407b99;
	text-align: right;
	line-height: 22px;
	padding-right:5px;
}
.solution_box_study a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	text-align: right;
	line-height: 22px;
	padding-right:5px;
}
#content_titleIntegrated {
	background-image: url(images/titleIntegrated.gif);
	background-repeat: no-repeat;
	height: 19px;
	padding-bottom: 10px;
}
.integrated_font01 {
	font-family:Arial;
	color: #4687cc;
	font-size: 12px;
	line-height: 22px;
	float: left;
	margin-right: 10px;
}
.integrated_font02 {
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	line-height: 22px;
}
.integrated_font03 {
	font-family:Arial;
	color: #c11646;
	font-size: 12px;
	line-height: 12px;
	float: left;
	font-weight: bold;
	margin-right: 6px;
}
.integrated_font04 {
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	
}
.integrated_font05 {
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	line-height: 13px;
	float: left;
	width: 157px;
	_width: 150px;
	height: 30px;
}
.integrated_font06 {
	font-family:Arial;
	color: #474747;
	font-size: 12px;
	line-height: 12px;
	float: left;
	padding-right: 3px;
}
.integrated_font07 {
	font-family:Arial;
	color: #474747;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	float: left;
	padding-right: 5px;
	margin: 10px 0 10px 0;
}
.integrated_font08 {
	font-family:Arial;
	color: #8d8d8d;
	font-size: 12px;
	line-height: 20px;
	padding-right: 5px;
	margin: 10px 0 10px 0;
	float: left;
}
.integrated_font09 {
	font-family:Arial;
	color: #276dcc;
	font-size: 12px;
	line-height: 20px;
	padding-right: 5px;
	float: left;
	margin: 10px 0 10px 0;
}
.integrated_font10 {
	font-family:Arial;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	background-image:url(images/solution02_table04.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 359px;
	text-align: center;
}
.integrated_font11 {
	font-family:Arial;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	background-image:url(images/solution02_table05.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 361px;
	text-align: center;
}
.integrated_box {
	/*background-image: url(images/Solution_Integrated_box.gif);
	background-repeat: no-repeat;
	height: 639px;*/
	width: 720px;
	margin-top: 10px;
	background-color:#e5e5e5;
	border:1px solid #c9c9c9;
	padding-bottom:15px;
}
.integrated_box2 {
	background-image: url(images/Solution_Integrated_box2.gif);
	background-repeat: no-repeat;
	height: 467px;
	width: 720px;
	margin-top: 10px;
}
.integrated_box ul {
	padding-top: 12px;
	padding-left: 15px;
	float:left;
	width:705px;
	
}
.integrated_box2 ul {
	padding-top: 12px;
	padding-left: 15px;
	
}
.integrated_line {
	padding-left: 10px;
	padding-top: 12px;
}
.integrated_go {
	text-align: center;
	margin-top: 15px;
}
.integrated_table01 {
	font-family:Arial;
	color: #296582;
	font-size: 12px;
	line-height: 24px;
	height:33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fb7cb;
	text-align: center;
}
.integrated_table02 {
	font-family:Arial;
	color: #296582;
	font-size: 12px;
	line-height: 24px;
	height:33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fb7cb;
	text-align: center;
	padding-left: 10px;
}
/*product08*/
.product08_box {
	background-image: url(images/product08_box_new.gif);
	background-repeat: no-repeat;
	height: 594px;
	width: 546px;
}
.product06_box {
	background-image: url(images/product08_box_new.gif);
	background-repeat: no-repeat;
	height: 470px;
	width: 700px;
}
.product03_box {
	background-image: url(images/product08_box_new.gif);
	background-repeat: no-repeat;
	height: 444px;
	width: 558px;
}
.product08_font01 {
	font-family:Arial;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	width: 515px;
}
.product08_font02 {
	text-align:right;
	line-height: 27px;
	float: left;
	padding-top: 5px;
}
.product08_font03 {
	font-family:Arial;
	color: #c83831;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.product08_font04 {
	font-family:Arial;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	width: 670px;
}
.product08_font05 {
	font-family:Arial;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
	margin:0 0 0 10px;
	width:525px;
	float: left;
}
.product08_left {
	width: 130px;
	float: left;
	text-align: right;
	padding-left: 30px;
	padding-top: 4px;
	line-height: 20px;
	padding-bottom: 6px;
}
.product08_right {
	width: 300px;
	line-height: 20px;
	padding-bottom: 6px;
	padding-left: 5px;
	float: left;
}
.product08_right2 {
	width: 258px;
	line-height: 20px;
	padding-bottom: 6px;
	text-align: right;
	float: left;
}
.product08_form {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 20px;
	width: 177px;
	overflow: hidden;
	margin-top: 2px;
	border: 1px solid #cecece;
}
.product08_form1 {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 20px;
	width: 250px;
	overflow: hidden;
	margin-top: 2px;
	padding-left: 2px;
	border: 1px solid #cecece;
}
.product08_form2 {
	float: left;
	font-family:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	height: 100px;
	width: 250px;
	overflow: hidden;
	margin-top: 2px;
	padding-left: 2px;
	padding-top: 3px;
	border: 1px solid #cecece;
}
.youtube {
	height: 385px;
	width: 640px;
	border: 1px solid #4d4d4d;
	margin: 25px 0 0 25px;
	float: left;
}
#product03_2_thumb {
	height: 62px;
	width: 542px;
	margin-top: 345px;
	margin-left:8px;
	background-image: url(images/zoom_box.gif);
	background-repeat: no-repeat;
	float: left;
}
.thumb_left {
	position: absolute;
	left: 0;
	top: 18px;
}
.thumb_right {
	position: absolute;
	right: 0;
	top: 18px;
}
.thumb {
	float: left;
	height: 48px;
	width: 48px;
	border: 1px solid #a7a7a7;
	margin-right: 7px;
}
#tabs {
	min-height: 500px;
	_height: 500px;
}
.productSlider {
	top: 0;
	left: 20px;
	width: 285px;
	height: 54px;
	overflow: hidden;
	position: absolute;
}
.productSlider ul {
	position: relative;
	width: 285px;
	height: 54px;
}
#thumbNav {
	height: 54px;
	width: 314px;
	position: relative;
}


.plusPadding{
	padding-left:135px;
}
.plusHeight{
	height:40px;
	line-height:22px;
}
.plusLineHeight{
	line-height:22px;
}
li.serviceLink {
	height:18px;
}
li.serviceLink span{
	margin:0;
	padding:0;
	padding-right:5px;
	float:left;
	min-width:65px;
	_width:65px;
}
#partner_login li.plusDisplay{
	float:left;
	display:inline;
}

.plusWidth{
	width:160px;
}
ul.partner_join .plusSendBar{
	width:515px;
}

ul.plusLeft li div.left{
	width:255px;
}

.slideshow { 
  height: 20px; 
  width: 668px; 
  float:left;
  background-color:#f1f1f1;
  border-top:1px solid #d2d2d2;
}
.slideshowIn{
	background::transparent;
}

ul.plusBox {
	margin-top:10px;
	float:left;
	width:176px;
}
ul.noPDT{
	margin-top:0px;
}
ul.plusBox li.plusBoxTop{
	width:176px;
	height:29px;
	background-image:url(images/plusBox_top.gif);
	font-size:15px;
	line-height:29px;
	color:#FFFFFF;
	text-align:center;
}
ul.plusBox li.plusBoxBottom{
	width:176px;
	height:18px;
	background-image:url(images/plusBox_bottom.gif);
}
ul.plusBox a{
	min-height:12px;
	_height:12px;
	background:#e4e4e4 url(images/sidebarPoint.gif) no-repeat scroll 12px 20px;
	display:block;
	color:#2F547B;
	width:142px;
	padding:10px 10px 10px 22px;
	border-top:1px solid #C1C1C1;
	border-left:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
}
ul.plusBox a:hover{
	color:#0093dd;
}

#PrivacyPolice_title{
	width:900px;
	line-height:20px;
	margin-top:15px;
	padding-bottom:18px;
	border-bottom:1px dotted #474747;
}
#PrivacyPolice_title em{
	color:#428fc4;
	font-style:normal;
	
}

#PrivacyPolice{
	width:870px;
	margin-left:10px;
}

#PrivacyPolice li{
	background-image:url(images/sidebarPoint.gif);
	background-repeat:no-repeat;
	background-position:0 9px;
	padding-left:8px;
	margin-top:28px;
}
#PrivacyPolice li strong{
	color:#428fc4;
	font-weight:bold;
}

#sitemap{
	width:930px;
	margin-top:15px;
	float:left;
}
#sitemap a:hover{
	text-decoration:underline;
}
#sitemap li.sitemap_parent{
	float:left;
	width:285px;
	border-top:1px solid #d2d2d2;
	padding-top:10px;
	padding-left:5px;
	margin-right:10px;
}
ul.sitemap_child2 li{
	background-image:url(images/sidebarPoint.gif);
	background-repeat:no-repeat;
	background-position:0 9px;
	padding-left:8px;
	margin-left:5px;
}
ul.sitemap_child2 li a{
	color:#5f7db0;
}
ul.sitemap_child2 li ul.sitemap_child3 li{
	background-image:url(images/sidebarPoint2.gif);
	background-repeat:no-repeat;
	background-position:0 9px;
	padding-left:8px;
	margin-left:5px;
}
ul.sitemap_child2 li ul.sitemap_child3 li a{
	color:#474747;
}
a.sitemap_child1{
	color:#004ea2;
	font-size:15px;
	
}


.height330{
	height:330px;
}
.height135{
	height:135px;
}
.height77777{
	height:725px;
}
.height8888888{
	height:200px;
}
.lastli{
	margin-right:0px;
}

p.about_worldwide{
	padding-bottom:15px;
}

table.aboutTable {
	border-top:1px solid #626262;
	border-left:1px solid #626262;
	border-right:1px solid #626262;
}
table.aboutTable th{
	border-right:1px solid #626262;
	border-bottom:1px solid #626262;
}
table.aboutTable td{
	border-bottom:1px solid #626262;
	padding-left:15px;
	background-image:url(images/cubeDot.gif);
	background-repeat:no-repeat;
	background-position:8px 11px;
}

span.red{
	color:#F00;
}
ul.numberUL{
	list-style:decimal;
	list-style-position:outside;
	margin-left:18px;
}

ul.dotUL li{
	padding-left:12px;
	background-image:url(images/cubeDot.gif);
	background-repeat:no-repeat;
	background-position:6px 9px;
}
ul.reddotUL li{
	padding-left:12px;
	background-image:url(images/Dot.png);
	background-repeat:no-repeat;
	background-position:4px 8px;
}
span.titleSP2{
	font-size:16px;
	line-height:26px;
	font-weight:bold;
}

#serviceTable{
	width:720px;
	border:2px solid #000;
}
#serviceTable tr.gray td{
	height:44px;
	line-height:44px;
	color:#000;
	background-color:#C0C0C0;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	border-bottom:2px solid #000;
	border-right:1px solid #000;
}
#serviceTable td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding-left:5px;
	padding-right:5px;
	color:#000;
	text-align:center;
}
#serviceTable td.last{
	border-right:none;
}

#serviceTable td.blue{
	background-color:#CCFFFF;
	font-weight:bold;
	height:30px;
	color:#000;
	line-height:30px;
	text-align:center;
}
#serviceTable td.noBottom{
	border-bottom:none;
}
.service_img{
	width:720px;
	text-align:center;
}
ul.number{
	margin-left:5px;
	margin-top:15px;
	list-style:decimal;
	list-style-position:outside;
	padding-left:15px;
}
ul.letter{
	margin-left:5px;
	list-style:upper-alpha;
	list-style-position:outside;
	padding-left:15px;
}

img.plusImg{
	margin-top:1px;
	margin-left:5px;
}

.plusPDL1{
	margin-left:30px;
}

ul.historyUL{
	float:left;
	font-size:12px;
	width:708px;
	display:inline;
}
ul.historyUL li{
	width:708px;
	float:left;
}
ul.historyUL span {
	float:left;
	color:#004ea2;
	display:block;
	width:60px;
}
ul.historyUL p {
	float:left;
	width:648px;
	display:block;
}


div.newOnePage{
	float:left;
	font-size:12px;
	width:708px;
	display:inline;
}

#content div.newOnePage p{
	width:708px;
	float:left;
	display:block;
}
#content div.newOnePage em{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
#content div.newOnePage strong{
	color:blue;
}
#newOnePageDL{
	float:left;
	font-size:12px;
	width:708px;
	display:inline;
}
#newOnePageDL dt{
	float:left;
	width:695px;
	color:#000;
	font-weight:bold;
	background-image:url(images/icon_arrow.jpg);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position:0 3px;
	margin-top:10px;
}
#newOnePageDL dt.first{
	margin-top:0px;
}
#newOnePageDL dd{
	float:left;
	width:695px;
	padding-left:13px;
}
#newOnePageDL dd ol{
	list-style:decimal;
}
a.downloadPDF{
	width:229px;
	height:35px;
	float:left;
	background-image:url(images/download.jpg);
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	margin-top:5px;
}
div.service_spTitle{
	float:left;
	width:720px;
	height:29px;
	background-image:url(images/bg_service_spTitle.jpg);
	background-repeat:repeat-x;
	
}
div.service_spTitle h2{
	width:230px;
	height:29px;
	float:left;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
div.service_spTitle h2.sp1{
	background-image:url(images/service_spTitle_01.jpg);
}
div.service_spTitle h2.sp2{
	background-image:url(images/service_spTitle_02.jpg);
}
span.newColor1{
	color:#005BAB;
	font-weight:bold;
}

a.learnMoreBtn{
	width:58px;
	height:18px;
	display:block;
	background-image:url(images/btn_learnMore.jpg);
	background-repeat:no-repeat;
	background-position:left 0;
	color:#7c7c7c;
	font-size:11px;
	line-height:18px;
	padding-right:12px;
	text-align:right;
	
}
a:hover.learnMoreBtn{
	background-position:right 0;
	color:#252525;
}
/* NAV MENU*/
/*navcontainer TABS*/

.navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

.navlist ul, .navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

.navlist a:link, .navlist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

.navlist a:link.current, .navlist a:visited.current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

.navlist a:hover { color: #f00; }

body.section-1 .navlist li.nav-1 a, 
body.section-2 .navlist li.nav-2 a,
body.section-3 .navlist li.nav-3 a,
body.section-4 .navlist li.nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

.navlist .subnav-1,
.navlist .subnav-2,
.navlist .subnav-3,
.navlist .subnav-4
{
display: none;
width: 90%;
}

body.section-1 .navlist ul.subnav-1, 
body.section-2 .navlist ul.subnav-2,
body.section-3 .navlist ul.subnav-3,
body.section-4 .navlist ul.subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 .navlist ul.subnav-1 a, 
body.section-2 .navlist ul.subnav-2 a,
body.section-3 .navlist ul.subnav-3 a,
body.section-4 .navlist ul.subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

.navlist ul a:hover { color: #f00 !important; }

.contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
}
/* UniPoints */
.UP50 
{
    background-image:url(images/UP50.jpg);
    background-repeat:no-repeat;
    vertical-align:top;
    width:50px;
    height:50px;
    }
.UP50 p
{ 
    margin-top:15px;
    margin-left:10px;
    font-size:larger; 
    font-weight:bold; 
    color:White;
    }
.UP100 
{
    background-image:url(images/UP100.jpg);
    background-repeat:no-repeat;
    vertical-align:top;
    text-align:center;
    width:100px;
    height:100px;
    }
.UP100 p
{ 
    margin-top:40px;
    font-size:x-large; 
    font-weight:bold; 
    color:White;    
    }
.UP200 
{
    background-image:url(images/UP200.jpg);
    background-repeat:no-repeat;
    vertical-align:top;
    text-align:center;
    width:200px;
    height:200px;
    }
.UP200 p
{ 
    margin-top:50px;
    font-size: xx-large; 
    font-weight:bold; 
    color:White;
    text-align:center;
    }
.UP200b
{
    background-image:url(images/UP200.jpg);
    background-repeat:no-repeat;
    vertical-align:top;
    }
.UP200b p
{ 
    margin-top:90px;
    font-size:larger; 
    font-weight:bold; 
    color:White;
    text-align:center;
    }
.UP200c
{
    background-image:url(images/UP200.jpg);
    background-repeat:no-repeat;
    vertical-align:top;
    text-align:center;
    width:200px;
    height:200px;
    }
.UP200c p
{ 
    margin-top:50px;
    font-size: large; 
    color:White;
    text-align:center;
    }
.UP200c a:link 
{
	text-decoration:none;
	color:White;
}
.UP200c a:visited 
{
	text-decoration:none;
	color:White;
}
.UP200c a:hover 
{
    color:White;
	
}
.UP150c
{
    background-image:url(images/UP150.jpg);
    background-repeat:no-repeat;
    vertical-align:top;
    text-align:center;
    width:150px;
    height:150px;
    }
.UP150c p
{ 
    margin-top:15px;
    font-size: 20px; 
    color:White;
    text-align:center;
    }
.UP150c a:link 
{
	text-decoration:none;
	color:White;
}
.UP150c a:visited 
{
	text-decoration:none;
	color:White;
}
.UP150c a:hover 
{
    color:White;
	
}
/* UNITED SignUP*/
.tableRegister
{
    font-family:Arial;
    border:solid 1px #333333; 
    width:100%;
    }
.NewButton 
{
    border:solid 1px #3883c5;
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    text-decoration:none;
    color:#3883c5;
    }
div.pp_overlay 
{
    background: black;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div .chatscroll {
    height: 150px;
    width: 200px;
    overflow: auto;
    border: 1px solid #666;
    background-color: #fff;
    padding: 1px;
}
div .usersscroll {
    height: 30px;
    width: 200px;
    overflow: auto;
    background-color: #fff;
    padding: 1px;
}
/* Main Menu */
.MainMenu 
{
    font-family:Arial;
}
.MainMenu p 
{
    font-size:12px;
    color:Black;
    }
.MainMenu a:link 
{
	text-decoration:none;
	color:Black;
}
.MainMenu a:visited 
{
	text-decoration:none;
	color:Black;
}
.MainMenu a:hover 
{
    color:Red;
	
}
.MainMenu h1 
{
    font-size:18px;
    color:Black;
    }
.MainMenu h2 
{
    font-size:16px;
    color:Black;
    background-image:url(images/UP16.jpg);
    background-repeat:no-repeat;
    padding-left: 30px;
    padding-bottom:12px;
    }
/* Info Menu */
.InfoMenu 
{
    text-align:center;
    }
.InfoMenu .Top 
{
    background-image:url(images/InfoMenuTop.png);
    background-repeat:no-repeat;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    }
.InfoMenu .Middle 
{
    background-image:url(images/InfoMenuMiddle.png);
    background-repeat:repeat-y;
    padding-right:5px;
    padding-left:5px;
}
.InfoMenu .Bottom 
{
    background-image:url(images/InfoMenuBottom.png);
    background-repeat:no-repeat;
    padding-right:5px;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:15px;
    }
