body {
	background-color: #CDBA96;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #9B011B;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.pos  {
	position: relative;
	overflow: hidden;
	width: 100%;
 }
.pos_text  {
	padding-bottom: 13px;
	padding-top: 13px;
 }
.calendar {
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
 }	
.player {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow:hidden;
}     
.player iframe,  
.player object,  
.player embed {
    position: absolute;  
	top: 0;  
	left: 0;  
	width: 100%;
	height: 100%;  
}
@media screen and (min-width: 1024px) { 
.player {
    padding-bottom: 45%;
	margin: 0 auto;
	width: 75%;} 
}
mark {
	color: #000000;
    background: #DFC99D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
    padding: 0 3px;
   }
.th_desc  {
    text-align: center;
	color: #000000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
 }
.th:hover {
    opacity: 0.9;
}
.ads_nat {
    width: 100%;
	background: #DFC99D;
 } 
@media screen and (min-width: 1024px) { 
.ads_nat {
	width: 96%;} 
}
.thumbs {
    width: 295px;
	padding-top: 5px;
    margin-bottom: 5px;
	display: inline-block;
	background: #DFC99D;
 }
.top { 
	width: 245px;
	display: inline-block;
    color:#000000;
	background-color: #DFC99D;
	border-color: #000000;
	margin: 2px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-weight: bold;
 }
.footer {
	color: #000000;
    background: #DFC99D;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.pages a{
	color: #F1F1F0;
	background-color: #1D1D1C;
	border-color: #1D1D1C;
	margin: 2px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align:center;
	text-decoration: none;
    font-family: Verdana, Arial, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
}
.pages A:hover {
	color:#1D1D1C;
	background-color: #F1F1F0;
	border-color: #F1F1F0;
}
.s5 {
    text-align: center;
	font-size: 14px;
	color: #9B011B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.search {
	/* ????????????? ??????????? ?????? ????? ? ??????????? ?? ???????
	** ????? ??? ??????? ????????????? */
	width: 290px;

	/* ?????? ???????? ????? ??????????????? ?????????,
	** ??????? ?????????? ??? ???????? */
	position: relative;
}

.search input {
	/* ????????? ??????? ? ??????? */
	border: none;
}

/* ????? ??? ???? ????? */
.search .input {
	/* ??????????? ???? ????? ?? ??? ?????? ????? */
	width: 100%;

	/* ?? ???? ???????? (8px) ? ??????? (9px) ?????????? ????????
	** ?????????? ?????? ?????
	** ?????????? ?????? ?????? (37px) ?????? ?????? ??????,
	** ?.?. ??? ????? ????????? ?????? ????????	*/
	padding: 8px 37px 9px 15px;

	/* ????? ?????? ???? ????? (100%) ???????? ? ???? ?????????? ??????? */
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* ????????? ?????????? ???? */
	box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);

	/* ?????????? ???? */
	border-radius: 20px;

	background: #EEE;
	font: 13px Tahoma, Arial, sans-serif;
	color: #555;
	outline: none;
}

/* ?????? ?????????? ???? ????? ??? ?????? */
.search .input:focus {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
	background: #E8E8E8;
	color: #333;
}

/* ????????? ?????? ???????? */
.search .submit {
	/* ????????????? ?????? ????????? ?? ??????? ???? ????? */
	position: absolute;
	top: 0;
	right: 0;

	width: 37px;

	/* ??????????? ?????? ?? ??? ?????? ????? */
	height: 100%;

	cursor: pointer;
	background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;

	/* ????????? ???????????? ?????? ???????? */
	opacity: 0.5;
}

/* ??? ????????? ??????? ?????? ???????????? ?????? ???????? */
.search .submit:hover {
	opacity: 0.8;
}

/* ?????? ???????? ?????????? ??? ????, ????? ? ?????????
** Chrome ? Safari ????? ???? ??????????? ?????? */
input[type="search"] {
	-webkit-appearance: none;
}
/* ?????? ????????? ????? ??? ????????? IE ???? 9-? ?????? */
*+html .search {
	/* ??? IE7 ????????? ?????? ??? ?????? ???????? ? ????????? ??????
	** ?????????? ??????, ????? ?????? ???????? ?????? ?? ???? ????? */
	width: 28%;
	padding: 0 52px 0 0;
}
.search .input {
	border: 1px solid #DFDFDF;
	border-top: 1px solid #B3B3B3;
	padding-top: 7px;
	padding-bottom: 8px;
}
.search .input:focus {
	border: 1px solid #CFCFCF;
	border-top: 1px solid #999;
}
.search .submit {
	filter: alpha(opacity=50);
}
.search .submit:hover {
	filter: alpha(opacity=80);
}
    /*  */
.menu {
	color: #9B011B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: underline;
} 
ul{
  margin: 0;
  padding: 0;
}
ul.nav li {
  background: #1D1D1C;
  float: left;                                 
  list-style: none;  
}
ul.nav li a {
  text-decoration: none;
  display: block;
}
ul.nav li ul {
  display: none;	
}
ul.nav li:hover {
  background: #1D1D1C;
}
    /* */
ul.nav {
  position: relative;
  background: #1D1D1C;
  height: 35px;
}
ul.nav li:hover > ul {
  background: #F1F1F0;
  display: block;
  position: absolute;
  top: 35px; 
  left: 0;
}