/* @group Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	background: #00111a url(images/background.jpg) repeat-x center top;
	text-align: center;
	font: 69%/1 Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ul, ol {
	list-style: none;
}

a {
	color: #005681;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.floatLeft {
	float: left;
	padding-top: 75px;
	padding-left: 47px;
}

.floatRight {
	float: right;
	padding-top: 61px;
	padding-right: 13px;
}

/* @end */

/* @group Layout */

#header, #wrap {
	margin: 0 auto;
	width: 844px;
	text-align: left;
	position: relative;
}
#header {
	height: 156px;
	background: url(images/logobg.jpg) no-repeat 35px 11px;
}
#navigation {
	width: 203px;
	background: url(images/navbg.jpg) no-repeat 35px 0;
	height: 312px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#contentpic, #flashcontentpic {
	width: 382px;
	background: #f6f5f1 url(images/contentpicbg.jpg) no-repeat right top;
	left: 185px;
	position: absolute;
	margin-left: 8px;
	top: 0;
}

#contentbodywrap {
	width: 269px;
	background: url(images/contentbodybg.gif) repeat-y;
	position: absolute;
	top: 0;
	right: 0;
}

#contentbody {
	background: url(images/contentbodytopbg.jpg) no-repeat right top;
	padding-top: 31px;
}

#footer {
	background-color: #00111a;
	padding-top: 20px;
	width: 100%;
}

/* @end */

/* @group Navigation */

#navlinks {
	width: 203px;
	position: relative;
	height: 133px;
}

#navlinks a {
	display: block;
	text-indent: -900%;
	position: absolute;
}

#navlinks a:hover {
	background-position: 0 -31px;
}

.navhome, .navperformancefeatures, .navtherange, .navwintecsite, .navhomeselected, .navperformancefeaturesselected, .navtherangeselected {
	width: 202px;
	height: 31px;
	left: 1px;
}

.navhome {
	background: url(images/nav.gif) no-repeat;
	top: 30px;
}

.navperformancefeatures {
	background: transparent url(images/nav.gif) no-repeat 0 -124px;
	top: 64px;
}

.navtherange {
	background: transparent url(images/nav.gif) no-repeat 0 -248px;
	top: 98px;
}

.navwintecsite {
	background: transparent url(images/nav.gif) no-repeat 0 -372px;
	top: 132px;
}
.navhomeselected {
	background: transparent url(images/nav.gif) no-repeat 0 -62px;
	top: 30px;
}

.navperformancefeaturesselected {
	background: transparent url(images/nav.gif) no-repeat 0 -186px;
	top: 64px;
}

.navtherangeselected {
	background: transparent url(images/nav.gif) no-repeat 0 -310px;
	top: 98px;
}

#navlinks a:hover.navhome {
	background-position: 0 -31px;
}

#navlinks a:hover.navperformancefeatures {
	background-position: 0 -155px;
}

#navlinks a:hover.navtherange {
	background-position: 0 -279px;
}

#navlinks a:hover.navwintecsite {
	background-position: 0 -403px;
} 

#navlinks a:hover.navhomeselected {
	background-position: 0 -93px;
}

#navlinks a:hover.navperformancefeaturesselected {
	background-position: 0 -217px;
}

#navlinks a:hover.navtherangeselected {
	background-position: 0 -341px;
}



/* @end */

/* @group Content */

#contentbody p, .range #contentbody p {
	line-height: 1.4em;
	font-size: 1em;
}

#contentbody p {
	padding: 5px 35px 10px 34px;
}

#contentbody p.firstPara {
	padding-top: 20px;
}

#contentbody p.instructions, .range #contentbody p.instructions {
	line-height: 1.4em;
	font-size: 0.9em;
	color: #005681;
	background-color: #96e4fd;
	margin: 0 14px 0 9px;
	padding: 23px 22px 20px 26px;
	font-weight: bold;
}

.range #contentbody p {
	padding: 5px 0 10px 0;
}

#contentbody h1 {
	line-height: 1.5em;
	font-size: 1.3em;
	color: #005681;
	background-color: #96e4fd;
	margin: 0 14px 0 9px;
	padding: 23px 22px 20px 26px;
	font-weight: bold;
}

#contentbody h2 {
	line-height: 1.2em;
	font-size: 1em;
	padding: 5px 35px 5px 34px;
	font-weight: bold;
}

