@charset "utf-8";
/* CSS Document */



body {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #c2cad7;
	background-color: #000000;
	padding: 0;
	margin: 0;
}
h1 {
	color: #FDAE3B;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 15px;
}
h3 {
	color: #FFF;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
h2 {
	color: #FDAE3B;
	margin-left: 15px;
	font-size: 15px;
}
p {
	margin: 15px;
}
a {
	color: #FFF;
}
a:hover {
	color: #F90;
}
img {
	border: none;
}
ul {
	margin-right: 10px;
}
#wrapper {
	background: url(img/repear_bg.jpg) repeat-x left top;
	min-width: 915px;
	position: absolute; /* Исправление неизвестного глюка со слишком толстой черной полосой сверху */
	top: 0;
}
#wrapper2 {
	background: url(img/top_bg.jpg) no-repeat center top;
}
#menu {
	margin-top: 145px;
	height: 35px;
	width: 915px;
	background: url(img/menu_repear.png) repeat-x left top;
}
#menu {
	/* для Internet Explorer 6 */
	_position: absolute;
	_top: 20px;
	_left: 12%;
}
*+html #menu {
	/* для Internet Explorer 7 */
	margin-top: 0;
	position: absolute;
	top: 165px;
	left: 12%;
}
#menu li {
	float: left;
	list-style: none;
	position: relative;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7px;
	display: block;
}
#menu a:hover {
	color: #C93;
}
#menu ul.nav ul li {
	float: none;
	background: url(img/menu_sub.png) repeat left top;
}
.nav {
	margin: 0;
	padding: 0;
}
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 35px; /* change when you change height of links */
	display: none;
	z-index: 100;
}
.nav li {
	z-index: 100;
}
#menu ul.nav ul li a {
	font-size: 16px;
	width: 10em;
	padding: 5px;
}
.menu_selected {
	color: #C60 !important;
}
#main {
	background-color: #233550;
	margin-left: 15px;
	margin-right: 15px;
}
#footer {
	margin-left: 15px;
	margin-right: 15px;
}
.ft {
	color:#FFF;
	font-size: 14px;
}
.bg {
	background: url(images/sub_bg.gif) repeat-x left top;
	padding: 0;
	margin: 0;
}
.border_right {
	border-right: 2px solid #000;
}
.mini_news p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.mini_news2 p {
	margin-bottom: 5px;
	margin-top: 5px;
}
.news_name a {
	color: #FDAE3B;
	font-weight: bold;
	font-size: 14px;
}
#banners {
	padding-left: 5px;
	padding-right: 5px;
}
#banners p {
	margin: 10px 0;
}
.mini_news2 img {
	margin-left: 10px;
}
.program_table {
	background-color: #3B4B63 !important;
}
.mini-news {
	border: 1px solid #C63;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	position: relative;
	top: -15px;
}
.mini-news img {
	margin-left: 45px;
	margin-bottom: 10px;
}
.time {
	font-size: 11px;
	color: #CCC;
}
.time_new {
	color: #333;
}
.mini-news p {
	background-color: #053067;
	margin: 5px 10px;
	padding: 5px;
	color: #FFF;
	font-size: 13px;
}
.head_program {
	color:#FDAE3B !important;
	font-size:14px !important;
	font-weight:bold;
}
.full-news p {
	background-color: #053067;
	margin: 10px;
	padding: 5px;
	color: #FFF;
	font-size: 13px;
}
.left_margin {
	margin-left: 160px;
}
#catalog {
	font-size: 15px;
}
#arhive {
	margin-left: 15px;
	margin-right: 15px;
}
#arhive a {
	font-size: 13px;
	font-weight: bold;
}
/* Стили для постраничной навигации */

.pstrnav {
	color:#999;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.pstrnav a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:underline;
}
/* Положение Лого */

#logo {
	position: absolute;
	top: 25px;
	width: 100%;
	z-index: 1;
}
/* Положение строки поиска */

