/* --------------------------------------------------------
XP-Link Style Sheet 
Version:	1.1
Author:		Suthira Buachaokoh
Date:		2006-08-31
-------------------------------------------------------- */

* {

	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}


body {
	background-color: #fff;
	line-height: 1.5em;
	font:x-small/1.5em "Trebuchet MS", Tahoma, Verdana, sans-serif;
    voice-family: "\"}\""; voice-family:inherit;
    font-size:small;
} 
  
html>body {font-size:small;}


#wrapper {
	width: 100%;
	margin: 0px auto;
	min-height: 93%;
	position: relative;
}

* html #wrapper {
	height: 93%;
}

#header {
	width: 100%;
	height: 122px;
	background: url("images/header-bg.gif") top left repeat-x;
	margin: 0px;
	padding: 0px;
}

#banner {
	height: 122px;
	background: url("images/banner-xp.gif") top left no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
}

#nav {
	padding-left: 90px;
	padding-bottom: 10px;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#nav a {
	float: left;
	line-height: 1.0em;
	margin: 0px 10px 10px 10px;
	text-decoration: none;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 130%;
}

#nav a.active, #nav a:hover {
	color: #636466;
	padding-bottom: 12px;
	background: url(images/nav-pyra.gif) no-repeat bottom center;
}

body#home .home,
body#services .services,
body#products .products,
body#products_downloads .products,
body#products_samplescreens .products,
body#products_prices .products,
body#training .training,
body#clients .clients,
body#xpress .xpress,
body#careers .careers,
body#contact .contact
{
	color: #636466;
	padding-bottom: 12px;
	background: url(images/nav-pyra.gif) no-repeat bottom center;
}

#main-body {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	width: 58%;
	margin: 0px 0px 0px 0px;
	display: inline;
	color: #000;
}

#content p {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
}

.imgcenter {
	display: block;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.imgleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

.imgright {
	display: inline;
	float: right;
	margin-left: 10px;
}

.imgnormal {
	display: block;
	border: none;
}

#content-inner {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

#content h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 200%;
	font-style: italic;
	line-height: 1.5em;
	color: #80612E;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 100px;
	letter-spacing: 0.2em;
	background: url(images/5squares.gif) center left no-repeat;
}

#content h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 150%;
	font-style: italic;
	line-height: 1em;
	color: #80612E;
	font-weight: bold;
	margin-bottom: 10px;
	/*margin-top: -10px;*/
	padding-left: 100px;
	padding-top: 0px;
	letter-spacing: 0.2em;
}

#content h2.post-title {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 1.2em;
	color: #80612E;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 75px;
	padding-top: 0px;
	letter-spacing: 0.2em;
	background: url(images/qa.gif) center left no-repeat;
	height: 45px;

}


#content h3 {
	padding: 0px 0px 5px 15px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #008EAF;
	background: url("images/x-small.gif") 0 4px no-repeat;
}

#content h3.archive {
	margin-bottom: 10px;
	padding: 0px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #008EAF;
	background: none;
	line-height: 1.5em;
}


#content div.entry h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 130%;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #F5821F;
	/*border-bottom: 1px solid #768958;*/
	font-style: normal;
	background: none;
	padding: 0px 0px 0px 0px;
}

#content div.entry h4 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 120%;
	color: #768958;
	text-transform: none;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	border-bottom: 1px solid #768958;

}

#content .code {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: "Courier New";
	font-size:12px;
	padding: 10px;
	background: #DFEAFF;
	width: 100%;
	max-width: 100%;
	overflow: auto;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content p.indent {
	padding-left: 21px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#content h4 {
	padding-left: 21px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 100%;
	color: #F5821F;
	text-transform: uppercase;
}


#content h5 {
	padding-left: 21px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 100%;
	color: #000;
	text-transform: uppercase;
	background: url("images/5squares-small.gif") no-repeat 70px 15px;
}

#content h6 {
	margin-left: 20px;
	padding: 5px 0px 0px 15px;
	font-weight: bold;
	font-size: 100%;
	color: #80612E;
	background: url("images/x-xxsmall.gif") 0px 9px no-repeat;
}

#content ul {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 20px;
	list-style-type: disc;
}

#content ol{
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 20px;
}

#content ul li {
	padding: 0 0 4px 0px;
	font-size: 100%;
}

#content ol li {
	padding: 0 0 4px 0px;
	font-size: 100%;
}

