/*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, b, u, i, center, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote,
q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
}
ul,
ol {
	list-style: none;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.silent {
	display: none;
}

.noMargin {		margin: 0 !important;}
.noPadding {	padding: 0 !important;}
.noBorder {		border: none !important;}


body {
	background-color: #fff;
	color: #000;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}


div#wrapper {
	
}

div#headerWrapper {
	
}


header {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 0 40px;
}

header img {
	position: absolute;
	top: 90px;
	right: 100px;
	display: block;
}

header h1 {
	display: none;
}

header h2 {
	font-weight: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.5px;
	word-spacing: -2px;
	padding-top: 40px;
	margin-bottom: 18px;
}

header p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
	width: 350px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}

p.emailer {
	
}
p.emailer a {
	color: #000;
	text-decoration: none;
}


div#contentWrapper {
	
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 36px 40px 0 40px;
}

div#slideshowWrapper {
	float: left;
	position: relative;
	width: 380px;
	height: 300px;
	padding-top: 4px;
}

div#slideshow {
	position: relative;
	width: 380px;
	height: 250px;
	overflow: hidden;
}

a#navPrev,
a#navNext,
ul#navIcons {
	display: none;
}






div#highlights {
	width: 350px;
	margin-left: 410px;
	min-height: 320px;
	padding-bottom: 30px;
}

div#highlights dl {
	letter-spacing: 0.5px;
}

div#highlights dl dt {
	position: relative;
	padding-left: 16px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

div#highlights dl dt span.bulleter {
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: 600;
	font-size: 24px;
	line-height: 16px;
	text-transform: capitalize;
	letter-spacing: 0px;
}
div#highlights dl dd {
	padding-left: 16px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 17px;
}


div#footerWrapper {
	
}
footer {
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding: 30px 40px 36px 40px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.5px;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer div#copyright {
	float: right;
	width: 250px;
}

footer div#copyright ul {
	display: none;
}


footer div#copyright p {
	text-align: right;
	margin-bottom: 7px;
}


footer div#installation {
	margin-right: 350px;
}

footer div#installation h3 {
	font-weight: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

footer div#installation ul {
	
}
footer div#installation ul li {
	margin-bottom: 7px;
}


