/*
====================================================================
Global Reset
====================================================================
*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var, ol, ul, li,
fieldset, form, label,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

address {
	font-style: normal;
	}

.blocklink a {
	display: block;
	width: 100%;
	height: 100%;
	}


/*
====================================================================
Slider Styles
====================================================================
*/
#SliderWrap {
	width: 700px;
	height: 525px;
	margin: 0;
	position: relative;
	z-index: 5;
	}
	
#Slider {
	margin-left: 0;
	padding: 0;
	width: 700px;
	}
	
.stripViewer { 
	position: relative;
	overflow: hidden; 
	clear: both;
	height: 525px;
	background: #75c1c8 url(images/trike_bg.jpg) no-repeat 0 0;
	}
	
.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0;
	}
	
.stripViewer .panelContainer .panel { 
	float: left;
	position: relative;
	width: 700px;
	background: #75c1c8 url(images/trike_bg.jpg) no-repeat 0 0;
	}
	
.stripNav {
	display: none;
	}
	
.wrapper {
	width:  100%;
	height: 340px;
	padding: 20px 20px 0 20px;
	z-index: 5;
	position: relative;
	}
	
.innerWrap {
	width: 100%;
	overflow: hidden;
	}

.stripNavL a, .stripNavR a {
	display: none;
}

#SliderWrap .trikeheader {
	height: 110px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/trike_head.jpg) no-repeat 0 0;
	text-indent: -9999px;
	border: none;
	}

#SliderWrap .nextlink {
	height: 27px;
	width: 156px;
	margin: 0;
	padding: 0;
	background: url(images/trike_next.jpg) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
	position: relative;
	display: block;
}

#SliderWrap .pos1 {
	margin: 174px 0 0 192px;
}

#SliderWrap .pos2 {
	margin: 130px 0 0 257px;
}

#SliderWrap .video {
	width: 300px;
	height: 260px;
	float: left;
	margin-top: 19px;
	display: inline;
}

#SliderWrap .trikelogo {
	float: left;
	margin: -20px 0 0 22px;
}

#SliderWrap .footinfo {
	width: 290px;
	margin: -8px 20px 0 0;
	color: #fff;
	font: bold 0.8em/1.25em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	display: inherit
}

#SliderWrap .step1 {
	height: 62px;
	width: 279px;
	margin: 22px 0 0 43px;
	padding: 0;
	background: url(images/trike_step1.jpg) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}

#SliderWrap .kitcover {
	width: 205px;
	float: left;
	display: inline;
	margin: 19px 0 0 30px;
}

#SliderWrap .step2 {
	height: 106px;
	width: 271px;
	margin: 20px 0 0 110px;
	padding: 0;
	background: url(images/trike_step2.jpg) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}

#SliderWrap .contact {
	width: 250px;
	float: left;
	margin: 19px 0 40px 30px;
	color: #fff;
	font: bold 1em/1.25em "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
}

#SliderWrap .step3 {
	height: 97px;
	width: 239px;
	margin: 22px 0 0 65px;
	padding: 0;
	background: url(images/trike_step3.jpg) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}

#SliderWrap .backlink {
	height: 34px;
	width: 175px;
	margin: 138px 0 0 198px;
	padding: 0;
	background: url(images/trike_back.jpg) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
	position: relative;
}