@charset "utf-8";
/* CSS Document */
html, body {
 font-family: "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif width:100%;
	height: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
.content {
	width: 860px;
	margin: 0 auto;
}
sup {
	font-size: 11px;
	vertical-align: super;
	line-height: 0px;
	
}
a {
	color: #666;
}
a:hover {
	color: #f2992f;
}
.navigation.ie8 {
	display: none;
}
.navigation {
	position: fixed;
	z-index: 1;
	top: 80px;
	background-color: #48283c;
	width: 834px;
	padding-left: 26px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.navigation.stick {
	background-color: rgba(72,40,60,0.8);
}
.navigation li {
	font-family: 'Archer A', 'Archer B', "Palatino Linotype", "Book Antiqua",Palatino, serif;
	float: left;
	color: #333333;
	display: block;
	line-height: 34px;
	font-size: 16px;
	color: white;
	padding-right: 20px;
	-webkit-transition: all .2s ease-in-out;
}
.navigation li .divider {
	display: inline-block;
	margin-left: 24px;
}
.navigation li:hover, .active {
	cursor: pointer;
	color: #f2992f !important;
}
.navigation li.active .divider, .navigation li:hover .divider {
	color: white;
}
h1, h2, h3 {
	font-family: 'Archer A', 'Archer B', "Palatino Linotype", "Book Antiqua",Palatino, serif;
	color: #48283c;
}
.archer {
	font-family: 'Archer A', 'Archer B', "Palatino Linotype", "Book Antiqua",Palatino, serif;
}
.orange {
	color: #f2992f;
}
a.orange:hover {
	color: #48283c;
}
.purple {
	color: #48283c;
}
h1 {
	font-size: 48px;
}
h3 {
	color: #54863d;
	margin-bottom: 18px;
}
h2 {
	font-size: 30px;
}
p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 14px;
}
ol {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	margin-left: 30px;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 14px;
}
ol li {
	margin-bottom: 14px;
}
.green {
	font-family: 'Archer A', 'Archer B', "Palatino Linotype", "Book Antiqua",Palatino, serif;
	font-size: 24px;
	color: #51853d;
}
.logo {
	padding-top: 10px;
	padding-bottom: 80px;
}
.page-title {
	padding-top: 50px;
	text-align: center;
}
.sub-title {
	font-weight: 100;
	text-align: center;
}
.line {
	width: 100%;
	height: 1px;
	border-top: 2px solid #48283c;
	margin-top: 7px;
	padding-bottom: 35px;
}
.slide {
	background-attachment: fixed;
	width: 100%;
	min-height: 100%;
	position: relative;/*box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);*/
}
.wrapper {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}
.slideno {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 100px;
	font-weight: bold;
	color: rgba(255,255,255,0.3);
}
.button {
	cursor: pointer;
}
.slide5 {
	display: block;
	width: 352px;
	height: 40px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -176px;
	background-image: url(../images/click_here.png);
}
.slide5:hover {
	background-position: 0 -40px;
	cursor: pointer;
}
.download {
	font-family: 'Archer A', 'Archer B',"Palatino Linotype", "Book Antiqua",Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #f2992f;
	padding-right: 26px;
	display: inline-block;
	background: url(../images/down_arrow.png) top right no-repeat;
}
.download:hover {
	color: #48283c;
	background-position: right -27px;
}
#slide1, #slide3, #slide5 {
	background-color: #faf5fa;
}
#slide2, #slide4, #slide6 {
	background-color: #fff;
}
#footer {
	background-color: #f6f6f6;
	height: 83px;
}
#footer a {
	color: #666;
}
