@charset "UTF-8";
/* CSS Document */




	/*------------------------
	---------------- CONTENT
	------------------------*/
	
	/* You might want to change these options for the main container */
	#homeslides, #homeslides li, .full-image-slide {
		
		height: 500px;
		width: 940px;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#homeslides {
		
		list-style: none !important;
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#homeslides li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#homeslides li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#homeslides li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#homeslides li ul li {
			
			display: block !important;
			position: relative !important;
			
		}
		
#homeslides .full-image-slide p a {
	color:#FFF;
		}




/* Selectors */

/*------------------------
---------------- SELECTORS
------------------------*/

/* Sets configs for selectors containers : absolute positioned in relation to #slider */

	.slider_selector, .slider_selector_dis {
		bottom: 20px;
		list-style: none;
		margin: 0 0 0 5px;
		position: absolute;
		right: 40px;
		z-index: 5;

	}

/* Sets image of selectors */

		.slider_selector li, .slider_selector_dis li {
	display: block !important;
	cursor: pointer;
	float: left;
	margin: 0 3px !important;
	height: 10px !important;
	position: relative !important;
	width: 10px !important;
	background-image: url(../images/slider_selector.png);
	background-repeat: no-repeat;
	background-position: left top;
		}

/* Sets the current selector */

.slider_selector li.current, .slider_selector_dis li.current {
			background: url(../images/slider_selector_current.png) no-repeat top left;
		}

/* Disables the selectors */

	.slider_selector_dis li {
		cursor: default !important;
		z-index: 5;
	}

	.container {
		float: left;
		position: relative;
		width: 100%;
		z-index: 15;
	}
	
/* Home Slides */
/* Test Styling */
/* =========================== */

.full-image-slide {
	text-align: right;
	padding-top: 100px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 495px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 380px;
	width: 405px;
}

.full-image-slide h1,
.full-image-slide h2 {
	font-size: 42px;
	color: #FFF;
	line-height: 42px;
	margin-bottom:15px;
	letter-spacing: -1px;
	font-weight: 400;
}

.full-image-slide p {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 15px;
}

.full-image-slide p strong {
	font-weight: 700;
	font-style: normal;
}
.full-image-slide a {
	color: #999;
	text-decoration: underline;
}
