/**
 * Frontend page CSS styles
 *
 * Project: Tender.pro <br />
 * File: startpage.css
 * 
 * @author Igor <igor@altsolution.net>
 * @package css
 */

#HeaderMenu {
	height: 54px;
	margin-top: 3px;
	background-image: url('../images/header/header_menu_back.png');
	width: 100%;
	float: right;
}
#HeaderMenu  a {
	font-size: 18px;
}
#HeaderMenuLeft {
	background-image: url('../images/header/header_menu_left.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 54px;
	float: left;
}
#HeaderMenu a {
	color: #5D2100;
	text-decoration: none;
}
#HeaderMenu a:hover, #HeaderMenu .current {
	color: #ED1B23;
	text-decoration: none;
}
#SearchBlock {
	padding: 0px 0px 0px 0px;	
	text-align: left;
	width: 100%;
	position: relative;
	top: 1px;
	height: 50px;
	float: right;
}
#SearchBlock input {
	border: 1px solid #A3A3A3;
	font-size: 13px;
	font-family: Tahoma;
	color: #5E5E5E;
	height: 20px;
	width: 100%;
	padding-left: 3px;
	margin: 0;
}
#SearchBlock .redButton {
	width: 90px;
	margin: 0;
}
#SearchBlock .redButton input{
	height: 20px;
	width: 61px;
	border: 0px;
	padding: 0;
}
#SearchBlock form {
	color: #5E5E5E;
	font-size: 12px;
	float: none;
	margin-left: 0;
}
#SearchBlock form div {
	float: none;
}
#SearchBlock a, #SearchBlock span {
	font-size: 13px;
	font-weight: bold;
	color: #5d2100;
	line-height: 20px;
	margin: 0px;
}
#SearchBlock a:hover, #SearchBlock span, #THeaderHolder #Menu a {
	text-decoration: none;
	color: #5D2100;
	font-size: 13px;
	line-height: 20px;
}
#SearchBlock a:hover, #THeaderHolder #Menu a.active {
	color: #d90d15;
}

#THeaderHolder #SearchBlock a {
	text-decoration: underline;
	line-height: 23px;
}