/*	CSS-Framework

	Version		: 0.3
	File name	: cssf-base.css
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	License		: Creative Commons Attribution 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/)
	
------------------------------ */

/* Core
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container { width: 100%; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles
------------------------------ */

html { height: 100%;  font: .75em/1.5 Verdana, Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; position: relative; } /* body height 100% */

a { color: #990000; }
a:visited {  }
a:hover { text-decoration:none; }
a:active {color:#FF0000;  }



/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d {}
.menu-h-d li { float: left; display: block; position: relative;  list-style: none; }
.menu-h-d a { text-decoration: none; padding: 0px 32px; display: block; font-family:"Arial Narrow"; color:#FFF; font-size:21px; border-right:1px solid #0B3462;}
.menu-h-d a.last {  border-right:none;}
.menu-h-d ul { display: none; position: absolute; top: 32px; left: 0px; width: 193px; border: 0;  background:#0F4299;}
.menu-h-d ul ul { left: 100%; top: 0px;}

.menu-h-d ul li {padding:2px 0px 3px 0;}
.menu-h-d ul li a{font-size:14px; padding:0px 5px 0px 5px;}

.menu-h-d li li { float: none; }

.menu-h-d li:hover { background:url(../../images/design/menu_active_bg.gif) left top repeat-x; }
.menu-h-d a:hover { color: #fff; }

.menu-h-d ul li:hover { background:none; }
.menu-h-d ul a:hover { text-decoration:underline; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul { bottom: 22px; }
.menu-h-d.d-up ul ul { bottom: -1px; }
