@import 'reset.css';
html{
	height: 100%;
	width: 100%;
	}
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background: #000000 url(../images/bg_body.png) repeat-x top;
	font-size: 1em;
}
p{
	padding-top: 10px;
	}
h1{

	}
ul {
	list-style: disc;
	list-style-position: inside;
	margin: 10px 0 10px 0;
}
#work_space{
	position: relative;
	width: 955px;
	min-height: 600px;
	background: #7eb4c6 url(../images/bg_work_space.png) repeat-x top;
	margin: 0 auto;
	padding-bottom: 160px;
	margin-top: 20px;
	}
#logo{
	position: absolute;
	width:175px;
	height:53px;
	top: 20px;
	left: 10px;
	z-index: 2;
	}
#header{
	position: relative;
	width: 955px;
	height: 197px;
	background: url(../images/bg_header.png) no-repeat top;
	z-index: 4;
	}
#main_menu {
	position: absolute;
	top: 50px;
	right: 55px;
	}
#main_menu ul{
	list-style: none;
	margin: 0;
	}
#main_menu ul li{
	line-height: 35px;
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 0 10px 0 10px;
	color: #000000;
	}
#main_menu ul li.active{

	}
#main_menu ul li a, #main_menu ul li a{
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em
	}
#header_page{
	position: absolute;
	top: 125px;
	left: 100px;
	}
/* Second Menu
---------------------------------------*/
.second_menu{
	position: absolute;
	}
.second_menu.history{
	top:55px;
	left:50px;
	}
.second_menu.difference{
	top:120px;
	left:230px;
	}
.second_menu.work{
	top:105px;
	left:410px;
	}
.second_menu.people{
	top:64px;
	left:535px;
	}
.second_menu.achievements{
	top:-30px;
	left:688px;
	}
.second_menu.news{
	top:10px;
	left:890px;
	}


/* Block Page (Content)
--------------------------------------*/
#page{
	position: relative;
	width: 560px;
	left: 45px;
	top: -80px;
	background-color: #4d92ab;
	padding: 40px 20px 20px 20px;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 0.8em;
	z-index: 3;
	}
/*Page Footer
----------------------------*/
#footer{
	position: absolute;
	width: 955px;
	height: 259px;
	bottom: -50px;
	z-index: 1;
	background: url(../images/bg_footer_inner_page.gif) no-repeat bottom;
}
#footer ul{
	position: absolute;
	bottom: 20px;
	left: 0;
	list-style: none;
	margin: 0;
	background: url(../images/footer_border.png) repeat-x top left;
	overflow: hidden;
	float: left;
	}
#footer ul li{
	line-height: 35px;
	float: left;
	text-align: center;
	cursor: pointer;
	padding: 0 10px 0 10px;
	color: #9c9366;
	}
#footer ul li.active{

	}
#footer ul li a, #footer ul li a{
	text-decoration: none;
	color: #9c9366;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em
	}
#shadow{
	position: absolute;
	top:0;
	width: 955px;
	height: 100%;
	background: url(../images/inner_shadow.png) repeat-y left;
	z-index: 1;
	}
#vizual, #right_page{
	position: absolute;
	right: 20px;
	top: 117px;
	background: #4d92ab url(../images/bg_right_page.png) repeat-x top left;
	padding: 40px 10px 10px 10px;
	z-index: 2;
	width: 255px;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.1em;
}


form.contact .box{
	border: 1px dashed #FFFFFF;
	background-color: #89c4d8;
	color: #000000;
	padding: 5px;
	margin-bottom: 10px;
	margin-top:5px;
}
form.contact input.box{
	width: 300px;
}
form.contact textarea.box{
	width: 350px;
}
form.contact input.btn {
}

#page div.people {
	margin-top: 30px;
	overflow:hidden;
	}
#page div.people div.photo{
	width:288px;
	height:288px;
	float:left;
	}
#page div.people div.description{
	float:left;
	margin-left:20px;
	width:250px;
	}
#page div.people div.description h2{
	font-size:1.2em;
	text-transform:uppercase;
	}

