* {
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	vertical-align: top;
}
tbody, tr, td {
	position: static;
}
ul, ol {
	list-style-position: inside;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------*/
a {
	color: #ea002b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
html {
	width: 100%;
	min-height: 100%;
	position: static;
	background: #fff url(/theme/img/star_2.png) no-repeat center bottom;
}
body {
	min-height: 100%;
	-height: 100%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.25;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
/*	
	max-width: 1000px;
	min-width: 995px;
	-width: expression(document.documentElement.clientWidth > 1000 ? "1000px":(document.documentElement.clientWidth < 995 ? "995px":"auto"));
*/
}
hr {
	border: 0 hidden;
	border-top: 1px solid #dfded9;
	border-bottom: 1px solid #fff;
	height: 1;
	clear: both;
	overflow: hidden;
	margin: 7px -10px;
	$margin: 0 -10px;
	display: block;
}
p {
	padding: 0 0 10px;
}
b, strong {
}
input, textarea {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------------------------------------------------------*/
h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 5px;
}
h3 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
}
#center h1, #center h3.block_title {
	color: #ea002b;
	font-size: 32px;
	font-weight: normal;
	padding: 0 0 30px;
	line-height: 1;
}
.side_block h3 {
	font-size: 24px;
}
#center h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 20px;
	font-weight: normal;
}
#center h3 {
	font-size: 14px;
	font-weight: bold;
}
#center h3 {
}
h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 5px;
	font-size: 13px;
}
#center a {
	color: #996900;
}
#center td {
	padding: 5px 10px 5px 0 !important;
}
#center .border td {
	padding: 5px !important;
}
table.border td {
	border: 1px solid #000;
}
h1, h2, h3 {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
}
/*--------------------------------------------------------------------------------------------------------*/
table.data_form {
}
div.input_text, div.input_text input {
}
.input_outer_1 {
	width: 100px;
	height: 30px;
	background: url(/theme/img/input_text_left.png) no-repeat 0 0;
	zoom: 1;
}
.input_outer_2 {
	background: url(/theme/img/input_text_right.png) no-repeat right top;
	padding: 6px 6px 0 6px !important;
	height: 25px;
}
.input_outer_2 .input_text {
	padding: 0 !important;
	margin: 0 !important;
	$margin: -1px 0 !important;
	border: none !important;
	font-size: 15px;
	width: 100% !important;
	height: 20px;
}
.data_form .input_text {
	border: 1px solid #bbb;
	width: 300px;
	background: #fff;
	padding: 2px 3px;
	$margin: -1px 0;
	color: #838688;
	$color: #000;
}
.data_form .input_select {
	border: 1px solid #bbb;
	width: 308px;
	background: #fff;
	padding: 2px 3px;
	$margin: -1px 0;
	color: #000;
	$color: #000;
}
.data_form .input_file {
	width: 308px;
	*border: 1px solid #bbb;
	*padding: 2px 3px;
	$margin: -1px 0;
	*background: #fff;	
}
.data_form textarea {
	border: 1px solid #bbb;
	width: 300px;
	background: #fff;
	padding: 2px 3px;
	$margin: -1px 0;
	color: #838688;
	$color: #000;
}
.data_form .submit {
	border: 1px solid #fff;
	$border: none;
	padding: 3px 10px;
	cursor: pointer;
	background: #ea002b;
	color: #fff !important;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.data_form a.submit {
	text-decoration: none;
}
.side_block .data_form  .submit {
	border: 1px solid #f8f8f8;
}
.data_form .input_text:focus, .data_form textarea:focus {
	color: #000;
}
.data_form .input_text:focus, .data_form .input_text:hover, .data_form .submit:focus, .data_form .submit:hover, .data_form textarea:focus, .data_form textarea:hover, .data_form select:focus, .data_form select:hover {
	border: 1px solid #ea002b;
}
.data_form .submit {
	$border: none !important;
}
.data_form td {
	text-align: left;
	padding: 4px 0 0;
}
.data_form td.left_c {
	text-align: right;
	padding: 4px 0 0px;
	padding-right: 10px;
}
.data_form .small {
	font-size: 10px;
}
/*--------------------------------------------------------------------------------------------------------*/
.header {
	z-index: 1;
	height: 190px;
}
.header .links {
	overflow: hidden;
	zoom: 1;
	height: 15px;
	width: 40px;
	position: absolute;
	right: 20px;
	top: 12px;
}
.header .links li {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.header .links li a {
	display: block;
	width: 15px;
	height: 15px;
}
.header .links li.home_ico {
	background: url(/theme/img/home_ico.gif) no-repeat center;
}
.header .links li.mail_ico {
	background: url(/theme/img/mail_ico.gif) no-repeat 2px 4px;
	left: 10px;
}
.header .lang {
	list-style: none;
	list-style-position: outside;
	position: absolute;
	right: 0;
	top: -13px;
	line-height: 10px;
	font-size: 11px;
	overflow: hidden;
}
.header .lang li {
	display: inline;
	border-left: 2px solid #778289;
	padding: 0 1px 0 5px;
	left: -2px;
}
.header .lang a, .header .lang span {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #778289;
}
.header .lang a:hover {
	color: #2771b6;
}
.header .logo {
	display: block;
	width: 340px;
	height: 105px;
	position: absolute;
	left: 0;
	top: 35px;
}
.header .logo img {
	display: block;
	width: 340px;
	height: 105px;
}
.header .header_bg {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 732px;
	height: 190px;
	background: url(/theme/img/header_banner.jpg) no-repeat 0 0;
}
.banner_header {
	display: block;
	position: absolute;
	right: 0;
	top: 42px;
	width: 580px;
	height: 90px;
}
.banner_header img {
	display: block;
	width: 580px;
	height: 90px;
}
.menu {
	list-style: none;
	list-style-position: outside;
	height: 25px;
	font-size: 15px;
	line-height: 25px;
	z-index: 999;
	top: 125px;
}
.menu li {
	float: left;
}
.menu a, .menu span {
	display: block;
	padding: 0 5px;
	color: #000;
	text-decoration: none;
}
.menu a:hover {
	color: #ea002b;
}
.menu li:hover ul, .menu li.over ul {
	display: block;
}
.menu ul {
	display: none;
	list-style: none;
	list-style-position: outside;
	position: absolute;
	background: #fff url(/theme/img/menu_bg.gif) repeat-y 0 0;
	width: 170px;
	left: 0;
	top: 25px;
	font-size: 11px;
	line-height: normal;
}
.menu ul li {
	display: block;
	float: left;
	width: 100%;
}
.menu ul a, .menu ul span {
	display: block;
	height: auto;
	padding: 3px 5px;
	text-decoration: none;
	color: #000;
}
.menu ul a:hover {
	background: #ea002b;
	color: #fff;
}

.menu_2 {
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	top: 155px;
	z-index: 9999;
}
.menu_2 .a {
	color: #ea002b;
}
.menu_2 td {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
}
.menu_2 .hide_ul ul {
	display: none;
}
.menu_2 .show_ul ul {
	display: block;
}
.menu_2 td a {
	text-decoration: none;
	color: #000;
}
.menu_2 td a:hover, .menu_2 td span {
	color: #ea002b;
}
.menu_2 div {
	width: 100%;
}
.menu_2 ul {
	background: #fff;
	text-align: left;
	list-style: none;
	list-style-position: outside;
	position: absolute;
	width: 150px;
	left: 0;
	top: 1px;
	font-size: 11px;
	line-height: normal;
	z-index: 9999;
}
.menu_2 ul li {
	display: block;
	float: left;
	width: 100%;
}
.menu_2 ul a, .menu_2 ul span {
	display: block;
	height: auto;
	padding: 5px 15px;
	text-decoration: none;
	color: #000;
	background: #fff url(/theme/img/menu_bg.gif) repeat-y 0 0;
}
.menu_2 ul a:hover {
	background: #ea002b;
	color: #fff;
}
/*--------------------------------------------------------------------------------------------------------*/
.footer_padding {
	height: 20px !important;
}
.footer {
	width: 100%;
	font-size: 11px;
	color: #666;
}
.footer .copyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 30px 0 15px;
}
.footer a, .footer a:hover {
	color: #666;
}
/*--------------------------------------------------------------------------------------------------------*/
.main_banner, .main_banner img {
	display: block;
	width: 950px;
	height: 175px;
}
#body {
	width: 100%;
	margin: 15px 0 0;
}
.body_wrapper {
	z-index: 0;
	padding: 5px 0 0;
}
#body #left {
	width: 220px;
	padding: 0 60px 0 0;
	background: url(/theme/img/border_left.gif) repeat-y right top;
}
#body #right {
	width: 220px;
	padding: 0 0 0 60px;
	background: url(/theme/img/border_right.gif) repeat-y left top;
}
#body #center {
}
.side_block {
	margin: 0 0 15px;
	font-size: 11px;
}
.side_block p {
	text-align: left;
	padding: 0 0 5px;
}
.side_block h3 {
	padding: 0 0 5px;
}
.side_block .content {
}
div.more {
	background: url(/theme/img/arrow_2.gif) no-repeat right 4px;
	padding-right: 10px;
	text-transform: lowercase;
}
.side_block div.more {
	background-position: right 3px;
	display: inline;
}

