/* ------------------------------
HTML Redefine Tags
------------------------------ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #464646;
}

input,form,textarea,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

th {
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #6eb43f;
	margin-bottom: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	/*border-bottom:solid 1px #b5afaf; */
	/*border-bottom:solid 1px #666666; */
	padding: 0px 0;
	margin-bottom: 10px;
	color: #6eb43f;
}

a:link,a:visited { /*color:#5bb431;*/
	color: #6eb43f;
	text-decoration: underline;
}

a:hover {
	color: #74ff32;
	text-decoration: underline;
}

select {
	background-color: #012b76;
	color: #577fc4;
	font-size: 11px;
}

ul {
	list-style: none;
}

dt {
	border: 0px solid red;
	width: auto;
	display: table;
}

#listing ul {
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}

#listing ul li {
	margin-left: 16px;
	margin-bottom: 2px;
	list-style-image: url(../images/arrow-close.gif);
}

.grey_line {
	border-bottom: 1px solid #767676;
}

.green_color_1 {
	color: #79ea2b;
}

.green_color_2 {
	color: #6fb43f;
}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */
	/* #container has an absolute width (990 pixel) */
#container {
	width: 990px;
	margin: 0 auto;
	border: 0px solid red;
	background-color: #545454;
}

#topheader {
	width: auto;
	display: block;
	height: 42px;
	border: 0px solid orange;
	background: #012b76 url(../images/topnav_bg_normal.jpg) top repeat-x;
	position: relative;
	z-index: 10;
}

#topnav {
	width: 890px;
	margin-left: 0px;
	display: block;
	float: left;
	border: 0px solid red;
}

#language {
	width: 90px;
	margin-top: 11px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: right;
	border: 0px solid red;
}

#language ul,#language li {
	margin: 0;
	border: 0;
	list-style: none;
	padding: 0;
}

.menu span {
	width: 86px;
	height: 18px;
	border: solid 1px #CCCCCC;
	font-size: 11px;
	background-color: #368730;
	display: block;
}

.menu span:hover {
	border: solid 1px #CCCCCC;
}

.menu span a {
	margin-top: 2px;
	margin-left: 4px;
	width: 66px;
	display: block;
	border: 0px solid red;
	float: left;
	color: #DDDDDD;
	text-decoration: none;
	text-align: left;
}

.arrow {
	margin-top: 1px;
	margin-left: 0px;
	cursor: pointer;
}

.sub_menu {
	display: none;
	/*
	position:relative; 
	z-index: 10px;
	*/
	border: solid 1px #AAAAAA;
	border-top: none;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	padding: 0px;
	top: 0px;
	width: 86px;
	background: #367a28;
	text-align: left;
}

.sub_menu a:link,.sub_menu a:visited {
	display: block;
	font-size: 11px;
	padding-top: 4px;
	border: 0px solid red;
	text-decoration: none;
	color: #DDDDDD;
	z-index: 11px;
	margin-left: 4px;
}

.sub_menu a:hover {
	color: #FFFFFF;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	height: 42px;
	line-height: 42px;
	list-style: none;
}

#topnav ul li {
	float: left;
	margin: 0px;
	padding: 0px 0px;
	/*display:inline;*/
	border: 0px solid red;
}

#topnav ul li a,#topnav ul li a:visited {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 9px 0px 8px;
	display: block;
	text-decoration: none;
	float: left;
}

#topnav ul li a:hover {
	background: url(../images/topnav_bg_over.jpg) top repeat-x;
	text-decoration: none;
	color: #666666;
}

#topbanner {
	width: 990px;
	display: block;
	height: 172px;
	border-bottom: 1px solid #2cae38;
}

#topbannerFlashID { /*
	position: absolute;
	z-index: 0;
	*/
	
}

#main {
	position: absolute;
	z-index: 2;
	width: 990px;
	display: block;
	padding: 0px 0;
	border: 0px solid red;
	background-color: #545454;
}

#leftnav {
	width: 240px;
	display: block;
	float: left;
	border: 0px solid #545454;
	margin-right: 10px;
}

#leftnavFlashID {
	width: 240px;
}

