/* Документ */
html {
    background: #7b0000;
}
body, table, form {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	position: relative;
}

/* Таблицы */
table tr.title { background: #2d89bc; }
table tr.title td { font-weight: bold; /*font-style: italic;*/ color: #ffffff; padding: 15px 10px 15px 10px; text-align: center; }
table tr.price td { border-bottom: #d1d2d3 1px solid; padding: 10px; }

/* Изображения */
img {
	border: 0px;
}

/* Ссылки */
a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
a.min { font-size: 13px; }
a.menu:link, a.menu:visited {
	float: left;
    /*width: 100%;*/
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
a.menu:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: url('/templates/images/button.gif') repeat-x;
	padding: 5px 10px 5px 10px;
}
a.menu-select:link, a.menu-select:visited {
	float: left;
    /*width: 100%;*/
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: url('/templates/images/button.gif') repeat-x;
	padding: 5px 10px 5px 10px;
}
a.menu-select:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: url('/templates/images/button.gif') repeat-x;
	padding: 5px 10px 5px 10px;
}
a.dashed:link, a.dashed:visited {
	text-decoration: none;
	border-bottom: 1px dashed #336699;
}
a.dashed:hover {
	text-decoration: none;
	border-bottom: none;
}
a.black:link, a.black:visited {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
a.black:hover {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
a.black2:link, a.black2:visited {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #adacab;
	text-decoration: none;
}
a.black2:hover {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #adacab;
	text-decoration: none;
}

/* Текст */
p {
	padding: 2px 0px 5px 0px;
	margin: 0px;
}
span.date { font-size: 11px; color: #999999; }
span.menu {
	float: left;
	font-weight: bold;
	color: #ffffff;
	background: url('/templates/images/button.gif') repeat-x;
	padding: 5px 10px 5px 10px;
}

/* Колонки */
div.left { margin-right: 190px; }
div.right { float: right; width: 190px; }
div.clear { clear: both; font-size: 0px; }
div.hidden { display: none; }

/* Блоки */
#background1 {
	background: url('/templates/images/background-top.jpg') top repeat-x;
}
#background2 {
	background: url('/templates/images/background-bottom.jpg') bottom right no-repeat;
}
#background3 {
	background: url('/templates/images/background-right.jpg') top right no-repeat;
}
#background4 {
	background: url('/templates/images/background-left.jpg') top left no-repeat;
	padding: 36px 92px 106px 88px;
}
#main {
	padding: 10px 10px 10px 10px;
	background: #fcf9f4 url('/templates/images/bottom.jpg') bottom right no-repeat;
}
#header {
	height: 250px;
	padding-left: 50px;
}
#header-main {
	height: 350px;
	padding-left: 50px;
}
#photo {
	height: 171px;
	background: url('/templates/images/title.gif') top right no-repeat;
	padding-right: 315px;
	text-align: center;
}
#photo2 {
	height: 171px;
	background: url('/templates/images/title2.gif') top left no-repeat;
	text-align: right;
}
#menu {
	padding: 10px 0px 10px 0px;
}
#flash {
	font-size: 0px;
	background: url('/templates/images/top.jpg') repeat-x;
	text-align: center;
}

#center {
	padding: 0px;
}
#footer {
	padding: 140px 300px 87px 0px;
}
#footer div {
	background: url('/templates/images/bottom-line.gif') bottom left no-repeat;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
#royal {
	height: 30px;
	font-size: 11px;
	color: #ffffff;
}

