* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
/*	position: left;  invalid value */
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: .5em;
	line-height: 120%;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	padding: 10px 6px 0px 2px;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	color: navy;
	line-height: 130%;
}

.quoted  {
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
	font-size: .90em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Header */

#header {
	width: 780px;
	height: 66px;
	margin: 0 auto;
	background: #fff url(images/header.jpg) no-repeat;
	padding-top: 5px;
	padding-bottom: 0px;
}
#header p {
	text-align:center;
	margin-top:10px;
}

#instep a {
	color: #ddf;
	font-size: 18px;	
	font-weight: 100;
	line-height: 80%;
	margin: 0;
	padding-left: 15px;
/*	letter-spacing: .1em;  */
}
#instep a:hover {
	color: white;
}

#phone {
	color: #ddf;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: .1em;
	line-height: 80%;
	margin: 0;
	padding-right: 15px;
	width: 200px;
	float:right;
	text-align: right;
}
#phone a {
	color: #ddf;
	font-size: 18px;	
	font-weight: 100;
	margin: 0;
	
}
#phone a:hover {
	color: white;
}

#slogan {
	color: white;
	letter-spacing: -1px;
	font-size: 36px;
	font-weight: 100;
	padding-left: 0px;
}


/* Headline */

#headline {
	width: 780px;
	height: 28px;
	margin: 0 auto;
	color: navy;
	font-size: 20px;
	font-weight: 110;	
	text-align: center;
	clear:both;
}


/* Page */

#page {
	width: 780px;
	margin: 0 auto;
}


/* Sidebars */

.sidebar {
	padding-top: 8px;
	position: relative;
	height: 355px;
	display:inline;
	background: url(images/img21a.jpg) repeat-y;
	border-bottom: 1px solid #eee; 
}
.sidebar ul {
	margin: 0px;
	padding-left: 3px;
	list-style: none;
}
.sidebar li {
	padding-bottom: 5px;
}
.sidebar h1 {
	height: 60px;
	margin-bottom: 1.5em;
	padding: 10px 10px;
	letter-spacing: normal;
}
.sidebar h2 {
	height: 20px;
	padding-top: 5px;
	margin: 0px;
	letter-spacing: normal;
}

/* Sidebar1 */

#sidebar1 {
	float:left;
	width: 160px;
	padding-left: 3px;
	margin-left:  3px;
}
#sidebar1 h2 {
	text-align: center;
	background-color: #dde;
	font-size: 1.3em;
	color: #118;
}
#sidebar1 li {
	padding-right: 10px;
	text-align: left;
	font-size: 1.05em;
	color: navy;
	font-weight: normal;
	padding: 2px 10px 2px 0px;
}
#sidebar1 a {
	width: 100%;
	padding-right: 0px;
	text-align: left;
	font-size: 1em;
	color: #118;
	font-weight: normal;
	padding-bottom: 1px;
	display: block;
}
#sidebar1 a:hover {
	color: white;
	background-color: #abe;
}

/* Sidebar2 */

#sidebar2 {
	float:right;
	width: 155px;
	margin-right: 0px;
	padding-left: 5px;
}
#sidebar2 h3 {
	text-align: center;
	margin-bottom: 0.8em;
}
#sidebar2 h4 {
	margin: 0.3em 0.5em 0.2em  0.5em;
}
#sidebar2 p {
	margin: 0em 0.5em 0.1em  0.5em;
	font-size: 1.1em;
}
#sidebar2 ul {
	list-style-type: circle;
}
#sidebar2 li {
	margin-left: 15px;
	padding: 2px 0px 6px 0px;
	text-align: left;
	font-size: 1.2em;	
	font-weight: bold;
	color: #555;
}

/* Content */

#content {
	float: left;
	width: 450px;
	position: relative;
}
#content p {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.3em;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.3em;
	margin-top: 10px;
}
#content .figure {
	float: left;
	width: 210px;
	margin-bottom: 5px;
	margin-left: 6px;
	position: relative;
	border: 3px solid #ccc;
	display: inline;
}
#content .figure:hover {
	border: 3px solid #88d;
}

#content .figure p {
	width: 200px;
	margin-left: 5px;
	text-align: center;
	position: absolute;
	font-weight: normal;
	font-size: 1.4em;
	color: black;
	bottom: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#content .figure img {
	display: block;
	border: 0;
}

/* Wide Content */

#widecontent {
	float: left;
	width: 610px;
	
}
#widecontent .figure {
	float: left;
	width: 210px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 0px solid #ccc;
	display: inline;
}
#widecontent .figure p {
	width: 200px;
	margin-left: 1px;
	text-align: center;
	position:absolute;
	font-weight: normal;
	font-size: 1.4em;
	color: black;
	margin-bottom: 0px;
}
#widecontent .figure img {
	display: block;
	border: 0;
}
#widecontent p  {
	text-align: left;
	margin: 10px 5px 0px 0px;
	padding: 5px 10px;
	background-color: #eef;
	border: 1px solid gray;
	font-size: 1.1em;
}

/* Footer */

#footer {
	width: 780px;
	clear:both;
	padding-top: 10px;
	margin: auto;
	text-align: center;
	height: 200px;
/*	background: url(images/img09.gif) no-repeat;  */
}

#footer p {
	padding: 0;
	font-size: smaller;
	line-height: normal;
}

/*** Page-Specific ***/
/*** Page-Specific ***/

