body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link,
a:visited {
	color: #690;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}
img {
	border:0px;
}

/* -------------------------------------------------- general */
#header {
	height:65px;
}
#content {
    float:left;
    width:100%;
	margin-right:-300px;
}
.search {
	margin-right:300px;
}
#nav {
	float:right;
	width:300px;
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/menu_fon_0.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu {
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/menu_fon.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width:100%;
}
.menutop {
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
	width:249px;
}
.menubottom {
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:100%;
	height:54px;
}
#footer {
    clear:both;
    padding:10px;
	background-image:url(http://static.serverstat.ru/servehttp.ru/images/search_border_top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
/* -------------------------------------------------- head */
.topline_hover {
	background-color:#DDD;
	font-size:16px;
	vertical-align:top;
	font-family: monospace;
	/*height:18px;
	display:none; */
}

/*.topline_hover img{
	margin-top:3px;
}*/



.bottomline {
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/search_border_bottom.gif);
	height:31px;
}
.logo {
	position:absolute;
	width:40%;
	z-index:5;
	font-size:2.1em;
	color:#aabf80;
	font-weight:bold;
	padding-left:20px;
}
.slogan {
	width:400px;
	font-size:0.5em;
	font-weight:normal;
	text-align:right;
	color:#999;
	margin-top:0px;
}
.topnav {
	position:relative;
	padding-top:5px;
	left:40%;
	width:60%;
	text-align:right;
	z-index:6;
}
.topmenu li {
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing:1px;
	display: inline;
	font-size:1.2em;
	padding:0px;
	margin:0px;
}
.topmenu a:link,
.topmenu a:visited {
	color:#888;
	border-bottom:2px solid #cce599;
	padding:8px 10px 5px 10px;
	margin:0px;
}
.topmenu a:hover,
.topmenu a:active {
	color:#78a044;
	border-bottom:2px solid #78a044;
}
.active {
	background-color:#cce599;
	color:#FFF;
}
/* -------------------------------------------------- search */
.topline {
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/search_border_top.gif);
	background-position:bottom;
	height:31px;
}
.search_fon {
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/search_fon.gif);
	height:100px;
}
.search_left_div {
	text-align:right;
	width:49%;
	float:left;
}
.search_right_div {
	text-align:left;
	width:49%;
	float:right;
}

.space {
	height:10px;
	font-size:1px;
}
.search_left_div label,
.search_right_div label,
.search_onefield label {
	/*color:#666;*/
	color:#555;
	font-weight:bold;
	font-size:1.1em;
}
.search_submit {
	width:100%;
	text-align:center;
}
#input_one {
	border: 1px solid #999;
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/input_fon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:5px 30px 5px 5px;
	text-align:right;
	width:80%;
}
#input_two {
	border: 1px solid #999;
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/input_fon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 5px 5px 30px;
	text-align:left;
	width:80%;
}
input.btn {
	margin:5px;
	padding:3px;
	border:1px solid #999;
	width:90px;
	background-color:#EEE;
	cursor:pointer;
	color:#666;
} 
/*-------------------------------------------------- one field */
.space_onefield {
	height:30px;
}
.search_onefield {
	width:100%;
	text-align:center;
}
#input_onefield {
	padding:4px 4px 4px 30px;
	margin:5px;
	width:40%;
	border: 1px solid #999;
	background-image: url(http://static.serverstat.ru/servehttp.ru/images/input_fon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-------------------------------------------------- search result */
.body_search {
	margin-right:300px;
}
.search_title {
	margin:0px 60px 0px 20px;
	padding-bottom:3px;
	font-size:1.4em;
	color:#999;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px dashed #CCC;
}
.search_block {
	margin-left:20px;
	margin-right:auto;
	padding:20px;
	width:90%;
}
.text_simple {
}
.text_simple p {
	line-height: 1.6;
	text-indent: 15px;
}
.text_code {
	color:#666;
	font-family: monospace;
	line-height: 1.3;
	margin:5px 60px 5px 40px;
	padding: 7px;
	background-color:#EEE;
	border-left:3px solid #9c0;
}
.text_code p {
	padding:0px;
	margin:0px;
}

.text_mono {
	color:#666;
	font-family: monospace;
	line-height: 1.3;
}
/*-------------------------------------------------- search result */
.menu_block {
	padding:36px 20px 0px 20px;
}
.menu_head {
	color:#999;
	font-weight:bold;
}
.menu_head img,
.menu_body img {
	margin-right:5px;
}
.menu_body,
.menu_body_mainlinks {
	border:1px solid #ccc;
	padding:10px;
	background-color:#fff;
}
.menu_body {
	font-size:0.9em;
}
.menu_body ul li
.menu_body ol li{
	font-size:1.0em;
	color:#666;
}
.menu_body p,
.menu_body_mainlinks p {
	text-indent: 10px;
	margin:5px;
	color:#666;
}
/*-------------------------------------------------- footer */
.footer_block {
	width:100%;
	height:40px;
	background-image:url(http://static.serverstat.ru/servehttp.ru/images/search_fon.gif);
}
.footer_content {
	margin-right:300px;
	margin-left:0px;
	text-align:center;
}
.footer_menu {
	letter-spacing:1px;
	font-size:0.9em;
	padding-top:3px;
	margin:0px;
}
.footer_menu a:link,
.footer_menu a:visited {
	color:#333;
	padding-left:15px;
	padding-right:15px;
}
.footer_menu a:hover,
.footer_menu a:active {
	color:#360;
}

.agita {
	padding-top:5px;
	margin:0px;
	font-size:0.8em;
	color:#666;
}
.agita a:link,
.agita a:visited {
	font-weight:bold;
	color:#e9967a;
}
.agita a:hover,
.agita a:active {
	color:#F00;
	font-weight:bold;
}
.search_description {
	padding: 3px 0px 2px 0px;
	color:#999;
	font-size:0.5em;
	font-weight:normal;
	letter-spacing:0px;
}
