﻿/* CSS Document */

body { margin: 0px;
	  padding: 0px;
	  background-color: #FFFFFF;
	  border: none;
	  min-width: 1200px;
}
#all{
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1200)? "1200px" : "100%");
}
img { 
	border: 0; 
	margin: 0;
	padding: 0;
}
#body {
    position: absolute;  
    overflow: auto;
    width: 1200px;
    height: 620px;
    left: 50%;  
    top: 50%;  
    margin-left: -600px;
    margin-top: -310px;
	font-weight: 400;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}

/*--------------------------------------------------------------------------------------- menu-----------------------------------------------------------------*/
#menu {
    height: 30px;
    background-color: #FFF;
	font-size: 12px;
    overflow: hidden;
}	
#menu ul {
	margin: 0 auto;
	padding:0;
	list-style: none;
}
#menu li {
    float: left;
    width: 100px;
    text-align: center;
}
#menu li a {
    display: block;
    color: black;
    text-decoration: none;
    width: 100%;
    padding-top: 7px;
}
#menu li a:hover {
    display: block;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 22px;
    background-color: #ff4001;
}
/*--------------------------------------------------------------------------------- Body------------------------------------------------------------------*/
#main {
    width: 1200px;
    height: 590px;
    background-color: #ff4001;
}
#left {
    width: 75px;
    height: 590px;
    float: left;
    margin-left: -1200px;
}
#wrapper {
    float:left;
    width:100%;
}
#center {   
    height: 590px;
    margin: 0 75px;
	
}
#right {
    width: 75px;
    height: 590px;
    float: left;
    margin-left: -75px;
}   
#head {   
    height: 60px;  
}
#content {
    height: 375px; 
}
#navigate-top {
	height: 25px;
}
#up {
	margin-left: 701px;
	width: 60px;
	height: 24px;
	background-color: #36312d;
	border-bottom: 1px solid #ff4001;
}
#down {
	margin-left: 701px;
	width: 60px;
	height: 24px;
	background-color: #36312d;
	border-top: 1px solid #ff4001;
}
#navigate-bottom {
	height: 25px;
	
}


/*-------------------------------------------------------------------------------------------------------------------------------------------- Block-----------------------*/

/*------------------------------------------------------------------------------------- left-----------------------*/
#left_body {
    width: 350px;
    height: 350px;
    float: left;
}

/*------------------------------- button-----------------------*/
#navigation
{
	height: 350px;
	float: left;
}
#navigation ul
{
	margin: 0;
    padding:0;
}
#navigation li
{
	height: 69px;
	width: 69px;
    list-style: none;
	margin-bottom: 1px;
}
a.devolepmant , a.devolepmant:hover, a.off, a.design, a.design:hover, a.designoff, a.designatelier, a.designatelier:hover, a.ingenering , a.ingenering:hover, a.ingeneringoff, a.project, a.project:hover , a.projectoff{
	display: block;
	height: 69px;
	width: 69px;
	border: none;
}
a.devolepmant {
background-image: url('../image/button_Development.gif');
}
a.devolepmant:hover {
background-image: url('../image/button_Development_on.gif');
}
a.off {
background-image: url('../image/button_Development_off.gif');
}
a.design {
background-image: url('../image/button_Design.gif');
}
a.design:hover {
background-image: url('../image/button_Design_on.gif');
}
a.designoff {
background-image: url('../image/button_Design_off.gif');
}
a.designatelier {
background-image: url('../image/button_DesignAtelier.gif');
}
a.designatelier:hover {
background-image: url('../image/button_DesignAtelier_on.gif');
}
a.ingenering {
background-image: url('../image/button_Ingenering.gif');
}
a.ingenering:hover {
background-image: url('../image/button_Ingenering_on.gif');
}
a.ingeneringoff {
background-image: url('../image/button_Ingenering_off.gif');
}
a.project {
background-image: url('../image/button_Progect.gif');
}
a.project:hover {
background-image: url('../image/button_Progect_on.gif');
}
a.projectoff {
background-image: url('../image/button_Project_off.gif');
}
/*---------------------------------------- end button-----------------------*/


