html
{
	height: 100%;
}
body
{
	height: 100%;
	background-color: white;
	color: #7d8282;
	font-size: 0.8em;
	font-family: Tahoma, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-image: url(/files/design/body_bg.jpg);
	background-repeat: repeat-x;
}
* html #framework
{
	height: 100%;
}
#framework
{
	min-height: 100%;
	background-image: url(/files/design/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
* html #framework
{
	height: 100%;
}
* html #bottomBg
{
	height: 100%;
}
#bottomBg
{
	background-image: url(/files/design/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 100%;
}

img
{
	border: 0;
}
a:link
{
	color: #0184c7;
}
a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4
{
	font-weight: normal;
}
h1
{
	font-size: 1.3em;
	margin-top: 0;
	padding-top: 0;
	color: #4a4d4d;
}
h2
{
	font-size: 1.25px;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
	font-weight: bold;
}


/*------------------*/

#logo
{
	position: absolute;
	left: 48px;
	top: 35px;
	z-index: 500;
}

#head
{
	background-image: url(/files/design/head_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	padding-top: 165px;
}

#menu
{
	font-size: 1.1em;
	margin-left: 100px;
}
#menu ul
{
	margin: 0;
	padding: 0;
}
#menu li
{
	display: inline;
	background-color: #e8f4fa;
	margin-left: 0.5em;
	margin-right: 0.5em;
	background-image: url(/files/design/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#menu strong
{
	background-image: url(/files/design/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 1em;
}
#menu .text
{
	background-image: url(/files/design/menu_marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#menu a
{
	color: #575959;
	padding-right: 1em;
}

#breadcrumbs
{
	margin-top: 10px;
	margin-left: 105px;
	width: 500px;
	margin-bottom: 20px;
	position: relative;
}
#breadcrumbs a
{
	color: #666;
}
#main
{
}
#rightSide
{
	width: 270px;
	padding-left: 40px;
	padding-right: 40px;
	float: right;
	padding-bottom: 40px;
}
#content
{
	margin-right: 350px;
	padding-left: 105px;
	background-image: url(/files/design/content_bg.gif);
	background-repeat: no-repeat;
	background-position: 55px 8px;
}
.counter
{
	margin-top: 40px;
	text-align: center;
}
/*------------------*/

#bottomSeparator
{
	height: 86px;
    clear: both;
}
#bottom
{
	clear: both;
	margin-top: -86px;
    position: relative;
	height: 66px;
	padding-left: 100px;
	padding-top: 20px;
	padding-right: 1em;
	position: relative;
	background-color: #0184c7;
	margin-right: 219px;
	color: white;
	font-size: 0.85em;
}

#developer
{
	position: absolute;
	right: 30px;
	bottom: 25px;
	color: white;
	z-index: 500000;
}
#developer a
{
	color: white;
}

.dirToc
{
}
.dirToc ul
{
	font-size: 1.05em;
	list-style-type: none;
}
.dirToc ul li ul
{
	font-size: 0.9em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 2em;
	padding-left: 0;
	list-style-type: circle;
}
.dirToc ul li ul li
{
	margin-bottom: 0.3em;
}

/*-------------*/

.catalogItem
{
	text-align: left;
	font-size: 1.1em;
}

.pictures
{
	text-align: center;
	width: 225px;
}
.pictures img
{
	cursor: pointer;
	margin-left: 6px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.pictures .big
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	margin-bottom: 0;
}

.item td
{
	vertical-align: top;
}