.full input{
	float:right;
	border:1px solid #656362;
	color:#fff;
	height:19px;
	font: normal 12px/19px arial;
	background:#181818;
	width:300px;
}
.full input.search{
	width:auto;
	height:21px;
	border:0px;
	color:#fff;
	font: normal 12px arial;
	padding:0px 10px;
	margin-left:5px;
	margin-right:40px;
	cursor:pointer;
	background:url(btn_bg.gif) left top repeat-x;
}
.full .line{
	background:url(line.gif) left top repeat-x;
	height:1px;
	width:932px;
	margin:8px 17px;
	_margin: 8px 17px 0px 17px;
}
.full p {
	display:block;
	color:#fff;        
	font: normal 11px/16px arial;
}

.full p.right a{
	color:#fff;        
	font: normal 11px/16px arial;
	text-decoration:underline;
}

.full p.right{
	text-align:right;
	margin-right:17px;
	_margin-right:10px;
	float:right;
}
.full p.left{
	text-align:left;
	margin-left:50px;
	_margin-left:25px;
	float:left;
	color:#656362;
}
.full a.map{
	color:#fff;
	font: normal 11px/16px arial;
	text-decoration:underline;
}
.full a.menu{
	color:#656362;
	font: normal 10px/16px arial;
	text-decoration:underline;
	text-transform:uppercase;
}
.full a.menu:hover{
	color:#fff;
}
