/*
Dark blue  35555f
Light blue 0b8fb0

 
*/

 
* html,* html body   /* IE6 Fixed Position Jitter Fix */{background-image:url(about:blank);background-attachment:fixed;}

 
html * {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0b8fb0;
	outline: none;
}

#title {
	font-size: 60px;
	font-weight: bold;
	line-height: 52px;
	letter-spacing: 20px;
	position: fixed;
	text-indent: 10px;
	top: 40px;
	left: 30px;
	color: #35555f;	
	z-index: 100;
	cursor: pointer;
}
*:first-child+html #title { line-height: 70px;} /* dirty hack for ie7 weird line-height */
* html #title    /* IE6 position fixed Top */{
	position:absolute;
	line-height: 70px !important;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop)+40);
}


#menu {
	position: fixed;
	top: 210px;
	left: 40px;
	line-height: 17px;
	color: #35555f;
}

* html #menu    /* IE6 position fixed Top        */{
	position:absolute;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop)+210);
}


#menu a {
	color: #35555f;
	text-decoration: none;
}
#menu a:hover {
	color: #35555f;
	letter-spacing: .25em;
}
#menu a.current {
	letter-spacing: .25em;
}
#content {
	margin: 210px 0 900px 213px;
}
a { text-decoration:none;}
a:hover { text-decoration:underline;}
h3 { text-indent:25px;
}
#info_news {
	position: absolute;
	margin-top:7px;
	margin-left:0px;
	width:800px;
	/*height:100px;*/
}
#info_news .news_item {
	color:#2cba2e;
	/*#35555f;*/
	letter-spacing:normal;
	line-height:normal;
}

.bloc {
	clear:both;
}
.bloc .description {
	float: left;
	width: 330px;
	margin-left:50px;
	line-height: 17px;
	color:#0b8fb0;
	text-indent: 25px;
}
.bloc .imageblock {
	float:left;
	margin-left: 15px;
	margin-bottom:40px;
}
.bloc .imageblock img {
	height: 350px;	
	display:block;
	margin-bottom:10px;
}
.intro {
	font-weight:normal;
	margin-bottom: 60px;
}
.text {
	float: left;
	clear:both;
	margin-left:50px;
	line-height: 17px;
	color:#0b8fb0;
	text-indent: 25px;
	font-family: Courier, "Courier New", monospace;
	font-weight: normal;
	width:530px;
	text-indent: 0;
}
.text div, .text a{
	font-family: Courier, "Courier New", monospace;
	font-weight: normal;
}
.text div {
	text-indent: 25px;
	margin-bottom:50px;
}

.information {
	float: left;
	clear:both;
	width: 313px;
	margin-left:50px;
	line-height: 17px;
	color:#0b8fb0;
	width:480px;	
}
