@charset "windows-1251";
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
	vertical-align: middle;
}

ul {
	list-style-image: url(images/bullet.png);
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

table {
	border: none;
	text-align: left;
}

td {
	border: none;
}

textarea {
	 background-image:url(images/input_bg.png);
	 background-repeat: repeat-x;
}

.worktable {
	border: solid;
	border-width: thin;
	border-color: #FF3300;
	text-align: left;
	background-image: url(images/input_bg.png);
	background-repeat: repeat-x;
	text-align: center;
}

.order_text {
	background-image: url(images/input_bg.png);
	background-repeat: repeat-x;

	width: 230px;
}

#center {
	width: 938px;
}

#menu {
	width:	938px;
	height: 134px;
}

#content {
	width: 598px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

#container {
	background-image:url(images/container_middle.png);
	background-repeat:repeat-y;
	width: 638px;
	float: left;
}

#container_top {
	background-image: url(images/content_top.png);
	width: 638px;
	height: 21px;
}

#cotainer_bottom {
	overflow: hidden;
	background-image: url(images/container_bottom.png);
	background-repeat: no-repeat;
	width: 638px;
	height: 98px;
}

#left_decor {
	background-image: url(images/left-decor.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 150px;
	height: 467px;
	float: left;
}

#right_decor {
	background-image: url(images/right-decor.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 369px;
	float: right;
}

#contact_license {
	width: 300px;
	height: 58px;
	padding: 20px;
	float: right;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}

#contact_license a{
	color:#FFFFFF;
	text-decoration: none;
}

#contact_license a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

#osynovskyy {
	z-index:2;
	position: absolute;
	left: 0px;
	top: 600px;
}

#gallery_img {
	width: 500px;
	height: 475px;
}

#license {
	background-image: url(images/license.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 453px;
	height: 647px;
	z-index:3;
	position:absolute;
	visibility: hidden;
	left: 100px;
	top: 100px;
}

#video_middle {
	background-image:url(images/video_middle.png);
	background-repeat:repeat-y;
	width: 640px;
}

#video_top {
	background-image: url(images/video_top.png);
	background-repeat: no-repeat;
	width: 640px;
	height: 20px;
}

#video_bottom {
	overflow: hidden;
	background-image: url(images/video_bottom.png);
	background-repeat: no-repeat;
	width: 640px;
	height: 20px;
}