#content ul.sublist {
	margin-left: 30px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	list-style-type: square;
	line-height: 1.2em;
}

#content ul.sublist li {
	padding: 0 0 4px 0px;
	font-size: 90%;
}

#content .thai {
	font-family: "MS Sans Serif";
	font-style: normal;
}

#content p.note {
	margin-left: 20px;
	padding: 5px 0px 0px 45px;
	font-weight: bold;
	font-size: 100%;
	color: #F5821F;
	background: url("images/5squares-small.gif") 0px 11px no-repeat;
}

div.hr {
	height: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff url("images/horizontal-line.gif") left center no-repeat;
}

div.hr hr {
	display: none;
}

#content div.entry {
	clear: both;
}
#content div.entry-body {
	clear: both;
	padding-bottom: 10px;
}

#content p.post-info {
	color: #80612E;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#content span.italic {
	font-style: italic;
}


#content p.post-category {
	float: left;
	padding-left: 0px;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
}

#content p.post-comments {
	float: right;
}

#content div.comment-post {
	clear: both;
}

#content label {
	font-size: 90%;
	font-weight: normal;
	color: #000;
	margin-top: 5px;
	padding: 0px 5px 0px 0px;
	text-align: left;
}

#content strong {
	font-weight: bold;
	color: #EC2F00;
}

#content input#submit {
	margin-top: 10px;
}
#content p#comments {
	clear: both;
	font-family: "Century Gothic", Verdana, Arial, "Trebuchet Ms", Tahoma, sans-serif;
	color: #F7931D;
	font-size: 150%;
	padding-bottom: 10px;
	line-height: 1.2em;
}

#content div.entry-footer {
	clear: both;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background: url("images/header-bg.gif") bottom left repeat-x;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}

#content div.archive-nav {
	float: left;	
	font-size: 90%;
}

#content div.comment-header {
	padding-top: 5px;
	padding-bottom: 5px;

}
#content ul.commentlist {
	margin-left: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	width: 100%;
	max-width: 100%;
}

#content ul.commentlist li.comment-box {
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	background: none;
}

#content ul.commentlist li.comment-boxalt {
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	background: #DBDBDB;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content em {
	font-weight: bold;
	font-style: normal;
}

#content p.comment-author {
	font-weight: bold;
	font-style: normal;
	color: #0E53A1;
	display: inline;
}

#content div.comment-text {
	padding-top: 10px;
}

#content p.comment-metadata {
	display: inline;

}
#content a.post:link, #content a.post:visited, #content a.post:hover 
{
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
	border-bottom: none;
}

#content a.post:link, #content a.post:visited 
{
	color: #80612E;
	border-bottom: none;

}

#content a.post:hover
{
	color: #008EAF;
	border-bottom: none;
}



td.photo {
	padding: 5px;
}

#content table.tphotos {
	margin-left: 15px;
}

#content table.tproducts {
	margin-top: 10px;
	margin-left: 0px;
}

#content td.tproducts_left {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#content td.tproducts_right {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#content span.products_img {
	display: block;
	text-align: center;
}

#content .alt {
	background-color: #EFEFED;	
}

#content p.tableh3 {
	padding: 0px 0px 5px 5px;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	color: #008EAF;
}

#content p.tableh4 {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 110%;
	color: #008EAF;
}

#content p.tableh5 {
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 100%;
	color: #80612E;
}

#content td.separator {
	height: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #fff url("images/horizontal-line.gif") left center no-repeat;
}

#content td.blue {
	background-color: #EBF5F5;
}

#content  td.gray {
	background-color:#F2F2F2;
}

#content td.label {
	padding: 0 15px 0 15px;
}

span.strikethrough {
	text-decoration: line-through;
}

span.red {
	color: #FF0000;
}

span.blue {
	color: #00ADEF;
}

span.orange {
	color: #FFC20E;
}

span.black {
	color: #000;
}

/* --------------------image link------------------------------*/
#content a.imglink:link, #content a.imglink:visited, #content a.imglink:hover {
	text-decoration: none;
}

#content a.imglink:link, #content a.imglink:visited {
	border-bottom: none;
}

#content a.imglink:hover {
	border-bottom: none;
}
/* --------------------pdf------------------------------*/
#content a.pdf:link, #content a.pdf:visited, #content a.pdf:hover {
	text-decoration: none;
	padding-left: 20px;
	background: url(images/pdf.gif) left center no-repeat;
}

#content a.pdf:link, #content a.pdf:visited {
	border-bottom: none;
}

