@charset "utf-8";

body {
	background: url(../images/body_bg.jpg) repeat-x #F5EDE1;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


#center_container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}



form, img, h1, h2, h4, h5, h6 {
	border: 0 none;
	margin: 0;
	padding: 0;
}



/********* header section start *********/
#header_container {
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
}



#logo {
	float: left;
	height: 94px;
	margin: 10px 0;
	padding: 0;
	width: 546px;
}



#right_header {
	float: right;
	margin: 10px 0;
	padding: 0;
	width: 404px;
}



#icon_holder {
	float: right;
	margin: 5px 0;
	padding: 0;
	width: 250px;
}



#icon_link {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 184px;
}



#icon_link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



#icon_link ul li {
	display: block;	
	float: left;
	margin: 0;
	padding: 0;
	width: 92px;
}



#icon_link ul a {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}



#consumer {
	float: right;
	margin: 0;
	padding: 5px 0;
	width: 66px;
}



#menu_container {
	border-bottom: 3px solid #C51015;
	border-top: 3px solid #C51015;
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
	width: 950px;
}



#menu_top {
	color: #000000;
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
}



/********* matt black strip menu bar start *********/
.mattblackmenu {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 4px 7px;
	padding: 0;
	width: 936px;
}



.mattblackmenu ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}



.mattblackmenu li {
	display: inline;
	margin: 0;
}



.mattblackmenu li a {
	border-right: 1px dashed #CDAC7C; /*right divider between tabs*/
	color: #000000;
	display: block;
	float: left;
	font-weight: normal;
	height: 18px;
	margin: 0;
	padding: 0 1.29em; /*padding inside each tab*/
	text-align: center;
	text-decoration: none;
}



/* class for terminate the right divider */
.mattblackmenu li a.last {
	border-right: 0 none;
}



.mattblackmenu li a:visited {
	color: #000000;
}



.mattblackmenu li a:hover {
	color: #C41C12; /*color of tabs for hover state */
	font-weight: bold;
}



.mattblackmenu a.selected {
	color: #C41C12; /*color of tab with "selected" class assigned to its LI */
}
/********* matt black strip menu bar end *********/



/********* drop down uls start *********/
.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	font: normal 12px Arial, Helvetica, sans-serif;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 100;
}



.ddsubmenustyle li a {
	background-color: #F5EDE1;
	border-bottom: 1px solid #BA0218;
	color: #000000;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 190px; /*width of menu (not including side paddings)*/
}



* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}



.ddsubmenustyle li a:hover {
	background-color: #FFFFFF;
	color: #C41C12;
}



/*** neutral css ***/
.downarrowpointer { /*CSS for "down" arrow image added to top menu items*/
	border: 0 none;
	padding-left: 4px;
}



.rightarrowpointer { /*CSS for "right" arrow image added to drop down menu items*/
	border: 0;
	left: 100px;
	padding-top: 3px;
	position: absolute;
}



.ddiframeshim {
	background: transparent;
	border-width: 0;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	z-index: 500;
}
/********* drop down uls end *********/

/********* header section end *********/




/********* main section start *********/
#main_container {
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
}



/*** slider section start ***/
#slider_container {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 950px;
}



#slideshow {
	color: #FFFFFF;
	list-style: none;
}



#slideshow span {
	display: none;
	float: left;
	width: 950px;
}



#wrapper2 {
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
}



#fullsize {
	float: left;
	height: 278px;
	overflow: hidden;
	position: relative;
	width: 950px;
	z-index: 25;
}



#image {
	float: left;
	position: absolute;
	width: 950px;
}



#image img {
	position: absolute;
	width: 950px;
	z-index: 25;
}



.imgnav {
	cursor: pointer;
	height: 306px;
	position: absolute;
	width: 25%;
	z-index:150;
}



#imgprev {
	background: url(images/left.gif) left center no-repeat;
	left: 0;
}



#imgnext {
	background: url(images/right.gif) right center no-repeat;
	right: 0;
}



