#top #logo {
	width: 360px;
	height: 140px;
}
#top #logo a {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom-width: 0;
}

#top #title {
	position: absolute;
	left: 601px;
	top: 73px;
}

#top #languages {
	position: absolute;
	right: 10px;
	top: 10px;
}

#top #cart {
	position: absolute;
	right: 10px;
	top: 30px;
}

#top #client {
	position: absolute;
	right: 10px;
	top: 10px;
}

#top #languages, #top #languages a, #top #cart, #top #cart a, #top #client, #top #client a {
	font-weight: bold;
	color: #fff;
}

#top #languages a, #top #cart a, #top #client a {
	border-bottom-width: 0;
}

#top #languages a:hover, #top #languages a.current, #top #cart a:hover, #top #client a:hover {
	color: #F33500;
}

#top #link_home{
	width:302px;
	height:106px;
	display:block;
	position:absolute;
	left:20px;
	top:15px;
}

#top #link_home:hover{
	border:0;
}


#top #login{
	width:117px;
	position:absolute;
	right:15px;
	top:10px;
}

#top #login input{
	display:block;
	margin-top:5px;
}

#top h4{
	margin:0;
	color:#fff;
}

#top #login_submit{
	float:right;
}

#top input{
	border:1px solid #f08805;
}


