﻿html{color:#888;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{margin-bottom: 0.4em;}caption{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup{vertical-align:baseline;position:relative;top:-0.4em;}sub{vertical-align: baseline;position:relative;bottom:-0.4em;}input,textarea,select,button{font-weight:inherit;}input,textarea,select,button{*font-size:100%;}legend{color:inherit;}html {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}h1{font-size:138.5%;line-height:110%;margin: 0 0.1em 1em;}h2{font-size:123.1%;}h3{font-size:108%;}h2,h3{margin:1.4em 0.1em 0.3em;line-height:110%;}h1,h2,h3,h4,h5,h6{font-weight:bold;}abbr,acronym{border-bottom:1px dotted;cursor:help;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}dl dd{margin-left:1em;}th,td{padding:.5em;}th{font-weight:bold}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}.clr{clear:both;}object,a:active{outline:none;}.nobr{white-space:nowrap;}

html {font-size: 81.26%} /* сюда пишем размер вашего шрифта по-умочанию */
@media all and (min-resolution: 120dpi) {
    html {font-size: 65.01%} /* пропорционально уменьшаем кегль: 68.75/(120/96) */
    html, x:-moz-any-link {font-size: 81.26%} /* тут должен быть размер по-умолчанию */
}

#for-opera927 {/* dont' remove! */}

#wrap {
  scrollbar-track-color:expression(
  this.runtimeStyle.scrollbarTrackColor = "#fff",
  ((screen.deviceXDPI/screen.logicalXDPI) == 1) ? (document.body.style.fontSize = 1/(screen.logicalYDPI/96) +'em') : false
  );
}

html, body {
	height: 100%;
}

* html{filter:expression(document.execCommand("BackgroundImageCache", false, true))}

* html img {
	-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "/images/b.gif"):1),this.pngSet=true));
}

* html .png {
	-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(
	this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url(','').replace(')',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.origBg + ", sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none",this.pngSet=true
	)));
}

body {
	font-family: Trebuchet MS;
	min-width: 800px;
	min-height: 100%;
}
html, body {
  width: 100%;
  height: 100%;
}
#wrap {
	min-height: 100%;
	position: relative;
}
#footer {
	margin-top: -30px;
	position: relative;
	bottom: 0px;
	padding: 5px;
}
.clrfooter {
	height: 20px;
}
.YMaps-layer-container table,
.YMaps-layer-container td {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

img.il {
	float: left;
	margin: 0 10px 0.5em 0;
}
img.ir {
	float: right;
	margin: 0 0 0.5em 10px;
}
img.ic {
	display: block;
	margin: 0 auto 0.5em;
}
/* gtfo now plz */


a {
	color: #0F0;
	text-shadow: 0 0 3px #0A0;
	text-decoration: none;
	border-bottom: 1px #0F0 dotted;
}
a:hover {
	border-bottom: 1px #0F0 solid;
}
h1 {
	font-size: 36px;
	padding: 0px;
	margin: 0px;
	line-height: 36px;
	font-weight: normal;
	color: #CCC;
	border-bottom: 2px #CCC solid;
	display: inline-block;
	margin: 5px;
}
.header {
	height: 230px;
}
.content p {
	text-indent: 20px;
}
.content {
	padding: 5px;
}
.logo {
	display: block;
	font-size: 124px;
	font-family: Consolas, Monotype, Lucida Console;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 25px #0F0;
}
.t_menu {
	height: 24px;
	width: 100%;
	font-size: 24px;
	font-family: Trebuchet MS;
	text-align: center;
	height: 40px;
}
.t_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.t_menu ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.t_menu ul li ul {
	display: none;
	position: absolute;
	text-align: left;
	border: 1px #0F0 solid;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	margin-left: -5px;
	background: #000;
}
.t_menu ul li:hover ul {
	display: block;
}
.t_menu ul li ul li a:hover {
	text-shadow: 0 0 5px #0F0;
}
.t_menu ul li a.active {
	border-bottom: 1px #0F0 solid;
	text-shadow: 0 0 5px #0F0;
}
.t_menu ul li a.subactive {
	border-bottom: 1px #0F0 solid;
	text-shadow: 0 0 5px #0F0;
}
.t_menu ul li ul li {
	display: block;
	margin-bottom: 10px;
}
.l_menu {
	font-size: 24px;
	font-family: Trebuchet MS;
	text-align: center;
	height: 40px;
	text-align: left;
	float: left;
	padding: 5px;
}
.l_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.l_menu ul li {
	margin: 0px;
	padding: 0px;
}
.breadcrumbs {
	font-size: 24px;
	font-family: Trebuchet MS;
}









