/*---------------------------------- default start -------------------------------------------*/

/* -- for ie 6 -- */

* html .png {
	behavior: url(css/png.htc);
}
* html body {
	behavior: url(css/csshover.htc);
}

/* -- end --*/

table { 
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0 0;
}
td {
	/*padding: 0;*/
	vertical-align: top;
}
body {	
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	margin: 0px;
	border: none;
}

/* -- default classes to use - start-- */

.PRelative {
	position: relative;
}
.FLeft {
	float: left;
}
.FRight {
	float: right;
}
/* -- default classes to use - end -- */

/*---------------------------------- default end -------------------------------------------*/
a {
	color: #85333c;
}
a:visited {
	color: #BCB76C;
}
#main {
	width: 941px;
	margin: 0px auto 0px auto;
}
#main .header {
}
#main .header .top {
	border: 1px solid #d9d9d9;
	border-bottom: none;
	border-top: none;
	height: 130px;
}
#main .header .logo{
	display: block;
	float: left;
	margin: 40px 30px 40px 30px;
}
* html #main .header .logo{
	margin: 40px 30px 40px 15px;
}
#main .header .phrase{
	float: left;
	margin: 50px 30px 40px 0px;
	color: #67000b;
	font-weight: bold;
	font-size: 20px;
	font-family: Tahoma;
}
#main .header .right-top-picture {
	float: right;
	margin: 20px 0px 0px 0px;
}
#main .header .search-langs {
	margin-left: 15px;
	float: right;
	width: 235px;
	background: url("../img/border.jpg") left top no-repeat;
}
#main .header .search-langs .langs {
	margin: 20px 0px 20px 10px;
}
#main .header .search-langs .langs a{
	color: #c5c072;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	text-decoration: none;
}
#main .header .search {
	margin: 0px 0px 0px 10px;
}
#main .header .search input {
	font-size: 11px;
	background: url("../img/search_string.jpg") left top no-repeat;
	width: 100%;
	border: none;
	margin-bottom: 5px;
	padding: 3px 0px 5px 5px;
}
#main .header .search select {
	width: 150px;
	margin-bottom: 2px;
}
#main .header .search .submit {
	background: url("../img/search_submit.jpg") left top no-repeat;
	width: 56px;
	color: #fff;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#main .header .menu {
	clear: both;
	background: #67000b;
	padding: 10px 10px 10px 10px;
}
#main .header .menu a{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-right: 25px;
}
#main .header .menu .active{
	color: #bcb76c;
}
#main .footer .contacts {
	background: #67000b;
	color: #fff;
	font-size: 12px;
	padding: 10px 30px 10px 30px;
}
#main .footer .contacts span{
	font-size: 18px;
	font-weight: bold;
}
#main .footer .contacts a {
	color: white;
}
#main .footer .bottom-part {
	font-size: 12px;
	padding: 10px 30px 10px 30px;
}
#main .footer .bottom-part a{
	color: #67000b;
}
#main .footer .bottom-part .FLeft {
	margin-right: 25px;
}
#content {
	border: 1px solid #d9d9d9;
	border-bottom: none;
	border-top: none;
}
#content .content-table{
	width: 100%;
	margin-bottom: 5px;
}
#content .content-table .left{
	padding-top: 5px;
	width: 238px;
	border-right: 1px solid #d9d9d9;
}
#content .content-table .right{
	text-align: center;
	padding-top: 5px;
	width: 241px;
}
#content .content-table .center{
	padding-top: 5px;
	width: 500px;
	border-right: 1px solid #d9d9d9;
}
#content .content-table .first{
	width: 700px;
	background: url("../img/first.jpg") left 5px no-repeat;
	height: 434px;
}
#content .content-table .short{
	height: 250px;
}
#content .content-table .first .big-title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 30px 15px;
	padding-top: 85px;
}
#content .content-table .first .text {
	color: #c5c072;
	padding: 0px 50px 0px 15px;
	font-size: 12px;
}
#content .content-table .padder{
	padding: 20px 20px;
}
#content .content-table .padder .big{
	color: #67000b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