#imglink {
	filter: alpha(opacity=40);
	height: 306px;
	opacity: 0.4;
	position: absolute;
	width: 100%;
	z-index: 100;
}



.linkhover {
	background: url(images/link.gif) center center no-repeat;
}



#thumbnails {
	float: left;
	height: 100px;
	margin: -110px 0 0 490px;
	position: relative;
	z-index: 25;
}



#slideleft {
	background:url(../images/scroll-left.gif) center center no-repeat;
	float: left;
	height: 40px;
	margin: 40px 0;
	width: 20px;
}


#slideright {
	background: url(../images/scroll-right.gif) center center no-repeat;
	float: left;
	height: 40px;
	margin: 40px 0;
	width: 20px;
}



#slidearea {
	float: left;
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 380px;
}



#slider {
	height: 100spx;
	left: 0;
	position: absolute;
}



#slider img {
	cursor:pointer;
}
/*** slider section end ***/




/******* left section start *******/
#left_container {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 250px;
}



#news_holder {
	float: left;
	margin: 0 0 14px 0;
	padding: 0;
	width: 250px;
}



#news_toper {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}



#news_middle {
	background: url(../images/news_bg.jpg) repeat-x;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 250px;
}



/*** scrollers start ***/
#pscroller1 {
	height: 132px;
	padding: 0px;
	width: 230px;
}



#pscroller2 {
	height: 218px;
	padding: 0px;
	width: 233px;
}



#pscroller2 img {
	margin-bottom: 3px;
}



#pscroller2 a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}



.someclass { /*class to apply to your scroller(s) if desired*/
}
/*** scrollers end ***/



#news_1 {
	float: left;
	height: 132px;
	margin: 0 10px;
	padding: 10px 0;
	width: 230px;
}



#news_bottom {
	background: url(../images/news_bottom.jpg) no-repeat;
	float: left;
	height: 42px;
	margin: 0;
	padding: 0;
	width: 250px;
}



#news_all {
	float: right;
	margin: 22px 0 0 0;
	padding: 0;
	width: 80px;
}



#news_all a {
	color: #9D7C3A;
	font-size: 12px;
	text-decoration: none;
}



#news_all a:hover {
	color: #9D7C3A;
	text-decoration: underline;
}



#discover_holder {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 250px;
}



#discover_toper {
	background: url(../images/discover_prod_top.jpg) no-repeat;
	color: #BA0218;
	float: left;
	font-size: 20px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	width: 250px;
}

#discover_toper_media {
	background: url(../images/media_img/submenu_top_media_new.png) no-repeat;
	color: #BA0218;
	float: left;
	font-size: 20px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	width: 250px;
}



#discover_middle {
	background: #FFFFFF;
	border-left: 1px solid #FCDFA5;
	border-right: 1px solid #FCDFA5;
	float: left;
	margin: 0;
	padding: 0;
	width: 248px;
}



#discover_product {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 248px;
}



#discover_bottom {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}



#join_holder {
	background: url(../images/join_bg.jpg) no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 20px;
	height: 88px;
	margin: 0;
	padding: 10px 0 0 12px;
	width: 238px;
}



#join_holder img {
	vertical-align: text-bottom;
}



#join_form {
	float: left;
	margin: 18px 0 0 0;
	padding: 0;
	width: 220px;
}



#join_input {
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
	width: 170px;
}



.txt_input {
	background: url(../images/join_field_bg.jpg) no-repeat;
	border: 0 none;
	color: #999999;
	height: 18px;
	margin: 0;
	padding: 2px 2px;
	width: 163px;
}



.go_button {
	background: url(../images/go_button.jpg) no-repeat;
	border: 0 none;
	height: 22px;
	margin: 0;
	padding: 0;
	width: 37px;
}



#submenu_holder {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 250px;
}



#submenu_toper {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}



#submenu_middle {
	background: #FFFFFF;
	border-left: 1px solid #FCDFA5;
	border-right: 1px solid #FCDFA5;
	float: left;
	margin: 0;
	padding: 0;
	width: 248px;
}




#submenu_middle h3 {
	color: #D3900B;
	margin: 5px 20px;
	padding: 0;
}



