html, body {
	height: 100%;	
}

body { 
	font: .75em "Tahoma", Verdana, sans-serif;
	line-height: 1.4em;
	color: #333; 
	background:#fff url("/i/bg.png") repeat-x top; 
	width:100%; 
	height:100%; 
	margin:0; padding:0;
}

h1,h2,h3,h4,h5,h6 {	
	font-family: Georgia, Serif;
	font-style: italic;
	font-weight: lighter;
	color: #111;
	margin: 10px 0;
	line-height: 1.2em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	
}

h4 {
	font-size: 1.4em;
}

p{
	margin: 10px 0;
	text-indent: 0em;
}

acronym {cursor:help; border-bottom:1px dotted #333; font-style: normal;}
sup, sub {  vertical-align: middle;  position: relative;  font-size: 75%; }
sup { bottom: 0.5em; }
sub { top: 0.5em; }
small {font-size:.9em;}
big {font-size:1.2em;}


a{
	color: #5d9cd3;	
}


a:hover{
	color: #FF5500;	
}

a img{
	border: none;
}

strong{
	font-family: Georgia,Serif;
	font-style: italic;		
} 

em{
	font-family: Georgia,Serif;	
} 

.clear:after {content: "."; display: block; height: 0;  clear: both; visibility: hidden;}


/*макет*/
#pageLayout{
	min-height: 100%;
	min-width: 1000px;
	position: relative;
	margin-bottom: -142px;		
}

* html #pageLayout {
	height: 100%;
	width: 100%;
}

/* контент */
#wrapper {	
	width: 100%;
	height: 100%;		
	position: relative;	
	padding-bottom: 142px;	
	clear: both;
	overflow: hidden;
	_overflow: visible;
}

#header{
	background: url("/i/header_bg.jpg") no-repeat center top;
	width: 100%;
	height: 303px;	
	display: block;
	float: left;
	position: relative;
}

#header #logo{
	position: absolute;
	left: 0;
}

#header #logo h1{
	display: none;
}

#header #kamaz{
	background: url("/i/kamaz.png") no-repeat;
	width: 357px;
	height: 283px;	
	display: block;
	position: relative;
	float: left;
	left: 16%;
	margin: 50px 0 0 0;

}

#header #dredge{
	background: url("/i/dredge.png") no-repeat;
	width: 357px;
	height: 283px;	
	display: block;
	position: relative;
	float: right;
	right: 12%;

}

/* меню */
#header #menu{
	float: left;
	margin: 120px 0 0 0;
	position: absolute;
	left: 0;
}

#header #menu li{
	background: url("/i/bullet.png") no-repeat 10% 10px;
}

#header #menu li a{
	padding: 5px 0 0 30px;
	color: #000;
	font-family: "Trebuchet MS", Trebuchet;	
	font-size: 1.3em;	
	text-decoration: none;
	font-style: italic;
	width: 156px;
	height: 30px;
	display: block;
}

#header #menu li a:hover{
	padding: 5px 0 0 30px;
	background: url("/i/menu_hover.png") no-repeat;
	width: 156px;
	height: 30px;
	display: block;
}

#header #menu .active{
	padding: 5px 0 0 30px;
	background: url("/i/menu_hover.png") no-repeat;
	width: 156px;
	height: 30px;
	display: block;
}

#header #contacts{
	float: right;
	position: absolute;
	right: 4%;
	text-align: right;
	margin-top: 15px;
}

#header #contacts h2{
	font-family: Georgia, "Trebuchet MS";
	color: #fff;
	font-size: 1.4em;
	font-weight: lighter;
}

#header #contacts .phone{
	font-family: Georgia, "Trebuchet MS";
	font-size: 2.2em;	
	color: #fff64e;
	font-style: italic;
	font-weight: lighter;
}

#header #contacts .phone .code{
	font-size: .7em;	
}

/* колоночки пошли */

.mainblock{
	min-height: 450px;
	margin: 15px 0 35px 0;
}

.mainblock .tl{
	float: left;
	background: url('/i/tl.png') no-repeat left top;
	width: 13px;
	height: 13px;
	display: block;	
	position: relative;
	margin: -1px 0 0 -1px;
}	

.mainblock .tr{
	float: right;
	background: url('/i/tr.png') no-repeat right top;
	width: 13px;
	height: 13px;
	display: block;
	position: relative;
	margin: -1px -1px 0 0px;	
}	

.mainblock .bl{
	clear: both;
	float: left;
	background: url('/i/bl.png') no-repeat left bottom;
	width: 13px;
	height: 13px;
	display: block;		
	margin: -12px 0 0px -1px;
	//margin: -12px 0 -1px -1px;					
}	

