/* CSS Document */
html,body {
	margin:0;
	padding:0
}


body {
	font: 10px arial,sans-serif;
	text-align:center; 
	background-color:#FFFFFF;
}
p {
	margin:5px 0;
	padding:0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul {
	margin: 0px;
	padding: 0px;
}
table td {
font-size:1em;
}
img {
 border:0;
}
#header, #header2, #header3, #header4, #header5, #header6 {
	width: 852px;
	height:400px;
	margin:0;
	border:1px solid #fff;
}
#header {
	background: url(/images/head1.jpg) no-repeat left bottom;
}
#header2 {
	background: url(/images/head2.jpg) no-repeat right bottom;
}
#header3 {
	background: url(/images/head3.jpg) no-repeat right bottom;
}
#header4 {
	background: url(/images/head4.jpg) no-repeat right bottom;
}
#header5 {
	background: url(/images/head5.jpg) no-repeat right bottom;
}
#header6 {
	background: url(/images/head6.jpg) no-repeat right bottom;
}
#slogan {
	margin-top: 42px;
	margin-left: 20px;
}
#logo {
	float:right;
	margin-top:31px;
}
#container{
	text-align:left;
	width:852px;
	margin:0 auto
}
#container2{
	text-align:left;
	width:852px;
	margin:0
}
#content{
	padding-top:12px;
	margin: 0 327px 0 160px;
	min-height:586px;
	color:#666666;
	z-index: 20;
}
#navigation{
	float:left;
	width:160px;
	margin-left:-852px;
	margin-top:35px;
	z-index: 10;
}
#footer{
	clear:left;
	width:100%;
	text-align: right;
	position:relative;
}
#footer p{margin:0;padding:5px 10px}
#wrapper{float:left;width:100%}

* html #content {
	height: expression( document.body.clientHeight < 586 ? "585px" : "auto" ); /* задает min-width для IE */
}

#extra{float:left;width:327px;margin-left:-327px;}
input {
	height:13px;
	width:200px;
	font-size:1em;
	padding:0;
}
textarea {
 	width:197px;
 	height:180px;
 	font-size:1.1em;
}
input, textarea {
	margin:2px 0;
}
button {
	font-size:1em;
	color:#666666;
	cursor:pointer;
	cursor:hand;
	margin:2px 0 2px 197px;
}
h2 {
	font-size:1.1em;
	font-weight:normal;
	margin-left:-140px;
}
h5 {
	font-size:1em;
	font-weight:normal;
	width:70px;
	display:block;
	float:left;
	padding:0;
	margin:0;
}
mail {
	
}
.t1, .t2 {
	width:49%;
	float:left;
}
.t1 {
	text-align:left;
}
.t1 {
	padding: 5px 0;
}