body { font-family:Arial; width: 950px; margin: auto; }

#FloatMenu {  
	font-family: arial;
	font-size: 12px;
	margin: 0;
	padding: 6px;
	position: fixed;
	top: 250px;
	text-align: left;
	left: 500px;  
	width: 75px;  
	right: 20px;
	border: 1px solid #c98022;
	background-color: #f6f6f6;
}

/* --------------- head -------------- */
#head{ }
#head .logo{ float:left; margin: 0; }
#head input{ border: 1px solid #5f4332; font-size: 12px; padding: 2px;}
#head input:focus { background: #f9f1ed; }

/* --------------- head top -------------- */

#head #head_top{ 
	padding: 5px 0 2px 5px; 
	font-size: 12px; 
	height: 18px;
	color: #000;
	border-bottom: 1px solid #5f4332;
}

#head #head_top img{ margin: 0 2px 0 0; border: 1px solid #fff; padding: 1px; }
#head #head_top img.current_lang { border: 1px solid #000; padding: 1px; }
#head #head_top .head_top_left  { float: right; text-align: right; }

#head #head_top .head_top_center { float: right; width: 80px; text-align: right; padding: 0 0 0 20px; }
#head #head_top .head_top_center a
{color: #000; text-decoration: none; float: left; margin: 0 1px 0 1px; font-size: 11px;}

#head #head_top .currenties_active a{ padding: 1px 5px 1px 5px; border: 1px solid #000; }
#head #head_top .currenties_inactive a{ padding: 1px 5px 1px 5px; border:  1px solid #fff; }
#head #head_top .currenties_inactive a:hover{ border: 1px solid #000; }

#head #head_top .head_top_right { float:right; margin:0 0 0 20px; padding:2px 0 0 0; text-align:right; }
#head #head_top .head_top_right a{ font-weight:bold; color: #000; text-decoration: none; margin: 0 5px 0 5px; }
#head #head_top .head_top_right a:hover{ text-decoration: underline; } 

/* --------------- head middle -------------- */

#head #head_midle { width: auto; height: 85px; }
#head #head_midle .head_midle_left{ float: left; width: 400px; padding: 20px 0 0 15px; }

#head #head_midle .slogan{ font-size: 22px; text-transform:uppercase; }
#head #head_midle .slogan a{ color: #000; text-decoration: none; }
#head #head_midle .slogan a:hover{ text-decoration: underline; } 
#head #head_midle .slogan_meta{font-size: 12px;}

#head #head_midle .head_midle_right { padding: 25px 0 0 0; float: left; width: 442px; text-align: right; font-size: 12px }
#head #head_midle .head_midle_right a{ font-size: 11px; color: #000; text-decoration: none; margin: 0 5px 0 5px; }
#head #head_midle .head_midle_right a:hover{ text-decoration: underline; }

#head #head_midle .head_midle_right_cart{
	float: left;
	width: 442px;
	text-align: right;
 	padding: 0 0 8px 0; 
 	height: 16px;
	font-weight: bold;
}

#head #head_midle .head_midle_right_cart a{ font-size: 12px; color: #000; text-decoration: none; }
#head #head_midle .head_midle_right_cart a:hover{ text-decoration: underline; } 

/* --------------- head bottom -------------- */

#head #head_bottom {
	height: 25px;
	background-color: #5f4332;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #c98022;
}
#head #head_bottom a{ 
	display: block; 
	float: left; 
	margin:0;
	padding: 5px 15px 6px 15px;
	height: auto;
}

#head #head_bottom .head_bottom_left{ width: 50px; float: left; }
#head #head_bottom .head_bottom_left a{ color: #e5e5e5; }
#head #head_bottom .head_bottom_left a:hover{ background-color: #e5e5e5; color: #5f4332; }

#head #head_bottom .head_bottom_center{ float: left; }
#head #head_bottom .head_bottom_center a{ color: #e5e5e5; text-decoration: none; }
#head #head_bottom .head_bottom_center img { border: none; margin: 0 7px 0 0; }
#head #head_bottom .head_bottom_center a:hover{ background-color: #e5e5e5; color: #5f4332; }

#head #head_bottom .head_bottom_right{ float: left; }
#head #head_bottom .head_bottom_right a{ color: #c98022; text-decoration: none; }
#head #head_bottom .head_bottom_right a:hover{ background-color: #e5e5e5; color: #5f4332; }

#head #head_bottom{ }

/* --------------- end of head -------------- */