/* by i@sepa.spb.ru
icq#7353535
-----------------------------------------------------------------------------*/
/*font load*/
@font-face {
	font-family: 'LetterGothicRegular';
	src: url('/res/letr45x-webfont.eot');
	src: local('Letter Gothic'), local('LetterGothic-Regular'), url('/res/letr45x-webfont.woff') format('woff'), url('/res/letr45x-webfont.ttf') format('truetype'), url('/res/letr45x-webfont.svg#webfonthUqjNhEU') format('svg');
}

/*CSS reset*/
* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	top: 0px;
	width: 100%;
	height: 100%;
    background-color: #FFF;
    background-image: url("/res/bgin.jpg");
    background-repeat: repeat;
    font-family: Tahoma, Calibri, Arial, sans-serif;
	font-size: 12px;
}
img {border: none;}
p {text-align: justify}
a {
	color:#260;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
hr {	
	color: #CCC;
    height: 0;
	border: 0;
	border-bottom: 1px dashed #777;
}


/*layout*/
#box{
    margin: 50px auto;
	width: 720px;
	background-color: #FFF;	
	background-repeat: repeat-x;
	border-top: 4px solid #000;
	/* css3 */
	border-radius: 5px; 
	box-shadow: 0 0 40px #000;	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	-khtml-box-shadow: 0 0 40px #000;	
}
#head {
    height: 52px;
	width: 100%;
	background-color: #000;
	color: #0F0;
	font-weight: normal;
	line-height: normal;
	font-size: 54px;
	font-family: 'LetterGothicRegular';
	letter-spacing: -4px;
	background-image: url("/res/bg.jpg");
}
#menu {
	width: 100%;
	background-color: #0F0;
	font-family: tahoma;
	color: #888;
	margin-bottom: 20px;
}
#menu a{
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	font-family: 'Arial Narrow';
	color: #000;
    padding: 0 5px;
}
#menu a:hover, #menu a.selected {
    text-decoration: none;
    text-shadow: #777 0px 0px 5px;
    color: #000;
}

#col {
 margin-bottom: 0px;
 padding-bottom: 20px;
 margin-left: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 700px;
}
#hr {
    width: 700px;
    border-bottom: 1px dashed #999;
    margin: 5px 20px 5px 0;
    font: normal normal bold 20px "Arial Narrow";
    letter-spacing: -1px;
    color: #000;
    clear: both;
}
#hr a{color: #000;}
#hr a:hover{color: #000;text-decoration: none;}
#left {
    display: inline;
    float: left;    
    width: 200px;
    height: 100%;
    top: 10px;
}
#right {
    float: left;
    display: inline;
    position: relative; 
    margin-left: 10px;   
	width: 490px;
	height: 100%;
}
#left3 {
    display: inline;
    float: left;    
    width: 300px;
    height: 100%;
    top: 10px;
}
#right3 {
    float: left;
    display: inline;
    position: relative; 
    margin-left: 10px;   
	width: 390px;
	height: 100%;
}

/* styles */
.title{
    font: normal normal bold 18px "Arial Narrow";
    letter-spacing: -1px;
    color: #777;
}
ul {margin: 20px 0;}
li {
	font-size: 11px;
	margin-left: 20px; 
	list-style-type: square;
	list-style-position: outside;
	cursor: default;
}
li span:hover {margin-left: 1px;}
#flip {
    display: inline;
    float: right;    
	position: relative;
	clear: both;
	top: -20px;
	right: 2px;
}
#flip:hover {
	margin-top: 1px;
}
/* popup */
#divTooltip {
  width: 150px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 200;
	background-color: #f3f3f3;
	layer-background-color: #f3f3f3;
	letter-spacing: -1px;
	text-align: left;
	padding: 2px;
}
.normalStyle    {
	color: #000000;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
	background-color: #f3f3f3;
	layer-background-color: #f3f3f3;
	border: 1px dashed #CCCCCC;
	cursor:default;
	border-left-color: #0F0;
	border-left-style: solid;
	border-left-width: 10px;
}
.art {
	border: 1px dashed #CCCCCC;
	background-image: url(assets/dot.gif);
}
