/* RESET STYLES ---------- */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* BROCHURE ---------- */

#wrapper {
	height: 612px;
	left: 50%;
	margin: -306px 0 0 -446px;
	padding: 0 31px;
	position: absolute;
	top: 50%;
	width: 830px;
}
#content {
	color: #444;
	float: right;
	font: 16px/1.4 Arial, Verdana, sans-serif;
	text-align: left;
	width: 405px;
}
#content h1 {
	margin-bottom: 20px;
	padding-top: 100px;
}
#content h2 {
	font-size: 20px;
	font-weight: bold;
}
#content p {
	margin-bottom: 1em;
}
#content button {
	font-size: 150%;
}
#content .nowrap {
	white-space: nowrap;
}
#content a {
	color: #00a9d3;
	text-decoration: underline;
}
#brochure {
	border: 5px solid #ddd;
	float: left;
	height: 612px;
	overflow: hidden;
	position: relative;
	width: 395px;
}
#brochure .items {
	overflow: hidden;
	position: absolute;
	width: 9999em;
}
.page {
	float: left;
	position: relative;
}
.page img {
	display: block;
}
#page6 a {
	display: block;
	height: 20px;
	left: 82px;
	position: absolute;
	top: 202px;
	width: 135px;
}
#nav {
	position: absolute;
	left: 0;
	top: 30%;
	width: 16px;
}
#nav a {
	background: url(bullet-off.gif) center center no-repeat;
	display: block;
	height: 16px;
	font-size: 0;
	line-height: 0;
	margin: 15px 0;
	overflow: hidden;
	text-indent: -20em;
	width: 16px;
}
#nav a.active {
	background-image: url(bullet-on.gif);
}
#nav2 {
	height: 30px;
	left: 36px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 395px;
}
#nav2 a {
	cursor: pointer;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: -999em;
	width: 30px;
}
#nav2 a.disabled {
	display: none;
}
#prev {
	background: url(prev.png) center center no-repeat;
	float: left;
	margin-left: 10px;
}
#next {
	background: url(next.png) center center no-repeat;
	float: right;
	margin-right: 10px;
}