/*
######################################################################
# $Id: screen.css 136 2009-06-22 12:29:01Z vhawoldar $
# Copyright (c) 2006 Beanlogic Limited
######################################################################
*/

/*
BASIC PAGE LAYOUT
======================================================================
*/
html body {
	margin:0px 0 0 0;
	padding:0;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
	font:x-small Verdana, Arial, Sans-serif, "Trebuchet MS";
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
	} html>body {font-size:small;}

#Page
{
	text-align: left;
	background-color:#ffffff;
	width: 765px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
}

h1
{
	padding: 0;
	margin: 0;
	width: 555px;
	height: 75px;
	float: left;

	/* background-color: #00ffee; */
}

.link_to_chinese_rep img
{
	margin-top:3px;
	margin-right: 3px;
}

#SearchForm
{
	width: 185px;
	height: 20px;
	padding: 50px 0 5px; 0;
	float: left;

	/* background-color: #ff3366; */
}

#SearchForm input
{
	border: 1px solid #000000;
	font-size: 12px;
	padding:0;
	margin: 0;
}

#SearchForm input.query
{
	width: 150px;
	height: 14px;
	color: #aaaaaa;
	background-color: #eeeeee;
	margin-right: 4px;
}

#SearchForm input.query:focus
{
	height: 14px;
	color: #000000;
	background-color: #ffffff;
}

#SearchForm input.go
{
	width: 25px;
	height: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #2574AF;
	color: #ffffff;
	margin-top: 1px;

}

