body {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.5em;

	background-image: url('default/images/body-bg.jpg');
	background-repeat: repeat-x;
	background-color: #006666;
}

a.download {
	display: block;
	width: 124px;
	height: 26px;

	font-size: 1px;
	text-indent: -99999em;
	
	background-image: url('default/images/button-download.gif');
	background-repeat: no-repeat;
}

a.button {
	color: white;
	font-size: 18px;
	text-decoration: none;

	padding: 8px;

	background-color: #2972a1;
	background-image: url('default/images/button-demo-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;

}

a.button-buy {
	color: white;
	font-size: 18px;
	text-decoration: none;

	padding: 8px;

	background-color: #2972a1;
	background-image: url('default/images/button-buynow-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;

}

#container {
	position: relative;
	margin: 0 auto;
	width: 967px;
	padding: 14px;
	padding-top: 0px;

	background-color: white;
}

#identity {
	float: left;
}

#identity h1  {
	margin: 0;
}

#identity h1 a {
	display: block;
	width: 121px;
	height: 81px;
	
	font-size: 1px;
	text-indent: -99999em;

	background-image: url('default/images/logo.gif');
	background-repeat: no-repeat;
}

#tagline {
	float: right;
	position: absolute;

	top: 0;
	right: 10px;

	color: #999;
	font-style: italic;
}

#main-nav {
	float: right;
	margin: 0;
	margin-top: 36px;
	padding: 0;
}

#main-nav ul {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav ul li {
	float: left;
	display: block;
	position: relative;
}

#main-nav ul li a {	
	display: block;
}

#main-nav ul li span {
	float: left;
	display: block;
	margin-left: 8px;

	padding: 8px 12px;
	white-space: nowrap;
	background: none;
}

#main-nav ul li:hover span,
#main-nav ul li.over span,
#main-nav ul li a:hover span,
#main-nav ul li.selected span {
	color: white;
	background-color: #ad5cd6;
	background-image: url('default/images/menu-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;

	cursor: pointer;
}

#main-nav ul li.selected span {
	font-weight: bold;
}


#main-nav ul li ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;

	width: auto;
}
li > ul {
	top: auto;
	left: auto;
}


#main-nav ul li.over ul,
#main-nav ul li:hover ul {
	display: block;
}

#main-nav ul li ul li {
	display: block;
	float: none;
}

#main-nav ul li ul li span {
	display: block;
	float: none;
}


#main-nav ul li:hover ul li span,
#main-nav ul li.over ul li span,
#main-nav ul li a:hover ul li span,
#main-nav ul li.selected ul li span {
	color: white;
	padding-left: 16px;

	background-color: #ad5cd6;
	background-image: url('default/images/menu-arrow-off.gif');
	background-repeat: no-repeat;
	background-position: center left;

	border-bottom: 1px solid #c285e0;
}

#main-nav ul li:hover ul li:hover span,
#main-nav ul li.over ul li.over span,
#main-nav ul li a:hover ul li a:hover span,
#main-nav ul li.selected ul li.selected span {
	color: white;

	background-color: #333399;
	background-image: url('default/images/menu-arrow-on.gif');
}

#home #local-representative {
	margin-top: 1em;
	color: #663399;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0;

	text-align: center;
	background-color: #f4eaf9;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#home #local-representative p {
	padding: 8px 0;
	margin: 0;
}

#home .panel .header h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

#home .panel .header {
	padding: 12px 0;
	background-image: url('default/images/panel-news-border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#news-panel,
#home-resource-panel,
#accredition-panel {
	float: left;
	width: 290px;

	clear: left;
}

#events-panel {
	float: right;
	width: 290px;
}

#home #events-panel .header {
	background-image: url('default/images/panel-events-border.gif');;
}

#home #events-panel .header h3 {
	color: #ad482d;
}

#events-panel .content .date h4 {
	margin: 0;
	padding: 0;

	color: #996633;
	font-size: 12px;
}

#events-panel .content .location {
	color: #666666;
}

#events-panel .content .item {
	padding: 8px 0;
	border-bottom: 1px dotted black;
}


#products-panel {
	float: right;
	width: 310px;
	margin-right: 20px;
	padding: 20px;
	padding-top: 0;
	
	background-image: url('default/images/panel-demo-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #ccc;
	border-top: 0;
}

#products-panel .item {
	margin-bottom: 2em;
	clear: both;
}

#home #products-panel .header {
	padding-bottom: 0;
	background: none;
}

#home #products-panel .header h3 {
	color: #352f73;
}

