/*  основные HTML-элементы  */
body{
	background:#E1E1E1;
	font:62.5% Arial,Sans-Serif;
	margin: 0;
    	padding: 0;

}
b{
	color:#BE4905;
	background:none;
	text-decoration:none;
}

a{
	color:#7F7F7F;
	text-decoration:none;
	cursor: pointer;
}
/* 1 контейнер для всего */
#container{
	height: auto !important;
    	margin: 0px auto 0;
    	min-height: 720px;
   	min-width: 901px;
    	width: 67%;
	background:#FFFFFF;
}
/* шапка */
#header{
	height: 140px;
    	width: 100%;
}
#logo{
	left: 70px;
    	position: relative;
    	top: 56px;
    	width: 287px;
}
#searchform{
	width:100%;
}
#searchform_left{
	left:70px;
	float: left;
	position: relative;
    	margin-top: 12px;
    	width: 48%;
}
#searchform_right{
	float: left;
    	margin-top: 12px;
    	text-align: left;
    	width: 50%;
}
#searchform_top{
	width:100%;
	font-size:1.6em;
	font-weight:normal;
	color:#7F7F7F;
	line-height: 17px;
}
#searchform_right_rus{
	float: left;
	margin-top: 30px;
	border-right: 1px solid #C4C4C4;
	width:201px;
	font-size:1.1em;
	font-weight:normal;
	color:#7F7F7F;
}
#flag{
	float: left;
	border: 1px solid #C4C4C4;
	width:15px;
	height:12px;
}
#cities{
	float: left;
	margin-left: 25px;
	padding: 0 0 10px;
	position: relative;
	width:143px;
}
#cities p{
	margin:0;
	font-size:1.5em;
	font-weight:normal;
	color:#7F7F7F;
}
#searchform_right_en{
	float: left;
	margin-top: 30px;
	width: 201px;
	font-size: 1.1em;
	font-weight: normal;
	color: #7F7F7F;
}
/* подвал */
#footer{
	color: #A8A8A8;
    font-size: 1.2em;
    height: 31px;
    margin: 0 auto;
    position: relative;
    top: 40px;
    width: 100%;
}
#copyright{
	float: left;
    padding-right: 10px;
    position: relative;
    text-align: right;
    top: 18px;
    width: 93%;
}
#listat{
	float: right;
    margin-right: 4px;
    position: relative;
    text-align: left;
    width: 4%;
}
#footer_2{
	position:relative;
    width: 100%;
	height:31px;
}

