html,body,h1,h2,h3,h4,h5,h6,p,img,ul,li,dd,dt,ol,form,input,select,button,div,span {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:normal 12px/16px arial,verdana,sans-serif;
	color:#333;
	background:#464545;
	overflow-y:scroll;
}
a {
	text-decoration:none;
}
ul li {
	float:left;
	list-style-type:none;
}
h1 {
	font-size:20px;
	color:#ff5a00;
	padding:0 0 10px;
}
h2 {
	font-size:16px;
	color:#065cae;
	padding:5px 0;
}
#wrapper {
	margin:0 auto;
	padding:0;
	width:902px;
	height:100%;
	background:#fff;
	border:1px solid #403f3f;
	border-bottom:1px solid #2a2a2a;
	border-top:none;
}
#header, ul.mainnav, #container {
	width:900px;
	border:1px solid #2a2a2a;
	border-top:none;
	border-bottom:none;
}
#header {
	height:72px;
	background:url('../images/HeadBg.png') top left repeat-x;
}
#header .logo {
	margin:12px 15px;
	display:block;
	float:left;
}
#header ul {
	float:right;
	padding:5px 0;
}
#header ul li {
	padding:0 8px;
	border-right:1px solid #666;
	font-size:11px;
}
#header ul li.last, ul.mainnav li.last {
	border:none;
}
#header .iso {
	clear:right;
	float:right;
	padding:15px 10px;
	font-size:16px;
	font-weight:bold;
	color:#024794;
}
ul.mainnav {
	height:35px;
	background:url('../images/MainNavBg.png') top left repeat-x;
}
ul.mainnav li {
	border-right:1px solid #02172b;
	font-size:14px;
	line-height:18px;
}
ul.mainnav li.highlight {
	background:#287dce;
}
ul.mainnav li a {
	padding:8px 40px;
	display:block;
	letter-spacing:0.04em;
	color:#fff;
}
ul.mainnav li a:hover {
	padding:8px 40px;
	display:block;
	letter-spacing:0.04em;
	background:#287dce;
}
#container {
	padding:0 0 20px;
}
#container .tabs {
	width:900px;
	height:165px;
	background:url('../images/tabs.jpg') top left no-repeat;
	overflow:hidden;
	clear:both;
}
#container .tabs .title {
	font-size:16px;
	font-weight:bold;
	color:#024794;
}
#container .tabs p {
	margin:10px 0 25px;
	width:200px;
}
#container .tabs a {
	background:url('../images/BtnBg.png') top left repeat-x;
	width:93px;
	height:20px;
	border:1px solid #01689e;
	color:#fff;
	padding:2px 10px;
}
#container .tabs a b {
	font-size:14px;
	display:inline;
	vertical-align:1px;
}
#container .tabs .one, #container .tabs .two, #container .tabs .three {
	width:270px;
	height:160px;
	padding:15px;
	overflow:hidden;
	float:left;
}
#container .banimg, #container .banimgfac, #container .banimgpro, #container .banimgrec, #container .banimgcus, #container .banimgcon {
	width:900px;
	height:163px;
	background:url('../images/BanImg.jpg') top left no-repeat;
}
#container .banimgfac {
	background:url('../images/BanImgFac.jpg') top left no-repeat;
}
#container .banimgpro {
	background:url('../images/BanImgProd.jpg') top left no-repeat;
}
#container .banimgrec {
	background:url('../images/BanImgReg.jpg') top left no-repeat;
}
#container .banimgcus {
	background:url('../images/BanImgClient.jpg') top left no-repeat;
}
#container .banimgcon {
	background:url('../images/BanImgCont.jpg') top left no-repeat;
}
#txtcont {
	width:650px;
	padding:15px 0 15px 20px;
}
#txtcont p {
	margin:5px 10px 10px 0;
}
#imgContCus, #CertCont {
	margin:5px 10px 10px 20px;
	padding:5px;
	width:820px;
	border:1px solid #ddd;
	overflow:hidden;
}
#imgContCus span, #CertCont img {
	margin:5px;
	padding:5px;
	background:#f5f5f5;	
	border:1px solid #c5c5c5;
	float:left;
	display:block;
}
#CertCont {
	margin:5px 0 10px;
	width:850px;
}
#container marquee {
	background:#c5c5c5;
	padding:5px;
}

