body {
	font: 76%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

body {
	text-align: center;
	min-width: 740px;
}

img {
	border: none;
}

hr {
   display: none;
}

#logo {
	margin: 0;
	padding: 10px 0;
	background: #fff;
}

h1 {
	font-size: 1.4em;
	color: #f90;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
}

a:link, a:visited {
	color:#003399;
	font-weight: bold;
}

a:hover {
	color:#0066CC;
}




#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 700px;
}

#mainContent {
	width: 400px;
	margin: 0;
	float: left;
}

#highlight {
   width: 259px;
   margin: 0;
   padding: 0;
   border: 0;
   text-align: left;
   float:right;
   margin-top: 10px;
   margin-right: 5px;
}

#highlightHeader {
   width: 100%;
   height: 193px;
   background: url(/assets/highlightHeader.jpg) no-repeat;
}

#highlightContent {
   background: url(/assets/highlightContent.gif) no-repeat bottom;
   padding: 0 10px 8px 15px;
}

#highlightContent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#highlightContent li {
	list-style: none;
	margin: 0 0 8px 0;
	background: url(/assets/smallBullet.gif) no-repeat 0 0.7em;
	padding: 2px 0 3px 20px;
}


#footer {
	clear: both;
	line-height: 1;
	text-align: center;
   width: 100%;
   border-top: 5px solid #FAA819;
   padding-top: 10px;
   color: #aaa;
   font-size: 90%;
   line-height: 0.75;
}

#footerNav, #footerNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footerNav a {
	padding: 0px 5px;
	border-left: 1px solid #000;	
}

#footerNav .first a {
	border-left: none;
}

#copyright {
	text-align: center;
}




#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #fff;
}

#mainNav a:hover {
	color: #333;
}

#mainNav {
	margin: 0;
	padding: 0;
	float: left;
	width: 700px;
	background: #FAA819 url(/assets/mainNavBg.gif) repeat-x;
	list-style: none;
	text-transform: uppercase;
   font-weight: bold;
}

#mainNav li {
	float: left;
}

/* Hide from IE5 mac \*/

#mainNav li a {
	display: block;
}
/* end hack */

#mainNav li a {
	margin: 0;
	padding: 0 1em;
	line-height: 2.1em;
	background: url(/assets/mainNavBorder.gif) repeat-y left top;
}

#mainNav .first a {
	background: none;
}

ul#stepbystep {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#stepbystep li {
	list-style: none;
   clear: both;
}

ul#stepbystep li img {
   list-style: none;
   margin: 0 20px 20px 0;
   float: left;
   border: 1px solid black;
   }
   
   
ol#products li {
   list-style: upper-alpha;
}

ol#products ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol#products ul li {
	list-style: none;
}

img#productShot {
   float: right;
   border: 1px solid black;
   margin: 0 0 10px 10px;
}

table.stores {
   width: 100%;
}

table.stores td {
   width: 50%;
   vertical-align: top;
   border: 1px solid #888;
   background-color: #efefef;
}

table {
   width: 100%;
}

td {
   padding:5px;
}

th {
   text-align: left;
   font-weight: bold;
   color: #fff;
   background-color: #0375BB;
   padding:5px;
}

#storeForm {
   font-family: Georgia, serif;
   font-size: 90%;
   color: #999;
   margin: 10px 0;
}

#storeForm label {
   font-family: Verdana, sans-serif;
   font-weight: bold;
   color: #660000;
}

#storeForm fieldset {
   border: 1px solid #ccc;
   padding: 10px 20px;
   line-height: 1em;
}

#storeForm legend {
   font-family: Arial, sans-serif;
   font-weight: bold;
   color: #666;
   background: #eee;
   border: 1px solid #ccc;
   border-bottom-color: #999;
   border-right-color: #999;
   padding: 4px 8px;
}

#storeForm input {
   width:100%;
}