@charset "utf-8";

#header #header-logo{
	background: url(top-logo-en.gif) no-repeat 0 0;
}

#header #slogan {
	background: url(slogan-en.png) no-repeat 0 0;
}

/********** index ****************************/
#indexabout h2, #index-projects h2, #index-partners h2,#indexnews h2, #indexproducts h2{
	height:35px;
	line-height:35px;
	padding:0px 0 0 22px;
	color:#0099ff;
	font-size:14px;
	font-weight:bold;
	background:url(index_title_bg-english.gif) no-repeat  0 0px;
	margin:10px 0 0px 10px;	
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
	font-size: 0px;
	line-height:0px;
}
#indexabout h2:hover{
	background-position: -400px 0px;
}

#indexnews h2{
	background-position: 0px -35px;
}
#indexnews h2:hover{
	background-position: -400px -35px;
}
#index-projects h2{
	width:150px;
	overflow:hidden;
	background-position: 0px -70px;
}
#index-projects h2:hover{
	background-position: -400px -70px;
}
#index-partners  h2{
	width:150px;
	overflow:hidden;
	background-position: 0px -105px;
}
#index-partners  h2:hover{
	background-position: -400px -105px;
}
#indexproducts h2{
	background-position: 0px -70px;
}
#indexproducts h2:hover{
	background-position: -400px -70px;
}
#indexabout h2 a, #indexnews h2 a, #indexproducts h2 a{
	color:#0099ff;
}
#indexabout h2 a:hover, #indexnews h2 a:hover, #indexproducts h2 a:hover{
	color:#F00;
	text-decoration:underline;
}

#indexabout #index-about-factory {
	background:url(factory-english.jpg) no-repeat  0 0;
}
#indexabout p {
	text-indent:0em;
	text-align: left;	

}

.mainContent .content p {
	text-indent: 0em;
	font-size: 12px;
	line-height:1.8em;
	text-align:justify;
	margin:1em 0 1em 0;
}