/* */
div.content {
	position: relative;
	padding: 0px 0px 30px 60px;
}
div.content2 {
	position: relative;
	padding: 0px 0px 30px 10px;
}
div.content3 {
	position: relative;
	padding: 0px 0px 30px 20px;
}
div.title {
	position: relative;
	font-size: 30px;
	padding: 30px 0px 30px 60px;
}
div.title-min {
	font-size: 18px;
	padding-bottom: 8px;
}
div.item {
	padding: 5px 0px 5px 0px;
}
div.item-min {
	padding: 2px 0px 2px 0px;
}
div.message {
	font-size: 18px;
	color: #33aa33;
	padding: 0px 0px 0px 8px;
}
div.error {
	font-size: 18px;
	color: #aa3333;
	padding: 0px 0px 0px 8px;
}
div.pager { font-size: 14px; padding-top: 20px; text-align: center; }
div.pager a { padding: 1px 5px 1px 5px; }
div.pager span { color: #ffffff; background: #336699; padding: 1px 5px 1px 5px; }
div.post1 { padding: 25px 0px 0px 0px; }
div.post2 { padding: 25px 0px 0px 50px; }
div.item-photos {
	float: left;
	width: 170px;
	/*border-right: #f0ebdd 10px solid;*/
	/*border-bottom: #f0ebdd 10px solid;*/
}
div.photo-min {
	float: left;
	width: 150px;
	background: #2a97ae url('/templates/images/photo-min.gif') top repeat-x;
	padding: 10px;
	margin-right: 25px;
}
div.photo-mid {
	float: left;
	width: 170px;
	background: #2a97ae url('/templates/images/photo-min.gif') top repeat-x;
	padding: 10px;
	margin-right: 25px;
}
div.photo-max {
	float: left;
	width: 230px;
	background: #2a97ae url('/templates/images/photo.gif') top repeat-x;
	padding: 10px;
	margin-right: 25px;
}
div.photo-announce {
	margin-left: 195px;
	background: url('/templates/images/line.gif') bottom repeat-x;
	padding: 0px 10px 25px 0px;
}
div.photo-title {
	margin-left: 215px;
	padding: 0px 10px 25px 0px;
}
div.photo-text {
	margin-left: 275px;
	padding: 0px 10px 25px 0px;
}
div.faq { background: #f0ebdd; padding: 10px; margin: 2px 0px 0px 50px; display: none; }
div.faq div { padding: 15px 0px 0px 30px; }
div.form {
	width: 600px;
	background: #2a97ae url('/templates/images/form.gif') top repeat-x;
	padding: 10px;
}
div.form-content {
	background: #fcf9f4;
	padding: 8px 28px 4px 28px;
}

div.services { padding: 4px 8px 4px 8px; margin-left: 42px; }

#carousel {
	background: #f0ebdd;
	padding: 10px 0px 10px 10px;
}

div.offers-blue {
	height: 105px;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #ffffff;
	background: #2A96AE url('/templates/images/offers-blue.gif') top repeat-x;
	padding: 5px 15px 5px 15px;
}
div.offers-red {
	height: 105px;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #ffffff;
	background: #d24500 url('/templates/images/offers-red.gif') top repeat-x;
	padding: 5px 15px 5px 15px;
}
div.offers-title {
	font-family: Arial Narrow, Arial;
	font-size: 42px;
}
div.offers-text {
	height: 40px;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #f0ebdd;
	padding: 5px 15px 5px 15px;
}

div.area1 {
	height: 50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: #e8e8d0;
	padding: 0px 0px 0px 6px;
	margin-bottom: 1px;
}
div.area2 {
	height: 50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #2d89bc;
	padding: 0px 0px 0px 6px;
	margin-bottom: 1px;
}
div.area3 {
	height: 50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #e3541a;
	padding: 0px 0px 0px 6px;
	margin-bottom: 1px;
}

div.trainer-list { height: 46px; font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; text-decoration: none; }
div.trainer-list a { font-family: Trebuchet MS; color: #333333; text-decoration: none; }
div.trainer-select { background: #b00f00 url('/templates/images/teacher.gif') bottom repeat-x; }
div.trainer-select a { color: #ffffff; text-decoration: none; }

#area-button1, #area-button1 a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; text-decoration: none; }
#area-button1 div { padding: 2px 4px 2px 4px; }
#area-button2, #area-button2 a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; text-decoration: none; }
#area-button3 div { padding: 2px 4px 2px 4px; }
#area-button3, #area-button3 a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; text-decoration: none; }
#area-button3 div { padding: 2px 4px 2px 4px; }
#area-button4, #area-button4 a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; text-decoration: none; }
#area-button4 div { padding: 2px 4px 2px 4px; }
#area-button5, #area-button5 a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; text-decoration: none; }
#area-button5 div { padding: 2px 4px 2px 4px; }

#area-button1 div.area-button-active { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; background: #e8e8d0; padding: 2px 4px 2px 4px; text-decoration: none; }
#area-button1 div.area-button-active a { color: #333333; }
#area-button2 div.area-button-active { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #ffffff; background: #2d89bc; padding: 2px 4px 2px 4px; text-decoration: none; }
#area-button2 div.area-button-active a { color: #ffffff; }
#area-button3 div.area-button-active { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #ffffff; background: #2d89bc; padding: 2px 4px 2px 4px; text-decoration: none; }
#area-button3 div.area-button-active a { color: #ffffff; }
#area-button4 div.area-button-active { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #ffffff; background: #e3541a; padding: 2px 4px 2px 4px; text-decoration: none; }
#area-button4 div.area-button-active a { color: #ffffff; }
#area-button5 div.area-button-active { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #ffffff; background: #e3541a; padding: 2px 4px 2px 4px; text-decoration: none; }
#area-button5 div.area-button-active a { color: #ffffff; }

div.area-min { font-size: 11px; color: #606060; padding: 2px 4px 2px 4px; }

/*
div.area-button { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; padding: 2px 4px 2px 4px; }
div.area-button a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; text-decoration: none; }
div.area-button-active1 { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; background: #e8e8d0; padding: 2px 4px 2px 4px; text-decoration: none; }
div.area-button-active1 a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #333333; background: #e8e8d0; text-decoration: none; }
div.area-button-active2 { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #ffffff; background: #2d89bc; padding: 2px 4px 2px 4px; text-decoration: none; }
div.area-button-active2 a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #ffffff; background: #2d89bc; text-decoration: none; }
div.area-button-active3 { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #ffffff; background: #e3541a; padding: 2px 4px 2px 4px; text-decoration: none; }
div.area-button-active3 a { font-family: Trebuchet MS; font-size: 14px; font-weight: bold; font-style: italic; color: #ffffff; background: #e3541a; text-decoration: none; }
div.area-min { font-size: 11px; color: #606060; padding: 2px 4px 2px 4px; }
*/

div.times-45 {
	height: 50px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}

/* Формы */