#submenu_middle ul {
	font-size: 12px;
	list-style: none;
	margin: 5px 10px;
	padding: 0;
}



#submenu_middle li.none {
	background: #BA0218;
	border-bottom: 1px dashed #FCDFA5;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	width: 200px;
}



#submenu_middle ul a {
	border-bottom: 1px dashed #FCDFA5;
	color: #000000;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	width: 200px;
}



#submenu_middle ul a:hover {
	background: #BA0218;
	color: #FFFFFF;
	font-weight: bold;
}


#submenu_middle3 {
	background: #FFFFFF;
	border-left: 1px solid #FCDFA5;
	border-right: 1px solid #FCDFA5;
	float: left;
	margin: 0;
	padding: 0;
	width: 227px;
}




#submenu_middle3 h3 {
	color: #D3900B;
	margin: 5px 20px;
	padding: 0;
}



#submenu_middle3 ul {
	font-size: 12px;
	list-style: none;
	margin: 5px 10px;
	padding: 0;
}



#submenu_middle3 li.none {
	background: #BA0218;
	border-bottom: 1px dashed #FCDFA5;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	width: 182px;
}



#submenu_middle3 ul a {
	border-bottom: 1px dashed #FCDFA5;
	color: #000000;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	width: 182px;
}



#submenu_middle3 ul a:hover {
	background: #BA0218;
	color: #FFFFFF;
	font-weight: bold;
}




#submenu_bottom {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}
/******* left section end *******/




/******* index center section start *******/
#data_container {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 450px;
}



#wrapper {
	float: left;
	font-size: 12px;
	margin: 10px 15px;
	padding: 0;
	width: 420px;
}



#heading {
	color: #000000;
	float: left;
	font-size: 20px;
	margin: 5px 0;
	padding: 0;
	width: 400px;
}



#data_txt {
	float: left;
	margin: 0;
	padding: 0 5px;
	text-align: justify;
	width: 410px;
}



#data_bottom {
	float: left;
	margin: 43px 0 0 0;
	padding: 0;
	width: 420px;
}



#share_holder {
	background: url(../images/share_bg.jpg) no-repeat bottom left;
	border-right: 1px dashed #FBC453;
	float: left;
	height: 185px;
	margin: 0;
	padding: 0;
	width: 209px;
}



#data_toper {
	background: url(../images/have_bg.jpg) no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 19px;
	margin: 0;
	padding: 3px 0 3px 10px;
	width: 189px;
}



#data_toper2 {
	background: url(../images/have_bg.jpg) no-repeat;
	color: #FFFFFF;
	float: right;
	font-size: 19px;
	height: 45px;
	margin: 0;
	padding: 3px 0 3px 10px;
	width: 189px;
}



#data_toper2 a {
	color: #FFFFFF;
	font-size: 19px;
	text-decoration:none;
}



#data_toper2 a:hover {
	text-decoration:none;
}


#share_txt {
	float: left;
	margin: 15px 0 0 8px;
	padding: 0;
	width: 183px;
}



#share_txt a {
	color: #BA0218;
	font-weight: bold;
	text-decoration: none;
}



#share_txt a:hover {
	color: #BA0218;
	text-decoration: underline;
}



#jobs_holder {
	background: url(../images/jobs_bg.jpg) no-repeat bottom right;
	float: left;
	height: 185px;
	margin: 0;
	padding: 0;
	width: 210px;
}



#jobs_txt {
	float: left;
	margin: 15px 0 0 17px;
	padding: 0;
	width: 183px;
}



.desig {
	font-size: 15px;
	font-weight: bold;
}
/******* index center section end *******/




/******* right section start *******/
#right_container {
	float: right;
	margin: 10px 0;
	padding: 0;
	width: 250px;
}



#search_holder {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}



#search_input {
	float: left;
	margin: 0;
	padding: 0;
	width: 187px;
}



.search_txt {
	background: url(../images/field_bg.jpg) no-repeat;
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 3px 3px;
	width: 177px;
}



