
/* SLIDER */

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/



.container { text-align: left; margin: 0 auto; width: 900px; position: relative; }
#page-bottom {
	z-index: 1;
	position: relative;

	
}				





/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#featured { height:750px; }

#page-top .slide {
	padding-top: 70px;
	width: 100%;
	height: 800px;
	display: none;
	position: relative;
	
}

#page-top {
	display: block; 
	position: relative; 
}

#page-top .slide .description {
	width: 280px;
	height: 227px;
	color: #fff;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 500px;
	
}

#page-top .slide .description, #page-top .slide .description p { line-height: 21px; }
#page-top h2.title {
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	border:none;
}

#controllers { margin-top: -470px; margin-left: 0px; padding-bottom: 9px; }
#controllers #switcher { float: left; margin-top: 1px; }
#controllers #switcher-content a {
	display: inline-block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-left: 12px;
	background-image: url(../images/switcher-item.png);
	background-repeat: no-repeat;
	
}
#controllers #switcher-content a.active {
	background-image: url(../images/switcher-item-active.png);
	background-repeat: no-repeat;
}
	
		
#featured .readmore {
	width: 220px;
	height: 20px;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -33px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;	
	text-align: center;
	float: left;
	
}

.control {
	text-align: left; margin: 0 auto; width: 900px; position: relative;

}

.readmore a {
	background-color: #012659;;
	border: solid 4px #ffffff;
	color: #ffffff;
	padding: 10px 20px;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-weight: normal;
	font-style:italic;
	text-deocoration: none;
	font-size: 18px;

}


.readmore a:hover {
	background-color: #53B4E2;

}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* SLIDER */