* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}

html {
	height: 100%;
	min-width: 1000px;
}

body {
	min-height:100%;
	height: 100%;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10pt;
	color: white;
	background-image: url("../images/bg.png");
}
div.page {
	position: relative;
	width: 762px;
	margin: auto;
	height: auto !important;
	min-height:100%;
	height: 100%;
}
div.page div.footer_guarantor {
	position: relative;
	height: 84px;
	clear: both;
}

div.footer {
	position: relative;
	margin: auto;
	margin-top: -84px;
	width: 762px;
	height: 84px;
	clear: both;
	background-image: url("../images/footer.png");
}
div.page div.header {
	position: relative;
	width: 762px;
	height: 264px;
	background-image: url("../images/header.png");
}
div.page div.sidebar {
	position: relative;
	width: 251px;
	float: left;
}
div.page div.mainbar {
	position: relative;
	overflow: hidden;
	
	padding: 20px;
}
/*--------------------------------------------------------------*/
#menu{
	position: absolute;
	width: 242px;
	height: 221px;
	top: -137px;
	right: 0px;
	z-index: 1;
	background-image: url("../images/menu.png");
}
#br{
	position: relative;
	height: 401px;
	width: 251px;
}
#contact{
	position: absolute;
	top: 84px;
	right: 0px;
	width: 242px;
	height: 317px;
	background-image: url("../images/contact.png");
}

h1{
	color: black;
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	padding-left: 10px;
}
h2{
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	padding-left: 10px;
}
div.hr1{
	position: relative;
	border-bottom: 1px solid #a2a2a2;
	margin: 0px auto;
	height: 10px;
	width: 95%;
}
p{
	padding-bottom: 20px;
}
#contact p{
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: 10pt;
	font-family: Arial;
}
a.site{
	color: #a86132;
}
a.site:hover{
	color: #a86132;
	text-decoration: none;
}
a{
	color: #f7ec3c;
}
a:hover{
	color: #f7ec3c;
	text-decoration: none;
}
#copy_1{
	position: absolute;
	color: #919191;
	font-family: Arial;
	font-size: 8pt;
	top: 36px;
	left: 20px;
	font-weight: normal;
}
#copy_2{
	position: absolute;
	color: #919191;
	font-family: Arial;
	font-size: 8pt;
	top: 25px;
	right: 20px;
	font-weight: normal;
}
#menu ul{
	margin-top: 15px;
	margin-left: 20px;
	list-style: none;
	z-index: 99;
}
#menu li:hover{
	background-image: url("../images/pul.png");
	background-repeat: no-repeat;
	background-position: center left;
}
#menu a{
	color: white;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
	line-height: 27px;
	z-index: 99;
	font-weight: bold;
}
h3{
	text-align: center;
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 25px;
}
h4{
	color: black;
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	padding-left: 250px;
}
h5{
	color: white;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 250px;
}
a.site1{
	color: #a86132;
	font-size: 10pt;
}
a.site1:hover{
	font-size: 10pt;
	color: #a86132;
	text-decoration: none;
}
#top{
	position: relative;
	margin: 0px auto;
	width: 682px;
	height: 7px;
	background-image: url("../images/top.png");
}
#content{
	position: relative;
	margin: 0px auto;
	width: 682px;
	background: white;
}
#bottom{
	position: relative;
	margin: 0px auto;
	width: 682px;
	height: 7px;
	background-image: url("../images/bottom.png");
}
table{
	width: 570px;
	margin: 0px auto;
}
td.title{
	height: 40px;
}
td.subtitle{
	color: #cb6a0b;
	text-align: center;
	font-family: Arial;
	font-size: 12pt;
	height: 40px;
}
td.title b{
	color: #206fbb;
	font-size: 12pt;
	font-family: Arial;
	border-bottom: 1px dotted #206fbb;
	
}	
td.title b.b1{
	color: #206fbb;
	font-size: 12pt;
	font-family: Arial;
	border-bottom: 1px dotted #206fbb;
	margin-left: 0px;
	
}	
td.all{
	border-bottom: 1px solid #d5d5d5;
	color: #515151;
}
table.zakaz{
	margin-top: 30px;
	width: 340px;
}
input.text{
	width: 240px;
	height: 20px;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	border: 1px solid #494949;
}
input.submit{
	border: 0px;
	background: #b25706;
	width: 107px;
	height: 35px;
	color: white;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: underline;
}
ul.error{
	color: red;
	padding-left: 50px;
}
strong{
	font-weight: normal;
}