.title_list {
	list-style: none;
}
.title_list {
	zoom: 1;
}
.title_list li {
	width: 100%;
	float: left;
}

.title_list a, .text_list a {
	color: #EA002B !important;
}
.title_list li {
	overflow: hidden;
	width: 100%;
	zoom: 1;
	padding: 0 0 10px;
}
.title_list .date {
	font-size: 11px;
	color: #666;
}
.title_list img {
	padding: 0 10px 10px 0;
}
.side_block .title_list {
	list-style: none;
	list-style-position: outside;
}
.side_block .title_list li {
/*	padding: 0 0 12px;*/
}
.side_block .title_list .date {
	font-size: 11px;
	color: #7c7c7c;
}
.pool {
}
.pool .radio_outer {
	padding: 0 0 9px;
	top: -5px;
}
.pool .radio_outer input {
	vertical-align: middle;
}
.pool .radio_outer label {
}
.text_list {
	list-style: none;
	list-style-position: outside;
}
.text_list li {
	overflow: hidden;
	zoom: 1;
	width: 100%;
}
.text_list .date {
	font-size: 11px;
	color: #7c7c7c;
}
.text_list h4 {
	padding: 0 0 6px;
}
.text_list h4, .text_list h4 a {
}
.text_list .more_outer {
}
.text_list .more {
}
.image_list {
	list-style: none;
	padding: 8px 0 0;
	width: 100%;
}
.image_list li {
	float: left;
	padding: 0 0 0 1%;
}
.image_list a {
}
.image_list img {
}
/*--------------------------------------------------------------------------------------------------------*/
.ico_1 {
/*
	background: url(/theme/img/ico_1.png) no-repeat 0 3px;
	padding-left: 38px !important;
*/
}
.ico_2 {
/*
	background: url(/theme/img/ico_2.png) no-repeat 0 3px;
	padding-left: 38px !important;
*/
}
/*--------------------------------------------------------------------------------------------------------*/
.side_block .auth_form h3 {
	height: 30px;
	background: #ea002b;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.side_block .auth_form table {
	width: 100%;
}
.side_block .auth_form table .input_text {
	width: 140px;
}
.side_block .auth_form .auth_other {
	font-size: 11px;
}
.side_block .auth_form .remid_me {
	color: #ea002b;
}
.side_block .auth_form .remid_me label {
	cursor: pointer;
	padding: 0 0 0 5px;
}
.side_block .auth_form .remid_me input {
	vertical-align: middle;
	cursor: pointer;
}
/*--------------------------------------------------------------------------------------------------------*/
#feedback {
	padding: 18px 0 0;
	width: 390px;
}
#remind_page {
	padding: 50px;
}
.message {
	padding: 50px;
	font-weight: bold;
	text-align: center;
	color: #2771B6;
}
.alert {
	font-weight: bold;
	text-align: center;
	color: #2771B6;
}
#registration_page {
	padding: 18px 0 0 50px;
}
/*--------------------------------------------------------------------------------------------------------*/
.text_page h1 {
	padding: 0 !important;
}
.text_page .date {
	font-size: 20px;
	padding: 0 0 20px;
	font-weight: normal;
}
.text_page img {
/*	float: left;*/
	margin: 0 10px 10px 0;
}
#iccode {
	margin: 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.profy_item {
	overflow: hidden;
	zoom: 1;
}
.profy_item h4 {
	font-size: 13px;
}
.profy_item p {
	padding: 0 0 5px;
}
div.more {
	overflow: hidden;
	zoom: 1;
	text-align: right;
}
div.more a {
	color: #EA002B !important;
}
/*--------------------------------------------------------------------------------------------------------*/
.navigation {
	color: #333;
	font-size: 11px;
	padding: 10px 0 0;
	font-family: Tahoma;
}
.navigation a {
	color: #666;
}
.navigation img {
	padding: 0 3px;
}