#MainNav
{
	background-image:url(../gfx/mainnav-bg-tile.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #aaabaa;
	border-bottom: 1px solid #ffffff;
}

#MainNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#MainNav li
{
	display: block;
	float: left;
}

#MainNav li span
{
	background-image:url(../gfx/mainnav-bg-tile.gif);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	padding: 6px 27px 6px 27px;
	background-color: #aaabaa;
}

#MainNav ul.home li.home span,
#MainNav ul.about li.about span,
#MainNav ul.products li.products span,
#MainNav ul.download li.download span,
#MainNav ul.news li.news span,
#MainNav ul.contact li.contact span,
#MainNav ul.links li.links span
{
	padding-left: 26px;
	padding-right: 26px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;

	background-image:url(../gfx/mainnav-bg-selected-tile.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #8c8c8c;
}

#MainNav a
{
	text-transform:uppercase;
	color:#e4e4e4;
}

#MainNav li.selected a
{
	color:#ffffff;
}

#MainNav a:hover
{
	color:#ffffff;
	text-decoration: none;
}

#MainNav div.breaker
{
	position: absolute;
	bottom: 1px;
}

#MainNav>div.breaker
{
	position: relative;
	margin: 0;
}

#MainNav ul.sub_nav
{
  width: 100%;
  float: left;
  background: transparent url(../gfx/nav_bg_2.gif) repeat-x;
  padding-right: 0;
  border-top: 1px solid #fff;
}

#MainNav ul.sub_nav li
{
  line-height: 16px;
}

#MainNav ul.sub_nav li span
{
  background: transparent url(../gfx/nav_bg_2.gif) repeat-x;
}

#MainNav ul.sub_nav li.selected span
{
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background: transparent url(../gfx/nav_bg.gif) repeat-x;
}

#Footer
{
	background-image:url(../gfx/footer-bg-tile.gif);
	background-repeat: repeat-x;
	background-color: #2574AF;
	text-align: right;
	padding: 2px 5px 2px 5px;
	color: #8ccde9;
}

#Footer a
{
	color: #8ccde9;
}

/*
HOME PAGE FEATURES
======================================================================
*/
#FlashPanel
{
	width: 765px;
	height: 167px;
	background-image:url(../gfx/flash-placeholder.jpg);
	background-repeat:no-repeat;
	background-color: #009966;
	border-bottom: 1px solid #ffffff;
}

#ProductPanel
{
	background-image:url(../gfx/footer-bg-tile.gif);
	background-repeat: repeat-x;
	background-color: #2574AF;
	color: #ffffff;
	padding: 5px;
	font-size:0.8em;
}

#ProductPanel a
{
	text-transform:uppercase;
	color:#FFFFFF;
}

#ProductPanel ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	
	background-color: #CC0099;
}

#ProductPanel li
{
	display: block;
	float: left;
	height: 52px;
	width: 145px;
	border-left: 1px solid #8ccde9;
	padding: 13px 0 13px 5px;
}

#ProductPanel li.first
{
	border:0;
	width: 146px;
}

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

#Content
{
	padding: 10px;
}

#Content h2
{
	padding: 0;
	margin: 0;
	color: #266eab;
	font-size: 1.4em;
}

#Content h3
{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 1.2em;
}

#Content h4
{
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#Content .text
{
	width: 422px;
	float: left;
	padding-right: 10px;
}

#Content .text p.first
{
	margin: 0;
	padding: 0 0 10px 0;
}

#Content .text p
{
	margin: 0;
	padding: 10px 0 10px 0;
}

#Content .featureBox
{
	width: 282px;
	float: left;
	background-image:url(../gfx/feature-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	
	padding: 15px;
}

#Content .featureBox h3
{
	font-size: 1.1em;
	padding: 0 0 0 0;
}
#Content .featureBox h3 a
{
	color: #266eab;
	text-decoration:none;
}

ul.latestnews
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.latestnews li
{
	padding: 10px 0 10px 0;
}

ul.latestnews span.date
{
	font-weight: bold;
}

ul.latestnews a
{
	color: #266eab;
	font-weight: bold;
}

/*
PRODUCTS PAGE FEATURES
======================================================================
*/

#Banner
{
	width: 765px;
	height: 70px;
	background-image:url(../gfx/page-banner-2.jpg);
	background-repeat:no-repeat;
	background-color: #2574AF;
}

div#Banner.thin
{
	height:29px;
	/* background-image:url(../gfx/thin-banner-1.jpg); */
	background-image:url(../gfx/footer-bg-tile.gif);
	background-repeat: repeat-x;
	background-color: #2574AF;
}

#Banner h2
{
	margin: 0;
	padding: 20px 0 0 10px;
	color:#FFFFFF;
	font-size: 1.7em;
	
	display: none;
}

ul#ProductPortfolio
{
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
}

ul#ProductPortfolio h3
{
	font-size: 1.2em;
	padding: 0 0 0px 0;
	margin: 0;
}

ul#ProductPortfolio h3 a
{
	color: #000000;
}

ul#ProductPortfolio li
{
	float: left;
	width: 248px;
	height: 160px;
	padding: 0;
	margin: 0;
}

ul#ProductPortfolio div.image
{
	width: 120px;
	height: 96px;
	float:left;
	
}

ul#ProductPortfolio div.text
{
	width: 113px;
	float:left;
	font-size: 0.8em;
	padding-left: 5px;
}

ul#ProductPortfolio div.text p.link
{
	padding: 0;
}

ul#ProductPortfolio div.text p.link a
{
	color: #266eab;
}

/*
PRODUCTS LIST PAGE FEATURES
======================================================================
*/


ul#ProductList
{
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
}

ul#ProductList h3
{
	font-size: 1em;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}

ul#ProductList h3 a
{
	color: #000000;
}

ul#ProductList li
{
	float: left;
	width: 208px;
	height: 300px;
	padding: 0 20px 10px 20px;
	margin: 0;
	
}

ul#ProductList div.image
{
	text-align: center;
}

ul#ProductList div.text
{
	padding: 0;
}

ul#ProductList div.text p.link
{
	padding: 0;
}

ul#ProductList div.text p.link a
{
	color: #266eab;
}

#ProductImages
{
	float: right;
	width: 430px;
	text-align: center;
	padding: 0 10px 10px 10px;
}

#ProductImages ul
{
	list-style: none;
	padding: 10px 17px 0 17px;
	margin: 0;
	float:left;
}

#ProductImages li
{
	float: left;
	padding: 0 5px 0 5px;
}

#ProductImages li a img
{
	border: 1px solid #ffffff;
}

#ProductImages li a:hover img
{
	border: 1px solid #266eab;
}

#SubNav
{
	text-transform:uppercase;
	font-size: 0.9em;
	float: right;
	width: 400px;
	font-family: Arial;
}

#SubNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#SubNav ul li
{
	float: right;
	border-left: 1px solid #000000;
	padding: 0 10px 0 10px;;
}

#SubNav ul li.first
{
	border: 0;
}

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

/*
ABOUT PAGE
*/
#History
{
	padding-left:20px;
	margin:0;
}
#History li
{
	margin:10px;
}

/*
CONTACTS PAGE
*/
.contactPost
{
	width:300px;
	float:left;
}
.contactEmail
{
	float:left;
	width:400px;
	margin-bottom:20px;
}

/*
NEWS PAGE
*/
#NewsList
{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#NewsList li
{
	padding:0 0 15px 0;
	border-bottom:1px dashed #266EAB;
	margin:0 0 20px 0;
}

#NewsList span.date
{
	font-weight: normal;
	color: #CCCCCC;
}

#NewsList h3
{
	color: #266eab;
	padding-top:0px;
}
#NewsList p
{
	margin: 2px;
}
#NewsList a
{
	color: #266eab;
	font-weight: bold;
}
.downloads li
{
	border:none !important;
}
.downloads a
{
	font-weight:normal !important;
}
.links li p
{
	margin:5px 0 5px 0 !important;
}
