/*
	Site Main Styles
	Version:  03.03.10
	
	Structure
	--------------------------------------------
	1. Base style
	
	2. Index styles
			- header
			- leftColumn
			- rightColumn
			- footer
			
	3. inner style

*/
/* 1. base style ---------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em,  img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 100.01%;
}
body {
	line-height: 1;
	background: #fff;
	color: #000;
	text-align: center !important;
	font: 0.6875em Verdana, Arial, sans-serif;
}
html,body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
a {
	color: #009AEA;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
input[type="text"], input[type="password"] {
	font-size: 100%;
	padding: 0;
}
textarea {
	font: 100% Verdana, Arial, sans-serif;
	padding: 0;
} 
/* 2. Index styles ---------------------------*/

.main{
	min-height:100%;
	width: 994px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display: block;
	zoom:1;
}

.main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}


/*----header---*/
.header {
	height: 230px;
	position: relative;
	overflow:hidden;
	background: url(../images/header-back.jpg) 0 14px no-repeat;
}

.header h1,
.logo{
	width: 190px;
	height: 63px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	position:absolute;
	left: 40px;
	top:57px;
}
.header .slogan{
	position:absolute;
	left:47px;
	top:116px;
	width:182px;
	font:128% Arial Narrow;
	color:#fff;
}
.mainMenu{
	font-size:110% !important;
	height:43px;
	position:absolute;
	top:183px;
	left:32px;
}
.mainMenu a{
	font-size:110% !important;
}
.mainMenu li{
	float:left;
	line-height:46px;
	color:#fff;
	position:relative;
}
.mainMenu li a{
	color:#000;
	text-decoration:none;
	padding:0 17px 0 15px;
	float:left;

}
.mainMenu li a:hover{
	background: url(../images/menu-active.png) repeat-x;
	color:#fff;
}
.mainMenu li span{
	display:block;
	padding:0 17px 0 15px;
	background: url(../images/menu-active.png) repeat-x;
	cursor:default;
}
.searchForm{
	position:absolute;
	top:193px;
	right:29px;
	font-size:12px;
}
.searchForm input[type=submit]{
	height:26px;
	width:26px;
	cursor:pointer;
	background: url(../images/search-submit.jpg) no-repeat;
	border:none;
}
.searchForm label{
	float:left;
	position:relative;
	top:5px;
	margin-right:12px;
}
.searchForm span{
	width:239px;
	height:26px;
	background: url(../images/search-input.jpg) no-repeat;
	float:left;
}
.searchForm input[type=text]{
	width:227px;
	height:16px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:5px;
	top:4px;
	border:none;
	background:none;
}
/*----leftColumn---*/
.leftColumn{
	float:left;
	width:240px;
	padding-bottom:90px;
	padding-top:19px;

}
.leftColumn a:hover {
	color:#D58400;
	text-decoration:underline;
}

.leftBox{
	width:240px;
	background: url(../images/leftbox.png) repeat-y;
	margin-bottom:12px;	
}
.leftBoxColor{
	background: url(../images/leftbox1.png) repeat-y;
}
.leftBox .leftBoxTop{
	width:240px;
	height:51px;
	overflow:hidden;
	background: url(../images/leftbox-top.png) no-repeat;
}
.leftBoxColor .leftBoxTop{
	background: url(../images/leftbox1-top.png) no-repeat;
}

.leftBox h2{
	font-size:128%;
	color: #fff;
	font-weight:normal;
	line-height:38px;
	overflow:hidden;
	width:200px;
	margin-left:34px;
}
.leftBoxBot{
	width:240px;
	height:10px;
	background: url(../images/leftbox-bot.png) no-repeat;
	font-size:1px;
}
.leftBoxColor .leftBoxBot{
	background: url(../images/leftbox1-bot.png) no-repeat;
}


