
*{
	padding:0;
	margin:0;
}

h1 {
	font:24px tahoma;
	color:#444;
	text-align: center;
}
h2 {
	font:28px tahoma;
	color:#444;
	text-align: center;
}
h3 {
	font:10px tahoma;
	color:#444;
	text-align: center;
}
h4 {
	font:20px tahoma;
	color:#444;
	text-align: left;
}

#text p {
	font: 18 tahoma;
	color:#444;
	padding:10px 0;
}

#text ul {
	padding:10px 20px;
}

#text ul li {
	padding:6px;
	list-style: url("../images/galka.jpg");
}

#text2 p {
	font: 18 tahoma;
	color:#444;
	padding:10px 0;
}

#text2 ul {
	padding:10px 20px;
}

#text2 ul li {
	padding:6px;
//	list-style: url("../images/galka.jpg");
}

#text1 ul li {
	padding:6px;
	list-style: none;
}

.logo {
	width:auto;
	height:auto;
	margin:0 0 20px 0;
	border:2px solid #999;
	border-radius:10px;
//	background: url('../images/backg.jpg');
	padding:10px;
	
}

.logo img {
	width:235px;
	height:auto;
	opacity:1;
}

.logo img:hover {
	opacity:0.5;;
}

.logo h3 {
	font: bold 18px tahoma;
	color:blue;
	text-transform:uppercase;
	padding:5px 0 10px 15px;
	background: url('../images/left.jpg') no-repeat top right;
	position:relative;
	left:-13px
}


#page {
	width:100%;
	height:auto;
	background: #fff1e9;
}

#layout {
	width: 960px;
	height:auto;	
	margin:0 auto;
}

#header {
	width:100%;
	height:auto;
	background:#20588c;
	
}
#header p {
	font:18px impact;
	float:right;
	text-align:right;
	color:white;
	padding:65px 5px 0 0;

}

#header p ssspan {
	font:22px arial;
}



#pic{
	width:100%;
	height:100%;
	overflow:hidden; 
	border-bottom:2px solid black;
}

#pic img {
	width:50%;
	height:50%;
	overflow:hidden; 
	border-bottom:2px solid black;
	float: right;
}

#pic ul {
	padding-bottom:20px;
}

#pic ul li {
	padding: 2px 50px 0 0;
	padding-left:2px;
	font: 24px tahoma;
	color:#222;
	list-style:none;
	float: left;
	padding-right:3px;
	
	
}
.butt {
	padding:5px 15px;
	font:20px tahoma;
	color:#5f6060;
	background:#ccc;
	border-radius:5px;
	border: 1px solid #d2d2d2;
	box-shadow: 0 1px 3px black;
	text-decoration:none;
}


#content{
	width:920px;
	height:auto;
	background:#fff1e9;
	overflow:hidden;
	padding:0 20px;
	border-radius:10px;
	box-shadow:0 6px 10px black;
}
#content2{
	width:920px;
	height:auto;
	background:#11f1e9;
	overflow:hidden;
	padding:0 20px;
	border-radius:10px;
	box-shadow:0 6px 10px black;
}
#content3{
	width:920px;
	height:auto;
	background:#fff1e9;
	overflow:hidden;
	padding:0 20px;
	border-radius:10px;
	box-shadow:0 6px 10px black;
}
#content4{
	width:920px;
	height:auto;
	background:#11f1e9;
	overflow:hidden;
	padding:0 20px;
	border-radius:10px;
	box-shadow:0 6px 10px black;
}
#content5{
	width:920px;
	height:auto;
	background:#fff1e9;
	overflow:hidden;
	padding:0 20px;
	border-radius:10px;
	box-shadow:0 6px 10px black;
}
#text {
	width:auto;
	height:auto;
	margin-bottom:50px;
	float:left
}
#text1 {
	width:640px;
	height:auto;
	margin-bottom:50px;
	float:left
}
#text2 {
	width:auto;
	height:auto;
	margin-bottom:50px;
	float:left
}
#leftpic {
	width:260px;
	height:auto;
	float:right;
	
	
}
#footer {
	width:100%
	height:150px;
	background:#222;
	margin:3px 0 7px 0;
	border-radius:10px;
	box-shadow:0 6px 10px black;
	overflow:hidden;
	box-shadow:0 6px 10px black;
}

#footer li {
	float:left;
	padding:15px 40px;
	list-style:none;
}

#footer li a {
	font:24px tahoma;
	color:#aad6fe;
	text-text-transform:uppercase;
	text-decoration:none;
}

#footer li a:hover{	
	text-decoration:underline;
	text-shadow:1px 1px 4px white;
}

.cent {
	text-align: center;
	padding:10px 20px;
	border-radius:10px;
	
}

.form {
	width:425px;
	margin: 0:auto;
	border:1px solid gray;
}


.hidden {
  display: none;
}

.js-form {
	clear:both; text-align:right;
}

.js-show-form, .js-show-form2, .js-show-form3, .js-show-form4, .js-show-form5{
	background: red;
}

span {float:left;}
