body
{	font: 0.8em Helvetica, Arial, sans-serif;
	background-color: #fff;
	height: 100%;
	margin: 10px 0px 10px 10px;
}

/* Corrects many IE alignment issues */
*
{	padding: 0;
	margin: 0;
}

/* These remove the dotted outline from text links in FF, and borders from image links in FF and IE */

a
{	outline: none;
}

a.image:link, a.image:visited, a.image:hover, a.image:active
{	border: 0;
}

/*  Header and major sections  */

#all
{	position: absolute;
	width: 100%;
}

#header, #logo, #nav, #navbottom, #main
{	background-color: #fff;
}

#header
{	display: none;
	position: relative;
	width: 870px;
	height: 127px;
}

#logo
{	display: none;
	position: relative;
	width: 492px;
	height: 110px;
	float: left;
}

/*  Nav  */

#nav, #navbottom
{	display: none;
	width: 140px;
}

#nav
{	position: relative;
	top: 10px;
	padding-top: 10px;
	border: 2px solid #a8aec0;
	float: left;
}

.nav1, .nav2, #navbottom
{	text-align: right;
}

.nav2
{	background-color: #fff0d5;
}

#navbottom
{	width: 130px;
	height: 22px;
	font: 0.8em/1.8em Helvetica, Arial, sans-serif;
	color: #97999e;
	margin-top: 6px;
	padding-right: 10px;
}

a.menu:link, a.menu:visited
{	display: block;
	font: 1.1em Helvetica, Arial, sans-serif;
	color: #110a91;
	text-decoration: none;
	padding: 5px 12px 3px 12px;
	border-bottom: 1px solid #ffe1a7;
}

.youarehere1
{	display: block;
	font: 1.1em Helvetica, Arial, sans-serif;
	color: #110a91;
	background-color: #ffd17a;
	text-decoration: none;
	padding: 5px 12px 3px 12px;
	border-bottom: 1px solid #ffe1a7;
}

.youarehere2
{	display: block;
	font: .9em Helvetica, Arial, sans-serif;
	color: #110a91;
	background-color: #ffd17a;
	text-decoration: none;
	padding: 3px 12px 3px 12px;
	border-bottom: 1px solid #ffe1a7;
}

a.menufirst:link, a.menufirst:visited
{	display: block;
	font: 1.1em Helvetica, Arial, sans-serif;
	color: #110a91;
	text-decoration: none;
	padding: 5px 12px 3px 12px;
	border-top: 1px solid #ffe1a7;
	border-bottom: 1px solid #ffe1a7;
}

.youareherefirst
{	display: block;
	font: 1.1em Helvetica, Arial, sans-serif;
	color: #110a91;
	background-color: #ffd17a;
	text-decoration: none;
	padding: 5px 12px 3px 12px;
	border-top: 1px solid #ffe1a7;
	border-bottom: 1px solid #ffe1a7;
}

a.menu2:link, a.menu2:visited
{	display: block;
	font: .9em Helvetica, Arial, sans-serif;
	color: #110a91;
	text-decoration: none;
	padding: 3px 12px 3px 12px;
	border-bottom: 1px solid #ffe1a7;
}

a.menu1section:link, a.menu1section:visited
{	display: block;
	font: 1.1em Helvetica, Arial, sans-serif;
	color: #110a91;
	background-color: #fff0d5;
	text-decoration: none;
	padding: 5px 12px 3px 12px;
	border-bottom: 1px solid #ffe1a7;
}

a.menu:hover, a.menufirst:hover, a.menu2:hover, a.menu1section:hover
{	color: #ffd17a;
	background-color: #110a91;
}

a.menu:active, a.menufirst:active, a.menu2:active, a.menu1section:active
{	color: #110a91;
	background-color: #ffd17a;
}


/*  Main section  */

#main
{	position: relative;
	width: 100%;
	overflow: auto;
	float: left;
}

.main-left
{	position: relative;
	width: 50%;
	background-color: inherit;
	float: left;
	margin-bottom: 10px;
}

.main-right
{	position: relative;
	width: 50%;
	background-color: inherit;
	float: right;
	margin-bottom: 10px;
}