/* Home page banner styles */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	width:900px;
	height:330px;	
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom:10px; 
	left: 7px;
	width: 178px; 
	height:30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding:10px;
	text-decoration: none;
	color: #fff;
	background:url('../images/BanPag.png') top left no-repeat;
	width:16px;
	height:16px;
}
.paging a.active {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:url('../images/BanPagSel.png') top left no-repeat;
	width:16px;
	height:16px;
}
.paging a:hover {
	background:url('../images/BanPagSel.png') top left no-repeat;
	width:16px;
	height:16px;
}

/* images gallery Styles */
#slider
{
	margin: 0 auto;
	text-align:center;
}
#slider div a {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	float:left;
	padding:10px;
	text-decoration:none;
}		
.image-slider
{
	width: 810px;
	height: 160px;
	background:#ccc;
	padding: 14px 10px 0 16px;
	position: relative;
	font-family:Helvetica, Arial, Tahoma, sans-serif;
	border:1px solid #9e9e9f;
}
.image-slider-back, .image-slider-forward
{
	float: left;
	width: 23px;
	height: 98px; /*background-color: #121212;*/
	color: White;
	position: relative;
	top:12px;
	cursor: pointer;
}
.image-slider-back
{
	background-image: url('../images/arrow-left.png');
	background-repeat: no-repeat;
	background-position: left;
}
.image-slider-forward
{
	background-image: url('../images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: right;
}
.image-slider-contents
{
	width: 755px;
	height: 154px;
	float: left;
	position: relative;
	overflow: hidden;
}
.image-slider-contents .contents-wrapper
{
	position: absolute;
	padding-top: 18px;
}
.image-slider-contents .outer
{
	background-color: White;
	float: left;
	width: 156px;
	height: 86px;
	margin:0px 15px;
	cursor:pointer;
}
.image-slider-contents .outer > div
{
	width: 156px;
	height: 86px;
}
.image-slider-contents .outer > div img
{
	width: 152px;
	height: 82px;
	margin: 2px;
	margin-top: -30px;
}
.image-slider-contents img
{
	width: 156px;
	height: 86px;
}

.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.preview
{
	position: absolute;
	width: 450px;
	height: 260px;
	background-color: White;
	padding: 2px;
	border: solid 1px black;
}
.preview .img-large
{
	width: 450px;
	z-index: 1000;
}
.preview .img-large .left
{
	position: absolute;
	left: 8px;
	top: 100px;
	width: 16px;
	height: 24px;
	z-index: 1000;
	background-image: url('../images/arrow-left.png');
	cursor:pointer;
}
.preview .img-large .right
{
	position: absolute;
	left: 428px;
	top: 100px;
	z-index: 1000;
	width: 16px;
	height: 24px;
	background-image: url('../images/arrow-right.png');
	cursor:pointer;
}
.preview .close
{
	position: absolute;
	left: 434px;
	top: -16px;
	width: 32px;
	height: 34px;
	background: url('../images/close.png');
	float: right;
	cursor: pointer;
	z-index: 2000;
}
.preview .img-large img
{
	width: 450px;
	height: 260px;

}
.preview .label
{
	width: 434px;
	line-height: 30px;
	float: left;
	position: absolute;
	top: 216px;
	color: Black;
	padding: 8px;
	background-color: White;
	text-align:left;
	font-weight:bold;
	font-size:13px;
}
.outer
{
	border: solid 1px black;
}
.outer.active
{
	border: solid 1px #B56161;
	background-color: #F1D5CA;
}
.outer.active div span
{
	color: #F1D5CA;
}

/* footer styles here */
#footer {
	margin:0 auto;
	width:900px;
	border-top:1px solid #403f3f;
	text-align:center;
	font-size:11px;
	padding:10px 0;
	color:#969696;
}
#footer ul {
	margin:0 auto;
	padding:0;
	width:250px;
}
#footer ul li {
	padding:0 10px;
	line-height:10px;
	border-right:1px solid #969696;
}
#footer ul li.last {
	border-right:none;
}
#footer a {
	color:#969696;
}
#footer p {
	padding:10px;
	clear:both;
}