*
{
	font-family: Georgia, serif;
	color:#333;
}

body
{
	padding: 0px;
	margin: 0px;
	width:100%;
	height:100%;
}

div#measurer
{
	position: absolute;
	width: 100%;
	top: 0;
	height: 1px;
	line-height: 1px;
}

div#around
{
	position: relative;
	min-width: 750px;
	max-width: 1200px;
	min-height:100%;
	//height:100%;
}

* html div#around
{
	width: expression(
	(
		document.getElementById('measurer')
		&& document.getElementById('measurer').clientWidth < 750
	)
	?	'750px'
	:	(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1200
		)
		?	'100%'
		:	'1200px'
	);
}

#cursorPos
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
	background-color: white;
	padding: 5px;
	color: #333;
	font-size: 10px;
}

#load
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:800px;
	background: url('../i/bg/white.png') repeat left top;
	behavior:url('/png.htc');
	display:none;
	z-index: 106;
}

#load .loadAnimation
{
	position:absolute;
	left:50%;
	top:300px;
	z-index: 6;
	background: url('../i/loading.gif') #fff no-repeat center 20px;
	border: 1px solid #ccc;
	padding: 65px 15px 20px 15px;
	white-space:nowrap;
	font-size:11px;
	text-align:center;
	color:#999;
	font-family: Arial, sans-serif;
}

#error404Bg
{
	width:100%;
	height:100%;
	background: url('../i/bg/404sky.jpg') #fff no-repeat left top;
}

#error404Block
{
	position: absolute;
	left: 100px;
	top: 290px;
}

#error404Block h1
{
	font-size:200%;
	color:#fff;
	margin:0;
}

#error404Block p
{
	font-size:90%;
	margin: 0.4em 0 2.5em 0;
	color:#fff;
}

#error404Block a
{
	font-size:85%;
	color:#fff;
}

.standartPading
{
	padding: 0 20px;
}

.topHomeBg
{
	background: url('../i/bg/topmap.jpg') no-repeat left 0;
	width:100%;
	padding-bottom:336px;
}

.topPageBg
{
	background: url('../i/bg/leftcataloguemap.jpg') no-repeat -30px -30px;
	width:100%;
}

.topPageBg .topSecondBg
{
	background: url('../i/bg/rightcataloguemap.jpg') no-repeat right top;
	width:100%;
	padding-bottom:336px;
}

/* general
-------------------------*/

p
{
	font-size:85%;
	color:#333;
	line-height:1.6em;
	margin-top:0.5em;
}

