/* CSS Document */
* {margin:0;padding:0}

p {margin-bottom:1em}

ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 

html, body{
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
} 
/* end hack */ 

body {
	background:#D1D2D4 left top;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	
}

#outer{
	margin-left:220px;
	margin-right:292px;
	background: #FFF;
	border-left:0px solid #000;
	border-right:0px solid #000;
	margin-bottom:-70px;
	min-height:100%;
	
	min-width: 400px;

}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:278px;
	
}

#left {
	position:relative;/*ie needs this to show float */
	width:220px;
	float:left;
	margin-left:-219px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
}

#left ul {
	list-style: none;
	//width: 214px;
	margin: 0;
	padding: 0;
}

#left li {
	margin: 0;
	padding: 0 10px;
}

#left a {
	display: block;
	padding: 6px 0px;
	width: 100%;
	text-align: right;
	text-decoration: none;
	border-bottom: solid 1px #BFBFBF;
	color: #848367
}



#left a:hover{
  	color: #2B6BB1;
	text-decoration: none;
}

#left span {
	display:none;	
}	

#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
}

#right p {padding:3px}

#right {
	position:relative;/*ie needs this to show float */
	width:222px;
	float:right;
	margin-right:-221px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	margin-top: 20px;
	border-top:0px solid #000;
	background-color: #827D91;
	text-align:center;
	position:relative;
	color: #D0D1D1;
	font-size: 12px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 28px;
}

#footer ul li {
	display: inline;
	padding-left: 12px;
	padding-right: 8px;
	background: url(../images/footerBullet.gif) no-repeat center left;
}
 
#footer ul li:first-child {
	padding-left: 0px;
	padding-right: 8px;
	background: none;
}

#tagline {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #222222;
}

.chinese #tagline {
	font-weight: normal;
}

#tagline p {
	margin: 0 0;
	padding: 5px 0;
	border: 1px solid #999999;
	
}


.subactive
	{
	color: #254679;
	}

#clearheader{height:275px;}/*needed to make room for header*/

#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/

* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000; padding-bottom:25px;
}

.thai #centrecontent {
	word-wrap: break-word;
}

/* css stuff below is just for presentation and not needed for the demo */

#centrecontent p { 
	padding: 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.thai #centrecontent p {
padding: 0px;
}



h1
	{
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #475576;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	background-image: url(../images/titleDecoration.jpg);
	background-repeat: no-repeat;
	background-position: 2% 100%;
	
	}
.thai h1 {
	font-size: 14px;
}

.chinese hi {
	font-weight: normal;
}
	
h2
	{
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #475576;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	background-repeat: no-repeat;
	background-position: 2% 100%;
	}
.thai h2 {
	font-size: 14px;
}

.chinese h2 {
	font-weight: normal;
}
	
form
	{
	margin: 25px 0px 0px 50px;
	}
	
label
	{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #475576;
	}
.chinese label {
	font-weight: normal;
}

fieldset
	{
	border-style: none;
	}

input
	{
	width: 300px;
	}

legend
	{
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #475576;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}

textarea
	{
	width: 300px;
	height: 100px;
	}
	
td
	{
	vertical-align: top;
	}

@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}

#footer a { 
	color:#254679; 
}

#footer span {
	display:none;	
}	
#footer a:hover {
	text-decoration: none;
	color:#222;
	background: #FFF;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

/* stuff I added OLD STUFF */

.activeNav {
	color: #ffffff;
}
#mainNav {
	height: 28px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.chinese #mainNav, .thai #mainNav {
	font-weight: normal;
}


#mainNav a {
	color: #c0dfff;
}

#mainNav a:hover {
	text-decoration: none;
	color: #fff;
}
	
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 28px;
}

#mainNav ul li {
	display: inline;
	padding: 2px 18px 0px 10px;
	background: url(../images/mainNavBullet.gif) no-repeat center left;
}

.headline {	
	float: left;
	padding: 10px;
	margin: 0;
}

.headline h1 {
	color: #615d6f;
	background-image: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.chinese .headline h1 {
	font-weight: normal;
}

.headline h2 {
	color: #615d6f;
	font-size: 10px;
	padding: 0px 0;
	margin: 0;
	text-transform: uppercase;
}

.headline p {
	color: #5e5d5d;
	padding: 0;
	font-size: 10px;
}

.headline a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #2B6BB1;
}

.chinese .headline a {
	font-weight: normal;
}

.headline img {
	border: 3px solid #a8a6a6;
	margin: 0px 0;
}


.thai .headline a{
font-size: 12px;
}
 .thai .headline p{
}

.thai .headline h2
{
font-size: 12px;

}



.company {	
	background-image: url(../images/companyBG.jpg);
	background-repeat: repeat-x;
}

.home {	
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;
}

.solutions {
	background-image: url(../images/solutionsBG.jpg);
	background-repeat: repeat-x;
}

.industries {
	background-image: url(../images/industriesBG.jpg);
	background-repeat: repeat-x;
}

.contact {
	background-image: url(../images/contactBG.jpg);
	background-repeat: repeat-x;
}


#center p {
	color: #5e5d5d;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	clear: both;
}

.thai #center p {
	color: #5e5d5d;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5pt;
	margin-right: 10pt;
	margin-bottom: 0pt;
	margin-left: 12pt;
	clear: both;
}


#center ul {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 0pt;
	margin-left: 10px;
	color: #5e5d5d;
	font-size: 12px;
}

.bullets {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #475576;
	padding-top: 3px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

.thai .bullets {
font-size: 12px
}

.th
	{
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}

a {
	color: #658abf;
	text-decoration: none;

	}
	
a:hover
	{
	text-decoration: none;
	}
	
.contactColumn {
	margin-top: 10px;
}

.contactColumn tr, td {
	padding-bottom: 10px;
	margin: 0;
	vertical-align: top;
}

.contactColumn ul {
	list-style: none;
	color: #7D7C7D;
	margin-left: -15px;
	padding-left: 0;
}

.contactColumn li {
	margin-left: -15px;
}

.allcaps:first-child:first-line 
	{
	text-transform: uppercase;
	}
	
