﻿

#page-wrap						
{ background: white; width: 960px, height: 250px; margin: 0 auto;}



#slider							
{ background: white url(../images/slider-bg.jpg); height: 250px; width: 960px; overflow: hidden;
 position: relative; margin: 20px 0; }
				

/* DEFAULT is for three panels in width, adjust as needed
  This only matters if JS is OFF, otherwise JS sets this. */								  


.banner {
	position: relative;

	width: 960px;
	height: 250px;
	overflow: auto;

	font-size: 0px;
	line-height: 24px;
	text-align: left;

	color: rgba(255,255,255,.6);
	text-shadow: 0 0 0px rgba(0,0,0,.05), 0 0px 0px rgba(0,0,0,.3);

	background: #ffffff;
	box-shadow: 0 0px 0 0px rgba(0,0,0,.25);
}
	.banner ul {
		list-style: none;
		width: 960px;
	}
	.banner ul li {
		
		float: right;
		width: 960px;
		min-height: 250px;
		position: relative; left: -40px;

		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		box-shadow: inset 0 0px 0px rgba(0,0,0,.1);
	}

	.banner .inner {
		padding: 0px 0px 0px 0px;
	}

	.banner h1, .banner h2 {
		font-size: 40px;
		line-height: 52px;

		color: #fff;
	}

	.banner .btn {
		display: inline-block;
		margin: 0px 0 0;
		padding: 0px 0px 0px;
		clear: both;
width: 960px;
height: 250px;

		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;

		border: 0px solid rgba(255,255,255,.4);
		border-radius: 0px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 3px;
		width: 100%;
	}
		.banner .dots li {
			display: inline-block;
			*display: inline;
			zoom: 1;

			width: 10px;
			height: 10px;
			line-height: 10px;
			margin: 0 4px;

			text-indent: -999em;
			*text-indent: 0;

			border: 2px solid #7bc144;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

	.banner .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner .arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}

.features {
	overflow: hidden;
	padding: 50px 0;

	background: #f7f7f6;
	box-shadow: inset 0 -1px 3px rgba(0,0,0,.03);
}
	.features li {
		position: relative;
		padding: 0 25px 0 40px;
		list-style: none;

		width: 25%;
		float: left;
	}
		.features li:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;

			display: block;
			width: 24px;
			height: 22px;

			background: url('img/icons.png');
		}
			.features li.browser:before { background-position: 0 -44px; }
			.features li.height:before { background-position: 0 -22px; }
			.features li.responsive:before { background-position: 0 -66px; }
	.features b {
		display: block;
		padding-bottom: 6px;
	}



/*  old slider 
#mover
{ width: 160px; position: relative; }



.slide							
{ padding: 40px 20px; width: 960px; float: left; position: fixed; }


.slide h1						
{ font-family: Helvetica, Sans-Serif; font-sze: 30px; letter-spacing: -1px;color: #ac0000; }


.slide p
{ color: 666; font-size: 12px; line-height: 22px; width: 300px; }


.slide img
{ position: absolute; top: 0px; left: 360px; }


#slider-stopper					
{ position: absolute; bottom: 1px; right: 20px; background: #ac0000; color: white;
 padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }

*/