@charset "utf-8";
/* CSS Document */
a:link{
	color:#000000;
}
	a{
	color:#000000;
}
a:hover{
	color:#333333;
	text-decoration: none;
}
body{
	/* [disabled]background-image:url(images/bg.jpg); */
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
	background-attachment: fixed;
	background-color: #005492;
	background-position: center top;
	font-family:"Trebuchet MS";
	font-size:14px;
	line-height:1.3em;
}
#container{
	background-repeat:repeat;
	padding:0px;
	margin:0px;
	background-attachment: fixed;
	background-position: center top;
	min-height:500px;
	background-color: #2D95D2;
	/* [disabled]background-image: url(images/bg.jpg); */
	}


#wrapper{
	display:block;
	width:980px;
	z-index:0; /* This lets IE know to call the script on all elements which get the 'box' class */
	position:relative;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 15px;
	overflow: hidden;
	height: auto;
	}
	
	
#header {
	display: block;
	width: 980px;
	height:80px;
	margin-bottom: 0;
	/* [disabled]border-top-width: 10px; */
	/* [disabled]border-top-style: solid; */
	border-top-color: #363;
	border-right-color: #363;
	border-bottom-color: #363;
	border-left-color: #363;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(images/header_bg.jpg);
}


#content {
	display:block;
	width:980px;
	min-height:auto;
	border-radius: 15px 15px 0px 0px;
	/*-webkit-transition: background-color 5s;
-moz-transition: background-color 5s;
-o-transition: background-color 5s;
-ms-transition: background-color 5s;
transition: background-color 5s;
*/	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	z-index:0;
	/*behavior: url(border-radius.htc);*/
  behavior: url(PIE.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	position:relative;
	background-color:#FFFFFF;
	/* [disabled]float: left; */
	text-align: justify;
	margin-bottom: 10px;
}
#header a img {
	width: auto;
	display: block;
}
.clear {
	clear: both;
}
#content aside {
	display: block;
	float: left;
	width: 280px;
	height: auto;
}
#nav {
	display: block;
	height: auto;
	overflow: visible;
	float: left;
	width: auto;
	/* [disabled]background-color: #f8f8f8; */
	border: 1px solid #ececec;
}
.media_option {
	display: block;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}
.media_option ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #91b001;
	padding-bottom: 10px;
	padding-top: 10px;
}
.media_option ul {
	margin: 0px;
	padding: 0px;
}
#middle_content {
	display: block;
	float: left;
	width: 500px;
	padding-right: 18px;
	padding-left: 18px;
}
#right_content {
	display: block;
	float: right;
	width: 222px;
}

.divider {
	display: block;
	float: left;
}
.heading1 {
	font-family: HeaveneticaCond5, Tahoma;
	font-size: 24px;
	color: #336600;
	display: block;
	/* [disabled]border-top-width: 1px; */
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-top-style: dashed; */
	/* [disabled]border-bottom-style: dashed; */
	/* [disabled]border-top-color: #996600; */
	/* [disabled]border-bottom-color: #996600; */
	/* [disabled]padding-top: 8px; */
	/* [disabled]padding-bottom: 8px; */
	/* [disabled]padding-left: 25px; */
	margin-bottom: 10px;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
}

.heading3_green {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
.readmore a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9e6600;
	text-decoration: none;
	margin-top: 10px;
}
.readmore a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#aside {
	display: block;
	float: left;
	width: 220px;
	height: auto;
	/* [disabled]background-image: url(images/menu_bg.png); */
}
.right_bottom_content {
	display: block;
}
.right_bottom_content ul{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	

}

.right_bottom_content ul li {
	display: block;
	float: left;
	width: 235px;
	list-style-type: none;
	margin: 0;
	margin-right: 20px;
}
.instruments ul {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.instruments ul li {
	display: block;
	margin: 0px;
	padding-bottom: 10px;
	background-image: url(images/arrow_icon2.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	width: 210px;
}
.instruments li a{
	color:#272727;
	text-decoration:none;
}

.quicklinks ul {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 140px;
}
.quicklinks ul li {
	display: block;
	margin: 0px;
	background-image: url(images/arrow_icon3.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-right: 0px;
	padding-left: 25px;
	width: 120px;
}
.quicklinks li a{
	color:#272727;
	text-decoration:none;
}
#footer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #005798;
	height: auto;
	display: block;
	
}
#inner_footer {
	display: block;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 8px;
	font-size:12px;
	color:#FFF;
	line-height: 1.1em;
}
.heading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d9d9d9;
}
#banner {
	height: 300px;
	width: 980px;
	/* [disabled]margin-bottom: 20px; */
	/* [disabled]border: 5px solid #2F5F22; */
}
#inner_footer a {
	color: #CCC;
	
}
#inner_footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


