body {
	background: #FFFFCC url(/img/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0;
	padding:0;
	width:100%;
}

#page {width:764px; margin:0 auto; text-align:center; background:url(/img/page-bg.jpg) repeat-y;}

#addy {padding:34px 0; text-align:center; clear:both;}

#mainTable {background:#FFFFFF; width:746px; margin:0 auto; text-align:left;}

#header {background:url(/img/header.jpg) no-repeat; width:764px; height:111px; position:relative;}

#leftColumn {vertical-align:top; background:url(/img/nav-bg.jpg); width:159px;}

#search {position:absolute; top:30px; left:583px; width:175px; height:30px; display:block; text-align:left; }
	#search input.keyword, #search input.submit {background:none; border:none; padding:0; margin:0; display:block; float:left;}
	#search input.keyword {padding:9px 0; margin:0; display:block; line-height:12px; width:100px; height:12px; color:#999999; font-size:11px;}
	#search input.submit {width:48px; height:16px; margin:7px 0; cursor:pointer;}
	
#chineseButton {position:absolute; top:70px; left:695px; width:40px; height:25px; display:block;}
#chineseButton:hover {text-decoration:none;}


#content {padding:10px;}

th {
	font-size:12px;
	color:#000000;
	text-align: left;
	}
	
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	}
	
.mainContainer {
	position:relative;
	margin-top:0px;
	text-align:center;
	color: #333333;
	line-height:20px;
}
.leftNav {
	background-image:url(../images/leftNav.jpg);
	font-family:arial black, arial, helvetica;
	font-size:14px;
	color:#000000;
	text-align:center;
	line-height: 22px;
	}

.tagLineLogos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	background-color:#CAB8A4
}

.footerContainer {
	width:764px;
	margin:0 auto;
	background: url(/img/footer.jpg) no-repeat;
	text-align: center;
	line-height: 22px;
	padding-top:10px;
}

.footerAddress {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.footerNav {
	font-size: 11px;
	text-decoration: none;
	color:#ffffff;
}
.footerCopyright {
	font-size: 9px;
	text-decoration: none;
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
	color:#FFFF00;
	}
.searchBox {
	display:block;
	padding: 4px;
	border-bottom:solid 1px #000000;
	text-align: left;
}
.searchBoxText {
	font-size: 11px;
	width:100px;
	vertical-align:middle;
}
.searchBoxSubmit {
	font-size: 10px;
	width:43px;
	vertical-align:middle;
}

/* [ Added by MAK - 12/11/2006 ] */



a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 15px;
	background-color: #FFCC33;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 15px;
	background-color: #FFCC33;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #000000;
	margin: 10px 0px;
}

#bodyContent {
	padding: 15px;
}	

/* [ Forms ] */

label {
	font-weight: bold;
	margin: 0px 5px;
	display: block;
}

#repLogin {
	border: 1px dashed #FF9900;
	padding: 15px;
}

.forgotPassLink {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* [ Data Tables ] */

.dataTable {
	margin: 0px 0px 20px 0px;
}

.dataTable th {
	font-weight: bold;
	padding: 5px 10px;
	vertical-align: top;
	background: #EAEAEA;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

.dataTable td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px;
	vertical-align: top;
}

/* [ Form Styles ] */

.label {
	display: block;
	font-weight: bold;
}

/* [ Quote Form Table ] */

#quoteFormTable td {
	border: none;
}

/* [ Global Navigation ] */

#navContainer {
	padding:0px 1px 0px 1px;
}

#mainNav, #mainNav ul, #mainNav li, #mainNav li ul li {
	margin: 0;
	padding: 0;
}

#mainNav {position:relative; display:block;}

#mainNav, #mainNav ul { /* all lists */
	list-style: none;
	float: left;
}
	
#mainNav li { /* all list items */
	position: relative;
	float: left;
	background:url(/img/nav-bg.jpg);
}

#mainNav li ul { /* second-level lists */
	z-index: 1000;
	position: absolute;
	left: -999em;
	margin-left: 158px;
	margin-top: -37px;
}

#mainNav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#mainNav li a {
	width: 159px;
	display: block;
	position: relative;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 11px 0px 11px 0px;
	text-align: center;
	line-height:12px;
}

#mainNav li ul li a { /* [ Second Level Links ] */
	
}

#mainNav li a:hover {
	color: #FFFFFF;
}

#mainNav li a:active {
	color: #FFFFFF;
}