#center .title_list .date {
	display: inline;
}
#center .title_list h4 {
	padding: 0 0 0 5px;
	display: inline;
}
.pager a, .pager b {
	padding: 2px 4px;
}
.pager b {
	color: #333;
}
.title_list .more {
	top: -5px;	
}
ol.list_1 {
	list-style: none;
	padding: 0 0 0 40px;
}
ol.list_1 li {
	color: #a28427;
	font-size: 22px;
	padding: 0 0 25px;
}
ol.list_1 li h5 {
	color: #a28427 !important;
	font-size: 22px !important;
	font-weight: normal;
	line-height: 1;
	padding: 0 0 10px;
}
ol.list_1 li h5 b {
	position: absolute;
	color: #a28427 !important;
	font-size: 22px !important;
	font-weight: normal;
	line-height: 1;
	padding: 0 0 10px;
	width: 5em;
	left: -5.5em;
	text-align: right;
}
ol.list_1 li h5 i {
	color: #a28427 !important;
	font-style: normal;
	font-size: 16px;
	display: block;
	line-height: 1;
}
ol.list_1 li *  {
	color: #333 !important;
	font-size: 13px !important;
}
.text_page ul {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	list-style-position: outside !important;
}
.text_page ol.list_1 ul {
	padding: 0 0 10px !important;
}
.text_page ul li {
	background: url(/theme/img/bullet_2.gif) no-repeat 0 9px;
	padding: 0 0 0 20px !important;
	margin: 0 !important;
	color: #333;
	font-size: 13px;
}
ol.list_1 p.quote {
	background: #dfded9;
	border-left: 4px solid #c4ab5f;
	padding: 10px 20px 10px 20px;
	color: #646464;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	margin-top: 10px;
}
ol.list_1 h6 {
}
.text_page ol, .text_page ul {
	padding-bottom: 10px !important;
}
.text_page ol ul {
	padding-left: 1.5em !important;
	padding-bottom: 0 !important;
}
ol.list_1 ol li {
	padding: 0 !important;
}