.search_button {
	background: url(../images/search_button.jpg) no-repeat;
	border: 0 none;
	height: 22px;
	margin: 0;
	padding: 0;
	width: 63px;
}



#image_link {
	float: right;
	margin: 0 0 13px 0;
	padding: 0;
	width: 250px;
}



#tv_holder {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}



#tv_toper {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}



#tv_middle {
	background: #FFFFFF;
	border-left: 1px solid #FCDFA5;
	border-right: 1px solid #FCDFA5;
	float: left;
	height: 228px;
	margin: 0;
	padding: 0;
	width: 248px;
}



#tv_ads {
	border-bottom: 1px dashed #FCDFA5;
	float: left;
	height: 218px;
	margin: 0 12px;
	padding: 5px 0;
	width: 223px;
}



#tv_bottom {
	background: url(../images/tv_bottom.jpg) no-repeat;
	float: right;
	height: 42px;
	margin: 0;
	padding: 0;
	width: 250px;
	
}

#tv_bottom_1 {
	background: url(../images/media_img/interview_arrow.jpg) no-repeat;
	float: right;
	height: 42px;
	margin: 0;
	padding: 0;
	width: 250px;
	
}

/******* right section end *******/



#page_img_container {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 950px
}



#csr_fade {
	float: left;
	margin: 0;
	padding: 0;
	width: 720px
}




#submenu2_holder {
	float: right;
	margin: 0;
	padding: 0;
	width: 230px;
}



#submenu2_toper {
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}



#submenu2_middle {
	background: #FFFFFF;
	border-left: 1px solid #FCDFA5;
	border-right: 1px solid #FCDFA5;
	float: left;
	height: 253px;
	margin: 0;
	padding: 0;
	width: 228px;
}



#submenu2_middle h3 {
	color: #D3900B;
	margin: 5px 20px;
	padding: 0;
}



#submenu2_middle ul {
	font-size: 12px;
	list-style: none;
	margin: 5px 10px;
	padding: 0;
}



#submenu2_middle li.none {
	background: #BA0218;
	border-bottom: 1px dashed #FCDFA5;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px;
	width: 170px;
}



#submenu2_middle ul a {
	border-bottom: 1px dashed #FCDFA5;
	color: #000000;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px;
	text-decoration: none;
	width: 170px;
}



#submenu2_middle ul a:hover {
	background: #BA0218;
	color: #FFFFFF;
	font-weight: bold;
}




#submenu2_bottom {
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}




a {
	color: #000000;
	text-decoration: underline;
}



a:hover {
	color: #7E8FD1;
	text-decoration: none;
}





/******* content section start *******/
#content_container {
	float: left;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
	width: 518px;
}



#content_txt {
	float: right;
	margin: 0;
	padding: 0 10px;
	text-align: justify;
	width: 498px;
}



#manufacture_container {
	float: left;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
	width: 700px;
}



#manufacture_txt {
	float: right;
	margin: 0;
	padding: 0 10px;
	text-align: justify;
	width: 680px;
}



#csr_link {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 400px;
}



#csr_link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



#csr_link ul a {
	background: url(../images/bllut.jpg) no-repeat 3px 6px;
	display: block;
	padding: 2px 15px;
	width: 200px;
}




#inner_heading {
	color: #000000;
	float: left;
	font-size: 20px;
	margin: 0;
	padding: 0;
	width: 498px;
}



#inner_heading2 {
	color: #BA0218;
	float: left;
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
	width: 498px;
}




#presence_map {
	float: left;
	margin: 10px 9px;
	padding: 0;
	text-align: center;
	width: 480px;
}



#certi_holder {
	float: right;
	margin: 5px 0;
	padding: 0;
	width: 498px;
}



#certi_top_left {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	width: 498px;
}



#certi_top_left a {
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}



#certi_top_left a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}



.certi_content {
	float: left;
	margin: 0;
	padding: 0;
	width: 498px;
}



#arrow_div {
	float: left;
	margin: 5px 0;
	padding: 0;
	width: 498px;
}



#arrow_div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



