
/*********************************links**********************************/
.list-1 {
	margin-top:10px
}
.list-1 li {
	list-style:none;
	background:url(../images/p1_arr3.png) no-repeat left 12px;
	padding:5px 0 5px 15px;
	border-bottom:dotted 1px #dedede;
}
.list-1 li a {
	font-family:'Roboto';
	font-size:12px;
	line-height:17px;
	display:inline-block;
	color:#666;
	overflow:hidden;
	text-decoration:none;
}
.list-1 li a:hover {
	color:#e82334
}
/*********************************headings*************************************/
#banner h2 {
	font-family: 'Lora', arial;
	font-weight:400;
	color:#363636;
	font-size:30px;
	line-height:45px;
	border-bottom:3px solid #e82334;
	margin:15px 0 15px 0;
	padding:0 0 15px 0;
}
/*----- cycle 2 -----*/
.slide_plane {
	background:#FFF;
	width:385px;
	height:260px;
	position:absolute
}
.slider_bg {
	width:100%;
	height:260px;
	z-index:10;
	margin:0;
	padding:0;
}
.slide_block {
	margin:0px 35px 20px 35px
}
.slide_block ul {
	margin:15px 0 0 0;
	padding:0;
}
#slider {
	width:1030px;
	height:260px;
	overflow:hidden;
	z-index:50;
	margin:0 auto;
	padding:0;
	background:url(../images/loader.gif) center no-repeat;
}
#slider .box {
	background:none !important;
	width:1030px;
	overflow:hidden;
	height:260px;
	position:relative;
}
#slider .box p {
	padding-top:3px;
}
.navigate {
	width:1030px;
position:relative;
margin:0 auto;
}
#next_slide {
	position:absolute;
	top:-150px;
	right:-30px;
	cursor:pointer;
	background:url(../images/p1_arr2.png) no-repeat -21px 0;
	height:31px;
	width:20px;
	display:block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#prev_slide {
	position:absolute;
	top:-150px;
	left:-30px;
	cursor:pointer;
	background:url(../images/p1_arr1.png) no-repeat 0 0;
	height:31px;
	width:20px;
	display:block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#next_slide:hover {
	background:url(../images/p1_arr2.png) no-repeat 0 0;
}
#prev_slide:hover {
	background:url(../images/p1_arr1.png) no-repeat -21px 0;
}
#nav {
	display:none
}
#nav a {
	font-family: 'Open Sans Condensed', sans-serif;
	display:inline-block;
	color:#8c7d67;
	font-size:28px;
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 4px 5px 5px;
	cursor:pointer;
	line-height:30px;
}
#nav a.activeSlide, #nav a:hover {
	color:#7b952b;
}