body {
	color: #7F6D3D;
	font-family : Verdana, Arial, Helveticasans-serif, ;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background: #4389A2;
}

h1{
	display: none;
}

h2 {
	color: #7F6D3D;
	font-size: 1.4em;
	margin: 0px 0px 15px;
	padding: 0px;
	font-weight: normal;
	border-bottom: 1px solid #E2DAC3;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	color: #7F6D3D;
	font-size: 1.3em;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	clear: both;
}

hr {
	display: none;
}

p {
	text-align: justify;
	/*margin: 0px;
	padding: 0px;*/
}

.chosse {
	color: #BA131A;
}

.contact {
	text-align: left;
}
/*
///////////////////////////////////////////////////////////////////////////////////////////////
//                                   PAGE LAYOUT HIEARCHY
///////////////////////////////////////////////////////////////////////////////////////////////
//
//	<body>
//		|-#layoutRootC
//		|		|-#layoutRoot
//		|		|		|-#layoutTopBlockC
//		|		|		|				|-#layoutTopBlock
//		|		|		|				|
//		|		|		|				|-#layoutNavigBlockC
//		|		|		|				\_				|-#layoutNavigBlock
//		|		|		|
//		|		|		|-#layoutMiddleBlockC
//		|		|		|				|-#layoutMiddleBlock
//		|		|		|				|				|
//		|		|		|				|				|-#layoutContentBlockC
//		|		|		|				|				\_				|-#layoutContentBlock
//		|		|		\_				\_
//		|		|
//		|		|-#layoutBottomBlockC
//		|		|		|-#layoutBottomBlock
//		|		|		
//		|		\_
//		\_
//
///////////////////////////////////////////////////////////////////////////////////////////////
*/
#layoutRootC{
	width : 750px;
	margin : 0 auto;
	padding : 0;
	color : #000000;
}

* html body #layoutRootC{
}

#layoutRoot{
	width : 740px;
	border: 5px solid #F0F0F3;
	background: #F0F0F3;
}


/*
///////////////////
// layoutTopBlockC
///////////////////
*/

#layoutTopBlockC{
	width : 740px;
	height : auto;
	border-bottom: 3px solid #4185A8;
}

#layoutTopBlock{
}

#logo{
	width: 740px;
	height: 187px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#imgTop{
	width: 740px;
	height: 187px;
	background-image: url(../img/img_top.jpg);
	background-repeat: no-repeat;
	background-position: 230px 0px;
}

#lineTop{
	/*margin: 0px;
	padding: 0px;*/
	/*display: block;
	color: #1F5875;
	background: #1F5875;
	border-top: 1px solid #4185A8;
	border-bottom: 1px solid #4185A8;
	height: 3px;*/
	display: none;
}

* html body #lineTop{
	margin: -7px;
}

/*
///////////////////
//layoutNavigBlockC
///////////////////
*/

#layoutNavigBlockC{
	width : 740px;
	height : auto;
}

#layoutNavigBlock{
	width : 738px;
	height : 41px;
	border-left: 1px solid #B2CFD7;
	border-right: 1px solid #B2CFD7;
	border-bottom: 7px solid #B2CFD7;
}

/*
///////////////////
//menu
///////////////////
*/
#layoutNavigBlock  ul {
	list-style: none;
	list-style-image: none;
	border-left: 1px solid #E2DAC3;
	margin: 0;
	padding: 0;
	height : 41px;
	display: block;
}

#layoutNavigBlock ul li {
	border-right: 1px solid #E2DAC3;
	float: left;
	display: block;
	height: 41px;
	margin: 0;
	padding: 0;
}

#layoutNavigBlock ul li a:active,
#layoutNavigBlock ul li a:link,
#layoutNavigBlock ul li a:visited,
#layoutNavigBlock ul li a{
	color: #7F6D3D;
	font-size: 0.85em;
	text-decoration: underline;
	font-weight: bold;
	line-height : 41px;
	background-image: url(../img/button.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	position: relative;
	top: 11px;
	font-family: "Times New Roman", Times, serif;
}

