@charset "windows-1250";
@import url("additional.css");
/*	
	Main Styles
	Version: 
	
	Structure
	-------------------------------------------------
	1. base style
	
	2. main wrap
	
	3. header

	4. main block

	5. footer
	
*/

/*1. base style ------------------------------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,form,label
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

td,table,tbody,tfoot,thead,tr,th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}

html {
	font-size: 100.01%;
/*	height: 100%; */
}

body {
/*	height: 100%; */
	color: #7e7e7e;
	font: 13px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	letter-spacing: -1px;
	background: url(../img/talling-body.png) right 0 repeat-y #FFFFFF;
}

body.indexBody {
	background: url(../img/talling-body-index.png) right 0 repeat-y #FFFFFF;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

a {
	color: #287fc3;
	text-decoration: underline;
}

input[type="text"],input[type="password"] {
	font-size: 100%;
	padding: 0;
}

textarea {
	font: 100% Arial, sans-serif;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	border: none;
}
/*2. main wrap -------------------------------------------------------------------------*/
.mainBackWrap {
	min-height: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	min-width: 1000px;
}

.pageWrap,.pageWrapSec {
	height: 969px;
	width: 929px;
	background: url(../img/main-boat.jpg) no-repeat;
	position: absolute;
	right: 0;
	bottom: 142px;
	z-index: 1;
}

.pageWrapSec {
	background: url(../img/main-boat-trans.jpg) bottom right no-repeat;
}

.pageHeader {
	width: 100%;
	height: 4px;
	background: url(../img/header-back.gif) right top repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.mainWrap {
	min-width: 1002px;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 2;
}

.pageWrapWater,.pageWrapWaterSec {
	height: 335px;
	width: 100%;
	position: absolute;
	bottom: 266px;
	right: 929px;
	background: url(../img/main-water.jpg) right top repeat-x;
}

.pageWrapWaterSec {
	background: url(../img/main-water-trans.jpg) right top repeat-x;
}

/*3. header ----------------------------------------------------------------------------*/
.header {
	height: 291px;
	position: relative;
}

.header ul {
	position: absolute;
	left: 36px;
	top: 51px;
}

.header ul li {
	display: inline;
	margin-right: 20px;
	color: #1b75bc;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #1b75bc;
	cursor: default;
}

.header ul li a {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #1b75bc;
}

.header ul li span {
	font-weight: normal;
}

.header ul li a:hover {
	color: #25aae1;
	border-color: #25aae1;
	text-decoration: none;
}

.header h1,.headerLogo {
	width: 248px;
	height: 179px;
	background: url(../img/header-logo.png) no-repeat;
	position: absolute;
	top: 112px;
	left: 36px;
	text-indent: -9999px;
	display: block;
}

.headerSlogan {
	width: 648px;
	height: 203px;
	background: url(../img/header-slogan.png) no-repeat;
	position: absolute;
	top: 90px;
	left: 319px;
	text-indent: -9999px;
}

/*4. main block ------------------------------------------------------------------------*/
.mainBlock {
	width: 100%;
	position: relative;
	padding: 60px 0 292px 0;
}

.mainBlockCity {
	width: 995px;
	height: 103px;
	background: url(../img/rostov-back.png) no-repeat;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40 );
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	bottom: 513px;
	margin-left: -492px;
	z-index: 1;
}

.mainBlockSideBar {
	width: 257px;
	float: left;
	margin: 0 24px 0 36px;
}

.mainBlockSideBar ul {
	position: relative;
	z-index: 1;
	margin-bottom: 39px;
}

.mainBlockSideBar ul li {
	color: #1b75bc;
	font-size: 17px;
	padding-left: 27px;
	background: url(../img/sidebar-menu-ico.png) no-repeat;
	margin-bottom: 7px;
	cursor: default;
	letter-spacing: -1px;
	zoom: 1;
}

.mainBlockContentSec h1 {
	font-size: 22px;
	color: #1b75bc;
	margin-bottom: 12px;
}

.mainBlockSideBar ul li a {
	font-size: 17px;
}

.mainBlockSideBar ul li a {
	font-size: 17px;
}

.mainBlockSideBar ul li span {
	text-decoration: underline;
}

.mainBlockContent,.mainBlockContentSec {
	margin-right: 400px;
	padding-left: 316px;
	padding-bottom: 100px;
}

.mainBlockContentSec {
	margin-right: 178px;
}

.mainBlockContent p,.mainBlockContentSec p {
	margin-bottom: 28px;
}

.mainBlockContent h2,.mainBlockContentSec h2,.mainBlockContent h3,.mainBlockContentSec h3,.mainBlockContent h4,.mainBlockContentSec h4,.mainBlockContent h5,.mainBlockContentSec h5,.mainBlockContent h6,.mainBlockContentSec h6
	{
	font-size: 22px;
	color: #1b75bc;
	margin-bottom: 12px;
}

.mainBlockContent h3,.mainBlockContentSec h3 {
	font-size: 20px;
}

.mainBlockContent h4,.mainBlockContentSec h4 {
	font-size: 17px;
}

.mainBlockContent h5,.mainBlockContentSec h5 {
	font-size: 16px;
}

.mainBlockContent h6,.mainBlockContentSec h6 {
	font-size: 14px;
}

.mainBlockContent table,.mainBlockContentSec table {
	margin: 10px 0;
	border: 1px solid #000;
}

.mainBlockContent table td,.mainBlockContentSec table td {
	padding: 3px 5px;
	vertical-align: top;
}

.mainBlockContent table th,.mainBlockContentSec table th {
	padding: 3px 5px;
	vertical-align: top;
}

.mainBlockContent p a,.mainBlockContentSec p a {
	color: #1b75bc;
	font-weight: bold;
}

.mainBlockContent p a:hover,.mainBlockContentSec p a:hover {
	color: #25aae1;
}

.mainBlockContent dl dt {
	font-weight: bold;
	font-weight: 19px;
	margin-bottom: 10px;
}

.mainBlockContentSec dl dt {
	font-weight: bold;
	font-weight: 19px;
	margin-bottom: 10px;
}

.mainBlockContent dl dd {
	min-height: 50px;
	margin-bottom: 28px;
}

.mainBlockContentSec dl dd {
	min-height: 50px;
	margin-bottom: 28px;
}

.mainBlockContent dl dd {
	color: #7e7e7e;
	text-decoration: none;
}

.mainBlockContentSec dl dd {
	color: #7e7e7e;
	text-decoration: none;
}

.mainBlockContent dl dd img {
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainBlockContentSec dl dd img {
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainBlockContent dl dd a:hover {
	text-decoration: underline;
}

.mainBlockContentSec dl dd a:hover {
	text-decoration: underline;
}

.mainBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*5. footer ----------------------------------------------------------------------------*/
.footer {
	/*min-height: 124px;*/
	/*background: url(../img/footer-back.png) right top repeat-x;*/
	position: relative;
	margin-top: -124px;
	z-index: 2;
	min-width: 1000px;
}

.footer ul {
	position: relative;
	top: 28px;
	text-align: center;
}

.footer ul li {
	display: inline;
	margin: 0 12px;
}

.footer div,.copySec {
	position: absolute;
	top: -17px;
	right: 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

div.copySec {
	color: #0a629d;
}

.footer div a {
	color: #fff;
	text-decoration: none;
}

div.copySec a {
	color: #0a629d;
}

.footer div a:hover {
	text-decoration: underline;
}

.footerLinks {
	float: left;
}

.footerLinks.sponsors li{
	vertical-align: top;
	float: left;
}

.footerImages {
	margin-left: 300px;
}

.footerImages li {
	float: left;
	height: 40px;
	margin: 0 5px 5px 5px !important;
	overflow: hidden;
}

div.footerGroupWrapper {
	zoom: 1;
	margin-right: 155px;
	/*этот отступ должен быть равен ширине правой колонки во избежание поломки каркасса*/
	top: 0;
	position: relative;
}

div.footerRightBlock {
	float: right;
	width: 155px;
	/*этоа ширина должна быть равна правому отступу div.footerGroupWrapper во избежание поломки каркасса*/
	top: 0;
	position: relative;
}

div.footerRightBlock .footerLinks li {
	float: right;
}

li.titleOfList {
	position: absolute;
	width: 100%;
	color: #7e7e7e;
	font-size: 10px;
	top: -22px;
	text-indent: 5px;
	left: 0;
	text-align: left;
}

div.footerNav {
	position: absolute;
	text-align: center;
	background: #0095da;
	height: 142px;
	overflow: hidden;
	top: -142px;
	right: 0;
	width: 100%;
	font-size: 12px;
}

div.footerNav ul {
	width: 990px;
	margin: 0 auto;
	top: 0;
}

div.footerNav ul li {
	float: left;
	width: 198px;
	height: 142px;
	margin: 0;
}

div.footerNav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	height: 142px;
	padding: 103px 32px 0;
}

div.footerNav ul li a:hover {
	text-decoration: underline;
}

div.footerNav ul li.calendar {
	background: url(../img/footer-nav-calendar.png) center 19px no-repeat
		#e3d962;
}

div.footerNav ul li.arts {
	background: url(../img/footer-nav-arts.png) center 20px no-repeat
		#0095da;
}

div.footerNav ul li.cinema {
	background: url(../img/footer-nav-cinema.png) center 18px no-repeat
		#53c262;
}

div.footerNav ul li.firstLesson {
	background: url(../img/footer-nav-fl.png) center 29px no-repeat #0095da;
}

div.footerNav ul li.coock {
	background: url(../img/footer-nav-coock.png) center 8px no-repeat
		#e3d550;
}

div.mainEurope ul,div.mainEurope ul li {
	float: left;
}


.mainEurope h2 {
	text-align: center;
}

.clear {
	clear: both;
}


