html, body
{
	height: 100%;
	margin: 0;
}

body
{
	background: #afd6e1 url('../images/web/body-bg.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
	font: normal 12px Verdana;
	color: #333333;
}

.clear
{
	clear: both;
}

a
{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

.preloader
{
	display: none;
}

.blockBack 
{
	color: #006699;
	margin-top: 20px;
}

.blockBack a
{
	color: #006699;
	font: normal 11px Verdana;
	text-decoration: underline;
}

.blockBack a:hover
{
	text-decoration: none;
}

p
{
	margin: 0;
	padding-bottom: 10px;
}

#site
{
	width: 902px;
	margin: 0 auto;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;

	background: url('../images/web/main-bg.jpg') repeat-y top right;

	margin-bottom: -202px;
}

#header
{
	height: 137px;
	width: 902px;
	background: #afd6e1 url('../images/web/body-bg.jpg') repeat-x top left;
}


#logo
{
	margin-top: 48px;
	margin-left: 14px;
	position: relative;
	display: block;
	float: left;
}
#logo img
{
	border: none;
}

#head-text
{
	margin-top: 48px;
	overflow: hidden;
	float: right;
}

/* SIDE LEFT */

#leftSide
{
	float: left;
	width: 180px;
	margin-right: 42px;
	position: relative;
	z-index: 9;
}

#leftSide a
{
	font-size: 14px;
	text-decoration: underline;
	display: block;
}

#leftSide a:hover
{
	text-decoration: none;
	background-color: #fff;
	color: #006666;
}

#leftSide a.englishLink
{
	background: url('../images/web/ico-english.gif') no-repeat left center;
	padding-left: 27px;
	margin-left: 10px;
	margin-top: 45px;
}

#leftSide ul, #leftSide ul li
{
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#leftSide ul li a
{
	height: 37px;
	line-height: 37px;
	padding-left: 37px;
	background: url('../images/web/ico-plus.gif') no-repeat 13px 10px;
}

#leftSide ul li a:hover
{
	background: url('../images/web/menu-hover.jpg') no-repeat top left;
}

#leftSide ul li a.item1:hover
{
	background: url('../images/web/menu-hover-1.jpg') no-repeat top left;
}

#leftSide ul li a.item2:hover
{
	background: url('../images/web/menu-hover-2.jpg') no-repeat top left;
}

#leftSide ul li a.item3:hover
{
	background: url('../images/web/menu-hover-3.jpg') no-repeat top left;
}


/* SIDE LEFT .END */


/* MAIN SIDE */

#mainSide
{
	float: left;
	width: 680px;
	overflow: hidden;
	
	background: url('../images/web/main-bg.jpg') repeat-y top left;
}

#mainSide .pageTitle
{
	padding-left: 10px;
}

#mainSide .pageTitle h1
{
	font: normal 16px Verdana;
	color: #ff0000;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#mainSide .container
{
	background: url('../images/web/main-top.jpg') no-repeat top left;
	padding: 12px;
	padding-bottom: 30px;
}

#infoHolder
{
	position: relative;
	z-index: 9;
	height: 100%;
}

#infoBlock
{
	float: left;
	width: 390px;
	padding-left: 10px;
	padding-right: 21px;
}
/* MAIN SIDE .END */


/* FOOTER */

#footerPusher
{
	clear: both;
	height: 70px;
}

#footer
{
	border-bottom: 8px solid #000;
	height: 194px;
	z-index: 1;
}


#footer .container
{
	width: 902px;
	height: 194px;
	margin: 0 auto;
	background: url('../images/web/footer.jpg') no-repeat top left;
}

#footer .container .text
{
	color: #666;
	text-align: right;
	padding-top: 170px;
	font-size: 11px;
	padding-right: 3px;
}

#footer a
{
	color: #999999;
}

#footer a:hover
{
	text-decoration: underline;
}

/* FOOTER .END */


/* CATS LIST */
#bigCats .item
{
	float: left;
	width: 300px;
	text-align: center;
	margin-left: 10px;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#bigCats .item a img
{
	border: none;
	border-top: 6px solid #000;
	margin-top: 5px;
}

#smallCats 
{
	background: url('../images/web/cats-small-bg.jpg') no-repeat bottom right;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#smallCats .item 
{
	float: left;
	width: 150px;
	text-align: center;
	margin: 0 6px;
	font-weight: bold;
}

#smallCats .item a img
{
	border: none;
	border-top: 3px solid #000;
	margin-top: 3px;
}
/* CATS LIST .END */


/* SUBMENU */
#submenuBlock
{
	float: left;
}

#submenuBlock .submenu
{
	background: url('../images/web/submenu-bg.gif') repeat-y top right;
	width: 212px;
	margin-bottom: 24px;
}

#submenuBlock .submenu .holder
{
	background: url('../images/web/submenu-top.jpg') no-repeat top left;
	
}

#submenuBlock .submenu .container
{
	background: url('../images/web/submenu-bottom.jpg') no-repeat bottom right;
}

#submenuBlock ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenuBlock ul li
{
	margin: 0;
	padding: 0;
	padding: 7px 25px 7px 25px;
}

#submenuBlock ul li a
{
	text-decoration: underline;
}

#submenuBlock ul li a:hover
{
	color: #006699;
	text-decoration: none;
}

#rotation
{
	margin-left: 12px;
	width: 200px;
	height: 150px;
	overflow: hidden;
	position: relative;
}

#rotation a
{
	border-top: 8px solid #000;
}

#rotation a img
{
	border: none;
	border-top: 1px solid #fff;
}
/* SUBMENU .END */