* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Source Sans Pro', Arial, san-serif;
	font-size: 14px;
	line-height: 19px;
	color: #ccc;
}
a {
	text-decoration: none;
	color: #ccc;
}
li {
	list-style: none;
}
h1, h2 {
	font-size: 48px;
	line-height: 48px;
	padding: 0 0 20px 0;
	font-weight: 300;
	color: #fff;
}
h3 {
	font-size: 24px;
	line-height: 28px;
	padding: 0 0 35px 0;
	font-weight: 300;
	color: #fff;
}
p {
	padding: 0 0 15px 0;
}
a img {
	border: 0;
}


/*	Header:
--------------------------------------------------*/
#background {
	overflow: hidden;
	padding: 0px 0 0 0;
	position: relative;
}
#header {
	background: url(../images/nav-bg.png);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
#logo {
	float: left;
	margin-top: 30px;
}


/*	Nav:
--------------------------------------------------*/
#nav  {
	padding: 60px 0 0 0;
	float: right;
}
#nav li {
	position: relative;
	float: left;
	padding: 0 0 0 25px;
}
#nav li a {
	display: block;
	padding: 0 0 20px 0;
	line-height: 14px;
	color: #888;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #fff;
}
#nav li a.current {
	color: #fff;
	border-bottom: 2px solid #fff;
}


/*	Content:
--------------------------------------------------*/
.container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#slider-left, #slider-right {
	position: absolute;
	margin-top: -30px;
	top: 35%;
	background: #000;
	width: 60px;
	height: 60px;
	z-index: 999;
}
#slider-left {
	background: url(../images/slider-left.png) no-repeat 0 0;
	left: 20px;
}
#slider-right {
	background: url(../images/slider-right.png) no-repeat 0 0;
	right: 20px;
}
#slider-left:hover, #slider-right:hover {
	cursor: pointer;
	background-position: 0 -60px;
} 
#backgrounds {
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.photo {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
.section {
	position: relative;	
	overflow: hidden;
}
.home {
	width: 880px;
	overflow: hidden;
	padding: 60px 50px 100px 50px;
	margin: 0 auto;
}
.content {
	background: url(../images/content-bg.png);
	position: relative;
	color: #ccc;
	z-index: 3;
}
.content .container {
	width: 880px;
	padding: 60px 50px 100px 50px;
}
.scroll-btn a {
	display: block;
	background: url(../images/scroll.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 47px;
}
.scroll-btn a:hover {
	background-position: 0 -47px;
}


/*	Footer:
--------------------------------------------------*/
#footer {
	background: url(../images/nav-bg.png);
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	padding: 25px 0;
	height: 50px;
	color: #fff;
	font-size: 12px;
}
#footer .container {
	width: 880px;
}
#footer p {
	padding: 0 0 10px 0;
}
#footer span, #footer p.credit, #footer p.credit a {
	color: #888;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}


/*	Other:
--------------------------------------------------*/
.clear {
	clear: both;
}