.active {
	background-color: #2E8D00;
	color: #FFF;
}
.heading3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 8px;
	text-align: left;
	display: block;
}
.heading4 {
	color: #000000;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #464646;
	padding-top: 20px;
}

.rollover_img {
	width: 227px;
	height: 210px;
	background-position: top;
	/* [disabled]border:2px solid #C4E3FB; */
	line-height:20px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	/* [disabled]border-radius: 10px 10px 0px 0px; */
	/*-webkit-transition: background-color 5s;
-moz-transition: background-color 5s;
-o-transition: background-color 5s;
-ms-transition: background-color 5s;
transition: background-color 5s;
*/	/* [disabled]-moz-border-radius: 10px 10px 0px 0px; */
	/* [disabled]-webkit-border-radius: 10px 10px 0px 0px; */
	z-index:0;
	/*behavior: url(border-radius.htc);*/
  behavior: url(PIE.htc);
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.rollover_img2 {
	background-image: url(images/equipment_small/simultaneous_thermal_analyzer.jpg);
		

}
.rollover_img3 {
	background-image: url(images/equipment_small/fourier_transform_infrared_spectrophotometer.jpg);
		

}
.rollover_img4 {
	background-image: url(images/equipment_small/color_spectrophotometer.jpg);
		

}.rollover_img5 {
	background-image: url(images/equipment_small/torsion_balance.jpg);
		

}.rollover_img6 {
	background-image: url(images/equipment_small/weathrometer.jpg);
		

}.rollover_img7 {
	background-image: url(images/equipment_small/polarized_microscope.jpg);
		

}.rollover_img8 {
	background-image: url(images/equipment_small/simultaneous_thermal_analyzer.jpg);
		

}.rollover_img9 {
	background-image: url(images/equipment_small/cbr_puncture_tester.jpg);
		

}.rollover_img10 {
	background-image: url(images/equipment_small/basket_centrifuge.jpg);
		

}.rollover_img11 {
	background-image: url(images/equipment_small/hot_plate_magnetic_stirrer.jpg);
		

}.rollover_img12 {
	background-image: url(images/equipment_small/thermal_conductivity_tester.jpg);
		

}.rollover_img13 {
	background-image: url(images/equipment_small/damage_to_flexing_tester.jpg);
		

}.rollover_img14 {
	background-image: url(images/equipment_small/ph_meter.jpg);
		

}.rollover_img15 {
	background-image: url(images/equipment_small/hot_air_oven.jpg);
		

}.rollover_img16 {
	background-image: url(images/equipment_small/lab_steamer.jpg);
		

}.rollover_img17 {
	background-image: url(images/equipment_small/hthp_color_dyeing.jpg);
		

}.rollover_img18 {
	background-image: url(images/equipment_small/infra_color_dyeing.jpg);
		

}.rollover_img19 {
	background-image: url(images/equipment_small/vertical_padding_mangle.jpg);
		

}.rollover_img20 {
	background-image: url(images/equipment_small/sublimation_fastness_tester.jpg);
		

}.rollover_img21 {
	background-image: url(images/equipment_small/drying_curing_setting_chamber.jpg);
		

}.rollover_img22 {
	background-image: url(images/equipment_small/wascator.jpg);
		

}
.rollover_img23 {
	background-image: url(images/equipment_small/analytical_balance.jpg);
		

}
.rollover_img24 {
	background-image: url(images/equipment_small/high_performance_thin_layer_chromatography.jpg);
		

}
.rollover_img25 {
	background-image: url(images/equipment_small/atomic_absorption_spectroscopy.jpg);
		

}.rollover_img26 {
	background-image: url(images/equipment_small/limiting_oxygen_index_tester.jpg);
		

}
.rollover_img27 {
	background-image: url(images/equipment_small/high_performance_liquid_chromatography.jpg);
		

}
.rollover_img22 {
	background-image: url(images/equipment_small/wascator.jpg);
		

}
.rollover_img28 {
	background-image: url(images/equipment_small/scanning_electron_microscoper.jpg);
		

}
.rollover_img a {
	color: #000;
	width: 225px;
	height: 150px;
	display: block;
	text-decoration: none;
	left: 551px;
	top: 156px;
	padding-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

.rollover_img a:hover {
	opacity:.95;
	filter:alpha(opacity=95);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 5;
}

.rollover_img a span {
	display: none;
	width: 215px;
	padding:5px;
	color: #000;
}

.rollover_img a:hover span {
	display: block;
	color: #FF0000;
}
.heading5 {
	background-color: #666666;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* [disabled]border-radius: 10px 10px 0px 0px; */
	/*-webkit-transition: background-color 5s;
-moz-transition: background-color 5s;
-o-transition: background-color 5s;
-ms-transition: background-color 5s;
transition: background-color 5s;
*/	/* [disabled]-moz-border-radius: 10px 10px 0px 0px; */
	/* [disabled]-webkit-border-radius: 10px 10px 0px 0px; */
	z-index:0;
	/*behavior: url(border-radius.htc);*/
  behavior: url(PIE.htc);
	height: 45px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
  
}
#overlay_form{
	position: absolute;
	border: 5px solid gray;
	padding: 10px;
	background: white;
	width: 270px;
	height: 190px;
}
#rollover_img{
	display: block;
	border: 1px solid gray;
	width: 65px;
	text-align: center;
	padding: 6px;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 auto;
}#rollover_img_large {
	position: absolute;
	border: 5px solid gray;
	padding: 10px;
	background: white;
	width: 270px;
	height: 190px;
}
#right_content ul{
	display: block;
	padding: 0;
	margin: 0;
	width: 220px;
	float: left;
	list-style-type: none;
}