#content { /*line-height:140%;*/
	width: 710px;
	float: left;
	border: 0px solid #2cae38;
	word-wrap: break-word;
	white-space: normal;
	/*color: #d0cece;*/
	color: #F0F0F0;
}

#widecontent { /*line-height:140%;*/
	width: 990px;
	float: left;
	border: 0px solid #2cae38;
	color: #aeaeae;
}

#footer {
	border: 0px solid red;
	height: 30px;
	color: #DDDDDD;
	width: auto;
	margin: 10px 0 0px 0;
	display: block;
	padding: 0px 32px;
	font-size: 11px;
}

#footer a {
	color: #DDDDDD;
	text-decoration: none;
}

#footer a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

div.spacer {
	clear: both;
	height: 0px;
	display: block;
}

div.spacer5 {
	clear: both;
	height: 5px;
	display: block;
}

div.spacer10 {
	clear: both;
	height: 10px;
	display: block;
}

div.spacer15 {
	clear: both;
	height: 15px;
	display: block;
}

div.spacer20 {
	clear: both;
	height: 20px;
	display: block;
}

div.spacer30 {
	clear: both;
	height: 30px;
	display: block;
}

div.spacer40 {
	clear: both;
	height: 40px;
	display: block;
}

/* ------------------------------
gototop.js
------------------------------ */ /*
#floatingmenu {	
	Z-INDEX: 400;
	WIDTH: 150px;
	HEIGHT: 195px;
	POSITION: absolute;
	TOP: 1982px;
	left: 1080px;
	
}
#floatdiv{
    position:absolute;  
}
*/
#floatingmenu {
	Z-INDEX: 400;
	WIDTH: 15px;
	POSITION: absolute;
	TOP: 234px;
	HEIGHT: 25px;
	left: 965px;
}

/* ------------------------------
HOMEPAGE SECTION
------------------------------ */
#homecontent { /*line-height:140%;*/
	width: 990px;
	color: #F0F0F0;
}

#homebanner {
	height: 396px;
	border: 0px solid red;
}

#colbanner {
	border: 0px solid red;
	float: left;
	width: 192px;
	margin-left: 34px;
}

#colbanner img {
	margin-bottom: 15px;
}

#colnews {
	border: 0px solid red;
	float: left;
	width: 370px;
	margin-left: 28px;
	font-size: 11px;
}

#colnews  img {
	margin-right: 10px;
}

#colnews .header {
	border: 0px solid red;
	/*color: #5bb431;*/
	color: #6eb43f;
	font-size: 16px;
}

#colnews .more,#colnews .more  a {
	text-align: right;
	/*color: #5bb431;*/
	color: #6eb43f;
	font-size: 11px;
	text-decoration: underline;
}

#colyoutube {
	border: 0px solid red;
	float: left;
	width: 300px;
	height: 300px;
	margin-left: 28px;
}

#colyoutube .header { /*color: #5bb431;*/
	color: #6eb43f;
	font-size: 16px;
}

#colyoutube .more,#colyoutube .more a {
	text-align: right;
	/*color: #5bb431;*/
	color: #6eb43f;
	font-size: 11px;
	text-decoration: underline;
}

a.downloadpdf { /*color: #5bb431;*/
	color: #6eb43f;
	text-decoration: underline;
}

#awardlogo {
	color: #FAFAFA;
	text-decoration: underline;
	font-size: 10px;
	width: auto;
	border: 0px solid red;
	text-align: left;
	background-color: #545454;
	padding: 10px 10px 10px 32px;
}

#homefooter {
	border: 0px solid red;
	height: 30px;
	color: #DDDDDD;
	width: auto;
	margin: 0px 0 0px 0;
	display: block;
	padding: 10px 32px 0 32px;
	font-size: 11px;
	background-color: #464646;
}

#homefooter a {
	color: #DDDDDD;
	text-decoration: none;
}

#homefooter a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

/* ------------------------------
AWARDS SECTION
------------------------------ */
.awardList {
	font-size: 12px;
	margin-bottom: 20px;
	padding-right: 10px;
	border: 0px solid red;
}

.awardList th {
	color: #6eb43f;
}

.awardList ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none
}

/* ------------------------------
EXPERTISE SECTION
------------------------------ */
#expertiseContent {
	border: 0px solid red;
	width: auto;
	margin-bottom: 0px;
}