.leftColumn .banner{
	margin-bottom:15px;
	display:block;
}
.library{
	margin-left:34px;
	width:180px;
	padding-top:18px;
}
.library li{
	margin-bottom:20px;
	color:#6B6B6B;
}
.library a{
	display:block;
	font-size:110%;
	margin-bottom:4px;
}
.library a img{
	display:block;
	margin-bottom:4px;
}
.recommend h3{
	font-size:100%;
	font-weight:bold;
	margin-bottom:2px;
}
.recommend{
	border-top:1px dashed #B5B5B5;
	padding: 10px 15px 15px 15px;
	line-height:16px;
}
.recommend:first-child,
.recommend.first-child{
	border-top:none;
	padding-top:5px;
}
/*---rightColumn-----------------*/
.rightColumn{
	margin-left:273px;
	padding-top:24px;
	padding-bottom:90px;
}
.rightColumn a:hover {
	color:#D58400;
	text-decoration:underline;
}
.rightColumnTop{
	border-bottom:1px dashed #B5B5B5;
	width:707px;
	margin-bottom:28px;
}
.partnersLogo{
	margin-bottom:18px;
	//margin-bottom:30px;
	float:left;
	width:650px;
}
.partnersLogo li{
	width:140px;
	height:110px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin:0 14px 13px 0;
}
.partnersLogo li a{
	width:140px;
	height:110px;
	display:block;
	position:relative;
	overflow:hidden;
	font-size:110%;
	font-weight:bold;
	background-position: 0 -110px;
}
.partnersLogo li a span{
	position:absolute;
	bottom:11px;
	cursor:pointer;
	width:120px;
	left:10px;
	text-decoration:underline;
}
.partnersLogo li a:hover{
	color:#000;
	text-decoration:underline;
	background-position: 0 0;
}
.atlas{
	background: url(../images/partners-logo/atlas-copco.png) no-repeat;	
}
.blaserSwis{
	background: url(../images/partners-logo/blaser-swisslube.png) no-repeat;	
}
.britishPetr{
	background: url(../images/partners-logo/british-petrolium.png) no-repeat;	
}
.castrol{
	background: url(../images/partners-logo/castrol.png) no-repeat;	
}
.caterpillar{
	background: url(../images/partners-logo/caterpillar.png) no-repeat;	
}
.esso{
	background: url(../images/partners-logo/esso.png) no-repeat;	
}
.kluber{
	background: url(../images/partners-logo/kluber.png) no-repeat;	
}
.liquimoly{
	background: url(../images/partners-logo/liquimoly.png) no-repeat;	
}
.mobil{
	background: url(../images/partners-logo/mobil.png) no-repeat;	
}
.molykote{
	background: url(../images/partners-logo/molykote.png) no-repeat;	
}
.permabond{
	background: url(../images/partners-logo/permabond.png) no-repeat;	
}
.shell{
	background: url(../images/partners-logo/shell.png) no-repeat;	
}
.texaco{
	background: url(../images/partners-logo/texaco.png) no-repeat;	
}
.tnk{
	background: url(../images/partners-logo/tnk.png) no-repeat;	
}
.rusOils{
	background: url(../images/partners-logo/russian-oils.png) no-repeat;	
}


.rightColumn .banner{
	margin-bottom:35px;
	display:block;
}

.hbrown{
	color:#fff;
	font-weight:bold;
	font-size:128%;
	margin-bottom:14px;
	height:45px;
	line-height:33px;
}

.hbrown span{
	height:45px;
	line-height:33px;
	padding-left:25px;
	padding-right:7px;
	position:relative;
	background: url(../images/hbrown.png) no-repeat;
	float:left;
	min-width:145px;

}
.hbrown i{
	height:33px;
	width:7px;
	background: url(../images/hbrown-right.png) no-repeat;
	position:absolute;
	top:0;
	right:-1px;
}
.sliderBox{
	width:721px;
	height:224px;
	background: url(../images/panel-slider.png) no-repeat;
	margin-left:-5px;
	margin-bottom:38px;
	position:relative;
}
.slider{
	width:590px;
	height:219px;
	margin-left:64px;
	position:relative;
	top:3px;
	overflow:hidden;
}
.slider .forImg{
	width:163px;
	height:218px;
	overflow:hidden;
	float:left;
	margin-right:27px;
	text-align:center;
}
.slider .forImg a{
	width:163px;
	height:218px;
	display:table-cell;
	vertical-align:middle;
}