#products-panel .content img {
	margin-left: 1em;
	padding: 4px;
	background-color: white;
	border: 1px solid #ccc;
}

#products-panel .content a.button {
	position: relative;
	top: 8px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ccc;
}

#news-panel .content .item h4 {
	color: #266593;
	margin: 0;
	margin-top: 1em;
	padding: 0;
}

#news-panel .content .archive {
	border-top: 1px dotted black;
}

#accredition-panel .header h3,
#home-resource-panel .header h3 {
	color: #333399;
}

#home #accredition-panel .header,
#home #home-resource-panel .header {
	background-image: url('default/images/panel-resources-border.gif');
}

#home-resource-panel .content img {
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #ccc;
}

#home-resource-panel .content h4 {
	color: #266593;
}

#home-resource-panel .content .download {
	margin: 0 auto;
}


#accredition-panel .header {
	margin-bottom: 1em;
}

#accredition-panel .content img {
	margin-right: 1em;
}

#main-content {
	float: right;
	width: 728px;
}

#main-content.wide-body {
	width: 100%;
}

#main-content h2 {
	color: #352f73;
	font-size: 28px;
}
#main-content h3 {
	color: #26936b;
	font-size: 18px;
}

#main-content h4 {
	color: #26936b;
	font-size: 14px;
}

table {
	width: 100%;
	background-color: #cccccc;
}

table th {
	color: white;
	background-color: #26936b;
}

table th, table td {
	padding: 4px;
}

table td {
	background-color: white;
}
table tr.alt td {
	background-color: #f5f5f5;
}


table th.topic,
table td.topic {
	padding-left: 20px;
}

table td.registration strong {
	color: #c00;
	font-style: italic;
}

#content-nav {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 5px solid #b36edc;
}

#content-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content-nav ul li,
#content-nav ul li a,
#content-nav ul li span {
	display: block;
	float: left;

	cursor: pointer;
}
#content-nav ul li span {
	color: black;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 16px;
	background-color: #e6e6e6;
}
#content-nav ul li a:hover span,
#content-nav ul li.selected span {
	color: white;
	background-color: #b36edc;
}

#product-quick-links {
	padding: 12px;
	background-color: #ffffd2;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#product-quick-links ul {
	float: right;
	width: 600px;
	margin: 0;
	padding: 24px 0;
	list-style: none;
}

#product-quick-links ul li {
	float: left;
	display: block;
}

#product-quick-links ul li a {
	display: block;
	float: left;
	margin-right: 20px;
}


#product-quick-links img {
	border: 1px solid #ccc;
}

fieldset {
	border: 0;
	margin-bottom: 1em;
}

fieldset .form-row label {
	font-weight: bold;
}


.form-row { 
    float: left; 
    clear: both; 
}

fieldset {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border: 0;
}

fieldset legend {
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	padding-bottom: 0.4em;
	border: 0;
	border-bottom: 2px solid #000;
}

fieldset label {
	display: block;
	float: left;
	width: 10em;
	clear: left;
}

fieldset input.input-text,
fieldset select,
textarea {
	display: block;
	float: left;
	width: 18em;
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0.2em;
	background-color: white;
	border: 1px solid #cccccc;
	clear: right;
}

fieldset textarea {
	width: 18.45em;
}

fieldset input.input-text:focus,
fieldset select:focus,
fieldset textarea:focus {
	background-color: #FFFFCC;
	border: 1px solid black;
}

.required {
	color: red;
}


#response.success {
	margin: 0 0 1em 0;
	padding: 10px 10px 0 10px;
	background: #efe;
	border: 1px solid #9c9;
}

#response.success h3 {
	color: #393;
	margin: 0;
}

#response.error {
	margin: 0 0 1em 0;
	padding: 10px 10px 0 10px;
	background: #fee;
	border: 1px solid #c00;
}

#response.error h3 {
	color: #c00;
	margin: 0;
}

#widgets {
	float: left;
	width: 220px;
}

#widgets .panel {
	margin-bottom: 1em;
}

#widgets .panel .header {
	padding: 10px 20px;
	background-color: #ccc;
	background-image: url('default/images/panel-header-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#widgets .panel .header h3 {
	font-size: 18px;
	padding: 0;
	margin: 0;
}
#widgets .panel .content {
	background-color: #eee;
	padding: 8px 20px;
}

#widgets .panel .content p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#widgets .panel .content h4 {
	margin: 0;
	padding: 0;
	color: #266593;
}

