* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font: 0.72em/157% Arial, Sans-serif;
	color: #B9C9CB;
	background: #233C3E url(../img/body_fon.gif) repeat-y center;
	position: relative;
	min-height: 100%;
	_height: 100%;	
}

table {
	width: 100%;
}

table td {
	border-collapse: collapse;
	border: none;
	vertical-align: top;
	background: #284649;
	padding: 5px 10px;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 1.17em 0 0.57em;
}

h1 {
	font-size: 187%;
}

h1.firstline {
	margin: 0 0 0.57em;
}

h2 {
	font-size: 177%;
}

h3 {
	font-size: 167%;
}

a {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	height: 1px;
	border: none;	
	background: red;
	color: red;
	*margin: -7px 0;
}

p {
	margin: 0.97em 0;
}

input, textarea, select {
	font: 100%/100% Arial, Sans-serif;
	padding: 2px 0;
	border: 1px solid #698E92;
	background: #284649;
	color: #fff;
}

textarea {
	line-height: 147%;
}

ul {
	margin: 0 0 0 30px;
}

ul li ul {
	margin: 0 0 0 20px;
}

ul li {
	list-style: disk;
}

ul li ul li {
	list-style: circle;
}

ul.nav {
	margin: 0;
}

ul.nav li {
	list-style: none;
}

dd, dt {
	list-style: none;
}

.ff {
	*height: 1%;
}

.ff:after {
	content: "  ";
	clear: both;
	height: 0;
	width: 100%;
	display: block;
	visibility: hidden;
}

/*
----------------------------------------------------------------------*/

#all {
	width: 750px;
	margin: 0 auto;	
}

#head {
	background: url(../img/head_fon.jpg) no-repeat;
	height: 197px;
	position: relative;
}

#logo {
	position: absolute;
	left: 15px;
	top: 13px;
	width: 174px;
}

#index, #cont {
	width: 300px;
	height: 22px;
	line-height: 22px;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

#index {
	position: absolute;
	top: 10px;
	right: 15px;	
}

#index a, #cont a {
	color: #666;
	text-decoration: none;
}

#index a:hover, #cont a:hover {
	text-decoration: underline;
}

#cont {
	position: absolute;
	top: 165px;
	right: 45px;
}

/*
----------------------------------------------------------------------*/

#content {
	margin: 15px 25px;
	padding: 0 0 81px;
}

#c_left {
	float: left;
	width: 248px;
}

#menu ul {
	font-weight: bold;
}

#menu ul ul {
	font-weight: normal;
	font-size: 97%;
	margin: 0 0 5px 20px;
}

#menu ul ul li a {
	color: #B9C9CB;
}

#c_right {
	float: right;
	width: 422px;
}

.links {
	margin: 30px 0 0;
}

.links a {
	color: #698E92;
}

.links ul {
	margin: 0;
	font-size: 97%;
}

.links li {
	list-style: none;
	display: inline;
	margin: 0 7px 0 0;
	font-weight: normal;
}

.rm {
	text-align: right;
}

/*
----------------------------------------------------------------------*/

#bottom {
	position: absolute;
	left: 0;
	bottom: 0;	
	width: 100%;
	height: 81px;
}

#footer {
	background: url(../img/bottom_fon.gif) no-repeat;
	height: 81px;
	width: 750px;
	color: #000;
	margin: 0 auto;
	position: relative;
}

#footer a {
	color: #666;
}

#footer div {
	position: absolute;
	left: 0;
	top: 62px;
	font-size: 97%;
	font-weight: bold;
	text-align: center;
	width: 750px;
}

/*
----------------------------------------------------------------------*/

#contacts {
	margin: 1.77em 0 0;
}

#contacts input {
	width: 230px;
}

#contacts p {
	margin: 0 0 10px;
}

#contacts textarea {
	width: 400px;
	height: 200px;
}

#contacts .submit {
	background: #284649;
	width: 80px;
	margin: 0 0 2px;
	padding: 3px 0;
}

#contacts label span.c_l {
	float: left;
	width: 80px;
}

#contacts label span.c_l:hover {
	color: White;
}