*{
	margin:0;
	padding:0;
}
html{
	background:#e8e9eb;
}
body{
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:1.3;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.hide{ display:none !important; }
input, select, textarea{
	font-family:inherit;
	font-size:inherit;
}
.submit{ cursor:pointer; }
fieldset{ border:none; }
label{ cursor:pointer; }
a:hover{
	cursor:pointer;
	text-decoration:none;
}
a{ color:inherit; }
a img{ border:none; }
.nom{ margin:0 !important; }
a.rev{ text-decoration:none; }
a.rev:hover{ text-decoration:underline; }
.ld{ float:left; }
.rd{ float:right; }
.first{ margin-top:0 !important; }
.last{ margin-bottom:0 !important; }
.ca{ text-align:center; }
.ra{ text-align:right; }
.la{ text-align:left; }
.inh{ color:inherit !important; }
.upper{ text-transform:uppercase; }

.in{
	width:848px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#header{
	padding:0px 0 0px;
}
#logo{
	float:left;
	width:318px;
	height:129px;
	background:url(../images/logo.png);
}
#logo-text{

	
	
}

	#form{
	
	 margin: 0;

 font-size: 12px;
 line-height: 15px;
 height: 25px;
 width: 255px;
	 padding-top: 5px;
 padding-left:5px;
 margin-top:5px;
	}
	
		#form-box{
	
	 margin: 0;

 padding-top: 5px;
 padding-left:5px;
 margin-top:5px;
 font-size: 12px;
 line-height: 15px;
 height: 110px;
 width: 257px;
	
	}

#bar-top, #bar-bottom{
	z-index:2;
	position:absolute;
	left:0;
	width:100%;
	height:15px;
}
#bar{
	z-index:0;
	background:url(../images/bgr.jpg);
	position:relative;
	
}

#bar-content
{z-index:100;
margin-top: 50px;
 margin-bottom:70px;

}

#bar-top{
	top:0;
	background:url(../images/bar-top.png);
}
#bar-bottom{
	bottom:0;
	background:url(../images/bar-bot.png);
}
#footer{
	padding:20px;
	text-align:center;
	font-size:12px;
}
#footer, #footer a{ color:#0f75bd; }
#footer ul{ lis-tstyle:none; }
#footer li{
	display:inline;
	padding:0 10px;
	background:url(../images/dot.png) 100% 50% no-repeat;
}
#footer li.last{ background:none; }
#the-form label{
	float:left;
	color:#fff;
	font-size:23px;
	line-height:1.1;
	width:300px;
}
#search-fields{
	float:right;
	width:514px;
	height:65px;
	background:url(../images/search.png);
	position:relative;
}
#search-fields .submit{
	position:absolute;
	top:0;
	right:0;
	width:65px;
	height:65px;
	background:none;
	border:none;
}
#search-fields .text{
	color:#d3d3d5;
	border:none;
	font-size:30px;
	line-height:33px;
	height:33px;
	padding:16px;
	width:415px;
	background:none;
}
#search-fields .text:focus{ color:#6D6E72; }