/* CSS */
/* (c) Art Studio (www.web-design.com.ua) */
html, body{height:100%;}
body{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color: #f3dd90;
	background-image: url(/img/bg_body.png); 
	background-position: top;
	background-repeat: repeat-x;

}
body * {
/*	border: 1px solid red!important;*/
}
img{
	border: none;
}
a{
	color: #cf8929;
/*	color: #fba632;*/
}
hr{
	color: #3399ff;
	height: 1px;
}
.bold{
	font-weight: bold;
}
div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
div.softClear{

}
div.softClear img{
	width: 100%;
	height: 1px;
}

#header{
	background-image: url('/img/bg_header.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	height: 229px;
}
#logo{
	background-image: url('/img/logo.jpg');
	background-position: 1px top;
	background-repeat: no-repeat;
	height: 229px;
}
#footer {
	background-image: url('/img/bg_footer.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 27px;
	color: #fba632;
	padding: 7px 15px 0 15px;
	text-align: center;
/*	font-size: 1.2em;*/
}
.grayblock{
	background-image: url('/img/bg_gray.png');
	background-position: top left;	
	margin: 0 1px 0 1px;
	text-align: center;
	padding: 3px 0 3px 0;
}
.gbTop{
	background-image: url('/img/bg_grayblock_top.png');
	background-position: top left;
	background-repeat: repeat-x;
	height: 6px;
	font-size: 1px;
}
.gbTop img, .gbBottom img {
	border: none!important;
}
.gbBottom{
	background-image: url('/img/bg_grayblock_bottom.png');
	background-position: top left;
	background-repeat: repeat-x;
/*	height: 7px;*/
}
.plainPhoto{
/*	width: 150px;*/
	margin: 0 10px 10px 10px;
	color: #fba632;
	float: left;

}
.plainPhoto img{
	border: 1px solid #ca7e23;
	margin: 0 5px;
}
.photoName, .photoDate{
	text-align: center;
/*	width: 128px;*/
	font-size: 0.9em;
	height: 60px;
	padding: 0 2px;
}
#leftmenu{
	width: 112px;
	margin: 10px;
	float: left;

}
.lmActive{


}
.leftSubMenu{
	background-color: #343434;
	float: right;
	width: 153px;
	left: 122px;
	display: none;
}
.lmActive .leftSubMenu{
	display: block!important;
}
.leftMenuButton{
	display: block;
	margin: 5px 0 5px 0;

}
#rightmenu{
	width: 150px;
	margin: 10px;
	float: right;
}
#content{
	/*height:100%;
/*	margin-left: 135px;
	margin-right: 173px;
*/

/*	margin-left: 135px;
	margin-right: 173px;
*/
	font-size: 1.2em;
	color: #484848;
}
#content h1{
	font-size: 1.8em;
	font-family:  Tahoma, Verdana, Helvetica, sans-serif;
}
#content h3{
	font-size: 1.3em;
	font-family:  Tahoma, Verdana, Helvetica, sans-serif;
}
#content ul, #content ol, #content dl{
	list-style-position: inside;
	padding-left: 10px;
}
.path{
	font-size: 1.2em;
	margin: 5px 5px 0px 20px;
	height: 20px;
}
.path a{
	color: #343434;
}
#navi{
	width: 135px;
	height: 37px;
	background-image: url('/img/bg_navi.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	padding: 4px 3px 0 3px;
}
.navButton{
	margin: 0 1px 0 1px;

}
#calendar{
	width: 197px;
	height: 131px;
	background-image: url('/img/bg_calendar.png');
	background-position: left top;
	background-repeat: no-repeat;
	float: right;	
	margin: 6px 10px 0 20px;
	padding: 30px 15px 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
/*	border: 1px solid red;*/
}
#calendar a{
	text-decoration: none;
}
#calendar a:hover{
	text-decoration: underline;
}
#calendar a.date{
	width: 28px;
	height: 19px;
	display: block;
	padding-top: 3px;
}
#calendar td.otherMonth{
	color: #ccc;
}
#calendar a.highlighted{
	background-image: url('/img/bg_calendar_date.png');
	background-position: center;
	background-repeat: no-repeat;
	filter: expression(fixPNG(this));

}
table.calenadarTable{
	border: none;

}
table.calenadarTable td{
	padding: 0px;
	text-align: center;
	color: #cf8929;
	width: 28px;
}
#currentMonth{
	font-size: 10px;
	height: 17px;
	border-collapse: collapse;
	border: 1px solid #cf8929;
	padding: 0px;
	margin: 0 0 2px 0;
	color: #cf8929;
	background-color: #343434;
}
#topmenu{
/*	position: absolute;*/
	height: 61px;