#left_text{
	margin-left: 70px;
	padding: 0;
	height: 350px;
	text-align: left;
	background-color: #36312d;
	
}
#left_text p {
   	margin: 0;
	padding: 7px 0 0 23px;
	color: #fff;
	text-align: left;
	
    }
.indent {
	padding-left: 5px;
}
#left_text ul {
    margin:0;
	padding:0;
	height: 280px;
}
#left_text li {
	height: 27px;
	margin:0;
    text-align: left;
    list-style: none;
	border-bottom: 1px solid #ff4001;
}
#left_text li a, #left_text p a{
    height: 20px;
	padding: 7px 0 0 3px;
	display: block;
	color: #fff;
    text-decoration: none;
}
#left_text li a:hover, #left_text p a:hover{
    color: white;
    text-decoration: none;
    background-color: #ff4001;
}
#left_text li a:active, #left_text .adown{
    color: #36312d;
    text-decoration: none;
    background-color: #fff;
}
#left_head{
	height: 69px; 
	background-image: url('../image/development.jpg');
	border-bottom: 1px solid #ff4001;
}
#left_head_publication{
	height: 69px; 
	margin-left: 1px;
	background-image: url('../image/publication.gif');
	border-bottom: 1px solid #ff4001;
}
.sup {
	font-size:0.7em;
	vertical-align: super;
}

/*------------------------------------------------------------------------------------- center-----------------------*/
#wrapper_body
{
    float:left;
    width:100%;
}
#center_body 
{   
    width: 349px;
	height: 350px;
	border-left: 1px solid red;
	float: left;
}
#names_body
{	
	height: 60px;
	width: 349px;
	padding-top: 10px;
	background-image: url('../image/names_image_centr.jpg');
}
.text2 {
	 padding: 13px 0 0 15px;
	 color: #d9d9d9;
	 font-family: Arial, Helvetica, Verdana, sans-serif; 
	 font-weight: 400; 
	 font-size: 20px;
	 float: left;
	 }
.text3 {
	 padding: 16px 0 0 50px;
	 color: #d9d9d9;
	 font-family: Arial, Helvetica, Verdana, sans-serif; 
	 font-weight: 400; 
	 font-size: 14px;
}
.text4{
	margin-top: 8px;
	padding: 8px 0 0 20px;
	width:120px;
	height: 24px;
	color: #d9d9d9;
	float: left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: 400; 
	font-size: 14px;
	border-right: 1px solid #ff4001;
}
.text5{
	margin-top: 8px;
	padding: 8px 0 0 20px;
	width:50px;
	height: 24px;
	color: #d9d9d9;
	float: left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: 400; 
	font-size: 14px;
	border-right: 1px solid #ff4001;
}
.text6{
	margin-top: 8px;
	padding: 8px 0 0 15px;
	width:90px;
	color: #d9d9d9;
	float: left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: 400; 
	font-size: 14px;
	
}
#work{
	width: 349px;
	height: 280px;
}
#work table{
	width: 349px;
	height: 280px;
	border-collapse: collapse;
	table-layout: fixet;
	border: none;
	text-align: left;
	font-weight: 400;
	font-size: 9px;
	font-family: Helvetica, Verdana, sans-serif;
	background-color: #36312d;
}

#work td {
	border: 1px solid #ff4001;
	width: 68px;
	height: 68px;
}

.foto td {
	border: 1px solid #ff4001;
	width: 68px;
	height: 68px;
	background-color: #36312d;
}

/*------------------------------------------------------------------------------------- right-----------------------*/
#right_body {
    width: 349px;
    height: 350px;
	min-height: 350px;
    float: left;
    
    background-color: #36312d;
	border-left: 1px solid #ff4001;
} 

/*--------------------------for script--------------------*/  
#hold { 
	position:relative;
	overflow:hidden;
	width:250px;
	height:350px;
	z-index:100; 
	background-color: #36312d;
	}