h1
{
	font-size:130%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h2
{
	font-size:160%;
	margin: 0 0 0.5em 0;
	font-weight:bold;
}

h3
{
	font-size:140%;
	font-weight:bold;
	color:#333;
	margin: 0.5em 0 0.4em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
	margin: 0.5em 0;
}

ul, ol
{
	margin-top: 0.5em;
	padding-left:0;
	margin-left:0;
	font-size:85%;
	color:#333;
	line-height:1.4em;
}

li
{
	list-style-type: none;
	text-indent:-1.5em;
	margin: 0.4em 0 0.4em 3em;
}

ol li
{
	list-style-type:decimal;
	text-indent:0;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

img.borderImg
{
	border: 1px solid #ccc;
}

img.png
{
	behavior:url('/png.htc');
}

.none
{
	display:none;
}

.visible
{
	display:block;
}


/* links
-------------------------*/

a
{
	text-decoration:underline;
	color:#003975;
}
a:hover
{
	text-decoration:underline;
	color:#1960ab;
}


/* paragraph
-------------------------*/

div.pContent
{
	clear:both;
	padding-bottom:1em;
}

div.pContent p
{
	line-height:1.7em;
}

div.imgTop
{
	padding: 0.8em 0 0.5em 0;
}

div.imgLeft
{
	float:left;
	padding: 0.5em 1em 0.8em 0;
}

div.imgRight
{
	float:right;
	padding: 0.5em 0 0.8em 1em;
}

div.imgBottom
{
	padding: 0.4em 0 0.8em 0;
}

p.caption
{
	font-size:70%;
	color:#999;
	font-style:italic;
	margin: 0.5em 0;
}

table.pTable
{
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin: 0.5em 0 1.2em 0;
}

table.pTable th
{
	font-size:80%;
	padding: 1.2em 10px 0.5em 10px;
}

table.pTable td
{
	font-size:75%;
	padding: 0.5em 10px;
	border-bottom: 1px solid #efefef;
}

table.pTable td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

table.normal
{
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin-bottom:1.2em;
	border: 1px solid #efefef;
}

table.normal td
{
	font-size:75%;
	padding: 0.5em 10px;
	border: 1px solid #efefef;
}

table.normal td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

div#paragraphFile
{
	padding: 0.5em 10px 0.5em 28px;
	height: 26px;
}

div#paragraphFile a
{
	font-size:80%;
}

div#paragraphFile small
{
	font-size:70%;
	color:#ccc;
}

div.attach
{
	background: url('../i/icons/default.gif') no-repeat left center;
}

div.pdf
{
	background: url('../i/icons/pdf.gif') no-repeat left center;
}

div.word
{
	background: url('../i/icons/word.gif') no-repeat left center;
}

div.excel
{
	background: url('../i/icons/excel.gif') no-repeat left center;
}

div.zip
{
	background: url('../i/icons/zip.gif') no-repeat left center;
}

h3.pHeader
{
	font-size:85%;
}

h3.pHeader a
{
	text-decoration:none;
	border-bottom: 1px dashed #3e79b3;
}

h3.pHeader a:hover
{
	text-decoration:none;
	border-bottom: 1px dashed #74b5e0;
}

h3.pHeader a.cur
{
	border-bottom: 1px dashed #f28b05;
	color:#f28b05;
	text-decoration:none;
}

/* path
-------------------------*/

div.path
{
	color:#333;
	padding-top: 1.2em;
}

div.path a
{
	font-size:75%;
}

div.path span
{
	font-size: 85%;
	color:#333;
}

div.path h1
{
	font-size:170%;
	font-weight:bold;
	margin: 0.1em 0 0.8em 0;
}


/* pagecounting */

.pagecounting
{
	padding: 2em 0;
}

.pagecounting .pageslink span
{
	color:#999;
	margin-right:10px;
	font-size:85%;
}

.pagecounting .pages
{
	padding-top: 0.8em;
}

.pagecounting .pages span
{
	margin-right:2px;
	padding: 0 0.4em 0.2em 0.4em;
	font-size:90%;
}

.pagecounting .pages .selected
{
	background-color: #003975;
	color:#fff;
}


/* sliders */

.sliderBlock
{
	padding: 1.2em 0 0.6em 0;
}

.sliderLine
{
	position:relative;
	background: url('/i/bg/slider_line.gif') no-repeat left top;
	width: 250px;
	height:14px;
}

.sliderLeftWhite,
.sliderRightWhite
{
	position:absolute;
	top:0;
	z-index: 14;
	background-image: url('/i/bg/slider_whiteline.gif');
	background-repeat: no-repeat;
	width: 0px;
	height: 14px;
}

.sliderLeftWhite
{
	left: 0;
	background-position: left top;
}

.sliderRightWhite
{
	right: 0;
	background-position: right top;
}


.sliderPoint
{
	position:absolute;
	z-index: 15;
	top:0;
	left:0;
	width:14px;
	height:14px;
	background: url('/i/bg/slider.png') no-repeat left top;
	behavior:url('/png.htc');
}

.valueLimit,
.valuePoint
{
	font-family: Arial, sans-serif;
	position:absolute;
	bottom: 16px;
	font-size:10px;
	color:#666;
}

.valueLimit
{
	color:#aaa;
}

.valuePoint
{
	color:#666;
}
