*{
	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{ }
fieldset{ border:none; }

a:hover{
	
	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:860px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#header{
	padding:55px 0 35px;
}
#logo{
	float:left;
	width:318px;
	height:129px;
	background:url(../images/logo.png);
}
#logo-text{
	margin-left:350px;
	border-left:2px solid #abacae;
	font-size:21px;
	color:#6d6e72;
	text-align:justify;
	padding:35px 0 35px 22px;
	margin-top:-25px;
}
#bar{
	padding:70px 0;
	background:url(../images/bgr.jpg);
	position:relative;
}
#bar-top, #bar-bottom{
	position:absolute;
	left:0;
	width:100%;
	height:15px;
}
#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:17px;
}
#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:513px;
	height:85px !important;
	background: none;
	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; }