#content .content-table .padder .small{
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height: 13px;
}
#content .content-table .center .pages {
	text-align: center;
	width: 200px;
	margin: 0px auto;
}
#content .content-table .center .pages .FRight{
	margin-top: 5px;
}
#content .content-table .center .pages .FLeft{
	margin-top: 5px;
}
#content .content-table .center .pages a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .content-table .center .pages .active {
	background: #ccc;
	padding: 0px 3px;
}
#content .content-table .left .menu {
	padding: 15px;
}
#content .content-table .left .menu a{
	color: #bcb76c;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
#content .content-table .left .menu .active {
	color: #67000b;
}
#content .content-table .left .menu .sub a {
	background: url("../img/point.gif") left 7px no-repeat;
	padding-left: 15px;
	font-size: 13px;
}
#content .content-table .center .archive {
	padding-bottom: 20px;
}
#content .content-table .center .archive .events .left{
	border: none;
	width: 90px;
	color: #67000b;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#content .content-table .center .archive .events .right{
	widtH: auto;
	border: none;
	text-align: left;
	padding-bottom: 10px;
}
#content .content-table .center .archive .events .right a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
#content .content-table .center .archive .events .left span{
	color: #989898;
	font-size: 12px;
}
#content .content-table .center .archive .item{
	float: left;
	width: 50%;
}
#content .content-table .center .archive .one{
	width: 33%;
}
#content .content-table .center .archive .item .text{
	width: 165px;
}
#content .content-table .center .archive .one .text{
	width: 110px;
}
#content .content-table .center .archive .one a{
	display: block;
	background: url("../img/pic_gal_patt.jpg") left bottom repeat-x;
	float: left;
	padding-bottom: 6px;
}
#content .content-table .center .archive .title{
	display: block;
	color: #67000b;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#content .content-table .center .archive .text{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .content-table .center .archive .text .span{
	background: #ccc;
	font-weight: bold;
}
.more{
	display: block;
	margin-top: 5px;
	color: #bcb76c;
	margin-bottom: 5px;
	text-decoration: none;
}
#content .content-table .center .archive .text img{
	margin: 5px 5px 0px 0px;
}
#content .content-table .center .search-result {
	padding-bottom: 20px;
}
#content .content-table .center .search-result .title{
	display: block;
	color: #67000b;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#content .content-table .center .search-result .text{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .content-table .center .search-result .text span{
	background: #ccc;
	font-weight: bold;
}
#content .content-table .center .form td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	width: 50%;
}
#content .content-table .center .form .left{
	text-align: right;
	padding-right: 15px;
}
#content .content-table .center .form .right input{
	font-size: 11px;
	background: url("../img/input.jpg") left top no-repeat;
	width: 100%;
	border: none;
	margin-bottom: 5px;
	padding: 3px 0px 5px 5px;
}
#content .content-table .center .form .checkbox {
	position: relative;
	top: 3px;
}
#content .content-table .center .form  .submit {
	background: url("../img/search_submit.jpg") left top no-repeat;
	width: 56px;
	color: #fff;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border: none;
	display: block;
	margin: 10px 0px 5px 0px;
}
#content .content-table .banners td {
	vertical-align: bottom;
	padding-left: 10px;
}
#box {
	margin-top: 100px; /* temp */
	float: left;
	border: 1px solid #931515;
	padding: 10px;
	background-color: white;
}
#box .text{
	font-size: 12px;
	padding: 10px 0px 20px 0px;
}
#box .x{
	background: #fff;
	position: absolute;
	top: -60px;
	right: -50px;
	padding: 30px;
	border: 1px solid #931515;
}
font {
	/*font-size: 1em;*/
	font-size: inherit;
}
font.size1 { font-size: 80%; }
font.size2 { font-size: 90%; }
font.size3 { font-size: 100%; }
font.size4 { font-size: 110%; }
font.size5 { font-size: 120%; }
font.size6 { font-size: 130%; }
font.size7 { font-size: 140%; }

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }
h6 { font-size: 10px;; }

h5 * {  }

* html #popup_text {
	height: 15px;
	font-size: inherit;
}

ul li {
	background: url(../img/bullet.gif) no-repeat scroll 0 3px;
	list-style-image:none;
	list-style-type:none;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 1.2em;
}

ul { margin: 0 0 0 20px; padding: 0; }