.mainblock .br{	
	float: right;
	background: url('/i/br.png') no-repeat right bottom;
	width: 13px;
	height: 13px;
	display: block;
	position: relative;
	margin: -12px -1px 0px 0px;
	//margin: -12px -1px -1px 0px;
	border: none;	
}

.mainblock .text{
	padding: 15px 25px;
}



.mainblock .text ul{
	list-style: disc;	
	margin: 25px 0;
}

.mainblock .text ul li {
	margin:  10px 0 10px 20px;	
}

.mainblock .text ol{
	list-style: decimal;	
	margin: 25px 0;
}

.mainblock .text ol li {
	margin:  10px 0 10px 20px;	
}

.sidebar{
	width: 240px;
	padding-left: 15px;
}

.contextmenu{
	background: url("/i/right.jpg") no-repeat;
	display: block;
	clear: both;
	margin: 15px 0;
	position: absolute;
	right: 0px;
	top: 300px;
	bottom: -30px;
	width: 288px;
	height: 535px;
}

.contextmenu ul{
	padding: 15px;
	margin: 40px 0px 0 60px;
	display: block;
	clear: both;	
}

.contextmenu li{
	display: block;
	margin: 15px;
}

.contextmenu li.licenses{
	display: block;
	margin: 20px 15px 15px 20px;
}

.contextmenu li.clients{
	display: block;
	margin: 20px 15px 15px 30px;
}


.contextmenu li.part{
	display: block;
	margin: 20px 15px 15px 40px;
}


.contextmenu li.press{
	display: block;
	margin: 0px 15px 15px 45px;
}


.contextmenu li a:hover{
	padding: 0 15px 20px 0;
	background: url("/i/hover.png") no-repeat left bottom; 
}

.contextmenu .hover{
	padding: 0 15px 20px 0;
	background: url("/i/hover.png") no-repeat left bottom; 
}


.contextmenu ul li img{
	vertical-align: middle;
	margin: 0 5px 0 0px;
}

.content{
	padding: 0 25px 25px 25px;
}

.content td{
	vertical-align: top;
}


.half{
	width: 50%;
	float: left;	
	font-size: .9em;
	margin: 0 0 25px 0;
}

.half h1{
	margin: 25px 0;
}
.object, .newsblock {
	width: 88%;
	margin: 0 auto;
}
.object img{
	padding: 1px;
	border: 1px solid #bbb;
	float: left;
	margin: 0 15px 15px 0;
}
.newsblock .date{
	margin: 0 5px 0 0;
	color: #5b6f7a;
}
.newsblock li {
	margin: 0 0 15px 0;
}

ul.news{
	margin: 0;
	padding: 0;
}

ul.news li{
	list-style: none;
	margin: 0;
	display: block;	
	padding: 0 0 5px 0;
}

ul.news .date{
	font-size: .9em;
	color: #777;
}

#footer{
	background: url("/i/footer_bg.png") repeat-x bottom;
	clear: both;	
	width: 100%;	
	position: relative;		
	height: 177px;
	z-index: 10000000;
	font-size: .9em;
	color: #434343;
	margin: 35px 0 0 0;	
}


#footer .left{
	background: url("/i/footer_left.jpg") no-repeat left bottom;
	height: 191px;	
	padding: 0 0 0 265px;
	margin: -14px 0 0 0;
	float: left;
	width: 30%;
}
#footer .left p{
	margin: 45px 15px 15px 15px;
}

#footer .left a{
	top: 7px;
	position: relative;	
}

#footer .right{
	background: url("/i/footer_right.jpg") no-repeat right bottom;	
	float: right;
	width: 372px;
	text-align: right;
	height: 134px;
	margin: 43px 15px 0 0;
	position: absolute;
	right: 0;	
}

#footer .right img {
	vertical-align: middle;
}
#footer .right p{
	margin: 47px 40px 0 0 ;
}
#footer .right a{	
	color: #5b6f7a;
	text-decoration: none;
}

#studio38{
	display: block;	
	width: 30px;
	height: 30px;
	margin: -22px 0 0 0;
	float: right;
}

/* фикс для прозрачных пнг в ие6*/
#header #kamaz,
#header #dredge
{
	behavior: url("/css/iepngfix.htc");
}

.teamitem{
	float: left;
	margin: 5px 5px 5px -5px;
}

.teamitem p{
	background: #F5FBCE;
	border: 1px dotted #FF7F2A;
	font-size: .9em;
	padding: 3px;		
	margin: 0px 5px;
	text-align: center;
}

.prod_sch{
	width: 100%; 
	max-width: 816px;	
	position: relative;
	z-index: 100;
}

.production{
	background: url("/i/blank.gif");
	display: block;
	width: 100%; 
	max-width: 816px;
	height: 150px;
	margin-top: -150px;
	position: absolute;
	z-index: 1000;
}