/* MAIN CASCADE STYLE SHEETS FILE. Copyright 2007-2010 frater Oleg. */
body 
{
	background-color: #eae1d8;
	color: #463429;
	font-family: Verdana, Geneva, Lucida, 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;	
}
/* ########## Texts, links, headers ########## */
p, ul, ol, dl
{
	color: #463429;
	font-family: Verdana, Geneva, Lucida, 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
li { /*margin-top: 1em;*/ }
dt, dd { margin-top: 1em; }
blockquote
{
	color: #000000;
	font-size: 18px;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-style: Italic;
}
p.center { text-align: center; }
p.left { text-align: left; }
p.right { text-align: right; }
.book
{
	color: #463429;
	font-size: 18px;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
p.title
{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
p.mini
{
	color: #000000;
	font-size: 10px;
}
p.error
{
	color: red;
	font-weight: bold;
}
p.good
{
	color: green;
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}
a
{
	color: #8b4513;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:visited
{
	color: #8b4513;
	text-decoration: none;
}
a:active
{
	color: #8b4513;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
a.list
{
	display: block;
	padding: 3px;
}
a.framed
{
	background-color: #F5EDE5;
	border: 1px solid #E7D8D0;
	display: block;
	padding: 5px;
}
a.demo
{
	display: block;
	font-size: 12px;
	background: url('muz.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	margin: 5px;
	height: 17px;
	/*vertical-align: middle; */
}
a.exp1
{
	/*border: 1px solid black;*/
	text-align: right;
	float: right;
	/*margin-right: 5px;
	margin-top: 95px;*/
	padding: 3px;
}
a.exp2
{
	/*border: 1px solid black;*/
	text-align: right;
	float: right;
	/*margin-right: 5px;
	margin-top: 95px;*/
	padding: 3px;
}
a.exp3
{
	/*border: 1px solid black;*/
	text-align: right;
	float: right;
	/*margin-right: 5px;
	margin-top: 95px;
	padding: 5px;*/
}
h1, h2, h3, h4, h5, h6
{
	color: navy;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
h1 {	font-size: 48px; }
h2 
{
	border-bottom: 1px dotted navy;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	margin-top: 2em;
}
h3 {	font-size: 30px; margin-top: 2em; }
h4
{
	FONT-SIZE: 24px;
	font-weight: normal;
	text-align: left;
	MARGIN-TOP: 2em;
}
h5 { FONT-SIZE: 18px; }

/* table window standart size */
table.winS
{
	border-collapse: collapse;
}
table.winS th
{
	background-color: #e7d8d0;
	border-color: #E7D8D0;
	border-style: solid;
	border-width: 1px;
	color: #5C564A;
	font-weight: bold;
	padding: 5px;
}
table.winS td
{
	background-color: #f5ede5;
	border-color: #E7D8D0;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
}
table.winS p { color: #58301b; }

/* table window 100% size */
table.winA
{
	border-collapse: collapse;
	width: 100%;
}
table.winA th
{
	background-color: #e7d8d0;
	border-color: #E7D8D0;
	border-style: solid;
	border-width: 1px;
	color: #5C564A;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
table.winA td
{
	background-color: #f5ede5;
	border-color: #E7D8D0;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
}
table.winA p { color: #58301b; }

/* standart padding - 5px */
.padS
{ padding: 5px; }

/* --- */
.inline
{
	/* For center elements. Using with centerBlock*/
	display: inline;
}
.centerBlock
{
	text-align: center;
	padding: 5px;
	overflow: hidden;
}
/* -------- test --------------- */
.leftBlock
{
	background-color: red;
	position: relative;
	float: left;
}
.rightBlock
{
	background-color: green;
	position: relative;
	float: right;
}
/* ---------------------------------------------------------------------- */
.halfBlock
{
	/* for proportional content */
	width: 50%;
}
.allBlock
{
	width: 100%;
}
.window
{
	background-color: #f5ede5;
	border-color: #E7D8D0;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
	overflow: hidden;
}
.window p { color: #58301b; }
.caption
{
	background-color: #e7d8d0;
	border-color: #E7D8D0;
	border-style: solid;
	border-width: 1px;
	color: #5C564A;
	font-weight: bold;
	padding: 5px;
	/*margin-bottom: 0px;*/
}
.gradwin
{
	background: url('back.jpg') repeat-x top;
	background-color: #f5ede5;
	border-color: #E7D8D0;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
	overflow: hidden;
}
.msgYes
{
	background-color: #CCFFCC;
	border: 1px dotted #006600;
	color: #006600;
	padding: 5px;
}
.msgNo
{
	background-color: #FFCCCC;
	border: 1px dotted #990000;
	color: #990000;
	font-weight: bold;
	padding: 5px;
}
.msgWarning
{
	background-color: #FFFFCC;
	border: 1px dotted #CC6600;
	color: #CC6600;
	padding: 5px;
	text-align: justify;
	overflow: hidden;
}
/*
.demoItem
{
	overflow: hidden;
}
.demoItem img
{
	border: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 7px;
	vertical-align: middle;
	height: 16px;
	width: 16px;
}
*/
/* ########## Lines ########## */
hr { color: #76483F;  background-color: #76483F;  height: 1px;  border-width: 0px;  width: 100%; }
hr.lightline { color: #FBF8F4;  background-color: #FBF8F4;  height: 2px; }
hr.darkline { color: #EAE1D8;  background-color: #EAE1D8;  height: 2px; }
/* ########## Pictures ########## */
img.banner 
{
	BORDER: 0px;
	MARGIN: 5px;
	HEIGHT: 31px;
	WIDTH: 88px;
}
img.rozet
{
	border: 0px;
	height: 32px;
	width: 32px;
}
img.bigcover
{
	border: 0px;
	height: 256px;
	width: 256px;
}
img.left
{
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}
img.right
{
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
}
/* ---------------------------------------------------------------------------------------------------------- MAIN BLOCKS ---------------------------------------------------------------*/
#main_div {  /*width: 800;*/  }
#wrapper { width: 800; }
#header
{
	background: url('logoU.jpg') no-repeat;
	/*background-color: green;*/
	height: 150px;
	width: 100%;
}
#header2
{
	background: url('logo.jpg') no-repeat;
	height: 150px;
	width: 100%;
}
#adv
{
	float: right;
	margin-top: 50px;
	margin-right: 10px;
}
#navi
{
	border-top: 1px solid #E7D8D0;
	background-color: white;
	font-size: 11px;
	padding: 3px;
}
#navi a { font-size: 11px; }
#leftside
{
	background: url('logoD.jpg') no-repeat;
	/*background-color: red;*/
	float: left;
	overflow: hidden;
	vertical-align: bottom;
	height: 500px;
	width: 200px;
}
#rightside
{
	background-color: #fbf8f4;
	background: #fbf8f4 url('chant.jpg') no-repeat 100% 100%;
	border: 1px solid #E7D8D0;
	/*background-color: brown;*/
	padding: 25px;
	margin-left: 200px;
	margin-right: 5px;
}
/* .bg_home { background: #fbf8f4 url('bg_home.jpg') no-repeat 100% 100%; } */
/* .bg_my { background: #fbf8f4 url('bg_my.jpg') no-repeat 100% 100%; } */
#content
{
	background-color: #fbf8f4;
	border: 1px solid #E7D8D0;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
}
#bottom
{
	text-align: center;
	padding: 25px;
}
#footer
{
	border-top: 1px dotted #76483f;
	clear: both;
	/*width: 100%;*/
	text-align: center;
}
#footer p
{
	color: #463429;
	font-size: 9px;
	text-align: center;
}
#bannerBlock
{
	/*BACKGROUND-COLOR: red;*/
}
#expander
{
	/*border: 1px solid black;*/
	text-align: right;
	float: right;
	/*margin-right: 5px;
	margin-top: 95px;
	padding: 5px;*/
}