#right_content ul li {
	display: block;
	text-align: left;
	width: 220px;
	float: left;
}

.heading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #336600;
	display: block;
	background-image: url(images/nav_heading_bg.jpg);
	height: 27px;
	padding-top: 10px;
	background-position: center center;
	padding-left: 22px;
	background
}


.innerul {
	margin-left:0px;
	
	}
	
	
.innerul ul {
	margin-left:0px;
	padding-top:10px;
	padding-left:20px;
}


.innerul ul li {
 list-style-type:none;
 list-style-image:url(images/arrow_icon5.jpg);
 margin-left:0px;
 margin-bottom:10px;
 }	.link {
	text-decoration: none;
	color: #005492;
	font-weight: bold;
}
.link_green {
	color: #2F621F;
	text-decoration: underline;
	font-weight: bold;
}
.sub_head {
	color: #1F6FAA;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.link_black {
	color: #000000;
	text-decoration: none;
}
.sub_headh4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.red {
 color:#FF0000;
 }

/* question containers */
.q { display: block; max-width: 550px; margin-bottom: 16px;
 }

.qhead {
	margin-bottom: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0B4D7D;
	font-weight: bold;
	text-decoration: none;
}
.qhead a {
	/* [disabled]border-bottom: 2px solid #0B4D7D; */
}	
	
	
.qhead a:hover {
	text-decoration: underline;
	color: #428ddc;
	/* [disabled]border-bottom: 2px solid #428ddc; */
}