#arrow_div li {
	background: url(../images/bllut.jpg) no-repeat 3px 6px;
	display: block;
	margin: 0;
	padding: 2px 15px;
	width: 485px;
}



#arrow_div img {
	margin: 0 3px;
	padding: 0;
}




#arrow_div2 {
	float: left;
	margin: 5px 0;
	padding: 0;
	width: 498px;
}



#baqai {
	float: left;
	height: 160px;
	margin: 0;
	padding: 0;
	width: 270px;
}



#arrow_div2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



#arrow_div2 li {
	background: url(../images/arrow.jpg) no-repeat 0 8px;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 14px;
	width: 200px;
}




#highlight {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 498px;
}



#highlight_toper {
	float: left;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 498px;
}




#highlight_middle {
	background: #EDDFCB;
	border-left: 1px solid #E4D0B1;
	border-right: 1px solid #E4D0B1;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0 8px;
	width: 480px;
}



#highlight_bottom {
	float: left;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 498px;
}



#manage_more {
	float: left;
	margin: 60px 0 0 0;
	padding: 0;
	width: 498px;
}



#manage_holder {
	float: left;
	line-height: 1.5em;
	margin: 15px 0;
	padding: 0;
	width: 498px;
}



#manage_holder a {
	color: #000000;
	text-decoration: underline;
}



#manage_holder a:hover {
	color: #7E8FD1;
	text-decoration: none;
}



#manage_data {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 498px;
}



#manage_img {
	float: left;
	margin: 0;
	padding: 0;
	width: 125px;
}
/******* content section end *******/




/******* inner right section start *******/
#inner_right{
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	width: 182px;
}



#right_img{
	float: right;
	margin: 140px 0 10px 0;
	padding: 0;
	width: 146px;
}



#right_img2{
	float: right;
	margin: 25px 0 10px 0;
	padding: 0;
	width: 146px;
}



#right_img3{
	float: right;
	margin: 80px 0 10px 0;
	padding: 0;
	width: 146px;
}



#right_img4{
	float: right;
	margin: 47px 0;
	padding: 0;
	width: 146px;
}



#team_pic {
	float: right;
	margin: 75px 0;
	padding: 0;
	width: 250px;
}



#plant_holder {
	float: left;
	margin: 10px 0 10px 25px;
	width: 640px;
}




/* plant slider start */
#plant_img_holder {
	float: left;
	width: 640px;
}



#plant_link_holder {
	float: left;
	width: 640px;
}



#plant {
	float: left;
	text-align: center;
	width: 160px;
}



#plant a {
	color: #000000;
	text-decoration: none;
}



#plant a:hover, a.tabactive {
	font-weight: bold;
}



#resid {
	float: left;
	text-align: center;
	width: 160px;
}



#resid a {
	color: #000000;
	text-decoration: none;
}



#resid a:hover, a.tabactive {
	font-weight: bold;
}



#labo {
	float: left;
	text-align: center;
	width: 160px;
}



#labo a {
	color: #000000;
	text-decoration: none;
}



#labo a:hover, a.tabactive {
	font-weight: bold;
}



#club {
	float: left;
	text-align: center;
	width: 160px;
}



#club a {
	color: #000000;
	text-decoration: none;
}



#club a:hover, a.tabactive {
	font-weight: bold;
}








#plant_strips {
	background: url(../images/plant_strip.jpg) repeat-x;
	float: left;
	height: 17px;
	width: 640px;
}




#plant_images {
	float: left;
	margin: 0;
	padding: 0;	
	width: 225px;
}



#plant_images a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;	
}



#plant_images a:hover {
	color: #333333;
	text-decoration: underline;	
}




/*products details style*/

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5 {	
	float: left;	
	margin: 0;
	padding: 8px 0px;
	width: 624px;
}





#slider_logos {
	float: left;
	width: 624px;
}



.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	margin: 0 10px;
	width: 624px; /*Width of Carousel Viewer itself*/
	height: 80px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0; /*margin around each panel*/
	width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/* plant slider end */

/******* inner right section end *******/

/********* main section end *********/