*:first-child+html .slider .forImg a img {
display: block;
z-index: expression( 
runtimeStyle.zIndex = 1,
this == ((218/2)-parseInt(offsetHeight)/2) <0 ? style.marginTop="0" : style.marginTop=(218/2)-(parseInt(offsetHeight)/2) +'px');
}

.slider .forText{
	float:left;
	height:218px;
	width:395px;
	overflow:hidden;
}
.slider .forText span{
	display:block;
	color:#8D8D8D;
	margin-top:10px;
}
.slider .forText  h3{
	font-size:128%;
	font-weight:bold;
	margin:22px 0 12px 0;
}
#leftArrow, #rightArrow{
	width:49px;
	height:114px;
	position:absolute;
	top:52px;
	left:1px;
	background: url(../images/left-arrow.gif) no-repeat;
	cursor:pointer;
}
#rightArrow{
	background: url(../images/right-arrow.gif) no-repeat;
	left:auto;
	right:1px;
}
.disabled#leftArrow,
.disabled#rightArrow{
	background-position: 0 -114px;
	cursor:default;
}



.newsList{
	overflow:hidden;
}
.newsList li{
	float:left;
	width:340px;
	margin-right:20px;
	margin-bottom:36px;
}
.newsList .forImg{
	width:120px;
	height:95px;
	float:left;
	overflow:hidden;
	position:relative;
}
.newsList .forImg a{
	width:120px;
	height:95px;
	background: url(../images/frame120x95.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.newsList .forText{
	margin-left:130px;
}
.newsList .forText span{
	color:#7F7F7F;
	display:block;
	margin-bottom:8px;
}
.newsList .forText h4{
	font-size:100%;
	font-weight:bold;
	margin-bottom:2px;
}



/*---footer-----------------*/
.footer{
	width:994px;
	height:79px;
	background: url(../images/footer.png) no-repeat;
	margin:-79px auto 0 auto;
	position: relative;
	line-height:59px;
	text-align:left;
	clear:both;
}
.footer span{
	position:absolute;
	left:26px;
}
.footer ul{
	margin-left:304px;
}
.footer li{
	display:inline;
	border-left:1px solid #000;
	padding:0 14px 0 18px;
}
.footer li:first-child,
.footer li.first-child{
	border:none;
}

.footer a{
	color:#000;
}
.footerCounters {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 150px;
}
.footerCounters img {
	margin-left: 5px;
}
/* 3. inner style -------------------------*/
.sideBarMenu {
	margin: 0 0 2px 35px;
}
	.sideBarMenu li {
		background: url(../images/inner/side-menu.gif) 0 5px no-repeat;
		padding: 0 0 9px 11px;
		font-weight: bold;
	}
	.sideBarMenu a {
		color: #013366;
	}
.chrumb {
	margin-bottom: 14px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	color: #333333;
}
	.chrumb a {
		color: #333333;
		text-decoration: none;
	}
	.chrumb a:hover {
		text-decoration: underline;
	}
	.chrumb li {
		display: inline;
	}
	.chrumb li:before {
		content: "/";
		margin: 0 5px 0 0;
		font-weight: normal;
	}
	.chrumb li:first-child:before {
		content: "";
	}
	.chrumb li {
		//z-index: expression(runtimeStyle.zIndex = 1, this == parentNode.firstChild ? 0 : this.innerHTML = "/" + this.innerHTML );
	}
.artDate {
	font-size: 12px;
	margin-bottom: 14px;
	color: #114880;
}
.s_no {display:none;}
.content {
	color: #323232;
}
	.content h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.content p {
		margin-bottom: 19px;
	}
	.content h2 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.content h3 {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.content h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.content h5 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.content h6 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.leftBox h3{
		width: auto ;
	}
	fieldset{
		margin: 0 !important;
	}
	.h3 {
		background-image:none !important;
		color:#333 !important;
		font-size:14px;
		margin:0;
		min-height:24px;
		padding: 0 !important;
		font-family: Verdana, Arial, sans-serif !important;
	}
	.h3 a {
		color:#333 !important;
		font-size:14px !important;
				font-family: Verdana, Arial, sans-serif !important;
	}
	.h3 a:hover {
		color:#D58400 !important;
	}