#wn	{ 
	position:absolute; 
	left:0px;
	top:0px; 
	width:360px; 
	height:350px; 
	clip:rect(0px, 350px, 350px, 0px); 
	overflow:auto;	
	z-index:1; 
}
#lyr1 { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
}
/*---------------------for script end--------------------*/ 

#right_text{
	width: 310px;
	padding: 15px 15px 0 15px;
	float: left;
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif;
	color: white;
}
#right_text p{
	margin-top: 10px;
}
#right_text ul{
	margin-top: 5px;
	list-style: square outside; /* Квадратные маркеры */
}
#right_text ol{
	margin-left: 5px;
}
#right_text  li{
	margin: 2px 0 0 0;
	padding-left: 0;
}
.nomer{
	float: left;
	padding: 0 10px 10px 0;
}
#right_text a{
	text-align: left;
	font-family: Helvetica, Verdana, sans-serif;
	color: white;
}
#intable{
	float: right;
	width: 15px;
	height: 350px;
}
#intable table.zakladki{
	height: 350px;
	width: 14px;
	table-layout: fixet;
	text-align: center;
	font-weight: 400;
	font-size: 9px;
	font-family: Helvetica, Verdana, sans-serif;
	background-color: #36312d;
}
#intable td, #intable tr {
	height: 69px;
	border-left: 1px solid #ff4001;
	border-bottom: 1px solid #ff4001;
}

#intable td:hover{
	background-color: white;
	color: black;
}
#intable a{	
	display: block;
	height: 59px;
	padding-top: 10px;
	text-decoration: none;
    color: white;
	text-decoration: none;
	vertical-align: top;
}
#intable a:hover{
    display: block;
	color: black;
	background-color: white;
}
#intable table .adown{
	
	display: block;
	color: white;
	border-left: none;	
} 

#return {
	width: 349px;
	height: 70px;
	font-size: 12px;
	
}
#return a{
	display: block;
	height: 40px;
	padding: 30px 0 0 15px;
	color: white;
	text-decoration: none;
	border-top: 1px solid #ff4001;
}
#return a:hover{
   	display: block;
	padding: 30px 0 0 15px;
	color: white;
    text-decoration: none;
    background-color: #ff4001;
	border: 1px solid #36312d;
}


.scrollLinks { 
	
	margin-left: 701px;
	width: 60px;
	height: 23px;
	background-color: #36312d;
	border-bottom: 1px solid #ff4001;
	border-top: 1px solid #ff4001;
	 }

.map{
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: 400; 
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.map a{
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: 400; 
	text-decoration: none;
}
.map ul{
	margin: 5px 0 0 5px;
	
	clear: both;
	text-decoration: none;
	list-style: none;
}

/*-----------------------------------------------------------------------------------------Footer-----------------------------*/

#footer_bottom
{
	padding-top: 45px;
	
}
#footer_text
{
	height: 85px;
	background-color: #36312d;
	
}
#footer_text TABLE {
  color: #d9d9d9;
}
#footer_text a{
	color: white;
	text-decoration: none;
}
.text1 {
	 font-weight: 600; 
	 font-size: 11px
	 }

.text7 {
	 
	 float: left;
	 padding: 0 0 0 0;
	 color: black;
	 font-family: Arial, Helvetica, Verdana, sans-serif; 
	 font-weight: 400; 
	 font-size: 10px;
	 clear: both;
	
}
.text8 {
	 float: left;
	 color: black;
	 font-family: Arial, Helvetica, Verdana, sans-serif; 
	 font-weight: 400; 
	 font-size: 10px;
	 border-top: 1px solid black;
	 clear: both;
}
 .text9 {
	 margin: 0;
	 padding: 0;
	 font-family: Arial, Helvetica, Verdana, sans-serif; 
	 font-weight: 600; 
	 font-size: 11px;
	 
}
 .text10 {
	 float: left;
	 
	 color: white;
	 font-family: Arial, Helvetica, Verdana, sans-serif; 
	 font-weight: 400; 
	 font-size: 10px;
	 border-top: 1px solid white;
	 clear: both;
}