#layoutNavigBlock ul li a:hover{
	color: #7F6D3D;
	font-size: 0.85em;
	text-decoration: underline;
	font-weight: bold;
	line-height : 30px;
	background: #FFFFFF;
	/*display: block;*/
	/*background-image: url(../img/button_over.jpg);
	background-repeat: repeat-x;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 22px;
	padding-bottom: 8px;
	position: relative;
	top: 13px;
	border-bottom: 7px solid #FDCC56;
	font-family: "Times New Roman", Times, serif;
	border-top: 1px solid #E2DAC3;
}

#layoutNavigBlock ul li #actual{
	color: #7F6D3D;
	font-size: 0.85em;
	text-decoration: underline;
	font-weight: bold;
	line-height : 41px;
	background: #FFFFFF;
	/*display: block;*/
	/*background-image: url(../img/button_over.jpg);
	background-repeat: repeat-x;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	position: relative;
	top: 7px;
	border-bottom: 7px solid #FDB302;
	font-family: "Times New Roman", Times, serif;
	border-top: 1px solid #E2DAC3;
}


/*
///////////////////
// layoutMiddleBlockC
///////////////////
*/

#layoutMiddleBlockC{
	width : 740px;
	background: #FCF8EC;
	background-image: url(../img/background_middle.jpg);
	background-repeat: repeat-x;
}
#layoutMiddleBlock{
	color: #7F6D3D;
	font-family : Verdana, Arial, Helveticasans-serif, ;
	font-size: 0.8em;
	padding: 25px;
	overflow : hidden;
}

#layoutMiddleBlock img{
	border: 4px solid #E2DAC3;
}

#imgBunch{
	background-image: url(../img/hrozen.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 76px;
	margin-bottom: 10px;
}

#imgBunch h2{
	margin-left: 80px;
	padding-top: 25px;
	color: #7F6D3D;
	font-size: 2.4em;
	font-weight: 400;
}

#layoutMiddleBlockC a:active,
#layoutMiddleBlockC a:link,
#layoutMiddleBlockC a {
	color: #4389A2;
	font-weight: bold;	
}

#layoutMiddleBlockC a:visited{
	color: #B2CFD7;
	font-weight: bold;	
}

#layoutMiddleBlockC a:hover{
	color: #FDB302;
	font-weight: bold;	
}

/*
///////////////////
//layoutContentBlockC
///////////////////
*/

#layoutContentBlockC{
	width : 406px;
	float : left;
	margin-left: 10px;
	background-image: url(../img/middle_top.jpg);
	background-repeat: no-repeat;
	}

#layoutContentBlock{
	font-size: 0.75em;
	color: #5D6142;
	margin-left: 26px;
	margin-right: 26px;
	margin-bottom: 23px;
	margin-top: 30px;
	background-image: url(../img/logo_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#layoutContentBlock a:active,
#layoutContentBlock a:link,
#layoutContentBlock a:visited,
#layoutContentBlock a {
	color: #BA131A;
	font-weight: bold;
}

/*
///////////////////
//layoutBottomBlockC
///////////////////
*/

#layoutBottomBlockC{
	width: 740px;
	margin-top: 20px;
	/*overflow : hidden;*/

}
#layoutBottomBlock{
}

/*
///////////////////
//menu
///////////////////
*/
#layoutBottomBlock  ul {
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 10px 0px;
	padding-left: 90px;
	height: 16px;
}

#layoutBottomBlock ul li {
	float: left;
	padding: 0px 10px;
	margin: 0;
	background: url(../img/vertical_line.gif) no-repeat 0px 5px;
}

#layoutBottomBlock ul li a:active,
#layoutBottomBlock ul li a:link,
#layoutBottomBlock ul li a:visited,
#layoutBottomBlock ul li a{
	
	/*padding-left: 10px;
	margin-left: -10px;*/
	color: #FFFFFF;
	font-size: 0.75em;
	text-decoration: underline;
	font-weight: bold;
}

#layoutBottomBlock ul li a:hover {
	color: #FFFFFF;
	font-size: 0.75em;
	text-decoration: underline;
	font-weight: bold;
}

#layoutBottomBlock #noneVerticalLine{
	background: url('none');
}

#foot{
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7em;
}
/*
///////////////////
//triky
///////////////////
*/
.hide{
	display: none;
}
.menuLetter {
	color: #BB141A;
}
.hand{
	cursor: hand;
}
