@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BankGothicMdBTMedium';
    src: url('../fonts/tt0590m_-webfont.eot');
    src: url('../fonts/tt0590m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0590m_-webfont.woff') format('woff'),
         url('../fonts/tt0590m_-webfont.ttf') format('truetype'),
         url('../fonts/tt0590m_-webfont.svg#BankGothicMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*font-family: 'Cabin', sans-serif;
font-family: 'Droid Sans', sans-serif;*/



body					{
	padding-top: 0px;
	padding-bottom:20px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position: relative;
	background-color: #0c0f1d;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: autos;
	width: auto;	
	
	
	
}
.wrapper				{
	width: 960px;
	background-color: #FFFFFF;
	/* firefox */
							-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	/* safari/chrome */
							-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	/* ie9, future proofing for whatever browser that support this arrtibute */
							border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-left-radius : 5px;
	border-bottom-right-radius : 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
						}
.wrapperf				{
	width: 960px;
	background-color: #FFFFFF;
	/* firefox */
							-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	/* safari/chrome */
							-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	/* ie9, future proofing for whatever browser that support this arrtibute */
							border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-left-radius : 5px;
	border-bottom-right-radius : 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
						}
.wrapperm				{
	width: 282px;
	background-color: #FFFFFF;
	/* firefox */
							-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	/* safari/chrome */
							-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	/* ie9, future proofing for whatever browser that support this arrtibute */
							border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-left-radius : 0px;
	border-bottom-right-radius : 0px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomleft: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 16px;
	padding-left: 5px;
	float: left;
	clear: none;
						}
.wrapperh				{
	width: 960px;
	background-color: #FFFFFF;
	/* firefox */
							-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	/* safari/chrome */
							-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	/* ie9, future proofing for whatever browser that support this arrtibute */
							border-top-left-radius : 5px;
	border-top-right-radius : 5px;
	border-bottom-left-radius : 0px;
	border-bottom-right-radius : 0px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomleft: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
						}
.clear					{ margin: 0px; padding: 0px; clear:both;}
img						{ border: 0px;}
a						{ text-decoration: none;}
a:active 				{
	-moz-outline-style: none;
	border:none;
	outline: none;
}
a:focus 				{ -moz-outline-style: none; border:none; outline: none; }
a:visited				{ -moz-outline-style: none; border:none; outline: none; }
h2						{
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-family: 'Cabin', sans-serif;
	font-size: 20px;
	color: #233693;
	width: 100%;
}
h2 span					{ color: #233693;}
h2 .title				{
	margin: 0px;
	padding: 0px;
	float: left;
	min-width: 90px;
	position: relative;
}
h2 .pattern-line		{ margin-top: 10px; padding: 0px; float: right; background: url(../images/title-pattern.png) repeat-x; height: 5px; position: relative;}
h3						{ margin: 0px; padding: 0px;}
h4						{ margin: 0px; padding: 0px;}
.text15 p				{ margin: 10px 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #1d1d1d; text-align: justify; line-height: 18px;}
.text13 p				{ margin: 10px 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #1d1d1d; line-height: 18px; text-align: justify;}
.text13-center p		{ margin: 10px 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #1d1d1d; line-height: 18px; text-align: center;}
.width55per				{ width: 55%;}
.width63per				{ width: 63%;}
.width62per				{ width: 62%;}
.width60per				{ width: 60%;}
.width66per				{ width: 66%;}
.width68per				{ width: 68%;}
.width70per				{ width: 70%;}
.width73per				{ width: 73%;}
.width72per				{ width: 72%;}
.width76per				{
	width: 75%;
}
.width82per				{ width: 82%;}
.width80per				{ width: 80%;}
.width84per				{ width: 84%;}
.width85per				{ width: 85%;}
.width86per				{ width: 86%;}
.width37per				{ width: 37%;}
.width100per			{ width: 100% !important;}
.fleft					{ float: left;}
.fright					{ float: right;}
.marginbottom15			{ margin-bottom: 15px !important;}
.marginright13			{ margin-right: 13px !important;}
.margintopnone			{
	margin-top: 0px !important;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.margintop10			{ margin-top: 10px !important;}
.marginbottomnone		{ margin-bottom: 0px !important;}
.marginrightnone		{ margin-right: 0px !important;}
a:active 				{ -moz-outline-style: none; border:none; outline: none; }
a:focus 				{ -moz-outline-style: none; border:none; outline: none; }
a:visited				{
	-moz-outline-style: none;
	border:none;
	outline: none;
}
.bgnone					{ background: none !important;}
/****************************************/
/*             Top section              */
/****************************************/

.header					{ margin: 0px; padding: 0px;}
.headerh					{ margin: 0px; padding: 0px;}
.headerm					{
	margin: 0px;
	padding: 0px;
	width: 282px;
}
.logo					{ margin: 0px 0px 10px 14px; padding: 0px; width: 461px; height: 80px; float: left;}
.logo a					{ margin: 0px; padding: 0px; background: url(../images/logo.jpg) no-repeat; width: 461px; height: 73px; display: block; color: #aaaaaa;}
.logo div				{
	margin-right: 4px;
	padding: 0px;
	min-width: 355px;
	float: right;
	font-family: 'BankGothicMdBTMedium';
	font-size: 21px;
	text-transform: uppercase;
	text-align: left;
}
.logo div.info			{ margin-top: 30px;}
.logo div.speciality	{ margin-top: 0px;}
.company-info			{ margin-top: 20px; padding: 0px; float: right;}
.company-info ul		{ margin: 0px; padding: 0px; list-style: none; font-family: 'Droid Sans', sans-serif; font-size: 12px;}
.company-info ul li		{ margin: 0px 10px; padding: 0px; float: left; text-align: center; width: 60px;} 
.company-info ul li	a	{ margin: 0px; padding: 0px; color: #262626;}
.company-info ul li	a:hover	{ color: #253989;}
.company-info ul li	a .info-text{ margin-top: 5px;}
.company-info ul li	a .contact	{ margin: 0px auto; background:url(../images/contactus-icon.png) no-repeat top center; width: 25px; height: 25px;}
.company-info ul li	a:hover .contact,.company-info ul li a.active .contact	{ margin: 0px auto; background:url(../images/contactus-icon-hover.png) no-repeat top center;}
.company-info ul li	a .about	{ margin: 0px auto; background:url(../images/aboutus-icon.png) no-repeat top center; width: 25px; height: 25px;}
.company-info ul li	a:hover .about,.company-info ul li a.active .about	{ margin: 0px auto; background:url(../images/aboutus-icon-hover.png) no-repeat top center;}
.main-menu				{ margin: 0px 0px 23px 0px; padding: 0px; height: 43px;}

.f-menu			{
	margin: 0px;
	padding: 0px;
	background: url(../images/f-menu.png) ;
	height: 28px;
	line-height: 28px;
	text-align: left;
	min-width: 955px;
	color: #FFF;
				
				}

.f-menu-left			{ margin: 0px; padding: 0px; background: url(../images/menu-left.png) no-repeat; height: 28px; width: 2px; float: left;}
.f-menu-right			{ margin: 0px; padding: 0px; background: url(../images/menu-left.png) no-repeat; height: 28px; width: 2px; float: right;}
.f-menu tr td			{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.f-menu tr td 			{ margin: 0px; padding: 0px; list-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px;font-size: 14px;text-align: center;}

.f-menu tr td ul a	 	{ margin: 0px 0px; padding: 0px 0px; color: #FFF; }
.f-menu tr td ul a:hover,.f-menu tr td ul a:selected{ color: #FFF;}
.f-menu tr td ul a:active{ color: #FFF;}
.f-menu tr td ul a:visited{ color: #FFF;}

.f-menu tr td a:hover,.f-menu tr td a:selected{ color: #FFF;}
.f-menu tr td a:active{ color: #FFF;}
.f-menu tr td a:visited{ color: #FFF;}

.main-menu-left-f			{ margin: 0px; padding: 0px; background: url(../images/menu-left.png) no-repeat; height: 28px; width: 2px; float: left;}

.main-menu-left			{ margin: 0px; padding: 0px; background: url(../images/menu-left.png) no-repeat; height: 43px; width: 2px; float: left;}
.main-menu-mid 			{
	margin: 0px;
	padding: 0px;
	background: url(../images/menu-mid.png) repeat-x;
	height: 43px;
	line-height: 43px;
	float: left;
	min-width: 955px;
	text-align: left;
}
.main-menu-mid ul			{ margin: 0px; padding: 0px; list-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.main-menu-mid ul li		{ margin: 0px; padding: 0px; float: left;background:url(../images/menu-seprator.png) repeat-y right center; display: block; width: auto; text-align: center;}
.main-menu-mid ul li a	 	{ margin: 0px 0px; padding: 0px 0px; color: #6c6c6c; }
.main-menu-mid ul li a:hover,.main-menu-mid ul li a.selected{ color: #2a2a2a;}
.main-menu-mid ul li:last-child{ background: none;padding-right:0}
.main-menu-right		{ margin: 0px; padding: 0px; background: url(../images/menu-left.png) no-repeat; height: 43px; width: 3px; float: left;}
.main-menu-right-f		{ margin: 0px; padding: 0px; background: url(../images/menu-left.png) no-repeat; height: 28px; width: 3px; float: right;}



/*search box*/

#w2b-searchbox{ margin-right: 4px; margin-bottom: 5px; background:url(../images/search-box.png) no-repeat scroll center center transparent; width: 204px; height:33px; disaply:block;}
form#w2b-searchform{display: block; margin-top: 4px;}
form#w2b-searchform #s{padding: 8px 10px; margin:0; width: 154px; font-size:14px; vertical-align: top; border:none; background:transparent;}
form#w2b-searchform #sbutton{margin:0; padding:0; height:25px; width:25px; vertical-align: top; border:none; background:transparent;}



/* LEVEL ONE*/

ul.dropdown                         { margin: 0px; padding: 0px; }
ul.dropdown li                      { margin: 0px; padding: 0px 14px;}
ul.dropdown a:hover		            { }
ul.dropdown a:active                { }
ul.dropdown li a                    { display: block;}
ul.dropdown li.hover,
ul.dropdown li:hover                {
	position: relative;
	color: #FFF;
}
ul.dropdown li.hover a              {}
ul.dropdown li	a .home	{ margin: 0px auto; background:url(../images/home-icon-hover.png) no-repeat -1px 6px; width: 25px; height: 43px;}
ul.dropdown li.homeli {padding: 0 5px;}

.bg-none							{ background: none !important;}
.padding-btm-none					{ padding-bottom: 0px !important;}
.margin-btm-none					{ margin-bottom: 0px !important;}

/* LEVEL TWO*/

ul.dropdown ul 						{ margin: 0px; padding: 0px; width: 180px; visibility: hidden; position: absolute; top: 100%; left: 0; font-family: Verdana, Geneva, sans-serif; font-size: 12px; z-index: 10000; }
ul.dropdown ul.sub_menu_bs 						{ margin: 0px; padding: 0px; width: 280px; visibility: hidden; position: absolute; top: 100%; left: 0; font-family: Verdana, Geneva, sans-serif; font-size: 12px; z-index: 10000; }

ul.dropdown ul li 					{ margin: 0px; padding-left: 10px; background: #F6F6F6; color: #6C6C6C; border-left:1px solid #9a9a9a; border-right:1px solid #9a9a9a; border-bottom: 1px solid #9a9a9a; float: none; height: 21px; line-height: 21px;text-align: left !important; }
ul.dropdown ul.sub_menu_bs li 					{ margin: 0px; padding-left: 10px; background: #F6F6F6; color: #6C6C6C; border-left:1px solid #9a9a9a; border-right:1px solid #9a9a9a; border-bottom: 1px solid #9a9a9a; float: none; height: 21px; line-height: 21px;text-align: left !important; }

ul.dropdown ul li:last-child		{ background: #F6F6F6;} 									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; display: inline-block; color: #6C6C6C !important;} 
ul.dropdown ul li a:hover			{ color:#1E2959 !important;} 

ul.dropdown ul.sub_menu_bs li:last-child		{ background: #F6F6F6;} 									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul.sub_menu_bs li a					{ border-right: none; display: inline-block; color: #6C6C6C !important;} 
ul.dropdown ul.sub_menu_bs li a:hover			{ color:#1E2959 !important;} 

/* LEVEL THREE*/

ul.dropdown ul ul 					{ left: 100%; top: 0; margin-left: 0px; width: 260px !important;}
ul.dropdown li:hover > ul 			{ visibility: visible; }

ul.dropdown ul ul.sub_menu_o 					{ left: 100%; top: 0; margin-left: 0px; width: 200px !important;}
ul.dropdown li:hover > ul 			{ visibility: visible; }



/****************************************/
/*            Banner section             */
/****************************************/
.banner					{ margin: 0px; padding: 0px; height: 330px;}
.slider					{ margin: 0px; padding: 4px; border: solid 1px #bbbbbb; background: #ffffff;}
.sidebar-title			{ margin: 0px; padding: 0px;  width: 282px; height: 52px; background:url(../images/our-products-top.png) no-repeat; line-height: 52px; text-align: center; font-family: 'Cabin', sans-serif; font-size: 18px; color: #fff; text-transform: uppercase;}
.side-bar-mid			{ margin: 0px; padding: 0px 2px; background:url(../images/our-products-mid.png) repeat-y; width: 278px; min-height: 271px;}
.side-bar-mid h2		{ margin: 9px 0px 9px 16px; padding: 0px 0px 0px 20px; background:url(../images/magnifier-icon.png) no-repeat left; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #f5f5f8; font-weight: bold; width: auto;}
.side-bar-mid .part		{ margin: 0px 0px; padding: 0px; background:url(../images/products-menu-seprator.png) repeat-x; height: 2px; width: 100%;}
.side-bar-bottom		{ margin: 0px; padding: 0px; background:url(../images/our-products-bottom.png) no-repeat; width: 282px; height: 7px;}
ul.product-list			{ margin: 0px; padding: 0px 15px; list-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px !important;}
ul.product-list	li		{ margin: 0px 0px; padding: 7px 0px; background: url(../images/side-menu-arrow.png) no-repeat right 10px;}
ul.product-list	li.active	{ margin: 0px 0px; padding: 7px 0px; background: url(../images/side-menu-arrow-active.png) no-repeat right 10px;}
ul.product-list	li.active a	{ color:#9CF;}
ul.product-list	li.paddingnone{ margin: 0px; padding: 0px !important; }
ul.product-list	li a	{ margin: 0px; padding: 0px; color: #f5f5f8; display: block; font-size: 13px;}
ul.product-list	li a:hover,ul.product-list li a.active	{ color:#9CF; }
ul.product-list	li ul 	{ margin-top: 5px; margin-left: 30px; padding: 0px;}
ul.product-list	li ul li{ margin: 0px; padding: 0px; color: #FFF; background: none; line-height: 20px;}
ul.product-list	li ul li a{ color: #FFF !important; font-size: 11px;}
ul.product-list	li ul li a:hover{ color: #9CF !important;}
ul.product-list	li ul h3{ margin: 0px; padding: 0px; font-size: 14px; color: #99CCFF; font-weight: normal !important;}
.banner-shadow			{ margin: 0px; padding: px; text-align: center;}
a.go-to-top				{ margin-top: 40px; padding: 0px; font-size: 12px; color: #233693; float: right; font-weight: bold;}
.request-btn			{ margin: 10px 0px; padding: 0px; float: left; background:url(../images/request-btn.png) no-repeat; width: 170px; height: 30px; line-height: 30px; text-align: center; font-size: 14px;}
.request-btn a			{ color: #18214A;}
.request-btn a:hover	{ color: #FFF;}


/****************************************/
/*            Middle section             */
/****************************************/
.middle					{ margin-top: 30px; padding: 0px;}
.side-bar				{ margin: 0px; padding: 0px; width: 282px;}
.container				{ margin: 0px; padding: 0px; width: 650px;}
.mid-box				{ margin: 0px; padding: 0px; width: 310px;}
.mid-box .image			{ margin: 0px; padding: 3px; background: #ffffff; border: solid 1px #bdbdbd;}
.read-more a			{ margin: 0px; padding: 0px 15px 0px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #233794; background:url(../images/read-more-arrow.png) no-repeat right center; font-style: italic; float: right;}
.read-more a:hover		{ text-decoration: underline;}


/****************************************/
/*            Bottom section             */
/****************************************/
.footer						{
	margin-top: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e9e9e9;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}
ul.footer-menu				{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	text-align: center;
}
ul.footer-menu li			{ margin: 0px; padding: 0px; display: inline;}
ul.footer-menu li a			{ margin: 0px 50px 0px 0px; padding: 0px; color: #4d5578;}
ul.footer-menu li a:hover	{
	color: #000;
	text-align: center;
}
.footer-left				{ margin-top: 30px; padding: 0px; font-family: 'Droid Sans', sans-serif; font-size: 13px; color: #4d5578; line-height: 22px;}
.footer-left a				{ color: #4d5578;}
.footer-left a:hover		{ text-decoration: underline;}
ul.social-links				{ margin: 3px 0px 0px 3px; padding: 0px;}
ul.social-links li			{ margin: 0px 3px; padding: 0px; display: inline;}
.footer-right				{
	margin-top: 100px;
	padding: 0px;
	text-align: center;
}
.site-info					{
	margin: 0px;
	padding: 0px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	color: #989898;
	text-align: center;
	vertical-align: middle;
}


/****************************************/
/*        Incinerators  Page            */
/****************************************/
ul.inner-product-list		{ margin: 0px; padding: 0px; list-style: none;}
ul.inner-product-list li	{ margin: 20px 0px; padding: 15px; border: solid 3px #555F8C; -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; 
border-radius: 10px;}
/*ul.inner-product-list li	{ margin: 20px 0px; padding: 0px;}*/
ul.inner-product-list li table{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-align:left;
}
ul.inner-product-list li table tr td{ text-align:left;}
ul.inner-product-list li table tr td span{ font-weight: bold; color: #233693;}
ul.inner-product-list li img{ margin: 0px 15px 0px 0px; padding: 0px; float: left; position: relative;}
ul.inner-product-list li p	{ margin-top: 20px;}

ul.speciality-list			{ margin: 0px; padding: 0px; list-style: none;}
ul.speciality-list li		{ margin: 3px 0px; padding: 0px 0px 0px 20px; background: url(../images/speciality-arrow-list.png) no-repeat left 5px; line-height: 25px; font-size: 13px; border: none;}
ul.speciality-list li a		{ color: #000;}
ol.speciality-list			{ margin: 0px; padding: 0px; list-style: upper-alpha;}
ol.speciality-list li		{ margin: 3px 0px 0px 24px; padding: 0px; text-transform: uppercase; line-height: 25px; font-size: 13px; border: none;}




table.specification-chart				{ margin: 10px 0px 20px 0px !important; padding: 0px;}
table.specification-chart .title		{ margin: 0px; padding: 0px; background: #13478E;}
table.specification-chart .sub-title	{ margin: 0px; padding: 0px; background: #8FAED8;}
table.specification-chart tr.odd-bg		{ margin: 0px; padding: 0px; background: #fff;}
table.specification-chart tr.even-bg	{ margin: 0px; padding: 0px; background: #D1E4FC;}
table.specification-chart tr td.borderr	{ border-right: solid 1px #13478E;}
table.specification-chart tr td.borderl	{ border-left: solid 1px #13478E;}
/*table.specification-chart tr.odd-bg:hover{ background: #A8CBF7;}
table.specification-chart tr.even-bg:hover{ background: #A8CBF7;}*/
table.enquiry-form						{ margin: 0px; padding: 0px; line-height: 20px;}
table.enquiry-form tr.odd-bg			{ margin: 0px; padding: 0px; background: #fff;}
table.enquiry-form tr.even-bg			{ margin: 0px; padding: 0px; background: #D1E4FC;}
table.enquiry-form input[type="text"]	{ margin: 0px; padding: 0px 5px; width: 190px; height: 20px; line-height: 20px;}
table.enquiry-form textarea				{ margin: 0px; padding: 0px 5px; width: 190px; height: 70px;}
table.enquiry-form input[type="submit"]	{ margin: 0px; padding: 0px 0px 2px 0px; width: 70px; height: 25px; line-height: 25px; background: #D1E4FC; border: solid 1px #0C0F1D;}
table.enquiry-form input[type="reset"]	{ margin: 0px; padding: 0px 0px 2px 0px; width: 70px; height: 25px; line-height: 25px; background: #D1E4FC; border: solid 1px #0C0F1D;}
.text-white			{ text-align: center !important;}



/*contact us*/
.contact-text{ color: #fff; font-family: 'Droid Sans', sans-serif;}
.textfield {
    background: url("../images/form-bg.png") no-repeat scroll 0 0 transparent;
    border: 0 solid #FFFFFF;
    color: #233693;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 15px;
    margin: 2px;
    padding-left: 10px;
    text-decoration: none;
    width: 280px;
}
.comment-box {
    background-color: transparent;
    background-image: url("../images/comment-box.png");
    background-repeat: no-repeat;
    border: 0 solid #FFFFFF;
    color: #233693;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    height: 162px;
    line-height: 15px;
    margin: 3px;
    padding-left: 15px;
    padding-top: 10px;
    text-decoration: none;
    width: 580px;
}
.query-text {
    color: #233693;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 3px;
    text-decoration: none;
}
.submit-box {
    background-color: transparent;
    background-image: url("../images/submit-box.png");
    background-repeat: no-repeat;
    border: 0 solid #FFFFFF;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    height: 25px;
	line-height: 25px;
    margin: 3px 0px 10px 15px;
    text-decoration: none;
    width: 70px;
}
.txtboxtxt {
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
    color: #3F3F3F;
    font-family: 'Droid Sans', sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    width: 175px;
}
.txtboxtxt-large {
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
    color: #3F3F3F;
    font-family: 'Droid Sans', sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    width: 325px;
}
.txtboxtxt-small {
    background-color: #F4F4F4;
    border: 1px solid #CCCCCC;
    color: #3F3F3F;
    font-family: 'Droid Sans', sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
}
.td-Table {
    border: 1px solid #999999;
    font-family: 'Droid Sans', sans-serif;
    font-size: 11px;
    line-height: 18px;
    text-decoration: none;
}
.danfoss{border-collapse:collapse; border:#000 1px solid; margin-top:3px; margin-bottom:3px; width:60%}

table.contact-details	{ margin: 0px 0px 30px 0px;color: #18214A;}
table.contact-details tr td { padding: 10px 0px; border-bottom: dashed 1px #18214A;}
table.contact-details tr td label{ font-size: 14px; color: #18214A; font-weight: bold;}
table.contact-details a	{color: #18214A; font-weight: bold;}
table.contact-details a:hover{ color: #253989;}



table.serving	{ margin: 10px 0px 30px 0px; padding: 0px;}
table.serving tr td	{ margin: 0px; padding: 5px; border-bottom: solid 1px;} 


.m-48 {
    border: 1px solid #E8ECFF;
    height: 63px;
    width: 648px;
}
.m-val {
    border: 1px solid #E8ECFF;
    height: 0px;
    width: 0px;
}

.qt2 {
    background: none repeat scroll 0 0 #E8ECFF;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    padding: 4px 0 0 5px;
}
.q-b1 {
    border-bottom: 1px solid #E8ECFF;
    border-left: 1px solid #E8ECFF;
    border-right: 1px solid #E8ECFF;
}
.qp1 {
    font-family: arial;
    font-size: 11px;
    padding: 4px 0 0 2px;
}
.txtfn {
    border: 1px solid #AED2F3;
    font-family: arial;
    font-size: 12px;
    padding: 2px 0;
}
.txtfa {
    border: 1px solid #AED2F3;
    color: #9E9E9E;
    font-family: arial;
    font-size: 12px;
    padding: 2px 1px;
}
.txtfn1 {
    border: 1px solid #AED2F3;
    font-family: arial;
    font-size: 18px;
}
.qb1 {
    background-color: #F9F9F9;
}
.qt3 {
    font-family: arial;
    font-size: 11px;
    margin-left: 10px;
    text-align: left;
    width: 200px;
}
.submit{ margin: 10px 0px; background:url(../images/send-btn.jpg) no-repeat; width: 180px; height: 32px; border: none; color:#FFF; font-weight: bold;}
.m-40{ margin-top: 10px;}



a#change-image{margin-top: 30px;  float: left; }
img#captcha{ margin-top: 15px; margin-right: 6px; padding: 0px; width: 170px; height: 55px; float: left;}
.gallery-img {}


.developed-by{ margin: 15px 0px 0px 100px; padding: 0px; color: #989898;
    font-family: 'Droid Sans',sans-serif;
    font-size: 12px;}
.developed-by img{ margin-top: -10px; margin-left: 5px; float: left;}


.contact-form tabel, tbody, tr, td	{
	margin: 0px;
	padding: 0px;
	border-right-style: none;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: none;
	
}

.inner-contact-form{
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 10px;
}

.inner-contact-form #change-image{ position: absolute;}

.footer-left a.googleplus {
   background: url("//ssl.gstatic.com/s2/oz/images/stars/po/Publisher/sprite4-a67f741843ffc4220554c34bd01bb0bb.png") no-repeat scroll 0 -125px transparent;
       float: left;
       width: 25px;
       height: 15px;
}
	.iso {
float: right;
margin-right: -57px;
width: 190px;
height: 90px;
}

.iso img {
   width: 70%;
   height: 89%;
}

.dnb {
	width: 80px;
	float: right;
	padding-left: 0px;
	margin-top: -4px;
	padding-top: 4px;
}

.dnb img {
	width: 80px;
	height: 79px;
}

    .D&B {
float: right;
width: 100px;
height: 100px;
}

.D&B img {
    width: 100%;
	height: 100%;
}
