body{
	background-image: url(body-bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {

}
#header {
	background-image: url(header-bg.jpg);
	background-repeat: no-repeat;
	height: 122px;
	background-position: 0px 0px;
}
#navigation {
	height: 64px;
	background-image: url(nav-bg.jpg);
	background-repeat: repeat-x;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF7D6;
}
#navigation li.last {
	border-right-style: none;
}



#navigation li a {
	display: block;
	font-size: 14px;
	color: #01573C;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	padding-top: 25px;
	padding-right: 18px;
	padding-bottom: 25px;
	padding-left: 18px;
}
#navigation li a:hover {
	color: #000000;
	background-image: url(button-vert-on.jpg);
	background-repeat: repeat-x;
}
#navigation li.selected a {
	background-image: url(button-vert-on.jpg);
	background-repeat: repeat-x;
}


#content {

}
#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #01573C;
}
#contentwrapper {
}
.outofhere {
	position: absolute;
	margin-top: -1000px;
	margin-left: -1000px;
}
h2.scooters {
	float: left;
	clear: left;
	margin-right: 1em;
}
h2.scooters a {
	background-image: url(../images/scooters.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	height: 125px;
	background-position: 0px 0px;
	border: 3px solid #FFD206;
}
h2.scooters a span {
	display: none;
}

h2.scooters a:hover {
	background-image: url(../images/scooters.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	height: 125px;
	background-position: 0px -125px;
}
h2.accessories {
	float: left;
	clear: left;
	margin-right: 1em;
}
h2.accessories a {
	background-image: url(../images/accs.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	height: 125px;
	background-position: 0px 0px;
	border: 3px solid #FFD206;
}
h2.accessories a span {
	display: none;
}

h2.accessories a:hover {
	background-image: url(../images/accs.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	height: 125px;
	background-position: 0px -125px;
}
h2.wheelchairs {
	float: left;
	clear: left;
	margin-right: 1em;
}
h2.wheelchairs a {
	background-image: url(../images/wheel.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	height: 125px;
	background-position: 0px 0px;
	border: 3px solid #FFD206;
}
h2.wheelchairs a span {
	display: none;
}

h2.wheelchairs a:hover {
	background-image: url(../images/wheel.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	height: 125px;
	background-position: 0px -130px;
}
h2.walking {
	float: left;
	clear: left;
	margin-right: 1em;
}
h2.walking a {
	background-image: url(../images/walking.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	height: 125px;
	background-position: 0px 0px;
	border: 3px solid #FFD206;
}
h2.walking a span {
	display: none;
}

h2.walking a:hover {
	background-image: url(../images/walking.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 234px;
	height: 125px;
	background-position: 0px -130px;
}