#widgets #sub-nav.panel .header {
	color: white;
	background-color: #2b73a2;
	background-image: url('default/images/panel-submenu-header-bg.gif');
}
#widgets #sub-nav.panel .content {
	background-color: #eaf1fa;
}

#widgets #sub-nav.panel .content ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#widgets #sub-nav.panel .content ul li {
	border-bottom: 1px dotted #3399cc;
}

#widgets #sub-nav.panel .content ul li span {
	display: block;
	color: #336699;
	padding: 6px 0;
	padding-left: 16px;

	background-image: url('default/images/submenu-arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;

}

#widgets #sub-nav.panel .content ul li.selected span,
#widgets #sub-nav.panel .content ul a:hover span {
	font-weight: bold;

}

#widgets #sub-nav.panel .content ul li ul {
	display: none;
}



#widgets #sub-nav.panel .content ul li.selected ul {
	display: block;
	font-size: 12px;
	margin-top: -6px;
}

#widgets #sub-nav.panel .content ul li.selected ul li {
	display: inline;
}

#widgets #sub-nav.panel .content ul li.selected ul li a {
	display: block;
	margin: 0;
	padding: 0;
}

#widgets #sub-nav.panel .content ul li.selected ul li span {
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 2px;
	padding-left: 24px;
	background: none;
	border: 0;
}

#widgets #sub-nav.panel .content ul li.selected ul a:hover span,
#widgets #sub-nav.panel .content ul li.selected ul li.selected span {
	color: white;
	margin: 0;
	background-color: #336699;
}


#widgets #panel-resources.panel .header {
	color: white;
	background-color: #c387e0;
	background-image: url('default/images/panel-resources-header-bg.gif');
}
#widgets #panel-resources.panel .content {
	background-color: #e9d5f5;
}

#widgets #panel-office.panel .content h4,
#widgets #panel-contact.panel .content h4 {
	color: #26936b;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center left;
}

#widgets #panel-office.panel .content .contact-singapore h4,
#widgets #panel-contact.panel .content .contact-singapore h4 {
	background-image: url('default/images/flag-singapore.gif');
}
#widgets #panel-office.panel .content .contact-malaysia h4,
#widgets #panel-contact.panel .content .contact-malaysia h4 {
	background-image: url('default/images/flag-malaysia.gif');
}

#widgets #panel-office.panel .content address {
	font-style: normal;
	margin-bottom: 1em;
}


#breadcrumbs {
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer {
	margin-top: 1em;
	background-image: url('default/images/footer-bg.gif');
	background-repeat:  no-repeat;
	background-position: top left;
}

#footer hr {
	display: none;
}

#footer-content {
	float: left;
	clear: both;
	margin: 1em 0;
	padding-bottom: 1em;
}

#footer-about {
	float: left;
	width: 400px;
}
#footer-about h3  {
	font-size: 14px;
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
}
#footer-about p  {
	margin: 0;
	padding: 0;
}

#footer-nav {
	float: right;
	margin-left: 10px;
	width: 540px;
}

#footer-nav .item {
	float: left;
	margin-left: 10px;
}

#footer-nav-software { width: 130px; }
#footer-nav-hardware { width: 90px; }
#footer-nav-system   { width: 160px; }
#footer-nav-training { width: 120px; }

#footer-nav .item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-nav .item ul li a,
#footer-nav .item ul li a:visited {
	color: #666;
	text-decoration: none;
}

#footer-nav .item ul li a:hover {
	color: #666;
	text-decoration: underline;
}

#copyright {
	float: left;
	color: #999;
}

#simpleet {
	float: right;
}

#simpleet a, #simpleet a:visited {
	color: #cccccc;
	text-decoration: none;
}

#simpleet a:hover {
	color: #2972a1;
}

.align-left { float: left; margin-right: 1em; }
.align-right { float: right; margin-left: 1em; }
.align-center { margin: 0 auto; }

.clear {
	clear: both;
}

.promotion {
	font-size: 18px;
	padding: 16px;
	color: #ad482d;
	background-color: #ffffda;
}

.requirement {
	padding: 8px;
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	background-color: #ffffda;
	border: 1px solid #ffcccc;
}

/* Easy Slider */

	#slider {
		margin: 0 auto;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		
		width:882px;
		height:352px;
		overflow:hidden; 
		}	
	#slider img {
		border: 0;
	}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left: 26px;
		top: 206px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:938px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url('default/images/banner-arrow-left.gif') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url('default/images/banner-arrow-right.gif') no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	

/* // Easy Slider */