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

.clr{
	clear:both;
}

body{
	/*background: url(../images/images1.jpg) center top no-repeat;*/
	/*background:#E1E1E1*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.main{
	width: 998px;
	height:100px;
	/*background:#0fc;*/
	margin:0px auto;
}

/*===========================TOP*/

.top{
	width: 1000px;
	height: 45px;
	background-color: #007429;
}

.languages{
	float: right;
	width: 150px;
	padding-top: 15px;
	color: #FFF;
}

.languages div{
	float: left;
	color: #FFFFFF;
	padding: 0 5px 0 0;
	font: bold;
	font: B;
}

.languages a{
	float: left;
	/*padding:0 5px 0 5px;*/
	padding: 0 5px;
}

.search{
	width: 250px;
	height: 32px;
	float: right;
}


.search .search_text {
	padding:8px 0 0 15px;
	float:left;
	width:110px;
	color:#999999;
}

.search .search_text a{
	color:#999999;
	text-decoration:none;
}

.search .search_input{
	width: 180px;
	height: 18px;
	margin-top: 5px;
	border: 1px solid #dbdbdb;
	float: left;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}

.search .search_bt{
	float: left;
	padding: 1px 0 0 1px;
}
	
	
/*div#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
*/	