#content a.pdf:hover {
	border-bottom: none;
}

#content a:link, #content a:visited, #content a:hover 
{
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0px;
}

#content a:link, #content a:visited 
{
	color: #80612E;
	border-bottom: 1px dashed #000000;
}

#content a:hover 
{
	color: #008EAF;
	border-bottom: 1px solid #008EAF;
}

#content em {
	color: #F5821F;
	font-style: normal;
	font-weight: bold;
}

#content img {
	border: none;
}


/* Sidebar 
   ------------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 36%;
	color: #000;
	margin-right: 30px;
	display: inline;
}

div.sidebar-inner {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background: #FFFFFF; 
}

#sidebar img {
	border: none;
}

#sidebar h2 {
	height: 28px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#sidebar h2.news {
	background:  url("images/sidebar-news.gif") top center no-repeat;
}

#sidebar div.searchfm {
	margin-left: 25px;
}

#sidebar h2.training {
	background:  url("images/sidebar-training.gif") top center no-repeat;
}

#sidebar h2.productmenu {
	background:  url("images/sidebar-products.gif") top center no-repeat;
}

#sidebar h2.contactinfo {
	background:  url("images/sidebar-contactinfo.gif") top center no-repeat;
}

#sidebar h2.trainingevents {
	background:  url("images/sidebar-trainingevents.gif") top center no-repeat;
}

#sidebar h2.joinus {
	background:  url("images/sidebar-joinus.gif") top center no-repeat;
}

#sidebar h2.previously {
	background:  url("images/sidebar-previously.gif") top center no-repeat;
}

#sidebar h2.categories {
	background:  url("images/sidebar-categories.gif") top center no-repeat;
}

#sidebar h2.archives {
	background:  url("images/sidebar-archives.gif") top center no-repeat;
}

#sidebar h2.search {
	background:  url("images/sidebar-search.gif") top center no-repeat;
}

#sidebar h2.xpress {
	height: 65px;
	background:  url("images/xpress.gif") top left no-repeat;
	margin-bottom: 10px;

}


#sidebar h3 {
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0 0px 0px 22px;
	font-size: 120%;
	font-weight: bold;
	background: url("images/x-big.gif") no-repeat left center;
}

#sidebar dt {
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0 0px 0px 22px;
	font-size: 120%;
	font-weight: bold;
	background: url("images/x-big.gif") no-repeat left center;
}

#sidebar dd {
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#sidebar p.desc {
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#sidebar p.address {
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar p#website {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
}

#sidebar ul {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	list-style-type: square;
}

#sidebar ul li {
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 1.2em;
}


#sidebar ul.sublist {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 20px;
	list-style-type: square;
	line-height: 1.2em;
}

#sidebar span.emailimg {
	position: relative;
	display: inline;
	top: 4px;
}

#sidebar ul.sublist li {
	padding: 0 0 10px 0px;
	font-size: 100%;
	line-height: 1.5em;

}

#sidebar em {
	font-style: normal;
	font-weight: bold;
}

#sidebar a.imglink:link, #sidebar a.imglink:visited, #sidebar a.imglink:hover {
	text-decoration: none;
}

#sidebar a.imglink:link, #sidebar a.imglink:visited {
	border-bottom: none;
}

#sidebar a.imglink:hover {
	border-bottom: none;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:hover 
{
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0px;
}

#sidebar a:link, #sidebar a:visited 
{
	color: #80612E;
	border-bottom: 1px dashed #000000;
}

#sidebar a:hover 
{
	color: #FFC20E;
	border-bottom: 1px solid #FFC20E;
}

/* Footer
   ------------------------------------------------------------------------- */


#footer {
	margin-top: 30px;
	clear: both;
	color: #fff;
	background: #fff url("images/footer-bg.gif") left bottom no-repeat;
	font-size: 85%;
}

#footer p {
	padding-top: 10px;
	padding-left: 120px;
	line-height: 1.6em;
}

#footer a:link, #footer a:visited, #footer a:hover 
{
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
}

#footer a:link, #footer a:visited 
{
	color: #80612E;
	border-bottom: none;
}

#footer a:hover
{
	color: #008EAF;
	border-bottom: none;
}


.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
    display: block;
    clear: both;
}


.xpress table,.xpress td{
padding:5px;
}

.xpress th{
background: #F2F2F2;
overflow: auto;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.xpress td {
	background-color: #EBF5F5;
}
