/* CSS Document Reset courtesy Eric Meyer meyerweb.com */
html, body, block, inline-block, 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;
}

ol, ul {
	list-style: none;
}

body {
	background: #f0f0f0 url('/images/diagonal_grid.png');
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	}

#wrapper {
	background: transparent;
	width: 960px;
	height: auto;
	padding: 0;
	margin: 0 auto;
	}
	
h1 {
	font-size: 2.6em;
	font-weight: 400;
	font-style: normal;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	letter-spacing: -.025em;
	text-align: left;
	color: #fff;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 28px 0 0 0;
	border-bottom: 2px solid #022570;
	}
	
h2 {
	background: transparent;
	display: block;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: 400;
	font-style: normal;
	line-height: 1em;
	letter-spacing: -.025em;
	color: #09f;
	text-align: left;
	margin: 0;
	padding: 8px 0;
	border-bottom: 2px solid #022570;
	}

h3 {
	background: transparent;
	display: block;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #022570;
	text-align: left;
	margin: 0;
	padding: 4px 0;
	}
	
h4 {
	background: transparent;
	display: block;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #b80000;
	text-align: left;
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #777;
	}
	
h5 {
	background: transparent;
	display: block;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 2.6em;
	font-weight: 400;
	font-style: normal;
	line-height: 1em;
	letter-spacing: -.025em;
	color: #09f;
	text-align: left;
	margin: 0;
	padding: 8px 0;
	border-bottom: 2px solid #022570;
	}
		
p {
	margin: 0;
	padding: 10px 0;
	}
	
a:link {
	text-decoration: underline;
	color: #09F;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;	
	font-weight: 700;
	}

a:visited {
	text-decoration: underline;
	color: #09F;
}

a:hover {
	text-decoration: underline;
	color: #022570;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}

img {
	margin: 0;
	padding: 0;
	}

a {
	margin: 0;
	padding: 0;
}


<!--Header Start-->	

#header2 {
	background: inherit;
	width: 300px;
	height: 125px;
	display: block;
	float: right;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}


#header1 {
	background: inherit;
	width: 300px;
	height: 80px;
	display: block;
	float: left;
	margin: 0;
	padding: 45px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
	color: #09F;
	}
	
#header12-wrap {
	background: inherit;
	width: 640px;
	height: 125px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	}

#header3 {
	background: inherit;
	width: 300px;
	height: 80px;
	display: block;
	float: right;
	margin: 0;
	padding: 45px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	letter-spacing: .1em;
	color: #09F;
}

#header3 a:hover {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}
	
#header3 a:visited {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}
	
#header3 a {
	text-decoration: none;
	color: #09F;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}

#header-wrap {
	background: inherit;
	width: 960px;
	height: 125px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block;
	}
	
#header-bg {
	background-color: #00184c;
	width: 100%;
	height: 125px;
	display: block;
	}
	
<!--Header End-->

<!--Content Columns-->

#col1-3intro {
	background: transparent;
	width: 240px;
	height: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	color: #777;
	}

#col1-3wrap {
	background: transparent;
	width: 240px;
	height: auto;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	color: #777;
	}
	
#col4-10-wrap {
	background: transparent;
	width: 700px;
	height: auto;
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#col4-10-wrap:hover {
	background: transparent;
	width: 700px;
	height: auto;
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
	}
	
.col4-10 {
	background: transparent;
	width: 700px;
	height: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
	z-index: 1;
	}

#col1-10wrap {
	background: transparent;
	display: inline-block;
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#col1-12wrap {
	background: transparent;
	display: block;
	width: 960px;
	height: auto;
	margin: 0;
	padding: 0;
	}

#col3-10wrap {
	background: transparent;
	width: 580px;
	height: 676px;
	margin: 0;
	padding: 20px 30px;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	color: #000;
	}
	
#col3-6 {
	background: transparent;
	display: inline-block;
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	}
	
#col7-10 {
	background: transparent;
	display: inline-block;
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	}

#col7-10img {
	background: transparent;
	width: 280px;
	height: auto;
	margin: 0;
	padding: 18px 0 0 0;
	display: inline-block;
	}
	
#col1-2wrap {
	background: transparent;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}

#col11-12wrap {
	background: transparent;
	width: 140px;
	height: auto;
	margin: 0;
	padding: 28px 10px 20px 10px;
	display: block;
	float: right;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	color: #000;
}

#col8-12wrap {
	background: transparent;
	width: 380px;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	color: #000;
}

#col7-12wrap {
	background: transparent;
	width: 460px;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	color: #000;
}

#navwrap {
	background: transparent;
	width: 140px;
	height: auto;
	margin: 0;
	padding: 28px 10px 10px 10px;
	display: inline-block;
	float: left;
	}
	
#home-navwrap {
	background: transparent;
	position: absolute;
	width: 140px;
	height: auto;
	margin: 0;
	padding: 28px 10px 10px 10px;
	display: inline-block;
	float: left;
	z-index: 9999;
	}

ul.nav a {
	background-color: rgba(2,37,112,.1);
	display: block;
	padding: 8px 0;
	margin: 3px 0 3px 0;
	text-decoration: none;
	color: #022570;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top: 1px solid rgba(2,37,112,.5);
	border-bottom: 1px solid rgba(255,255,255,.35);
	-webkit-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	}
	