.yandexform {
	position: absolute;
	right: 10px;
	top: 20px;
}
/* Картинки для колонок */

.interesting {
	background: url(img/interesting.gif) no-repeat 30px 3px;
	height: 35px;
	padding-top: 7px;
}
.news {
	background: url(img/pl_news.gif) no-repeat 30px 3px;
	height: 35px;
	padding-top: 7px;
}
/* Персональные стили страниц */

/* Страница index */

#index {
	color: #000000;
	background-color: #B1B1B1;
	padding: 15px;
}
#index table.gallery td {
	padding-bottom: 15px;
}
#index h2 {
	color: #930;
	font-size: 18px;
	border-bottom: 1px dashed #960;
}
#index p, a {
	font-size: 14px;
}
#index table {
	margin-top: 10px;
	margin-bottom: 10px;
}
#index .head_table {
	color: #ff9900;
	font-size: 18px;
	background-color: #233550;
	padding: 10px;
}
#index .main {
	padding: 5px;
	color: #000;
}
#index .footer_table {
	background-color: #233550;
	padding: 10px;
}
#index .footer_table a {
	color: #FFF;
}
#index td.ramka {
	width: 200px;
	height: 70px;
	border: solid 1px #FFF;
	background-color: #FFF;
}

/* Страница program */

#program ul {
	list-style: none;
	padding-left: 10px;
}
#program li {
	float: left;
	padding-right: 15px;
}
#program .select {
	color: #FDAE3B;
	font-weight: bold;
}
/* Страница реклама */

#reklama table p {
	margin: 7px;
}
/* Ссылки справа на соц. сети */
#right_links {
	position: absolute;
	right: 10px;
	top: 40px;
	width: 152px;
	z-index: 2;
}

#box ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

/* Стиль центральной ячейки с текстом */
#text_area {
	background-color: #fffffa;
	color: #003;
}
#text_area a {
	color: #2737a2;
}
#text_area a:hover {
	color: #FF9900;
}
#text_area h1 {
	color: #c27405;
}

/* Стили для таблиц */
.td_center {
	text-align:center;
	vertical-align:middle;
}
.td_valign_center td {
	vertical-align:middle;
}
#table_rez {
	background-color: #96afcb;
}
#table_rez td {
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	background: url(/images/bg_table.jpg) repeat-x left;
}
#table_rez td.no_bg {
	background-image: none;
}
#table_rez td.namber {
	background-image: none;
	color: #FFF;
	font-weight: bold;
}
#table_rez td.head {
	background: url(http://ocean-regatta.ru/bitrix/templates/ocean_regatta/images/bg_table_dark.jpg) repeat-x left;
}
#table_rez td a {
	color: #00215B;
}

/* Стили Календаря событий */
#calendar {
	font-size: 14px;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	color: #000;
	margin-top: 10px;
}
#calendar table {
	margin: 0;
}
#calendar .head {
	color: #4f81bd;
	font-size: 16px;
}
#calendar .date {
	color: #d34d4d;
	font-size: 16px;
}
#calendar td {
	padding: 5px;
}
#calendar .s1 {
	background-color: #c6d9f1;
}
#calendar .s2 {
	background-color: #cccccc;
}

/* Стрелки для программы */
.arrow_down {
	background:url(/iquery_scripts/images_for_site_scripts/arrow_down.png) 18px 5px no-repeat;
}
.arrow_up {
	background:url(/iquery_scripts/images_for_site_scripts/arrow_up.png) 30px 5px no-repeat;
}

/* Когда программа идет еще (для страницы с описанием программы)*/
.program_next {
	font-size: 120%;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	width: 400px;
	font-weight: bold;
}
.program_next td, th {
	padding: 5px;
}
.program_next tr th {
	background-color: #FC3;
	text-transform: uppercase;
}
tr.table_time td{
	background-color: #CCC;
}
#box a, #box2 a {
	color: #c0c0c0;
}
