body {
	margin			: 0 0;
	padding			: 0 0;
	background-image: url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color: #2775AB;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #7391AE;
}

#main{
	width			: 960px;
	margin			: 0 auto;
	overflow		: hidden;
	background		: url(images/bg_main.jpg) repeat-y;
}

/*-------------------------------HEADER---------------------------*/

#headerArea{
	width			: 924px;
	height			: 148px;
	overflow		: hidden;
	margin			: 0 auto;
	background		: url(images/bg_header.jpg);
}

#logo{
	width			: 290px;
	height			: 106px;
	float			: left;
	overflow		: hidden;
}

#top{
	width			: 285px;
	height			: 29px;
	float			: right;
	overflow		: hidden;
	padding			: 5px 0px 0px 11px;
}

.home{
	float:left;
}

.sitemap{
	float:left;
	margin-left:6px;
}

.searchTitle{
	float:left;
	color:#FFFFFF;
	margin-top:3px;
	margin-left:12px;
}

#searchArea{
	float:left;
	margin-left:7px;
}

.typeSearch{
	width:154px;
	height:18px;
	border:none;
	padding:2px 3px;
	background:transparent url(images/bg_input_search.jpg) no-repeat;
}
/*-----------------------------MENU--------------------------------*/

#menuArea{
	width			: 924px;
	height			: 40px;
	margin			: 0 auto;
	text-align		: center;
	background		: url(images/bg_menu.jpg) repeat-x;
	overflow		: hidden;
}

/*------------------------------CONTAINER---------------------------*/

#container{
	width			: 924px;
	overflow		: hidden;
	margin			: 0 auto;
}

#blockLeft{
	width			: 753px;
	height			: 525px;
	float			: left;
	overflow		: hidden;
}

#blockTop{
	width			: 753px;
	height			: 361px;
	float			: left;
	overflow		: hidden;
}

#animation{
	width			: 507px;
	height			: 361px;
	float			: left;
	overflow		: hidden;
}

#blockRight{
	width			: 171px;
	height			: 525px;
	float			: left;
	overflow		: hidden;
}

#banner1{
	width			: 171px;
	height			: 167px;
	float			: left;
	overflow		: hidden;
}

#banner2{
	width			: 171px;
	height			: 165px;
	float			: left;
	overflow		: hidden;
}

#banner3{
	width			: 171px;
	height			: 193px;
	float			: left;
	overflow		: hidden;
}

/****************************
 *****NEWS INDEXER STYLE*****
 ****************************/

#newsIndexer{
	width			: 246px;
	height			: 361px;
	float			: left;
	overflow		: hidden;
}

#newsIndexer1{
	width:246px;
	height:121px;
	float:left;
	overflow:hidden;
}

#title a{
	width:246px;
	height:18px;
	float:left;
	color:#2da367;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding-top:12px;
	background:url(images/bg_indexer_title.jpg) repeat-x;
}

#cont{
	width:246px;
	height:64px;
	float:left;
	overflow:hidden;
	padding-top:8px;
}

#picture{
	width:70px;
	height:72px;
	float:left;
	overflow:hidden;
}

#newsBrief{
	width:166px;
	height:72px;
	float:left;
	overflow:hidden;
	margin-left:10px;
	text-align:justify;
	font-size:11px;
}

#bgMore{
	width:246px;
	height:19px;
	float:left;
	overflow:hidden;
	background:url(images/indexer_news_more.jpg) no-repeat;
}

#newsMore a{
	width:246px;
	height:19px;
	float:left;
	color:#fe9d32;
	font-size:14px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

/****************************
 ***PRODUCTS INDEXER STYLE***
 ****************************/

#productsIndexer{
	width			: 753px;
	height			: 165px;
	float			: left;
	overflow		: hidden;
	background		: url(images/bg_indexer_products.jpg) no-repeat;
}

#IndexerContainer{
	width			: 656px;
	height			: 110px;
	margin			: 25px 0px 0px 44px;
	_margin			: 25px 0px 0px 22px;
	float			: left;
	overflow		: hidden;
}

#prodIndCont{
	width			: 109px;
	height			: 110px;
	float			: left;
	overflow		: hidden;
}

#prodImg{
	width			: 109px;
	height			: 80px;
	margin-top		: 5px;
	float			: left;
	overflow		: hidden;
	border-left		: 1px solid #2f7497;
	border-right	: 1px solid #2f7497;
}

#prodTit a{
	width			: 109px;
	height			: 25px;
	float			: left;
	color			: #a6bbc0;
	font-size		: 10px;
	overflow		: hidden;
	text-align		: center;
	text-decoration	: none;
}
		
/*-------------------------------FOOTER--------------------------------*/

#footerArea{
	width			: 924px;
	height			: 35px;
	margin			: 0 auto;
	padding-top		: 15px;
	color			: #FFFFFF;
	overflow		: hidden;
	text-align		: center;
	background		: url(images/bg_footer.jpg);
}

#footerArea a{
	color			: #FFFFFF;
}

