#header{
	margin-top: 5px;
	z-index: 3000;
}

#logo{
	width: 285px;
	heigth: 82px;
	background: url('/images/logoLogged.png') no-repeat;
	float: left;
}


#logo a{
	width: 285px;
	height: 83px;
	display: block;
}

#logo a:hover{
	text-decoration: none;
}


#header_right{
	float: right;
	width: 285px;
	text-align: right;
	vertical-align: top;
	margin-right: 30px;
}


#searchbox{
	float: left;
	width: 450px;
	margin-left: 20px;
}

#searchoptions{
	margin-left: 10px;
}

#searchoptions .searchpos{
	float: left;
	position: relative;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	
}

#searchoptions .searchpos .corner{
	display: none;
}

#searchoptions .searchpos.selected{
	border-left: #cacaca 1px solid;
	border-top: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
	z-index: 100;
}



#searchoptions .searchpos.selected .corner{
	display: block;
}

#searchoptions .searchpos.selected a, #searchoptions .searchpos a:hover{
	color: #2c2c2c;
}

#searchbox .text_input{
	width: 360px !important;
	height: 20px !important;
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	font-family: Arial;
	font-size:15px;
}


#searchfield{
	z-index: 50;
	border: 1px solid #cacaca;
	clear: both;
	position: relative;
	top: -1px;
	background: url('/images/search-gradient-ship.gif') repeat-x;
	height: 36px;
	padding-left: 4px;
}

#searchfield .sub_button{
	color: #FFF;
	width: 70px;
	height: 26px;
	display: block;
	margin-top: 4px;
}

#header_right a{
	font-size: 20px;
}

#menu {
	clear: both;
}

.sfor_adv {
	font-size: 11px;
}