*
{
	font-family: Arial, sans-serif;
	color:#fff;
}

body
{
	padding: 0px;
	margin: 0px;
	height:100%;
	width:100%;
	background: url('../i/bg.jpg') repeat left top;
	background-position: 1300 0;
	z-index:1;
}

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

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

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

#siteBlock
{
	padding: 0px;
	margin: 0px;
	height:100%;
	width:100%;
	z-index:2;
}

#lightbg
{
	position:absolute;
	background: url('../i/light_bg.png') no-repeat right top;
	top:0;
	right:0;
	width:944px;
	height:663px;
	BEHAVIOR:url('/png.htc');
}

#error404Block
{
	padding-left:50px;
}

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

#error404Block p
{
	margin: 0.4em 0 2.5em 0;
}

#error404Block a
{
	font-size:75%;
}

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

strong
{
	color:#fff;
}

p
{
	font-size:75%;
	color:#fff;
	line-height:1.5em;
	margin-top:0.5em;
}

h1
{
	color:#fff;
	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:110%;
	font-weight:normal;
	color:#fff;
	margin: 0.5em 0 0.8em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
}

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

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

li.cur
{
	color:#000;
	background:#fff;
	padding:5px;
}

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;
	color:#fff;
}

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

.none
{
	display:none;
}

.visible
{
	display:block;
}


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

a
{
	text-decoration:underline;
	color:#fff;
}
a:hover
{
	text-decoration:underline;
	color:#fff;
}


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

.ParagraphBlock
{
	padding:40px 0 0 20px;
}

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

div.pContent p
{
	line-height:1.7em;
	font-size:85%;
	font-weight:normal;
}

div.pContent h3
{
	padding:0 0 5px 0;
	margin:0;
	font-size:160%;
	font-weight:normal;
}

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
{
	color:#adb3be;
	font-style:italic;
	font-weight:normal;
	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 #adb3bd;
}

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 #fff;
}

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

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

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

div.path
{
	color:#fff;
}

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

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

div.path h1
{
	font-size:180%;
	margin: 0.1em 0 0.2em 0;
}


/* image preview */

#imagePreviewBg,
#imagePreviewBgFix
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url('../i/bg/black.png') repeat left top;
	z-index:100;
}

#imagePreviewBgFix
{
	// background-image: none;
	// filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/bg/black.png', sizingMethod='scale');
}

#imagePreviewBlock
{
	position:relative;
	left:0;
	top:0;
	background-color:#fff;
	border: 1px solid #000;
	padding: 50px;
	float:left;
}

#imagePreviewBlock .close,
#imagePreviewBlock .closeOver
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 11px;
	height: 12px;
	background-image: url('../i/close_preview.gif');
	background-repeat: no-repeat;
	cursor:pointer;
	cursor:hand;
}

#imagePreviewBlock .close
{
	background-position: 0 0;
}

#imagePreviewBlock .closeOver
{
	background-position: 0 -20;
}
