body, img, form {
	margin: 0px;
	border: 0px;
}
html {
	height: 100%;
	background: url(../img/bg.png) repeat #eee;
}
body {
	height: 100%;
	background: url(../img/bg_top.png) repeat-x;
}
body > div {
	/* завершение фона */
	min-height: 100%;
	background: url(../img/bg_bottom.png) bottom repeat-x;
}
body > div > div {
	/* контейнер сайта */
	width: 708px;
	text-align: left;
	margin: auto;
}
#top_glow {
	height: 74px;
	background: url(../img/top_glow.png) no-repeat;
}
#head {
	height: 27px;
	margin-left: 15px;
	margin-bottom: 20px;
	background: url(../img/logo.png) no-repeat;
}
#navigator {
	margin-right: 15px;
	float: right;
	padding-top: 5px;
}
#navigator > a > img {
	height: 21px;
}
#navigator > a:hover > img {
	background: url(../img/nav_hover_bg.png) repeat-x;
}
#foot {
	height: 50px;
	clear: both;
}
.sheet_caption {
	height: 36px;
	margin-top: 10px;
	padding: 0px 10px;
	background: url(../img/sheet_caption_bg.png) repeat-x;
}
.sheet_body {
	padding: 10px;
	background: white;
	font: 10pt Arial, Helvetica, sans-serif;
}
.sheet_body {
	padding: 10px;
	background: white;
	color: black;
	font: 10pt Arial, Helvetica, sans-serif;
}
.sheet_body .header {
	text-transform: uppercase;
	padding: 0px 5px;
	color: white;
	background: black;
}
.sheet_body p {
	margin: 5px 0px 15px 0px;
}
#samples {
	height: 315px;
	padding-top: 35px;
	background: url(../img/samples.jpg) no-repeat;
}
#banner {
	height: 280px;
	background: url(../img/banner.png) no-repeat;
}
#banner > div {
	width: 106px;
	padding-top: 250px;
	margin: 0px 18px 10px auto;
	background: url(../img/banner_link_hover.png) bottom no-repeat;
}
#banner > div > a:hover {
	opacity: 0;
}
#lp_head {
	height: 36px;
	margin-top: 10px;
	padding: 0px 10px;
	background: url(../img/lp_head_bg.png) repeat-x;
}
#lp_wrapper {
	height: 107px;
	padding-top: 18px;
	background: white;
}
#lp_wrapper > a {
	-border: 1px solid black;
	display: inline-block;
	vertical-align: top;
}
#lp_wrapper > .navigation {
	margin: 10px 20px;
}
#lp_wrapper > .project {
	width: 118px;
	margin: 0px 10px;
	color: #333;
	font: 8pt Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
#lp_wrapper > .project > img {
	border: 1px solid gray;
}
#lp_wrapper > .project > div {
	margin-top: 5px;
}
#YMapsID {
	width: 708px;
	height: 300px;
}
#contacts .sheet_body, #feedback .sheet_body {
	min-height: 240px;
}
#contacts {
	width: 260px;
	display: inline;
	float: left;
}
#feedback {
	width: 430px;
	display: inline;
	float: right;
}
#feedback_form > table {
	width: 410px;
	background: #eee;
}
#feedback_form > table td.indent {
	padding-left: 10px;
}
#feedback_name {
	width: 150px;
}
#feedback_contact {
	width: 220px;
}
#feedback_comment {
	width: 382px;
	height: 125px;
	margin-bottom: 8px;
}
#feedback_button {
	margin-top: 6px;
}
#tags {
	background: #333;
	padding: 5px;
	font: 9pt Arial, Helvetica, sans-serif;
}
#tags span {
	text-transform: uppercase;
	padding: 0px 5px;
	margin: 1px 0px;
	color: #333;
	background: #eee;
	display: inline-block;
}
#project_list {
	-margin-top: 1px;
}
#project_list a {
	-margin: 1px -1px -1px 0px;
	border: 1px solid transparent;
	display: block;
	float: left;
	opacity: 0.5;
}
#project_list a:hover {
	opacity: 1;
	border: 1px solid black;
}