ul.nav a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: rgba(2,37,112,1);
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	}
	
ul.nav a:active {
	color: #fff;
	background: #022570;
}

#home .nav .home a,
#about .nav .about a,
#projects .nav .projects a,
#contact .nav .contact a,
#clients .nav .clients a {
	color: #fff;
	background: #022570;
	text-decoration: underline;
}

#main-wrap {
	background: transparent url('/images/rzr_content_bg.png') no-repeat;
	width: 960px;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	}
	
<!--Footer Start-->
#facebook {
	opacity: .5;
	margin: 0;
	padding: 0;
	float: right;
	}

#facebook:hover {
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	margin: 0;
	padding: 0;
	}
	
#footer2 {
	background: inherit;
	width: 320px;
	height: auto;
	display: inline-block;
	float: right;
	margin: 0;
	padding: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em;
	color: #09F;
	}

#footer1 {
	background: inherit;
	width: 320px;
	height: auto;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em;
	color: #09F;
	}
	
#footer1 a, a:link {
	text-decoration: none;
}

#footer1 a:hover {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}
	
#footer1 a:visited {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}

#footer12-wrap {
	background: inherit;
	width: 640px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#footer3-wrap {
	background: inherit;
	width: 320px;
	height: auto;
	display: block;
	float: right;
	margin: 0 auto;
	padding: 0;
}

#footer3 {
	background: inherit;
	width: 320px;
	height: auto;
	display: block;
	float: right;
	margin: 0 auto;
	padding: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;
	color: #09F;
	}

#footer3 a:hover {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}
	
#footer3 a:visited {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}
	
#footer3 a {
	text-decoration: none;
	color: #09F;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	}
	
#footer-wrap {
	background: inherit;
	width: 960px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
	}
	
#footer-bg {
	background-color: #00184c;
	width: 100%;
	height: auto;
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
	position: fixed;
	bottom: 0;
	}
	
<!--Footer End-->

#facebooklike {
	width: 240px;
	height: auto;
	margin: 5px 0;
	padding: 0;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
#orderbtn {
	background: #090909 url('/images/graphics/futura_line_texture.jpg') center repeat-x;
	width: 238px;
	height: 22px;
	margin: 5px 0 10px 0;
	padding: 9px 0 8px 0;
	display: inline-block;
	float: left;
	border: 1px solid #0099ff;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	opacity: .6;
	}
	
#orderbtn:hover {
	opacity: 1;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	}
	
#orderbtn:active {
	opacity: 1;
	}
	
.thumbnail {
	background: transparent;
	width: 138px;
	height: 92px;
	display: inline-block;
	margin: 10px 8px 10px 9px;
	padding: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #999;
	opacity: .6;
	}
	
.thumbnail:hover {
	opacity: 1;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	}

#thumbnail-wrap {
	background: #222;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	}
	
#photos {
	background: #222;
	width: 160px;
	height: 30px;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: right;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	border-top: 1px solid #333;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	}

#colors {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
}

#certified {
	background: transparent url('/images/graphics/certified.png') no-repeat;
	position: absolute;
	right: 5%;
	width: 60px;
	height: auto;
	display: inline-block;
	float: right;
	z-index: 9998;
	margin: 0;
	padding: 0;
}

#certified:hover {
	background: transparent url('/images/graphics/certified_learn.png') no-repeat;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	}
	
#col3-10wrap .facebooktype, #col11-12wrap .facebooktype {
	position: relative;
	display: inline-block;
	top: -.45em;
}

.linkbtn a {
	background: #e2e2e2;
	display: block;
	width: 277px;
	height: auto;
	padding: 8px 0;
	margin: 0;
	text-decoration: none;
	color: #888;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	border-top: 1px solid #999;
	border-bottom: 1px solid rgba(255,255,255,1);
	}

.linkbtn a:hover {
	background: #022570;
	text-decoration: underline;
	color: #fff;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	}
	
.linkbtn a:active {
	color: #fff;
	background: #022570;
}

#profilethumb {
	background: transparent;
	width: 140px;
	height: auto;
	margin: 0;
	padding: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
	
#slideshow {
	background: #f0f0f0 url('/images/hp_noflash.jpg') no-repeat;
	width: 960px;
	height: 600;
	margin: 0;
	padding: 0;
	display: inline-block;
	}
	
#mainfeature {
	background: url(/images/rzr_hero.jpg) no-repeat top center;
	position: relative;
	width: 100%;
	height: 680px;
	margin: 0, auto;
	padding: 0;
	text-align: left;
	}

#mainfeature-cta {
	background: transparent;
	position: relative;
	width: 360px;
	height: auto;
	margin: 0;
	padding: 0 20px 0 0;
	display: block;
	float: right;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	color: #000;
	z-index: 9998;
	}
	
#mainfeature-wrap {
	background: transparent;
	width: 960px;
	height: 0;
	margin: 0, auto;
	padding: 0;
	}
	
#subfeature-wrap {
	background: transparent;
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px;
	position: relative;
	display: block;
	}

.fb-like {
	background: inherit;
	position: inherit;
	margin: inherit;
	padding: 8px 0 0 0;
	}

#subfeature-left {
	background: transparent;
	width: 460px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	color: #000;
}