#expertiseGalleryFlashID {
	float: right;
	border: 0px solid red;
	margin-left: 20px;
}

/* ------------------------------
CAREER SECTION
------------------------------ */ /* Closed Status Style */
.faq dt.faqClosed {
	color: #6eb43f !important;
	border: 0px solid #999999;
	display: table !important;
	width: auto !important;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	margin-bottom: 4px;
	padding-right: 20px;
	background: transparent url(../images/box-close.gif) no-repeat 100% 50%
		!important;
}

/* Opened Status Style */
.faq dt.faqOpen {
	color: #6eb43f;
	font-weight: bold;
	background: transparent url(../images/box-open.gif) no-repeat right 50%;
	border: 0px solid gold;
	display: table !important;
	width: auto !important;
	border-bottom: 0px solid #999999;
	/*height:21px;*/
	font-size: 12px;
	vertical-align: middle;
	padding-right: 20px;
	margin-bottom: 2px;
}

#cartOverview {
	margin: 0px;
	border: 1px solid blue;
	background: transparent;
}

.TitleAboutUs1 {
	border: 1px solid red;
	margin-top: 3px;
	margin-left: 0px;
	float: left;
	width: 680px;
}

#insideThumbnailAdvanceSearch {
	border: 0px dashed blue;
	width: 100%;
	display: block;
	margin-left: 0px;
	margin-top: 10px;
}

.faq dd {
	display: block;
	margin: 0;
	padding-left: 12px;
	overflow: hidden;
	border: 0px solid red;
	margin-top: 10px;
}

.faq ul {
	border: 0px solid red;
	list-style-type: disc;
}

.question {
	color: #6eb43f;
	font-weight: bold;
	border: 0px solid red;
	margin-bottom: 5px;
	cursor: pointer;
}
.answer {
	display:block;
	border: 0px solid red;
	margin-top: 10px;
}
.career .hideanswerpanel {
	display:inherit;
	display:none;
}
.career .showanswerpanel {
	display:inherit;
}
.career ul {
	margin-top: 0px;
	margin-bottom: 0px;

	border: 0px solid red;
	list-style-type: disc; 
}

/* ------------------------------
INSTANT CHAT SECTION
------------------------------ */
.chatlog {
	border: 1px solid #74b4af;
	width: 100%;
}

#chat {
	background-color: #fff;
	height: 190px;
	color: #333;
	text-align: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#chat .name {
	color: #6eb43f;
	font-weight: bold;
	padding-bottom: 3px;
}

#chat .content {
	padding-bottom: 10px;
}

/* ------------------------------
CONTACT US SECTION
------------------------------ */
.textfiled {
	width: 220px;
	color: #767676;
}

.select_list {
	width: 225px;
	color: #767676;
	background-color: #fff;
	font-size: 13px;
}

.textarea {
	width: 220px;
	color: #767676;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.hiddenObj {
display:none;
}
/* ------------------------------
SERVICES SECTION
------------------------------ */
.why .question {
	color: #6eb43f;
	font-weight: bold;
	border: 0px solid red;
	margin-bottom: 5px;
	cursor: pointer;
}
.why .answer {
	display:block;
	border: 0px solid red;
	margin-top: 10px;
}
.why .hideanswerpanel {
	display:inherit;
	display:none;
}
.why .showanswerpanel {
	display:inherit;
}
/*-----------------------------------------
About us: What's News
-----------------------------------------*/
.year{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6eb43f;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.year_title{
	padding:10px 0 10px 0;
}
.year_content{
	padding:10px 0 10px 20px;
	word-wrap: break-word;
}
.year_line {
	border-bottom: 1px solid #767676;
}
.newsdetail{
	padding:10px 10px 0 0;
}
.backbtn{
	text-align:right;
	cursor:pointer;
}

/*------------------------------------------
 Sitemap style
 ------------------------------------------*/
.sitemap_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.sitemap_content{
	padding-top:7px;
}
.sitemap_sub{
	padding-left:10px;
	padding-top:3px;
}
.sitemap_img{
	padding-right:20px;
}
.sitemap_link{
	padding-top:3px;
}