h1, h2, h3
{	color: #072a7b;
}

h1
{	font: 1.7em Verdana, sans-serif;
	font-weight: bold;
	margin: 11px 18px 10px 14px;
}

h2
{	font: 1.2em Verdana, sans-serif;
	font-weight: bold;
	margin: 15px 18px 4px 14px;
}

h2.up
{	font: 1.2em Verdana, sans-serif;
	font-weight: bold;
	margin: 8px 18px 4px 14px;
}

h3
{	font: .9em Verdana, sans-serif;
	font-weight: bold;
	margin: 8px 18px 2px 14px;
}

h3.salesweek
{	margin: 8px 18px 0px 14px;
}

p, p.center
{	font: 1em/1.4em Verdana, sans-serif;
	color: #04072d;
	margin: 0px 18px 14px 14px;
}

p.center
{	text-align: center;
}

span.small
{	font: .8em Verdana, sans-serif;
	color: #04072d;
}

table.tradeshow1
{	margin: 12px auto 12px auto;
}

table.tradeshow1 td
{ 	width: 180px;
	border: 5px solid #fff;
}

table.stores
{	width: 688px;
	border-collapse: collapse;
	margin-left: 14px;
}

table.stores th
{	text-align: left;
	padding: 7px 8px 7px 5px;
	background-color: #dde0e7;
}

table.stores th a:link, table.stores th a:visited
{	text-decoration: none;
	border-bottom: 1px solid #ffab0b;
}

table.stores td
{	font: .9em/1.4em Verdana, sans-serif;
	vertical-align: top;
	padding: 6px 2px 6px 5px;
	border-bottom: 1px solid #a8aec0;
}

div.deleteforprint
{	display: none;
}

/*   Google Map and key   */

#map
{	width: 690px;
	height: 500px;
	margin-left: 14px;
}

table.mapkey
{	border-collapse: collapse;
	width: 680px;
	margin: 8px 0 0 14px;
}

table.mapkey td
{	vertical-align: middle;
	padding-bottom: 12px;
}

td.marker
{	width: 28px;
}

td.desc
{	width: 132px;
	padding-right: 10px;
}

ul, ol
{	font: 1em/1.3em Verdana, sans-serif;
}

ul
{	list-style: none;
	margin: -6px 18px 14px 30px;
}

ul.underhead
{	list-style: none;
	margin: 8px 18px 14px 30px;
}

ol
{	margin: 8px 18px 14px 30px;
}

ol li
{	margin: 0px 8px 4px 10px;
}

ul li
{	background-image: url(i/sqbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
	margin: 0px 8px 4px 0px;
}

div.youtube
{	width: 325px;
	height: 250px;
	margin: 10px auto 10px auto;
}

div.rightpic
{	float: right;
	text-align: center;
}

div.rightpic2
{	float: right;
	text-align: center;
	margin: 0px 90px 0px 50px;
}

div.leftpic
{	display: block;
	float: left;
	text-align: center;
	margin: 0px 18px 4px 8px;
}

div.hrule1
{	height: 1px;
	margin: 18px 18px 0px 14px;
	border-top: 1px solid #ffe1a7;
}

div.hrule1 hr 
{	display: none;
}

/*  For non-sorting column heads on store tables, to make it match the clickable headers.  */

span.nosort
{	color: #110a91;
}

/*  Membership application  */

#appform
{	background-color: #fff;
	padding: 10px;
	margin: 10px 10px 0px 0px;
}

h1.memberform
{	font: 1.7em Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px 18px 10px 14px;
}

table.membercat
{	margin: 0px 0px 14px 6px;
}

table.membercat td
{	font: .9em/1.4em Verdana, sans-serif;
	padding: 8px;
}

p.closer
{	font: 1em/1.1em Verdana, sans-serif;
	color: #04072d;
	margin: 0px 18px 14px 14px;
}

/*  Standard link style  */
  
a:link, a:visited
{	color: #110a91;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #ffab0b;
}

a:hover
{	color: #ffd17a;
	background-color: #110a91;
	text-decoration: none;
	border: 0;
}

a:active
{	color: #110a91;
	background-color: #ffd17a;
	text-decoration: none;
}