#mainNav li:hover ul ul,
#mainNav li:hover ul ul ul,
#mainNav li.sfhover ul ul,
#mainNav li.sfhover ul ul ul {
	left: -999em;
}

#mainNav li:hover ul,
#mainNav li li:hover ul,
#mainNav li li li:hover ul,
#mainNav li.sfhover ul,
#mainNav li li.sfhover ul,
#mainNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* [ Product Tables ] */

#productTable td {
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	vertical-align:top;
}

#productTable ul, #productTable li { margin-left:5px; padding-left:0;
}

#productTable li { width:150;
}

#productDetailTable td {
	vertical-align: top;
}

#productDetailTable h2 {
	margin: 10px 0px;
}

#productDetailTable p {
	margin: 0px 10px 10px 10px;
	text-align: justify;
}

#productDetailTable td.titleCell {
	padding: 20px;
}

#productDetailTable td.titleCell {
	text-align: center;
}

/* [ Quote Button ] */

#quoteButton {
	margin: 50px 0px 0px 0px;
	text-align: center;
}

/* [ Testimonials Box ] */

#testimonialBox {
	margin: 10px 0px 0px 0px;
}

/* [ Solution Grid ] */

.solutionBox {
	border: 1px solid #CCCCCC;
	background: #EAEAEA;
	height: 180px;
	padding: 6px;
}

.solutionBox label {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 2px 0px;
	width: 120px;
	line-height:20px;
	display:inline;
}

.solutionBox input {
	margin: 0;
	float:left;
}
.solutionBox br {
	clear:both;
}

#solutionGridTable h1, #suggestedSolutions h1 {
	font-size: 22px;
	color: #FF9900;
	background-color: #FFFFFF !important;
	margin: 0;
	padding: 0;
}

#suggestedSolutionsTable {
	border: 1px solid #CCCCCC;
}

#suggestedSolutionsTable td {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#suggestedSolutionsTable img {
	border: 1px solid #000000;
}

#suggestedSolutionsTable li {
	list-style: outside;
}

/* [ Boigraphies ] */

.bioContainer {
	margin: 0px 0px 15px 0px;
	clear: both;
}

.bioContainer img {
	border: 1px solid #000000;
	padding: 5px;
	float: left;
	margin: 0px 10px 20px 0px;
}

.salesRepsTable td {
	padding: 0px 10px 10px 10px;
}

/* [ Products Links ] */

#productsLinks {
	margin: 0 !important;
	padding: 0 !important;
}

#productsLinks li {
	list-style: none;
	margin: 0px 0px 10px 0px;
}

#productsLinks li a {
	display: block;
	border: 1px solid #FF6600;
	background: #FFFFCC;
	padding: 4px 10px;
	clear: both;
	width: 147px;
	margin-left: 10px;
}

#productsLinks li a:hover {
	color: #FFFFFF;
	background: #FF9900;
}

.altRow1 td {	border-top: 1px solid #FF6600; margin-bottom:15px; display:block}
.horiz input, .horiz label {float:left; padding-right:10px; display:block; width:auto; height:20px;}
.horiz label {float:left; padding-right:20px; line-height:24px;}

#pdfList li {
	list-style:none;
	display: block;
	background: url(../images/pdf-small.jpg) no-repeat left center;
	padding: 15px 0 15px 30px;
	border-bottom: 1px dotted #FFCC00;}


/* [ Pagination Container ] */

.pagination {
	font-weight: bold;
	text-align: center;
	margin: 15px 0px;
}

.pageLink {
	border: 1px solid #000066;
	background: #EAEAEA;
	padding: 1px 4px;
	margin: 0px 2px;
	cursor: pointer;
	text-decoration: none;
}

.pageLink:hover {
	background: #000066;
	color: #FFFFFF;
	text-decoration: none;
}

.pageLinkActive {
	border: 1px solid #000066;
	background: #000066;
	padding: 3px 7px;
	margin: 0px 2px;
	color: #FFFFFF;
	cursor: pointer;
}

#salesperson {border:2px solid #ff9900; width:553px; padding:0; margin:0 0 10px 0; clear:both; min-height:129px;}
#salesperson p {text-align:center; padding:4px 5px 5px 105px; margin:0;}

/*SEO AREA*/ 

.seo {
	width:100%;
	text-align:center;
	font-size:10px;
}
.seo h3 {
	font-size:10px;
	color: #ffffff;
}