/*Clear CMS CSS*/
/*HTML Tag*/
body {
	background-color: #666666;
	/*
	font-family:verdana, kartika, arial, Kalimati, DejaVu Sans;
	font-size:8pt;
	margin: 0px ;
	line-height:130%;
	*/
  font-family: Verdana,Arial,Helvetica,"Sans Serif";
  line-height:150%;
  font-size: 12px;
  color:#505050;
  text-align : justify;

}
a {
	color:#00a000;
  text-decoration: none; 
}
a:hover {
	color:#00a000;
  text-decoration: underline; 
}
hr{
  border: 0;
  color: #99cc33;
  background-color: #99cc33;
  height: 2px;
  margin-bottom:10px;
}
table {
	font-size:9pt;
}
h1{
	font-size:12pt;
}
h2 {
	font-size:11pt;
	text-decoration:none;
}
h3{
	font-size:10pt;
}
ul{
	padding:10px;
	margin:5px;
}
td{}
input {
	border:1px solid #ccc;
	cursor:pointer;
}
select{
	border:1px solid #ccc;
}
checkbox{
	border:1px solid #ccc;
}
textarea{
	border:1px solid #ccc;
}

/*class*/
input .noNewsletter :hover{
	border:1px solid #990000;
}
.okNewsletter input:hover{
	border:1px solid #006400;
}
 .noNewsletter{
	width:170px;
 }
  .okNewsletter{
	width:170px;
 }
a img{
	border:0px;
}
.newsHome{
	font-size:8pt;
}
.newsHome a{
	font-weight:normal;
	text-decoration:none;
}
.textAreaClass{
	width:603px;
	height:100px;
}
.selectClass{
	width:315px;
}
.starNeeded{
	font-weight: bold;
	color:#990000;
}
.starDontNeeded{
	font-weight: bold;
	color:#ffffff;
}
.boldIt{
	font-weight: bold;
}
.verifForm{
	color:#990000;
}
.lang{
	position:absolute;
	top:30px;
	right:0px;
	width:200px;
	height:30px;
}
.outline{
	position:relative;
	margin:0px;
	padding:0px;
	width:1050px;
	border:0px solid #fff;
	height:100%;
}
.content {
	position:relative;
	background-color:#666666;
	background-image: url(../images/template/middle.png);
	background-position:top;
	background-repeat:repeat-y;
	text-align:justify;
	width:100%;
	/*min-height:1030px !important;*/
	height:100%;
	/*float:left;*/
}
.mainContent{
	padding-top:5px;
	padding-bottom:10px;
	margin-right:240px;
	margin-left:235px;
	height:100%;
	/* clear:both; */
	/* min-height:100%; */
}
.mainContentNoRight{
	padding-top:5px;
	padding-bottom:10px;
	margin-left:255px;
	margin-right:55px;
	height:100%;
	/* min-height:500px; */
}
.mainContentNoLeft{
	padding-top:5px;
	padding-bottom:10px;
	margin-left:45px;
	margin-right:55px;
	height:100%;
	/* clear:both; */
	/* min-height:500px; */
}
 .right{
	position:absolute;
	top:10px;
	right:30px;
	width:250px;
	padding-left:10px;
	border: 1px solid #999999;
	background-color:#f5f5f5;
} 
.left{
	/* position:absolute;
	top:15px; */
	float:left;
	padding:10px;
	/*margin-top:20px;*/
	margin-top:10px;
	margin-left:20px;
	margin-bottom:-20px;
	/* left:45px; */
	width:220px;
	height:100%;
	/* border: 1px solid #999999;
	background-color:#fffff9; */
}
.header{
	position:relative;
	height:85px;
	width:100%;
	background-image: url(../images/template/header.png);
	background-position:bottom;
}
.footer{
	clear:left;
	position:relative;
	background-color:#666666;
	/*background-image: url(../images/template/footer.png);*/
	background-position:1px 0px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-top:30px;
	text-align:center;
	width:100%;
	color:#ffffff;
	height:28px;
}
.logo{
	position:absolute;
	top:5px;
	left:20px;
	border:0;
}
.specialImg{
	position:absolute;
	top:15px;
	left:320px;
	width:430px;
	height:65px;
}
.menu{
	position:relative;
	background-color:#666666;
	background-image: url(../images/template/menu.png);
	background-repeat: no-repeat;
	width:100%;
	height:32px;
	text-align:left;
	z-index:500;
}
.titleH1{
	font-size:12pt;
	padding:0px;
	margin:0px;
	margin-top:10px;
	position:relative;
}
.searchDiv{
	position:absolute;
	top:5px;
	right:35px;
}
.searchButt{
	height:1px;
	width:1px;
	background-color:transparent;
}
.leftContent{
	font-size:8pt;
  text-align : left;
}
.liLink{
	/*font-size:8pt;*/
	text-decoration:none;
}
.boxTools{
	position:absolute;
	top:15px;
	right:55px;
	height:18px;
	z-index:10;
	width:50px;
}
.emailIt{
	cursor:pointer;
	background-image:url(../images/template/email.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	float:right;
}
.pdfIt{
	cursor:pointer;
	background-image:url(../images/template/pdf.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}
.siteMapBox{
	background-color:#ddd;
	border:1px solid #ccc;
}
.h2Home{
	color:#000;
	font-weight:bold;
	width:300px;
}
.tdBoxHeader{
	background-image: url(../images/template/homeItemTop.png);
	background-repeat:no-repeat;
	text-align:center;
	width:300px;
	height:49px;
	padding-top:10px;
}
.tdBoxFooter{
	background-image: url(../images/template/homeItemBottom.png);
	background-repeat:no-repeat;
	width:300px;
	height:22px;
	
}
.solutions{
	background-image: url(../images/template/iconSolution.png);
	background-repeat:no-repeat;
	text-align:justify;
	width:30px;
	height:20px;
	float:left;
}
.products{
	background-image: url(../images/template/iconEnensys.png);
	background-repeat:no-repeat;
	text-align:justify;
	width:30px;
	height:20px;
	float:left;
}
.news{
	background-image: url(../images/template/iconNews.png);
	background-repeat:no-repeat;
	text-align:justify;
	width:30px;
	height:20px;
	float:left;
}
.event{
	background-image: url(../images/template/iconEvent.png);
	background-repeat:no-repeat;
	text-align:justify;
	width:30px;
	height:20px;
	float:left;
}
.contentHomeProd{
	background-image: url(../images/template/homeItemContent.png);
	background-repeat:repeat-y;
	width:260px;
	padding-left:20px;
	padding-right:20px;
	font-size:10px;
	clear:left;
}
.boxTD{
}
.eventFlag{
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:200px;
	z-index:502;
}
.leftHeader{
	/*background-image: url(../images/template/leftTop.png);*/
	background-repeat:no-repeat;
	width:162px;
	/*height:39px;*/
	height:20px;
	text-align:center;
}
.leftFooter{
	/*background-image: url(../images/template/leftBottom.png);*/
	background-repeat:no-repeat;
	width:200px;
	/*height:36px;*/
	height:10px;
}
/*id*/
stylefour{
	padding-left:0px;
	float:left;
	width:100%;
	height:32px;
	overflow:visible;
	display:block;
	
}
#infinity_menu_1{
	width:620px;
}