/*	top: 166px;*/
	padding-left: 319px;
/*	background-image: url('/img/bg_topmenu_arrow.png');
	background-position: left top;
	background-repeat: no-repeat;*/
	clear: both;
}
#topmenuInner{
/*	width: 647px;*/
	height: 49px;
/*	margin-top: 10px;*/
	margin-left: 58px;
	background-image: url('/img/bg_topmenu.png');
	background-position: left bottom;
	background-repeat: repeat-x;
/*	float: right;*/
}
.tmButton{
	margin: 10px 5px 0 5px;
	padding:0px;
	float: left;
/*	border: 1px solid red;*/

}
.tmButton *{
	margin: 0px;
	padding: 0px;
}

/* GALLERY PHOTO */
#galLogo{
	position: absolute;
	top: 10px;
	left: 32px;

}
#galHeader{
	background-image: url('/img/bg_galheader.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 40px;
	padding: 18px 0 0 150px;
}
#galHeader h1{
	color: #fba632;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.bigGalPhoto{
	text-align: center;

}
.bigGalPhoto img{
	border: 1px solid #ca7e23;
	margin: 18px 0 ;
}
#photoSelector{
/*	height: 177px;*/
	height: 165px;
	width: 100%;
/*	border: 1px solid white;*/
	overflow: auto;
	background-image: url('/img/bg_photoselector.png');
	background-position: top left;
	background-repeat: repeat-x;
	white-space: nowrap;
	padding: 0 0 15px 0;
	


	scrollbar-face-color: #fba632;
	scrollbar-highlight-color: #cb8628;
	scrollbar-shadow-color: #99651e;
	scrollbar-3dlight-color: #fcc273;
	scrollbar-arrow-color:  #343434;
	scrollbar-track-color: #343434;
	scrollbar-darkshadow-color: #171717;
}
#photoSelector a{
/*	display: block;*/
	margin: 0 6px 13px 6px;
/*	float: left;*/
}
#photoSelector a img{
	margin-top: 15px;
	border: 1px solid #ca7e23;
}
#photoSelector .focusElement{
	width: 0px; 
	height: 0px; 
	border: none; 
	color:#363636; 
	font-size: 0px; 
	background-color: #363636; 
	position: relative; 
	z-index: -1; 
	padding: 0px; 
	margin: 0px;
	left: 294px;
}
.activePhotoGrid{
	width: 128px;
	height: 141px;
	margin-top: 0px!important;
	border: none!important;
	background-position: 1px 14px;
	background-repeat: no-repeat;
}
/* //GALLERY PHOTO */

.iePNG{ 
	BEHAVIOR: url('/img/iepng.htc');
/*	filter: expression(fixPNG(this));*/
}



.varyPhoto{
	float: left;
	margin: 0 10px 10px 10px;
	color: #fba632;
}
.varyPhoto img{
	border: 1px solid #ca7e23;
}
.varyPhoto img.photo{
	margin: 0 10px;

}
table.strongmanParams{
	border: none;
	width: 100%;
/*	margin-left: 360px;*/
/*	background-color: #ccc;*/
}
.strongManTable{
	border-collapse: collapse;
	border: none!important;

}
table.strongmanParams td{
	vertical-align: top;
}
table.strongManTable td{
	border: none!important;
	vertical-align: top;
}
table.strongmanParams td.rCol{
	text-align: right;
	font-weight: bold;
	border: 1px solid #eeb83e!important;
	border-left: none!important;
	border-right: none!important;
}
table.strongmanParams td.lCol{
	border: 1px solid #eeb83e!important;
	border-left: none!important;
	border-right: none!important;
/*	width: 40%;*/
}
.pager{

}
.pager a{
	display: block;
	border: 1px solid #ca7e23;
	width: 20px;
	height: 17px;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	margin: 2px;
	float: left;
}
.pager a:hover{
	background-color: white;
	border: 1px solid white;
}
.pager a.current{
	border: 2px solid white;
	position: relative;
	top: -1px;
	font-weight: bold;
	color: black;
}
.mainTbl {
	border: none;
	border-collapse: collapse;

}
.mainTbl td{
	vertical-align: top;
}
.forumlink{
	font-weight: bold;
	padding: 5px 10px;
}
.formblock{
	padding: 5px;
	margin: 5px;
	border: 1px solid #e8d389;
	background-color: #f8e293;
}
.formblock input , .formblock select, .formblock textarea{
	border: 1px solid #e8d389;
	text-align: left;
	margin: 2px;
}
#content table{
	font-size: 1em;
	border-collapse: collapse;
	border: 1px solid #eeb83e;
	border-left: none;
	border-right: none;
}
#content table td{
	font-size: 1em;
	margin: 0px;
	border: 1px solid #eeb83e;
	padding: 3px 5px 3px 5px;
	border-left: none;
	border-right: none;
}
/* calendar select 2 UL */

