html
{
	height: 100%;
}
BODY
{
	background: #fff;
	color: #444;    
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
P, OL, UL, DL, LI, DD, DT, FORM, TD, TH, BODY, TEXTAREA, SELECT, INPUT
{
	font-family: arial, helvetica;
	font-size: 9pt;
}


A, A:link, .blockList A.active, .blockList A.active:link
{
	color: #d87e36;
}
A:visited
{
	color: #ac6428;
}
A:hover, A:active
{
	text-decoration: none;
	color: #000;
}

TABLE
{
	border: 0px;
	border-collapse: collapse;
}
TABLE TR, TABLE TR TD ,TABLE TR TH
{
	vertical-align: top;
}
TABLE TR TD ,TABLE TR TH
{
	padding: 0px;
}
IMG
{
	border: 0px;
}
FORM
{
	margin: 0px;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
}

/* ********************************** MAIN CLASSES *****************************************/

.pageContainer
{
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	position: relative;
	_height: 100%;
	min-height: 100%;

}
.pageContent
{
	padding-bottom: 35px;
}
.footer
{
	position: absolute;
	bottom: 0px;
	background: #666 url(/img/bg_bottom.gif) repeat-x;
	color: #ccc;
	padding: 6px 15px 6px;
}

.logoBlock
{
	height: 262px;
/*	background: url(/img/bg_header.jpg) no-repeat;*/ 
}
.logo 
{
/*	margin: 8px 14px; */
}

.menuBlock
{
/*	background: url(/img/bg_menu.jpg) no-repeat;*/
	background: url(/img/bg_menu_box.png);
	height: 25px;
	position: absolute;
	margin-top: -28px;
	_margin-top: -25px;
	width: 980px;
	text-align: right;
	padding: 3px 10px 0px;
	_padding-top: 1px;
}
#homePageIco
{
}

.menuBlock .menuItems
{
`	margin-left: 170px;
	_display: inline;
	overflow: hidden;
	float: left;
	margin-top: -3px;
	_margin-top: -1px;
	_zoom: 1;
}
.menuBlock .menuItems a
{
	font-weight: bold;
	color: #e5e5e5;
	text-decoration: none;
	float: left;
	padding: 6px 10px 5px;
	margin: 0px 5px;
}
.menuBlock .menuItems .active
{
	background: url(/img/bg_menu_active.jpg) no-repeat fixed 0px 262px;
	_background-position: 0px;
}
.menuBlock .menuItems a:visited
{
	color: #e0e0e0;
}
.menuBlock .menuItems a:hover, .menuBlock .menuItems a:active
{
	text-decoration: underline;
	color: #fff;
}

.langSelector
{
	color: #e5e5e5;
	font-weight: bold;
	margin: 0px 13px;
}
.langSelector a, .langSelector a:visited
{
	text-decoration: none;
	color: #222;
	margin: 0px 2px;
}
.langSelector a:hover, .langSelector a:active
{
	color: #e5e5e5;
	text-decoration: underline;
}
.langSelector a.active
{
	color: #e5e5e5 !important;
}
.langSelector a.active:hover, .langSelector a.active:active
{
	color: #fff;
}

.searchBlock
{
	color: #e5e5e5;
	font-weight: bold;
	margin-top: -2px;
}

.searchBlock .inputText
{
	border: 1px solid #404040;
	font-weight: normal;
	position: relative;
	top: 1px;
	margin: 0px 5px;
}
.searchBlock img
{
	vertical-align: bottom;
}

.bottomMenu
{
	font-weight: bold;
	float: right;
	margin-right: 175px;
	margin-bottom: -6px;
	_display: inline;
}
.bottomMenu a
{
	color: #e5e5e5;
	margin: 0px 4px;
}
.bottomMenu a:visited
{
	color: #e0e0e0;
}
.bottomMenu a:active, .bottomMenu a:hover
{
	color: #fff;
}

#jungle_in_ua
{
	position: absolute;
	right: 15px;
	top: 3px;
	_top: 3px;
}

.mainTable
{
	width: 100%;
}
.mainTable td
{
	padding: 4px;
}


.leftCell, .rightCell
{
	width: 175px;
	
}

.mainMenu
{
	margin-bottom: 10px;
}
.mainMenu a
{
	padding: 2px 0px 2px 10px;
	display: block;
	font-size: 9pt;
	font-family: tahoma, verdana, arial, helvetica;
	font-weight: bold;
	text-decoration: none;
}
.mainMenu a:hover
{
	text-decoration: underline;
}
.subMenuContainer
{
	margin: 0px 0px 0px 20px;
}
.mainMenu .subMenuContainer a
{
	font-size: 8pt;
	font-family: arial, helvetica;
	color: #333;
	padding: 0px;
}
.mainMenu .subMenuContainer .menuItem
{
	padding: 0px 0px 0px 7px;
	background: url(/img/menu_bullet_1.gif) no-repeat left center;
}
.mainMenu .subMenuContainer a:visited
{
	color: #444;
}
.mainMenu .subMenuContainer a:hover, .mainMenu .subMenuContainer a:active
{
	color: #d87e36;
}

.menuItem
{
	cursor: pointer;
	padding-right: 20px;
	margin: 2px 0px;
	background: url(/img/menu_bullet_1.gif) no-repeat right center;
}
.mainMenu .active
{
	background-color: #d77f37;
	background-image: url(/img/menu_bullet_2.gif);
}
.mainMenu .active a
{
	color: #fff !important;
}
.mainMenu .active a:visited
{
	color: #f5f5f5 !important;
}
.mainMenu .active a:active, .mainMenu .active a:hover
{
	color: #000 !important;
}
.mainMenu .subMenuContainer .active a
{
	color: #d87e36 !important;
}
.mainMenu .subMenuContainer .active a:visited
{
	color: #ac6428 !important;
}
.mainMenu .subMenuContainer .active a:active, .mainMenu .subMenuContainer .active a:hover
{
	color: #000 !important;
}

.hiddenBlock
{
	display: none;
}

h4
{
	font-size: 9pt;
	font-family: tahoma, verdana, arial, helvetica;
	color: #fff;
	background: #d77f37;
	margin: 1em 0px 0px 0px;
	padding: 2px 2px 2px 10px;
}
.subscribtionBlock
{
	padding: 10px 0px 0px 18px;
}
.inputText
{

}
.textButton
{
	display: block;
	padding: 2px 0px;
	text-decoration: none;
	font-size: 8pt;
}
.textButton:hover
{
	text-decoration: underline;
}
.atSign
{
	font-size: 10pt;
	font-weight: bold;
	color: #222;
}

.leftCell .bannerPlace
{
	padding: 20px 0px 10px 10px;
}
.leftCell .bannerPlace a
{
	display: block;
	margin-bottom: 5px;	
}

.pageNavigator
{
	padding: 2px;
}
.pageNavigator a
{	
	color: #333;
}
.pageNavigator a:visited
{	
	color: #444;
}
.pageNavigator a:active, .pageNavigator a:hover
{	
	color: #d87e36;
}

h1
{
	color: #d87e36;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: normal;
	margin: 10px 0px 0px 10px;
}
h1 a
{
	text-decoration: none;
}
h1 a:hover
{
	text-decoration: underline;
}
h1.newsHeader, h1.articleListHeader
{
	font-size: 12pt;
	font-weight: bold;
}
.newsItem, .articleListItem
{
	margin: 0px 10px 15px 10px;
}
.newsItem .newsDate, .publicationDate
{
	font-weight: bold;
	color: #000;
	font-size: 8.5pt;
	padding: 2px 5px 2px 10px;
}
.newsItem dd, .articleListItem dd
{
	margin-left: 10px;
	margin-bottom: 5px;
}
.newsItem a
{
	text-decoration: none;
	color: #555;
}
.newsItem a:visited
{
	color: #666;
}
.newsItem a:active, .newsItem a:hover
{
	color: #d87e36;
	text-decoration: underline;
}

.articleContent, .contentText
{
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	_zoom: 1;
}
.articleContent p, .contentText p
{
	margin: 0px 0px 10px;
}

.announceTable 
{
	margin-top: 1em;	
}
.announceTable th
{
	width: 33%;
	color: #fff;
	background-color: #dc893d;
	padding: 4px 10px;
	font-size: 9pt;
	font-family: tahoma, verdana, arial, helvetica;
	text-align: center;
}
.announceTable .announceImageBlock td
{
	text-align: center;
	padding: 15px 10px 5px;
}
.announceTable .announceTextBlock td
{
	color: #555;
	font-size: 7.5pt;
	font-family: tahoma, verdana, arial, helvetica;
	padding: 0px 15px;
}
.announceTable .announceTextBlock td div
{
	padding: 0px 5px 5px;
}

.announceTextBlock img{
	padding: 15px 10px 5px;
}

.announceTextBlockDiv{
	padding: 15px 10px 5px!important;
}


.newsList
{
	padding: 20px 0px 0px 10px;
}
.newsList a
{
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #444;
}
.newsList a span
{
	display: block;
	color: #dc893d;
	font-weight: bold;
}
.newsList a:hover, .newsList a:hover span
{
	color: #000 !important;
}
.allNewsButton
{
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

.vBannerBox
{
	text-align: center;
}

.pager
{
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
}

.pager span, .pager a
{
	margin: 0px 2px;
	padding: 0px 4px;
	text-decoration: none;
}
.pager a:hover
{
	background: #d87e36;
	color: #fff;
}

.galleryContent .pager
{
	text-align: left;
	margin: 10px 0px 5px;
}
.publicationDate
{
	padding: 0px 3px 10px 3px;
}

.leftFloat
{
	float: left;
}
.rightFloat
{
	float: right;
}

.floatedBlock, .imageBox
{
	background: #d77f37;
	padding: 3px 3px 0px;
/*	clear: both;*/
}
.floatedBlock img
{
	display: block;
	margin-bottom: 3px;
}
.imageBox
{
	padding: 3px;
}
.imageBox img
{
	vertical-align: bottom
}

.leftFloatedBlock
{
	float: left;
	margin: 0px 10px 10px 0px;
}
.rightFloatedBlock
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.publicationContent
{
	padding-top: 10px;
}

.galleryItem
{
	_zoom: 1;
	margin-left: 200px;
	margin-bottom: 20px;
}
.galleryItem h1
{
	margin-left: 0px;
	font-size: 12pt;
	font-weight: bold;	
	
}
.galleryItem p
{
	margin: 5px 0px 10px;
}
.galleryContent .floatedBlock
{
	_margin-top: 12px;
}

.leftGalleryCell, .rightGalleryCell
{
	width: 124px;
	text-align: center;
}
.rightGalleryCell
{
	vertical-align: bottom;
}
.imageDescription
{
	font: 8pt Arial;
	margin: 5px;
}
.imageDescription p
{
	margin: 5px 0px;
}
.imageDescription h5
{
	margin: 7px 0px 10px;
	font-size: 8pt;
	color: #d77f37;
}
.galleryContent
{
	margin-top: 15px;
	_margin-top: 5px;
}

.galleryTable
{
	border: 1px solid #d77f37;
	border-width: 1px 0px;
	width: 100%;
}
.galleryTable td
{
	padding: 10px 20px;
	width: 33%;
	text-align: center;
}
.galleryLeftCell
{
	padding-left: 0px !important;
}
.galleryRightCell
{
	padding-right: 0px !important;
}

.nextPrevBox
{
	float: right;
}

.galleryTable .imageBox
{
	background: #fff;
	border: 3px solid #D77F37;
}




.centerCell{
	padding-left: 20px!important;
	padding-right: 20px!important;
}

.nav_div{
	margin: 10px 10px;
	font-size: 10pt;
	font-weight: bold;
}

.header1{
	font-weight: bold;
	color: #d77f37;
	text-decoration: none;
}

.header2{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.clearFloat
{
	clear:both;
}

h2
{
	font-size: 12pt;
	margin: 0px 0px 10px;
}

.announceBlock 
{
}

.announceItem
{
	border-bottom: 1px solid #e5e5e5;
	padding-top: 15px;
	overflow: hidden;
	_zoom: 1;
}
.announceItem .galleryItem
{
	margin-bottom: 15px;
}

.rightAlignedAnnounce .galleryItem
{
	margin-left: 0px;
	margin-right: 200px;
}

.newsLeftFloatedBlock
{
	float: left;
	margin: 0px 10px 10px 15px;
}

.leftAlignPic
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.rightAlignPic
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.clearBoth
{
	clear: both;
}

.articleListItem dd
{
	margin-left: 0px;
}
.articleListItem p
{
	margin: 0px 3px 3px;
}
.articleListItem
{
	margin-bottom: 20px;
}
.dus
{
	position: absolute; 
	right: 0px; 
	top: 0px;
	_zoom: 1;
}