.answer { display: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
.padding_right15 {
	padding-right: 15px;
}
.active a {
	color: #FFF;
	text-decoration: none;
}
.active a:hover {
	color: #CCC;
}
#right_header {
	display: block;
	float: right;
	width: 200px;
}
#left_header {
	display: block;
	float: left;
	/* [disabled]padding-top: 10px; */
}
.form_wrapper{
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	width:220px;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;
}
.form_wrapper h3{
	padding:5px;
	background-color:#2B5D1E;
	color:#fff;
	font-size:14px;
	border-bottom:1px solid #ddd;
}
.form_wrapper form{
	display:none;
	background:#fff;
}
.form_wrapper .column{
	width:100%;
	float:left;
}
form.active{
	display:block;
}
form.login{
	width:350px;
}
form.register{
	width:220px;
}
form.forgot_password{
	width:300px;
}
.form_wrapper a{
	text-decoration:none;
	color:#777;
	font-size:12px;
}
.form_wrapper a:hover{
	color:#000;
}
.form_wrapper label{
	display:block;
	padding:10px 30px 0px 30px;
	margin:10px 0px 0px 0px;
}
.form_wrapper input[type="text"],
.form_wrapper input[type="password"]{
	border: 1px solid #D3D3D3;
	background: #FFFFFF;
	padding: 5px;
	display:block;
	font-size:14px;
	width:76%;
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	/* [disabled]box-shadow: 0px 0px 8px #f0f0f0; */
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 20px;
}
.form_wrapper input[type="text"]:focus,
.form_wrapper input[type="password"]:focus{
	background:#feffef;
}
.form_wrapper .bottom{
	background-color:#FFF;
	border-top:1px solid #ddd;
	margin-top:10px;
	clear:both;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-align: center;
}
.form_wrapper .bottom a{
	display:block;
	clear:both;
	padding:10px 30px;
	text-align:right;
	color:#ffa800;
	text-shadow:1px 1px 1px #000;
}
.form_wrapper a.forgot{
	float:right;
	font-style:italic;
	line-height:24px;
	color:#ffa800;
	text-shadow:1px 1px 1px #fff;
}
.form_wrapper a.forgot:hover{
	color:#000;
}
.form_wrapper div.remember{
	float:left;
	width:140px;
	margin:20px 0px 20px 30px;
	font-size:11px;
}
.form_wrapper div.remember input{
	float:left;
	margin:2px 5px 0px 0px;
}
.form_wrapper span.error{
	visibility:hidden;
	color:red;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:4px 30px;
}
.form_wrapper input[type="submit"] {
	background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* [disabled]padding: 8px 0 9px; */
	text-align: center;
	width: auto;
	cursor:pointer;
	margin:10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_wrapper input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}
.coe_heading {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 1000px;
	margin: 0 auto;
	background-color: #F2F2F2;
	text-align: center;
	border-color: #F4F4F4;
}
.center_heading {
	font-size: 30px;
	color: #00A54E;
}
.promoted_heading {
	font-size: 13px;
}
#green_bg a {
	background-image: url(images/menu_bg2.jpg);
	background-repeat: repeat-x;
}
#green_bg a:hover {
	background-image: url(images/menu_bg2_hover.jpg);
	background-repeat: repeat-x;
}
#sidebar
{
	float:left;
	height:auto;
	width: auto;
	background-image: url(images/news_event.png);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	text-align: justify;
	}
	.side_pro
	{
	width:auto;
	height:auto;
		}

#newsticker-demo {
	width:188px;
	font-size:12px;
	/* [disabled]margin-top: auto; */
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	/* [disabled]padding-top: 15px; */
	padding-bottom: 0px;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: block;
}

#newsticker-demo a {
	text-decoration:underline;
	color: #000000;
	background-image: url(images/arrow_icon5.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	display: block;
	font-size: 13px;
	height: auto;
}
#newsticker-demo a:hover {
	text-decoration:none;
	color: #666666;
}
#newsticker-demo img {
	border: 1px solid #999999;
}

#newsticker-demo .title {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	color: #333333;
}

.newsticker-jcarousellite {
	width:200px;
	height: auto;
	/* [disabled]margin-left: 15px; */
	padding-top: 0px;
	display: block;
	overflow: hidden;
}
.newsticker-jcarousellite ul li{
	list-style:none;
	display:block;
	padding-bottom:1px;
	height: auto;
	margin-bottom: 15px;
	width: 170px;
	text-align: left;
}
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }
.readmore {
	margin-top: 10px;
}
backtotop {
	font-size: 9px;
	color: #333;
}
.backtotop {
	font-size: 10px;
	color: #F00;
	padding: 0px;
	margin: 0;
}
.TabbedPanelsContentVisible table tr td {
	padding-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.border_table1  {
	border: 1px solid #999;
	padding:5px;
}

.prod_img
	{
	width:230px;
	height:170px;
	/* [disabled]float:left; */
	text-align: center;
	}
.td_padding td {
	padding: 10px;
}
