@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 73%;
	background:#e9f0f5;
}

#container { 
	width: 900px;
	min-width:600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #01096b;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
background:#e9f0f5;
width:900px;
height:100px;
margin:0 0 10px 0;
padding:0;
}
#header table {
	background:url(img/stadion.jpg) no-repeat;
}
#header h1 { display:none;}

.linetop {
	width:722px;
	height: 32px;
	background: url('img/linebg.gif') repeat-x 0% 0%;
	margin:0;
	padding:0;
}
.linetop h2 {
	margin: 0;
	height: 32px;
	line-height:32px;
	background: url('img/btclub.gif') no-repeat 0% 0%;
}
h2 span {
	display: none;
}
/***** Основное содержимое *****/
#content {
	padding: 10px;
	margin:  10px;
	line-height:1.5em;.}

#content a {
color: #01096b;
text-decoration: underline;
font-style:italic;
}

#content a:hover {
text-decoration: none;
}

#content h1 {
  color: #01096b;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  margin: 10px 0 5px 0;
  padding: 0 0 0 0;
  text-align:center;
}

#content h2 {
color: #01096b;
background-color: transparent;
font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
font-weight: bold;
font-size: 151%;
margin: 8px 0 10px 0;
padding: 0;
}

#content h3 {
color: #01096b;
background-color: transparent;
font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
font-weight: bold;
font-size: 130%;
margin: 0px 0 10px 0;
padding: 0;
font-style: normal;
}

/* NAV LINE --------------------*/
#PATH{ display: block; padding-left: 15px; margin:0; }
	#PATH p{ padding: 10px 0 0 0; margin: 0; font-size: 8pt; color: #01096b; font-weight: bold; }
	#PATH a{ text-decoration: none; color:#01096b; font-size: 8pt;  font-weight: bold; font-style:normal  }
	#PATH a:hover{ text-decoration: underline;}
	#PATH .Arrow{ margin: 0 2px 0 2px;}
	#PATH .hide { visibility: hidden;}

/*------------------------------------*\
	НАВИГАЦИЯ
\*------------------------------------*/
#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
	margin-bottom:40px;
	margin-left: 100px;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	display:block;
}
#nav li a{
	display:block;
	padding:5px;
	color:#fff;
	background:#695d47;
	text-decoration:none;
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Тень текста, чтобы приподнять его на немного */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#nav li a:hover{
	color:#fff;
	background:#01096b;
	background:rgba(1,9,107,0.75); /* Выглядит полупрозрачным */
	text-decoration:underline;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устнавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
	background:url(dot.gif);
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	background:#01096b;
	background:rgba(1,9,107,0.75); /* Выглядит полупрозрачным */
	text-decoration:underline;
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
	background:#333;
	background:rgba(51,51,51,0.75); /* Будет полупрозрачным */
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
	
p {
font-size:1em;
margin:.75em 5px;
text-align: justify;
}

b {
	font-weight: bold;
	color:#01096b;
	font-style:italic;
}

img {
	border: none;
}
p img {
	float:left;
	margin:10px 10px 10px 0;
}

.red {
	color: #ff0000;
}
.marg {
	margin-left:20px;
}

.right {
	float:right;
	margin:10px 0 10px 10px;
}
.textleft {
	text-align: left;
	color: #01096b;
	font-style:italic;
	font-weight:bold;
}

.textright {
	text-align:right;
	color: #01096b;
	font-style:italic;
	font-weight:bold;
}

.italicblue {
	font-style:italic;
	color:#01096b;
}
.boldblue {
	font-style:normal;
	font-weight:bold;
	color:#01096b;
}
table.special {
margin:0 0 16px 0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
border:1px solid #01096b;
}

table.special caption {
text-align:left;
font-size:1.5em;
color:#01096b;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

table.special th {
padding:7px;
line-height:1.8em;
text-align:center;
background:#e9f0f5;
color:#01096b;
border:1px solid #01096b;
}
table.special td {
padding:7px;
font-size:0.9em;
text-align:left;
background:#e9f0f5;
color:#303030;
border:1px solid #01096b;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #dadada;
width:100%;
/*width:85%;*/
text-align:center;
color:#01096b;
/*background-color:#ffffff;*/
background:#e9f0f5;
font-size:0.9em;
}

#footer p {
padding:0;
margin:0;
text-align:center;
}

#footer a {
color:#01096b;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}


.clearthefloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sprite{background: url(img/sprite.png);}
.tel{width: 32px;height: 32px;background-position: 0 0;margin-right: 15px;}
.fax{width: 32px;height: 32px;background-position: -33px 0;margin-right: 15px;}
.mail{width: 32px;height: 32px;background-position: -66px 0;margin-right: 15px;}
ul {list-style:none;}