
/*********************************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 #999;
}
.list-1 li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	display:inline-block;
	color:#0FC;
	overflow:hidden;
	text-decoration:none;
	text-shadow:1px 1px 0px #036;
}
.list-1 li a:hover {
	color:#FFF;
}
/*********************************headings*************************************/
#banner h2 {
	font-family:'Fjalla One', arial;
	font-weight:400;
	color:#FFF;
	font-size:32px;
	line-height:30px;
	margin:15px 0 5px 0;
	padding:0 0 10px 0;
	text-shadow:1px 1px 0px #000, 2px 2px 2px #069;
}
/*----- cycle 2 -----*/
.slide_plane {/*
	background:url(../images/red-bg-80.png) left top repeat;*/
	width:385px;
	height:260px;
	position:absolute;
}
.slider_bg {/*
	background:url(../images/banner_bg.gif) repeat 0 0;*/
	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:1000px;
	height:260px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:url(../images/loader.gif) center no-repeat;
}
#slider .box img{
	margin:0 0 0 385px;
}
#slider .box {
	background:#0b6688 !important;
	width:1000px;
	overflow:hidden;
	height:260px;
	position:relative;
	border-radius:5px;
}
#slider .box p {
	padding-top:3px;
	color:#FFF;
}
.navigate {
	width:1030px;
position:relative;
margin:0 auto;
}
#next_slide {
	position:absolute;
	top:-150px;
	right:0;
	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:0;
	left:-28px;
	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;
}