@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
	padding-bottom: 8px;
}

body {
	margin:10px;
	color: #492f1f;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
}

a {
	font-weight: 600;
}

a:link {
	color: #009999;
	text-shadow: #ffffff 0px 1px 1px;
}

a:visited {
	color: #009999;
}

a:hover,a:focus {
	color: #006666;
}

a:active {
	color: #003333;
}

#slidepager a {
	width: 7px;
	height: 7px;
	padding-left: 16px;
	background: transparent url(../images/icon_greybullet.png) no-repeat top center;
}

#slidepager a:hover,
#slidepager a.activeSlide {
	background: transparent url(../images/icon_pinkbullet.png) no-repeat top center;
}

.slides {
	position: relative;
	margin: 0 auto;
	height: 320px;
	width: 480px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

.slides img:hover {
	cursor: pointer;
}

.slidenav {
	padding-top: 8px;
	font-size: 0.850em;
}

#download {
	margin-top: 10px;
	font-size: 0.750em;
}
