*{
	margin:0;
	padding:0;
	outline:0;
}

body {
	font-family: arial, sans-serif;
	font-size:12px;
	color:black;
	/*font-weight:200px;*/
	/*text-indent: 4px;*/
	font-weight:normal;
	text-align:center;
	/*background:#f2f2f2 url(../../img/css/body_bg_test.gif) repeat top left;*/
	/*background-color:#dddee5;*/
	cursor:default;	

}
img {
	padding:0px;
	margin:0px;
	border:0px solid green;
	
}


a, a:active, a:link, a:visited, a:focus {
	color: #004276; 
	text-decoration: none; 
	border:0px solid blue;
}


a:hover {
	text-decoration:underline;
 	border:0px solid blue;
}


h1,h2,h3,h5 {
	margin-top: 0;
	text-align: left;
}
h4{
	
	margin-top: 0;
	text-align: left;
	font-size:14px;
	
	
}

/*-------------------------------------------------HEADER------------------------------------------------*/
#header {
	height:75px;	
	text-align:left;
	float:left;
	width:992px;
	background-color:#fff;
/*	border-bottom:1px solid gray;*/
	
}
/*#header_bg {
	position:absolute;
	float:left;
	 width:100%;
	 height:90px;	

	background:transparent url(../../img/bg_header.gif) repeat-x;
	border-bottom:0px solid #c1c1c1;
}*/

/*-------------------------------------------------CONTAINER------------------------------------------------*/
#container {

	 width: 1000px;
	 _width :1000px;
	 margin-right:auto;
	 margin-left:auto;
	 text-align:left;
	 
	/*border:1px solid #c1c1c1;*/
	
	background: transparent url(/img/nd/content_bg.png) repeat-y;
}
#container_bg {
	margin:0px 4px 0 4px;
	background-color:#fff;
}


/*-------------------------------------------------LEFT BLOCk------------------------------------------------*/
#left_cell {
  position: relative;
	width:185px;
	float:left;
	margin:0px 0 0 0px;
	_margin:0px 0 0 0px;
  z-index: 8900;

	/*background-color:#fff;*/
	/*border:1px solid gray;*/
}

/*-------------------------------------------------CENETR CONTENTE------------------------------------------------*/
#main{
  position: relative;
  z-index: 8800;
 	margin-top:10px;
 	margin-bottom:20px; 
  	margin-left:0px;
    width:100%; 
  	 _width:100%;  
    float:left; 
    padding:5px 5px 5px 5px; 
   border:1px solid green;}
   
#main-2 {
  position: relative;
  z-index: 8800;
	margin-top:10px;
 	margin-bottom:20px; 
  	margin-left:0px;
    width:68.3%; 
  	 _width:71%;  
    float:left; 
    padding:5px 5px 5px 5px; 
	border:1px solid green;
}
#main-3 {
  position: relative;
  z-index: 8800;
	float:left; 
 	width:602px; 
  	 _width:600px;  
  	 font-size:12px;
	margin:20px 0px 10px 5px;
	_margin:20px 0px 10px 0px;
	
  	
  	padding-left:5px;
  	padding-right:5px;
  
  	/*height: auto;
	min-height: 720px;*/

  /*	border-left:1px dotted #e6e6e6;*/
  	bordert:1px solid #e6e6e6;
	/*border:1px solid green;*/
}

#main-3 p {color:#333333;}
#main-3 li {color:#333333;}

/*----------------------------------------------------RIGHT BLOCK----------------------------------------------------------------*/
#right_cell {
	float:right;
	width:185px;
	/*height:300px auto;*/
 	margin:0px 0 0 0 ;
 	_margin:0px 0 0 0 ;
  position: relative;
  z-index: 8900;
 
 	/* background:transparent url(../../img/ads.gif) no-repeat;*/
	/*border:1px solid green;*/
	/*background-color:gray;*/
	}
	    

/*-------------------------------------------------FOOTER------------------------------------------------*/
#footer {
	clear:both;
	/*height:120px;*/
	padding:1px;
	margin-top:5px 0px 0px 0px;
	_margin-top:5px;

	
	color:#fff;
	background-color:#c1c1c1;
	
	
	/*border-bottom:1px solid #cccccc;*/
}


#footer_title {
	float:left;
	width:100%; 
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:5px;
	color:#fff;
}

.footerBox{
	float:left;
	font-family:"Tahoma",Times, sans-serif;
	/*height:100px;*/
	width:970px !important;
	_width:965px !important;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:20px;
	
	/*_border:1px solid black;*/

	
}


#footerBottom{
	clear:both;
	height:15px;
	text-align:center;
	font-size:10px;
	color:gray;
	
	padding:3px 0px 0px 0px;
	
}
	
#footerBottom a {color:gray;}

/*-------------------------------------------------IMAGES TITLE ON HOVER------------------------------------------------*/
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#D8E0DE;
	padding:2px 5px;
	color:#333;
	display:none;}

/*#footer ul { float:left;  margin-right:1px; /*border:1px solid green;}*/
/*#footer li { text-align:center; list-style-type:none;   float:left; padding:0px 0px 0px 0px;}
#footer li a{ text-align:center; font-weight:bold; color:#fff; font-size:11px; padding:5px 0px 0px 0px;} */