select.srReplacedSelect {
	width: 1px;
	position: absolute;
	left: -999em;
}

ul.srList {
	list-style:none;
/*	padding:0;*/

	/* лучше всего техника работает 
	   для элементов фиксированной ширины
	   хотя при некоторых дополнителных
	   требованиях к изображению и небольшом
	   изменение стилей ее можно применять
	   и для резиновых select`ов */
	width: 100px;
/*	margin: 0 0 10px;*/

	/* поскольку используется техника
	   Sliding Doors элемент хорошо переносит
	   масштабирование шрифтов, для этого
	   его высоту нужно задать в em */
	height: 17px;
	font-size: 10px;
	border: 1px solid #cf8929;
	background-color: #343434;
	color: #cf8929;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;
	background-image: url('/img/arrow_calendar.png');
	background-position: right;
	background-repeat: no-repeat;
	cursor: arrow;
}

ul.srList li {
	display:none;

	line-height:1.5em;
	padding:0 20px 0 10px;
	cursor: arrow;
/*	width:140px;*/
}

ul.srList li.srHoverLi {
/*	color: #cf8929;
*	background: #5C5C5C;*/
	color: white;
}

ul.srBlur {
/*	background: url('srBgTop.png') no-repeat;*/
}

ul.srFocus, ul.srHoverUl {
	/* чтобы при наведении мышки
	   или получении фокуса элемент
	   не оставался на некоторое время без фона,
	   и для ускорения загрузки, совмещаем
	   два фоновых изображения в одном и изменяем его
	   подвигая на 300 пикслей влево */
/*	background-image: url('/img/arrow_calendar.png');
	background-position: right;
	background-repeat: no-repeat;*/
}

ul.srBlur li.srSelectedLi {
	display:block;
/*	background: url('srBgBottom.png') no-repeat 0px 100%;*/
}

ul.srFocus li.srSelectedLi, ul.srHoverUl li.srSelectedLi {
	display:block;
/*	background-image: url('/img/arrow_calendar.png');
	background-position: right;
	background-repeat: no-repeat;*/
}

ul.srExpanded li.srSelectedLi { 
	display:block;
	background: #454545;
}

ul.srExpanded {
	position:relative;
	/* при разворачивании списка,
	   нужно выдвинуть его на первый
	   план, иначе другие элементы будут
	   перекрывать опции */
	z-index:1000;
}

ul.srExpanded li {
	display:block;
	background-color: #343434;
}
/* //calendar select 2 UL */
#currentMonth{
	font-size: 10px;
	height: 17px;
	border-collapse: collapse;
	border: 1px solid #cf8929;
	padding: 0px;
	margin: 0 0 2px 0;
	color: #cf8929;
	background-color: #343434;
}
#bottomMenu{
	text-align: center;
	text-transform: uppercase;
	color: #343434;
	font-size: 1.2em;
	font-weight: bold;
}
#bottomMenu a{
	color: #343434;
	text-decoration: none;
}
#bottomMenu a:hover{
	color: #cf8929;
}
.fpNews{
	border: none!important;
}
.fpNews td{
	text-align: center;
	border: none!important;
}
.contentImage{
	padding: 2px;
	background-color: #c97e23;
	border: 2px solid #f9a835;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.newsdate{
	margin-left: 5px;
}