.partners img {
	padding: 5px 10px;
	margin: 0 !important;
}
.partners a {
}
.partners h2 {
	padding: 0 0 5px 13px !important;
	color: #a28427;
	font-size: 22px;
	font-weight: normal !important;
}
.partners div {
	background: #f5f5f5;
	padding: 13px 0;
	width: 320px;
	margin: 0 0 20px;
}
.partners .left_part {
}
.partners .right_part {
	float: right;
	margin-top: -170px;
}
.partners div.wide {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.partners div.wide a, .partners div.wide_1 a {
	float: left;
}
.partners div.wide_1 {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.partners div.wide_1 img {
	padding: 0;
}

.comments_change_pic {
	color: #EA002B !important;
}
.comments {
	padding: 0 0 20px;
}
#center .comments td {
	padding: 5px 0 !important;
}

.block_title a:hover{
	text-decoration:underline;
}

.block_title a{
	text-decoration:none;
	color:#000;
}
/*--------------------------------------------------------------------------------------------------------*/
.image_list {
	list-style: none;
	margin-left: -25px;
	padding-top: 10px;
}
.image_list li {
	margin: 0 !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding-left: 25px;
	vertical-align: top;
}
.image_list img {
	display: block;
	margin-bottom: 18px;
	padding: 3px;
	background: url(/theme/img/gal_border.png) no-repeat 0 0;
}
.image_list p {
	margin: 0 0 18px !important;
	padding: 3px 0 5px 5px !important;
	border-left: 2px solid #236008;
	font-size: 13px;
	line-height: 17px;
	width: 124px;
}
/*--------------------------------------------------------------------------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox-container-image {
	position: static;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*--------------------------------------------------------------------------------------------------------*/
.outer {
	width: 950px;
	margin: 0 auto;
}