html{
 background: #66cc00 url("../images/bg_index.jpg") no-repeat;
   background-size: 100% 100%;
	font: 16px Georgia;	
	padding: 10px;
}
.body{
}
a{
	color:#006666;
}
p{
	padding-bottom: 25px;
	font-weight: 700;
}

.link{
	color: #006666;
	font-weight: 600;
	text-decoration: none;
}
.link:hover{
	text-decoration: underline;
}
.everything{
	width: 1000px;
	margin: 0 auto;
}

.header {
    padding: 0px 5px 10px;
    clear: both;
    border-bottom: 2px ridge rgb(51, 204, 204);
    margin: 0px auto;
    width: 990px;
}
.logo{
	background:url("../images/RLST.png");
	background-repeat:no-repeat;
	width:170px;
	height:81px;
	float:left;
	margin-right: 30px;
}
.rating{
float: left;
margin-right: -15px;
margin-top: 4px;
}
.home{
	background:url("../images/home1.png");
	background-repeat:no-repeat;
	width:74px;
	height:74px;
	float:left;
	margin-right: 30px;
}
.text{
	font-size: 30px;
	font-family: 'Oranienbaum', serif;
	font-weight: 700;
	padding-top: 25px;	
	margin-left:30px;
	display: block;
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
	}

.search{
	float: left;
}

.buttonsSearch{
background: url("../images/kn3.png");
width:188;
height:75;
padding: 5px;
display: block;
cursor:pointer;
}
.description{
	float:right;
	width: 60%;
	color: #000000;
	font-size: 16px;
	font-family: 'Oranienbaum', serif;
    font-weight: 700;
	 margin-bottom: 20px;
	 height: 50px;
}
.description2{
	float:right;
	width: 60%;
	color: #000000;
	font-size: 16px;
	font-family: 'Oranienbaum', serif;
    font-weight: 700;
    margin-top: 15px;
}
.textDescription{
 clear: both;
 text-indent: 20px;
 text-align: justify;
 font-family: 'Oranienbaum', serif;
 font-weight: 400;
 color: #006666;
 margin-top: 30px;
}
.mainPart {
font: 18px 'Oranienbaum', serif;
font-weight: 400;;
width: 750px;
margin: 0px auto; 
margin-top: 10px;
padding: 30px 75px 90px;
background: url("../images/listok.png") 100% 95% no-repeat scroll rgba(255, 255, 255, 0.3);
border-radius: 10px;
}
/*Footer\*/
.footer{
	text-align: right;
	border-top: 2px double #33cccc;
	padding-right:30px;
	padding-top: 10px;
	padding-bottom: 10px;
    position: relative;
    margin-top: 10px;
    height: 3em
}
.copyright, .contacts{
	color: #FFFFFF;
	font-size: 9px;
}
.contacts{
	padding-top: 10px;
}
.block{
	display: block;
}

/*Select form*/
	.select-activeI:hover, .select-activeI{
	float: left;
	background:url("../images/none-selected3.png") no-repeat;
	color:#006666;
	font-size: 18px;
	width:220px;
	text-align: center;
	height:26px;
	padding-top: 5px;
	margin-right:6px;
	text-decoration: none;
}
.select-activeI, .selectI:hover{
	background:url("../images/selected3.png") no-repeat;
	color:#ffffff;
}
.selectI {
margin-top: 50px;
}



/*Select form*/
.select, .select-active{
	float: left;
	background:url("../images/none-selected3.png") no-repeat;
	color:#006666;
	font-size: 18px;
	width:220px;
	text-align: center;
	height:26px;
	padding-top: 5px;
	margin-right:6px;
	text-decoration: none;
}
.select-active, .select:hover{
	background:url("../images/selected3.png") no-repeat;
	color:#ffffff;
}
.searchField{	
	padding: 5px 0;
}
.bor-left{
	 padding: 0 10px; 
	 background:url("../images/border.png") no-repeat;
}
.temp {
    width: 700px;
    margin: 0 auto;
}
.bor-bottom{
	padding-bottom: 1px;
	background:url("../images/border-hor.png") 0 100% no-repeat;
}
.label{
	padding-right: 10px;
	width:150px;
	float:left;
	color:#003300;
}
.selectForm{
	width:300;
	color:#006633;
}
.buttonsField{
	padding-top: 15px;
	padding-left: 210px;
	
}
.button{
	text-align: center;
	background: url("../images/But_p.png") no-repeat;
	width:120px;
	height:35px;
	padding-bottom:5px;	
	color:#006666;
	border: 0px solid #ffffff;
	cursor: pointer;
}
.button:hover{
	background: url("../images/But_p-hover.png") no-repeat;
	color:#ffffff;
}
.PS{
	display: block;
	color: #006666;
	font-size: 12px;
}
/*Clearfix\*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
