body {
	/*background-color: #232a2e;*/
	background-color:#B19862;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-header_main.jpg);
/*	background-image: url(../images/bg-header_small.png);*/
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

body #column-right{
		background: none;
		position:relative;
		top:-47px;	
	}

#header #search1 {
	background:none repeat scroll 0 0 #EADFC5;
	color:#35383E;
	float:left;
	font-family:"Century Gothic";
	font-size:17px;
	font-weight:bold;
	height:220px;
	margin-top:35px;
	padding-left:20px;
	padding-top:15px;
	width:250px;
}

#header #search1 .selectcity {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	padding: 2px;
	font-size: 12px;
	color: #202226;
	background-color: #fff;
	border: 1px #ccc solid;
	width: 224px;
	margin-top: 2px;
}
#header #search1 .category {
	background-image: url(../images/searchfield-bg.gif);
	height: 21px;
	width: 221px;
	margin-top: 3px;
	margin-bottom: 6px;
	padding-left: 4px;
	padding-top: 7px;
}
#header #search1 .from {
	display: inline-block;
	padding-left: 14px;
}
#header #search1 .price {
	background-image: url(../images/textfield-cena.gif);
	height: 21px;
	width: 70px;
	border: none;
	font-size: 12px;
	color: #202226;
	padding-left: 7px;
	vertical-align: middle;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
}

:focus, :active
{
  -moz-outline-style: none;
  outline-style: none;
}