/********* footer section start *********/
#footer_container {
	background: #FFFFFF;
	clear: both;
	color: #9D7C3A;
	float: left;
	font-size: 0.76em;
	margin: 10px 0 0 0;
	padding: 0;
	width: 950px;
}



#footer_left {
	float: left;
	height: 27px;
	margin: 0;
	padding: 0;
	width: 8px;
}



#footer_center {
	float: left;
	margin: 0;
	padding: 6px 0;
	text-align: right;
	width: 934px;
}



#footer_center a {
	color: #9D7C3A;
	text-decoration: none;
}



#footer_center a:hover {
	text-decoration: underline;
}



#footer_txt {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 600px;
}



#footer_right {
	float: right;
	height: 27px;
	margin: 0;
	padding: 0;
	width: 8px;
}

/********* normal text *********/
#normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:justify;
	}
	
	
#news_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	}
	
#normal_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:center;
	}
	
	.red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C51015;
	}
	
		
	.red_bold a {
	font-weight: bold;
	text-decoration:none;
	color: #C51015;
	}
	
	.red_bold a:hover {
	text-decoration:underline;
	}
	
	
.input_matter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}
	
.export_inq{width:590px;
border:1px solid #FCE4B2; color:#999999;}

.export_inq2{width:243px;
border:1px solid #FCE4B2; color:#999999;}

.export_inq3{width:170px;
border:1px solid #FCE4B2; color:#999999;}

.export_inq4{width:518px;
border:1px solid #FCE4B2; color:#999999;}

.export_inq5{width:238px;
border:1px solid #FCE4B2; color:#999999;}

.export_inq6{width:595px;
border:1px solid #FCE4B2; color:#999999;}

.export_inq7{width:520px;
border:1px solid #FCE4B2; color:#999999;}
/********* footer section end *********/

/*** product style start ***/

#products_container {
	float: left;
	margin: 10px auto;
	padding: 0;	
	width: 875px;
}



#products {
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
}





#products_display {
	float: left;
	margin: 0;
	padding: 0;
	width: 245px;
}



.halfmoon{
	float:left;
	width: 530px;
}

.halfmoon ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.halfmoon li{
	border-bottom: 1px dashed #9D7C3A;
	border-right: 1px dashed #9D7C3A;
	float: left;
	display: inline;
}



.halfmoon li.corner{
	border-right: 0 none;
}



.halfmoon li.corner_last{
	border-right: 0 none;
	border-bottom: 0 none;
}



.halfmoon li.corner_bot{
	border-bottom: 0 none;
}

.halfmoon li a{
	display: block;	
	margin: 0;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 175px;
}

.halfmoon li a:visited{
	color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
	color: navy;
}

#tabcontentcontainer{
	padding: 36px 0 0 0;
	width:95%; /*width of 2nd level content*/
}

.tabcontent{
	display:none;
}


/*** product style end ***/

/*****************ASPX Style***********************************************************************************/
.btnSubmit{
      border: 0 none;
      background: url(../images/e_img/e_submit_b.jpg);
      width: 63px;
      height: 22px;
      
}


.btnReset{
      border: 0 none;
      background: url(../images/e_img/e_reset_b.jpg);
      width: 63px;
      height: 22px;
      
}


.event_totalfile
{
      font-weight: bold;
      color:#9A7B3A;
      }
      .event_total
{
      color:#9A7B3A;
      font-family: Arial, Helvetica, sans-serif;
      font-size:12px; 
      }
      .event_filefound
{
            color:#676767;
            font-family: Arial, Helvetica, sans-serif;
            font-size:12px; 
      }
   .event_filefound a:hover{
      color: #C00000 ;
      font-weight: bold;
      text-decoration: none;
}
      
      
      .event_dat
      {
            font-family: Arial, Helvetica, sans-serif;
            font-size:12px; 
            color:#9A7B3A;
            }
            
            .site
            {
                  font-family: Arial, Helvetica, sans-serif;
                  color:Gray;
                  font-size:12px; 
                  }
/***************************************************************************************************/
