.areaPresentation {
	margin: 0 0 5px;
	padding: 1px 0 1px;
	clear: both;
	overflow: hidden;
}
.areaSpirit {
	background: #fefefe;
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
}
.areaSpirit .areaTitle {
	display: block;
	float: left;
	clear: none;
	margin: 0px 10px 0;
	width: 48%;
	text-align: right;
}
.areaSpirit .areaTitle .title {
	margin: 5px 0 5px;
	font-size: 20pt;
	color:#000;
}
.areaSpirit .areaTitle .tagline {
	margin: 0 0 5px;
	font-size: 11pt;
}
.areaSpirit .content {
	display: block;
	float: left;
	clear: none;
	margin: 7px 15px 0 0;
	width: 36%;
	font-size: 10.5pt;
}
.areaLinks {
	clear: both;
	float: right;
	font-size: 10pt;
	margin: 5px 0 0;
	padding:10px 0 0;
}
.areaLinks a {
	display: block;
	float: left;
	clear: none;
	margin: 4px 0 4px 4px;
	padding: 3px 7px 3px;
	font-weight: bold;
	color: #fff;
	background: #9ECB00;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.areaLinks a:hover {
	background: #769800;
}
.areaShowcase {
	clear: both;
}
.area50 {
	float: left;
	clear: none;
	width: 46%;
	padding: 2%;
	overflow: hidden;
}
.area50 .title {
	display: block;
	clear: none;
	font-size: 15pt;
	line-height: 20pt;
	overflow:hidden;
}
.area50 .long-title {
	font-size: 12.5pt;
}
.area50 h2.title {
	height: 30px;
}
.area50 .title a {
	display: block;
	background: url(/wp-content/themes/crystalline/images/more.jpg) no-repeat right 2px;
	text-decoration: none;
	color: #769506;
}
.area50 .title a:hover {
	background-position:right -42px;
	color: #9AC700;
}
.area50 p {
	font-size: 10pt;
}
.area50 ul {
	clear: both;
	font-size: 10pt;
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: url(http://roninja20.com/wp-content/themes/crystalline/images/vineta.jpg);
}
.area50 ul li {
	margin: 5px 0 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}
.area50 ul li:last-child {
	border: none;
}
.area50 ul li a {
	font-weight: bold;
	color: #769506;
	text-decoration: none;
	border-bottom: solid 1px #769506;
}
.area50 ul li a:hover {
	color: #9AC700;
}

/* Easy Slider */
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li {
  width: 846px;
	height: 100px;
	overflow: hidden;
}
span#prevBtn, span#nextBtn {
	display: block;
	position:absolute;
	top:14px;
}
span#prevBtn {left:0px;}
span#nextBtn {left:826px;}
span#nextBtn a, span#prevBtn a {
  display:block;
	text-indent:-500em;
	overflow:hidden;
	width:20px;
	height:54px;
	background:url(images/slider-nav.png) no-repeat;
}
span#prevBtn a{	background-position:0 0;}
span#prevBtn a:hover{	background-position:0 -54px;}
span#nextBtn a{	background-position:-20px 0;}
span#nextBtn a:hover{	background-position:-20px -54px;}

/* // Easy Slider */