* {
	position: relative;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
/*	text-align: left;
	font-weight: normal;
	vertical-align: top;
*/
}
tbody, tr, td {
	position: static;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
	position: static;
	background: #ffefc8;
}
body {
	background: #fff;
	margin: 0 auto;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	/* text-shadow: #000 0 0 0; */
	width: 995px;
	min-height: 100%;
	-height: 100%;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------------*/
.header {
	height: 208px;
	z-index: 1;
}
.header .logo {
	display: block;
	width: 459px;
	height: 85px;
	position: absolute;
	left: 31px;
	top: 19px;
}
.header .logo img {
	display: block;
	width: 459px;
	height: 85px;
}
/*
.header .term {
	position: absolute;
	right: 50px;
	top: 30px;
	height: 88px;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.header .term span {
	color: #f58220;
	font-size: 45px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}
*/
.header .menu_30 {
	position: absolute;
	left: 30px;
/*	top: 158px;*/
	bottom: 25px;
	list-style: none;
	line-height: 1;
}
.header .menu_30 li {
	display: inline;
	margin-right: 20px;
}
.header .menu_30 a {
	font-size: 20px;
	color: #47454e;
}
.header .menu_30 span {
	font-size: 28px;
	color: #f58220;
	font-weight: bold;
	text-decoration: underline;
}
.header .auth {
	position: absolute;
	right: 35px;
	top: 53px;
}
.header .auth form {
	height: 28px;
}
.header .auth .input_text {
	background: #fff;
	position: absolute;
	top: 0;
	display: block;
	width: 150px;
	height: 21px;
	margin: 3px 0 0;
	border: 1px solid #515151;
}
.header .auth .input_text input {
	background: none;
	border: none;
	color: #000;
	padding: 2px 2px 0 2px;
	width: 146px;
	height: 19px;
}
.header .auth .submit {
	top: 0;
	right: 0;
	position: absolute;
	display: block;
	width: 64px;
	height: 28px;
	border: none;
	background: url(/theme/img/submit.png) no-repeat left top;
	cursor: pointer;
}
.header .back_to_cosmo {
	position: absolute;
	right: 50px;
	bottom: -23px;
	width: 174px;
	height: 36px;
	background: url(/theme/img/back_to_cosmo.png) no-repeat left top;
}/*--------------------------------------------------------------------------------------------------------*/
.menu {
	height: 29px;
	background: #feba03 url(/theme/img/menu.png) no-repeat 2px 0;
	position: absolute;
	left: 0;
	top: 119px;
	width: 995px;
}
.menu ul {
	list-style: none;
	width: 953px;
	height: 29px;
	position: absolute;
	left: 24px;
	bottom: 0;
}
.menu li {
	display: block;
	position: absolute;
	width: 100px;
	height: 20px;
	top: 0;
	height: 29px;
}
.menu a {
	width: 100%;
	height: 100%;
	display: block;
	outline: none;
}
.menu li:hover ul, .menu li.over ul {
	display: block;
	z-index: 999;
}
.menu li ul {
	background: none;
	width: auto;
	height: auto;
	left: 0;
	bottom: auto;
	top: 29px;
	display: block;
	position: absolute;
	display: none;
}
.menu li ul li {
	display: block;
	position: relative;
	width: auto;
	left: auto;
	top: auto;
	height: auto;
	border-top: 1px solid #fff;
	width: 150px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.menu li ul li a {
	width: auto;
	height: auto;
	outline: none;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	background: #feba03;
}
.menu li ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #004b96;
}
.menu .mi_1 {
	width: 121px;
	left: 0;
}
.menu .mi_2 {
	width: 126px;
	left: 121px;
}
.menu .mi_3 {
	width: 81px;
	left: 247px;
}
.menu .mi_4 {
	width: 156px;
	left: 328px;
}
.menu .mi_5 {
	width: 64px;
	left: 484px;
}
.menu .mi_6 {
	width: 81px;
	left: 548px;
}
.menu .mi_7 {
	width: 131px;
	left: 629px;
}
.menu .mi_8 {
	width: 92px;
	left: 760px;
}
.menu .mi_9 {
	width: 101px;
	left: 852px;
}
/*--------------------------------------------------------------------------------------------------------*/
.body {
	padding: 0 0 50px;
	overflow: hidden;
	zoom: 1;
}
.footer {
	height: 50px;
	width: 100%;
	background: #FEBA03;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 13px;
}
.footer .left_f  {
	float: left;
	width: 40%;
	padding-left: 35px;
	top: 18px;
}
.footer .right_f {
	float: right;
	width: 40%;
	padding-right: 30px;
	text-align: right;
	top: 10px;
}
/*--------------------------------------------------------------------------------------------------------*/
.calendar_title {
	display: block;
	height: 140px;
/*	background: url(/theme/img/calendar_title.png) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;*/
	line-height: 140px;
	text-align: center;
	font-family: "Franklin Gothic Medium Cond",Arial,serif;
	font-weight: normal;
	font-size: 42px;
	margin: 0 0 -15px;
}
.calendar {
	width: 967px;
	margin: 0 auto;
	list-style: none;
}
.calendar li {
	display: block;
	color: #fff;
	width: 138px;
	height: 138px;
	float: left;
}
.calendar li .cal_bg {
	width: 147px;
	height: 147px;
	position: absolute;
}
.calendar li a {
	display: block;
	width: 138px;
	height: 138px;
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
	outline: none;
}
.calendar li span {
	display: block;
	height: 30px;
	margin: 3px 13px -3px 0;
	line-height: 30px;
	text-align: right;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
}
.calendar li i {
	position: absolute;
	display: block;
	color: #000;
	font-style: normal;
	right: -1px;
	top: 1px;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
	z-index: -1;
}
.calendar li.empty .cal_bg {
	background: url(/theme/img/calendar/empty.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/calendar/empty.png', sizingMethod='crop');
}
.calendar li.blue .cal_bg {
	background: url(/theme/img/calendar/blue.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/calendar/blue.png', sizingMethod='crop');
}
.calendar li.green .cal_bg {
	background: url(/theme/img/calendar/green.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/calendar/green.png', sizingMethod='crop');
}
.calendar li.orange .cal_bg {
	background: url(/theme/img/calendar/orange.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/calendar/orange.png', sizingMethod='crop');
}
.calendar li.pink .cal_bg {
	background: url(/theme/img/calendar/pink.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/calendar/pink.png', sizingMethod='crop');
}
.calendar li.yellow .cal_bg {
	background: url(/theme/img/calendar/yellow.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/calendar/yellow.png', sizingMethod='crop');
}
.calendar li.violet .cal_bg {
	background: url(/theme/img/calendar/violet.png) no-repeat left top;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/calendar/violet.png', sizingMethod='crop');
}
.week {
	width: 861px;
	height: 16px;
	background: url(/theme/img/calendar/week.png) no-repeat left top;
	margin: 0 0 20px 30px;
}
/*--------------------------------------------------------------------------------------------------------*/
.logo_big {
	margin: 15px auto;
	width: 384px;
	height: 425px;
	background: url(/theme/img/logo_big.png) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
}
.main_text {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.main_text span {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #f58220;
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}
.go_to_calendar {
	margin: 40px auto 0;
	display: block;
	width: 504px;
	height: 43px;
	background: url(/theme/img/go_to_calendar.png) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	left: 15px;
}
/*--------------------------------------------------------------------------------------------------------*/
.left {
	width: 640px;
	float: left;
	padding: 40px 30px 0 50px;
	color: #000;
}
.left a {
	color: #000;
}
.left a:hover {
	color: #000;
}
.right {
	float: right;
	width: 275px;
}
.right .banner {
	padding: 40px 0 25px;
}
.right .banner img {
	display: block;
	margin: 0 auto;
}
.right .partners {
/*	padding: 40px 0 25px;*/
}
.right .partners h2 {
	color: #ff0018;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	font-family: "Franklin Gothic Medium Cond",Arial,serif;
}
.right .partners img {
	display: block;
	margin: 15px auto;
}
/*--------------------------------------------------------------------------------------------------------*/
.anketa {
	border: 1px solid #feba03;
	background: #fefce9 url(/theme/img/anketa_bg.png) no-repeat right bottom;
	padding: 25px 35px;
}
.anketa .anketa_title {
	width: 257px;
	margin: 0 0 20px;
	font-family: "Franklin Gothic Medium Cond",Arial,serif;
	font-size: 32px;
/*	background: url(/theme/img/anketa_title.png) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;*/
}
.anketa table {
}
.anketa td {
	color: #6c4d32;
	padding: 3px;
}
.anketa td.lc {
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	padding: 0 25px 0 0;
}
.anketa span {
	color: #d7182a;
}
.anketa .anketa_input {
	width: 251px;
	height: 23px;
	background: url(/theme/img/anketa_input.png) no-repeat left top;
}
.anketa .anketa_input input {
	background: none;
	border: none;
	width: 241px;
	padding: 3px 5px 0;
	height: 20px;
}
.anketa .anketa_submit {
	background: #f58220;
	border: none;
	color: #fff;
	font-size: 14px;
	width: 104px;
	height: 30px;
	cursor: pointer;
	display: block;
	margin: 10px 0;
	
	
}
/*--------------------------------------------------------------------------------------------------------*/
.radio_label .anketa_input {
	margin: 5px 0 0;
}
.days {
	padding:0 0 0 233px !important;
}
/*--------------------------------------------------------------------------------------------------------*/