#contentbodywrap img {
	margin-top: 15px;
	vertical-align: bottom;
}
#contentpic img {
	border: 1px solid #fff;
	margin: 10px 9px 9px;
}
#flash {
	border: 1px solid #fff;
	margin: 10px 9px 9px;
}

/* @end */

/* @group Features */

#popups {
	width: 100%;
	height: 270px;
}
#features {
	position: absolute;
	top: 0;
	left: 0;
}
#features a span {
	display: none;
}
#features a span h1 {
	color: #005681;
	padding-bottom: 10px;
	padding-top: 15px;
}
#features a span p {
	padding-bottom: 10px;
	color: #005681;
}
#features a span p.note {
	padding-bottom: 10px;
	font-size: 0.9em;
	padding-top: 10px;
	color: #046f9e;
	line-height: 1.4em;
}
#features a:hover {
	visibility: visible;
}
#features a:hover span {
	display: block;
	position: absolute;
	width: 200px;
	z-index: 100;
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	line-height: 1.2em;
	margin-top: 20px;
}
#features a {
	position: absolute;
	text-decoration: none;
}
#features a.ecgs {
	left: -355px;
	top: 42px;
}
#features a:hover.ecgs span {
	top: 45px;
	left: 390px;
}
#features a.stirrupbar {
	left: -236px;
	top: 11px;
}
#features a:hover.stirrupbar span {
	top: 76px;
	left: 271px;
}
#features a.tree {
	left: -158px;
	top: 11px;
}
#features a:hover.tree span {
	top: 76px;
	left: 193px;
}
#features a.seat {
	left: -82px;
	top: 21px;
}
#features a:hover.seat span {
	top: 66px;
	left: 118px;
}
#features a.cair {
	left: -70px;
	top: 161px;
}
#features a:hover.cair span {
	top: -74px;
	left: 106px;
}
#features a.panel {
	left: -58px;
	top: 232px;
}
#features a:hover.panel span {
	top: -145px;
	left: 94px;
}
#features a.stirrupkeeper {
	left: -66px;
	top: 309px;
}
#features a:hover.stirrupkeeper span {
	top: -222px;
	left: 102px;
}
#features a.materials {
	left: -338px;
	top: 281px;
}
#features a:hover.materials span {
	top: -194px;
	left: 374px;
}
#features a.design {
	left: -181px;
	top: 346px;
}
#features a:hover.design span {
	top: -259px;
	left: 217px;
}
#features a.girth {
	left: -301px;
	top: 332px;
}
#features a:hover.girth span {
	top: -245px;
	left: 336px;
}
#features a.flexibloc {
	left: -354px;
	top: 232px;
}
#features a:hover.flexibloc span {
	top: -145px;
	left: 389px;
}


/* @end */

/* @group Footer */

#footer p {
	color: #0072ae;
	font-size: .8em;
	text-align: right;
	padding: 0 9px 20px 9px;
	line-height: 1.5em;
}
#footer a {
	color: #96e4fd;
}



/* @end */

/* @group Accordion */

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.Accordion {
	margin: 20px 25px 10px 24px;
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #005681;
	padding: 7px 10px;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0;
	padding: 0 10px;
}
.AccordionPanelContent ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 1.3em;
}
.AccordionPanelContent li {
	padding-bottom: 8px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #0EADE6;
	color: #7a1d76;
}
/* Accordion behaviour classes */
.AccordionPanelTabHover {
	color: #fff;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	background-color: #0EADE6;
	color: #fff;
}
/* Make saddle images appear with Tabs */
.AccordionPanelClosed .AccordionPanelTab img.proAllPurpose, 
.AccordionPanelClosed .AccordionPanelTab img.allPurpose2000, 
.AccordionPanelClosed .AccordionPanelTab img.allPurpose500, 
.AccordionPanelClosed .AccordionPanelTab img.vsd500, 
.AccordionPanelClosed .AccordionPanelTab img.pony500 {
	height: 0;
	width: 0;
	border-width: 0;
}
.AccordionPanelOpen .AccordionPanelTab img {
	position: absolute;
	width: 362px;
	height: 367px; 
	z-index: 1;
	top: 19px;
	left: -372px;
}

/* @end */

