 /* KrasMash CSS - design web.maxsoft.ru */

* {
	margin: 0;
	padding: 0;
	border-style: none;
}
html, body {
	height: 100%;
}
body {
	background: #c6cfd3 url(/_i/bg_body.gif) repeat-x center top;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
}
#main {
	max-width: 1600px;
	min-width: 1000px;
	// width: expression((document.documentElement.clientWidth || document.body.clientWidth) > 1600? "1600px" : "auto");
	margin: 0px auto;
}
#home #main {
	background: url(/_i/bg_right_home.gif) repeat-y right top;
}
#inner #main {
	background: url(/_i/bg_right.gif) repeat-y right 112px;
}
#home #page {
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(/_i/bg_left.gif) repeat-y 0px 258px;
}
#inner #page {
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(/_i/bg_left.gif) repeat-y 0px 231px;
}
#content {
	padding: 0px 0px 40px;
	float: left;
}
#content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#footer {
	width: 100%;
	height: 159px;
	clear: left;
}
#page {
	// width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000? "1000px" : "auto");
	min-width: 1000px;
}
#home #head {
	background: url(/_i/head_freza.gif) no-repeat left top;
	height: 173px;
	width: 230px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
#inner #head {
	background: url(/_i/head_freza.gif) no-repeat left top;
	height: 173px;
	width: 230px;
	position: absolute;
	left: 0px;
	top: -5px;//-48px;
	z-index: 100;
}
#home h1#left {
	margin: 33px 0px 0px;
	height: 168px;
	overflow: hidden;
	position: relative;
	font-size: 24px;
	display: block;
	color: #c6cfd3;
	width: 100%;
	background: #6d7b76;
}
#home h1#left em {
	position: absolute;
	background: url(/_i/head_home_left.jpg) repeat-x right top;
	z-index: 10;
	height: 168px;
	width: 100%;
}
#home #right {
 background: #6d7b76 url(/_i/head_home_right.jpg) repeat-x right top;
 margin: 33px 0px 0px;
 height: 168px;
 width: 100%;
 overflow: hidden;
 position: relative;
}
#inner h1#left {
	margin: 33px 0px 0px;
	height: 141px;
	overflow: hidden;
	position: relative;
	font-size: 24px;
	display: block;
	color: #c6cfd3;
	width: 100%;
	background: #6d7b76;
}
#inner h1#left em {
	position: absolute;
	background: url(/_i/head_inner_left.jpg) repeat-x right top;
	z-index: 10;
	height: 141px;
	width: 100%;
}
#inner #right {
 background: #6d7b76 url(/_i/head_inner_right.jpg) repeat-x right top;
 margin: 33px 0px 0px;
 height: 141px;
 width: 100%;
 overflow: hidden;
 position: relative;
}
#home .left {
	width: 57%;
	float: left;
}
#home .right {
	width: 43%;
	float: left;
}
#inner .left {
	width: 61%;
	float: left;
}
#inner .right {
	width: 39%;
	float: left;
}

