
.div-1{
	height: 130px;
}

.div-2{
	height: 130px;
}

.div-3{
	height: 130px;	
}

/***2******************************/
.div-2 ul{
	list-style: none;
}

.div-2 ul li{
	text-align: center;
	float: left;
	width:100px;
	height: 85px;
	line-height: 130px;
	margin-left: 22px;
}


.div-2 a{
		color: black;
		font-size: 16px;
}

.div-2 ul li a:hover{
	color: brown;
	text-decoration: none;
}
/***3******************************/

.div-3{
width:100%;
margin-left: 50px;
margin-top: 50px;
height:30px;
border-radius: 30px;
border:1px solid #C0C0C0; 	
}

.input-1{
	width: 80%;
	height: 100%;
	border: none;
	float: left;
	outline:medium
}

.input-2{
	width: 20%;
	height: 100%;
	border: none;
	background-color: white;
	float: left;
	outline:medium
}


/*****4************************************/

.div-4{
	height: 100px;
	background: #c72c2c;
	color: white;
	text-align: center;
	line-height: 100px;
	font-size: 22px;
}

.div-5{
	height: 100px;
	border-bottom: 1px solid #C0C0C0; 	
	text-align: center;
	line-height: 100px;
	font-size: 25px;
}

/****6************************************/
.div-6{
	height: 180px;
	background:  #f7f7f7;
}

.div-6 a{
	display: block;
	line-height: 60px;
	text-align: center;
	height: 60px;
	color: black;
	width: 195px;
	margin-left:-15px;
	
}

.div-6 a:hover{
	color: brown;
	background: #fbfbfb;
	text-decoration: none;
}



.div-7{
	margin-top: 10px;
	font-size: 17px;
	line-height: 40px;
	 text-indent:40px
}



/***10****************************/

.div-10{
	margin-top: 100px;
	width: 100%;
	height: 250px;
	text-align: center;
	background: #343434;
}

/***5******************************/
.ul-2{
	list-style: none;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-left: 100px;
	margin-top: 40px;
	color: #8C8C8C;
}

.ul-2 a{
	color: #8C8C8C;
}

.ul-2 a:hover{
	color: #a52a2a;
	text-decoration: none;