#brochure {
	text-align: center;
	margin: 10px auto 30px auto;
	font-size: 1.3em;
	font-weight: bold;
	width: 320px;
	background-color: #cdf;
	padding: 5px;
}
#cane  {
	float: left;
	width: 600px;
	font-family: arial, sans-serif;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 1.15em;
	letter-spacing: 1px;
	line-height: 120%;
	color: navy;
}

#cane img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 2px #ccc;
}
#cane ul {
	text-align: left;
	margin-left: 40%;
}
#cane li {

}
#cane a {
	color: blue;
}

#contact {
	width: 400px;
	float:left;
	padding: 20px 15px;
	border: 0;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 67% 40%;
	font-size: 1.5em;
}

#distributors table {
	border-spacing: 3px;
	width: 610px;
	border: 2px solid #ccc;
}
#distributors td {
	padding: 5px;
	vertical-align: baseline;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: 0px;
	color: black;
	line-height: 1.15em;
}
#distributors tr.oddrow {
	background-color: #eef;	
}
#distributors col.distcountry {
	width: 130px;
}
#laserimg {
	float: right;
	margin: 0px;
}

#advisory {
	float: left;
	color: #666;
	width: 93%;
	height: 30px;
	padding-top: 10px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
}

#prices {
	float: left;
	width: 500px;
	padding: 0px;
	margin: 30px 0px 20px 30px;
}
#prices table {
	border: solid 1px gray;
	padding: 0px 10px;
	width: 100%;
	margin: 0px;
	background-color: #eee;
	line-height: 1.1em;
	font-size: 1.3em;
	table-layout: fixed;
}
#prices td {
	padding: 3px 5px;
	text-align: left;
}
#prices col.item  {
	width: 300px;
}
#prices col.price  {
	width: 50px;
}

#Pricing a {
	width: 70%;
	text-align: center;	
	padding: 3px 10px; 
	margin: 10px;
	border: solid 1px gray;
	background-color: #eef;
	font-weight: normal;
	font-size: 1.3em;
	display: block;
}

#PShop  {
	float:left;
	height: 20px;
	width: 100%;
	padding: 5px 0px;
	margin: 0px;
	border: outset 1px black;
	text-align: center;
	background: url(images/grad3.png) repeat-x;
	font-weight: bold;
	font-size: 1.3em;
}

#PShopLarge {
	float: left;
	width: 500px;
	padding: 0px;
	margin-left: 30px;
	border:solid 2px #bbb;
	text-align: center;
	background-color: #e7e7f7;
	font-weight: normal;
	font-size: 1.2em;
}
#PShopLarge:hover {
	border:solid 2px #66c;
}
#PShopLarge img {
	border: 0px;
}

#specs {
	margin-top: 40px;
	padding: 5px 0px;
	background-color: #8ac;
	width: 270px;
	float: left;
	text-align: center;
	display: block;
	border: 2px outset #555;
}
#specs table{
	table-layout: fixed;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	font-family: arial;
	text-align: left;
	display: block;
	border: none;
	line-height: 1em;
}
#specs td {
	vertical-align: bottom;
	height: 1em;
	margin: 3px;
	padding: 6px 2px 2px 2px;
}
#specs col.metric {
	width: 160px;
}
#specs col.value {
	width: 100px;
}
#specs td.line2 {
	padding-top: 0px;
}


#survey {
	text-align: center;
	margin: 50px auto 10px auto;
	font-size: 2em;
	font-weight: normal;
	width: 400px;
	background-color: #cdf;
	padding: 5px;
}

#ustepfeatures {
	width: 98%;
	padding: 10px 20px; 
	margin: 0px;
}
#ustepfeatures img.center {
  	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
#ustepfeatures .figure {
	float: left;
	padding-top: 3px;
	position: relative;
	border: 3px solid #ccc;
	display: block;
	height: 230px;
	width: 350px;
	margin: 10px 5px 5px 5px;
}
#ustepfeatures .figure img {
	display: block;
	margin-left: auto;
  	margin-right: auto;	
	border: 0;
}
#ustepfeatures .figure p {
	margin: 5px auto 5px auto;
	text-align: center;
	position: absolute;
	font-weight: normal;
	font-size: 1.2em;
	color: black;
	bottom: 0px;
	padding: 0px 10px;
}

#usteps  {
	clear: both;
	display: block;
	position: relative;
	margin: 10px 50px;
	
}
#usteps  img {
	display: block;
	border: 3px solid #ccc;
}
#usteps  p {
	position: absolute;
	margin-top: -30px;
	margin-left: 40px;
	text-align: left;
	font-weight: normal;
	font-size: 1.5em;
}

#video {
	text-align: center;
	float:left;
	width: 490px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#walkerlinks {
	clear: both;
	text-align: center;
	margin: 10px auto;
	border-top: 2px solid #ccc;	
	border-bottom: 2px solid #ccc;	
	height: 96px;
	width: 760px;
	padding: 0px;
	
}
#walkerlinks p {
	margin: 8px 10px;
	font-size: 1.3em;
	font-weight: bold;
	width: 340px;
	background: url(images/grad4.png) repeat-x;
/*	background-color: #cdf;  */
	padding: 5px;
	border: outset 1px navy;
	float: left;
}

#walkertext {
	display: block;
	float:right;
	width: 280px;
}
#walkertext p {
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	font-family: arial, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	font-size: 1.08em;
  	color: navy;
	text-indent: 1em;
	border: none;
	background-color: white;
}

#WBBM  {
	float:left;
	height: 20px;
	width: 100%;
	padding: 5px 0px;
	margin-top: 5px;
	border: outset 1px black;
	text-align: center;
	background: url(images/grad3.png) repeat-x;
	font-weight: bold;
	font-size: 1.3em;
}

/*  End */