dl.img {
	position: absolute;
	z-index: 2;
	top: -110px;
	right: 0;
	width: 400px;
	overflow: hidden;
	text-align: center;
}

dl.img dd {
	margin-top: -40px;
	padding: 3pt 0 3pt 100px;
	border: 1px solid #9b8;
	background: #c0de90;
	font-weight: bold;
	opacity: 0.5;
}

fieldset {
	border: 3px solid #6D921D;
	margin-top:10px;
	padding:20px;
}

fieldset.hidden {
	border: 0px none;
	margin-top:10px;
	padding:20px;
}


fieldset legend {
	padding: 3pt 6pt;
	color: #6D921D;
	font-weight: bold;
}

fieldset dl {
	width: 100%;
	border: 2px solid #d9e5f0;
	border-width: 0 0 0 0;
}

fieldset dt {
	clear: both;
	float: left;
	position: relative;
	top: -2px;
	z-index: 0;
	padding: 1pt .5%;
	width: 38%;
	text-align: right;
}

fieldset dd {
	clear: right;
	float: left;
	padding: 1pt .5%;
	/*width: 65.9%;*/ 

display: inline-block;
	text-align: left;
}

sup {
	font-size:80% !important;
}


fieldset dd:after,
fieldset dl:after {
	clear: both;
	display: block;
	content: " ";
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}

fieldset dt textarea {
	width: 100%;
}

input,
textarea,
select,
option,
.selectwrap {
	font: menu;
	font-size: 1em;
	line-height: 120%;
}

label {
	border-bottom: 1px solid #bcd;
}

.code,
pre {
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 12pt 0;
	padding: 1%;
	width: 97.5%;
	opacity: 0.75;
	overflow-x: auto;
	max-height: 250px;
	overflow-y: auto;
	white-space: pre;
	text-align: left;
}

.code,
pre,
code {
	background: #bcd;
	border: 1px solid #abc;
	border-color: #def #abc #abc #def;
	font: 8pt 'Lucida Console', Monaco, monospace;
	line-height: 150%;
}

.code h4,
pre h4,
.code h5,
pre h5,
.code h6,
pre h6,
.code em,
pre em {
	display: inline;
	color: #060;
	font-weight: bold;
}

input[type=submit] {
}

input[type=reset] {
}

fieldset p {
	padding: .25em 1em;
}

fieldset h2 {
	padding: .5em 0;
	color: #036;
	text-align: right;
}

fieldset h2.small {
	padding-bottom: 0;
	font-size: 1.3em;
	line-height: 100%;
}

fieldset h2 span {
	color: #362;
}

/*@import url(http://www.lastmainstreetstore.com/css/default.css);*/
form,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	display: block;
	margin: 0;
	padding: 0;
}

textarea,
input,
select,
button {
	margin: 0;
	padding: 0;
}

/* Our not-so-subtle warnings */
.noscriptwarning {
	position: relative;
	display: block;
	padding: px;
	margin-bottom: 1em;
	background: #ffffbb;
	border: 1px solid #dc9;
	color: #420;
	font-size: 9pt;
	line-height: 1.2em;
	text-align: left;
}

.noscriptwarning a {
	font-weight: bold;
}

.browserwarning {
	position: relative;
	display: block;
	padding: 9px 5px 5px 5px;
	margin-bottom: 1em;
	background: #fc0;
	border: 1px solid #f90;
	color: #000;
	font-size: 9pt;
	line-height: 1.2em;
	text-align: left;
}

.browserwarning a {
	font-weight: bold;
}

.hider {
	color: #900;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 1px;
	left: 2px;
	font-size: 80%;
	line-height: 1em;
}

.hider:hover {
	color: #966;
}

.hidewarning {
	position: fixed !important;
	top: 0;
	left: 0;
	float: left;
	padding: 0;
	z-index: 9999;
}

.hidewarning p {
	display: none;
}

.hidewarning .hider {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 17px;
	background: transparent url(http://www.lastmainstreetstore.com/images/warning-trans.png) no-repeat center center;
	text-indent: -900em;
}

* {
	margin: 0;
	padding: 0;
}

form {
	display: block;
}

small {
	font-size: 75%;
}

.progress {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 50%;
	height: 16px;
	overflow: hidden;
	text-indent: -900em;
	background: transparent url(http://www.lastmainstreetstore.com/images/design/loading.gif) no-repeat 0 center;
}

.progress span {
	display: none;
}

/*body.preloading * {visibility: hidden;}
body.preloading .progress *, body.preloading .progress {visibility: visible !important;}*/
body form,
body form {
	visibility: hidden;
}

body.nosgLib form,
body.preloading form {
	visibility: hidden;
}

body.nosgLib .progress *,
body.nosgLib .progress,
body.preloading .progress *,
body.preloading .progress {
	visibility: visible !important;
}

/*@import url(http://www.lastmainstreetstore.com/css/forms.css);*/
.checkbox {
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 1px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/check/check.gif) no-repeat center center;
	cursor: pointer;
	margin-bottom:-5px;
}

.checkbox:hover {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/check/over.gif);
}

.checkbox.checked {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/check/active.gif);
}

.checkbox.checked:hover {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/check/active-over.gif);
}

.radio {
	display: inline-block;
	width: 13px;
	height: 13px;
	padding: 1px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/radio/radio.gif) no-repeat center center;
	cursor: pointer;
	margin-bottom:-5px;
}

.radio:hover {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/radio/over.gif);
}

.radio.checked {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/radio/active.gif);
}

.radio.checked:hover {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/radio/active-over.gif);
}

.radio.focus,
.checkbox.focus {
	padding: 0 !important;
	border: 1px dotted #234 !important;
}

/* Error messages */
dt .elemError,
dd label .elemError {
	display: block;
}

.elemError {
	color: #d00;
	font-style: italic;
	font-weight: normal;
	display: block;
}

.permanentError {
	color: #d60;
	border-bottom: 1px solid #c00;
	font-style: italic;
	font-weight: normal;
	display: block;
}

form span.fieldError,
form span.fieldError input,
form span.fieldError input,
form span.fieldError option,
form span.fieldError ul {
/*color: #c33 !important;*/
}

form label.fieldError {
	color: #c33 !important;
}

/* Disabled */
form.disabled {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

form.disabled input[type=submit] {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/* Special stuff within labels, like word count */
label .special {
	color: #333;
	font-size: 9pt;
}

/* Money +/- popup */
.moneyplus {
	font-size: 14pt;
	color: #796;
	font-weight: bold;
	white-space: nowrap;
}

.moneyminus {
	font-size: 14pt;
	color: #b33;
	font-weight: bold;
	white-space: nowrap;
}

dt .bylabel {
	top: -1.4em;
	left: .5em;
}

dd .bylabel {
	top: -.15em;
	left: .25em;
}

/* Here be dragons */
.textwrap {
	display: inline-block;
	position: relative;
}

.textwrap0 {
	top: -2px;
	left: 2px;
}

.textwrap9 {
	/* center fill */
  border: 1px solid #c1c1c1;
	padding: 1px;
}

.textwrap input,
.textwrap textarea {
	position: relative;
	z-index: 10;
	padding: 1px;
	background: #fff;
	border: 0px solid #fff;
	color: #124;
}

.textwrap input.focus,
.textwrap textarea.focus {
	padding: 0;
	border: 1px solid #fdb;
}

.textwrap input.blur,
.textwrap textarea.blur {
	color: #345;
}

.textwrap input.blur.default,
.textwrap textarea.blur.default {
	color: #889;
}

/* Here be dragons */
fieldset .textwrap0 {
	padding: 2px 0 0;
	top: -4px;
	left: 2px;
}

/* More dragons */
.selectwrap {
	display: inline-block;
	position: relative;
}

.selectwrapM {
	z-index: 1;
	padding: 7px;
	top: -5px;
	/*left: 7px;*/
  left: 0px;
	line-height: 1.3em;
}

.selectwrap0 {
	z-index: 10;
	padding: 2px 2px 2px 12px;
	/*top: -2px;*/
  left: 9px;
	line-height: 1.3em;
	padding-bottom: 20px;
	top: -2px;
}

.selectwrap1 {
	/* center-left fill */
  top: 0px;
	left: -7px;
	background: #fff;
	border: 1px solid #c1c1c1;
	padding: 3px 6px;
}

.selectwrap2 {
	/* center-right fill */
  left: 7px;
}

.selectwrap3 {
	/* top-center fill */
  top: -5px;
	left: -7px;
}

.selectwrap4 {
	/* bottom-center fill */
  top: 10px;
	left: 0;
}

.selectwrap5 {
	/* top-left corner */
  top: -10px;
	left: -7px;
}

.selectwrap6 {
	/* top-right corner */
  left: 14px;
}

.selectwrap7 {
	/* bottom-left corner */
  top: 10px;
	left: -14px;
}

.selectwrap8 {
	/* bottom-right corner */
  left: 14px;
}

.selectwrap9 {
	/* center fill */
  top: -5px;
	left: -7px;
	-moz-user-select: none;
}

.selectlink {
	display: block;
	position: relative;
	padding: 1px 16px 1px 1px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/select/button.gif) no-repeat right center;
	cursor: pointer;
}

.selectlink .selectbutton {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	width: 14px;
	height: 16px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/select/button.gif) no-repeat right center;
	cursor: pointer;
}

#left .selectwrap ul,
#content .selectwrap ul {
	padding: 0;
	line-height: 120%;
}

.selectwrap ul {
	visibility: hidden;
	position: relative;
	left: -6px;
	width: 100%;
	z-index: 10;
	color: #124;
	list-style-type: none;
	cursor: default;
}

#left .selectwrap li,
#content .selectwrap li,
.selectwrap li {
	display: block;
	padding: 0 0 0 12px;
	width: 100%;
}

.selectwrap ul.selectready {
	visibility: visible;
	display: none;
}

.selectwrap.otherfocus .selectlink {
	padding: 0px 15px 0 0;
	border: 1px dotted #000;
}

.selectwrap.focus {
	z-index: 9999;
}

.selectwrap.focus .selectlink {
	/*padding: 1px 16px 1px 1px !important;
  border-width: 0px !important;*/
  padding: 0px 15px 0 0;
	border: 1px dotted #ccc;
}

.selectwrap.focus ul.selectready {
	display: block;
}

.selectwrap li.selected {
	background: #eafaff url(http://www.lastmainstreetstore.com/images/forms/select/selected-trans.png) repeat-x center top;
	border-bottom: 1px solid #ccfaff;
}

.selectwrap li:hover {
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/select/over-trans.png) repeat-x center top;
	color: #600;
}

.selectwrap li.optgroup,
.selectwrap li.optgroup:hover {
	padding: 0 6px 0 6px;
	background: transparent;
	color: #124;
	font-style: italic;
	font-weight: bold;
}

.selectwrap li .liwrap {
	display: block;
}

.selectwrap ul.scroll {
	left: 0;
}

.selectwrap ul.scroll li,
.selectwrap ul.scroll li.optgroup,
.selectwrap ul.scroll li.optgroup:hover {
	padding: 0;
}

.selectwrap ul.scroll li .liwrap {
	padding: 0 0 0 12px;
}

.selectwrap ul.scroll li.optgroup .liwrap,
.selectwrap ul.scroll li.optgroup:hover .liwrap {
	padding: 0 6px 0 6px;
}

.selectwrap select {
	position: relative;
	z-index: 8;
	background: transparent;
	border: 0px solid #fff;
	color: #124;
	line-height: 1.3em;
	opacity: 0.85;
	filter:alpha(opacity=85);
}

.selectwrap option {
	padding: 0 1em;
}

optgroup {
	background: transparent;
	border-top: 2px solid #d5eaef;
}

/* At this point, let's just stop counting the dragons */
.buttonwrap {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 8pt;
	text-align: center;
}

.buttonwrap0 {
	margin-top: 1px;
	padding: 4px 4px 1px;
	top: -3px;
	left: 3px;
}

.buttonwrap2 {
	/* center-left fill */
  top: 0px;
	left: -4px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/button/left-fill.gif) repeat-y left center;
}

.buttonwrap0:hover .buttonwrap2 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/left-fill-o.gif);
}

.buttonwrap0.focus .buttonwrap2 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/left-fill-d.gif);
}

.buttonwrap3 {
	/* center-right fill */
  left: 8px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/button/right-fill.gif) repeat-y right center;
}

.buttonwrap0:hover .buttonwrap3 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/right-fill-o.gif);
}

.buttonwrap0.focus .buttonwrap3 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/right-fill-d.gif);
}

.buttonwrap4 {
	/* top-center fill */
  top: -2px;
	left: -4px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/button/top-fill.gif) repeat-x center top;
}

.buttonwrap0:hover .buttonwrap4 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/top-fill-o.gif);
}

.buttonwrap0.focus .buttonwrap4 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/top-fill-d.gif);
}

.buttonwrap5 {
	/* bottom-center fill */
  top: 2px;
	left: 0;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/button/bottom-fill.gif) repeat-x center bottom;
}

.buttonwrap0:hover .buttonwrap5 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/bottom-fill-o.gif);
}

.buttonwrap0.focus .buttonwrap5 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/bottom-fill-d.gif);
}

.buttonwrap6 {
	/* top-left corner */
  top: -2px;
	left: -4px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/button/top-left.gif) no-repeat left top;
}

.buttonwrap0:hover .buttonwrap6 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/top-left-o.gif);
}

.buttonwrap0.focus .buttonwrap6 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/top-left-d.gif);
}

.buttonwrap7 {
	/* top-right corner */
  left: 8px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/button/top-right.gif) no-repeat right top;
}

.buttonwrap0:hover .buttonwrap7 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/top-right-o.gif);
}

.buttonwrap0.focus .buttonwrap7 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/top-right-d.gif);
}

.buttonwrap8 {
	/* bottom-left corner */
  top: 2px;
	left: -8px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/button/bottom-left.gif) no-repeat left bottom;
}

.buttonwrap0:hover .buttonwrap8 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/bottom-left-o.gif);
}

.buttonwrap0.focus .buttonwrap8 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/bottom-left-d.gif);
}

.buttonwrap9 {
	/* bottom-right corner */
  left: 8px;
	background: transparent url(http://www.lastmainstreetstore.com/images/forms/button/bottom-right.gif) no-repeat right bottom;
}

.buttonwrap0:hover .buttonwrap9 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/bottom-right-o.gif);
}

.buttonwrap0.focus .buttonwrap9 {
	background-image: url(http://www.lastmainstreetstore.com/images/forms/button/bottom-right-d.gif);
}

.buttonwrap1 {
	/* center fill */
  top: 0px;
	left: 0px;
	background: #525252;
}

.buttonwrap0:hover .buttonwrap1 {
	background: #3b4e72;
}

.buttonwrap0.focus .buttonwrap1 {
	background: #3b4e72;
}

.buttonwrap input,
.buttonwrap button {
	position: relative;
	z-index: 10;
	padding: 0 7px 3px 0;
	background: transparent;
	border: 0px solid #fff;
	color: #fff;
	cursor: pointer;
}

.buttonwrap .buttonwrap9 {
	padding: 0 7px 2px 0;
	border: 0px solid #fff;
	color: #fafafa;
	text-decoration: none;
	cursor: pointer;
}

.buttonwrap0:hover input,
.buttonwrap0:hover button,
.buttonwrap0:hover .buttonwrap9 {
	color: #fff;
}

.buttonwrap0.focus input,
.buttonwrap0.focus button,
.buttonwrap0.focus .buttonwrap9 {
	color: #cde;
}

.buttonwrap input.focus,
.buttonwrap button.focus {
	padding: 0;
	border: 1px solid #fff;
}

.buttonwrap input.blur,
.buttonwrap button.blur {
	color: #345;
}

.buttonwrap input.blur.default,
.buttonwrap button.blur.default {
	color: #889;
}

dl.yoururl,
dl.referralcode {
	visibility:hidden;
	display:none;
}

/*@import url(http://www.lastmainstreetstore.com/css/body.css);*/
/* markup relevant to all pages */
body {
	padding: 5px;
	background: #fff;
	color: #717174;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	text-align: center;
}

body > p,
body > div,
body > pre {
	text-align: left;
}

#wrap {
	position: relative;
	margin: 0 auto;
	width: 936px;
	overflow: hidden;
/*	background: #fff url(http://www.lastmainstreetstore.com/images/design/content.jpg) 0 246px no-repeat; */
	text-align: left;
} 

#logo {
	width: 936px;
	height: 212px;
	background: #fff url(http://www.lastmainstreetstore.com/images/design/head.jpg) 0 0 no-repeat;
	overflow: hidden;
	position: relative;
}

#logo a {
	display: block;
	width: 295px;
	height: 207px;
	text-indent: -900em;
}

p#foot {
	clear: both;
	margin: 0;
	padding: 2px 5px;
	text-align: right;
	font-size: 7pt;
}

body.home #left {
	clear: both;
}

#left {
	float: left;
	padding: 0 20px;
	width: 618px;
}

#right {
	float: right;
	width: 272px;
	padding-bottom: 5px;
}

/*@import url(http://www.lastmainstreetstore.com/css/sub.css);*/

/*@import url(http://www.lastmainstreetstore.com/css/content.css);*/

hr {
	border-top: 1px solid #1a1d56;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	clear: both;
}

.hr hr {
	display: none;
}

a {
	color: #370;
	text-decoration: none;
}

a:hover {
	color: #ad3f3f;
}

#content p a {
	color: #370;
	text-decoration: underline;
}

#content p a:hover {
	color: #ad3f3f;
	text-decoration: none;
}


a.wine {
	color: #6A022C;;
	text-decoration: none;
} 

a.wine:hover {
	color: #ad3f3f;
} 



h1 {font-family:Georgia, "Times New Roman", Times, serif}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
}

#content h1,
#content h2,
#content h3 {
	margin-bottom: 15px;
	padding-bottom: 2px;
}

#content h2 {
	font-size:1em;
	line-height: 110%;
	color: #000;
	margin:20px auto 10px;
}

h1 {
	font-size:1.2em;
	line-height: 110%;
	color: #000;
	border-bottom: 3px solid #6d921d;
}

h2 {
	font-size:1.2em;
	line-height: 110%;
	color: #000;
}

h3 {
	font-size:1.2em;
	line-height: 110%;
}

h4 {
	font-size:1.1em;
	line-height: 120%;
}

h5 {
	font-size:1.0em;
	line-height: 130%;
}

h6 {
	font-size:0.9em;
	line-height: 130%;
}

p.center {
	text-align: center;
}

#content {
	padding: 18px 0;
	color: #000;
	font-size: 10pt;
	line-height: 125%;
	/*overflow:hidden*/;
}

#content ul,
#content ol {
	padding: 0 0 15px 15px;
}

#content ol ul,
#content ul ol,
#content ul ul,
#content ol ol {
	padding: 0 0 0 15px;
}

ul.news li {padding-bottom:20px;}

#content p,
#content li {
	padding: 0 0 12px;
}

#content li li {
	padding:12px 0 0 0;
}

#right h3.cap {
	/*position: relative;*/
  margin-top: 21px;
	height: 29px;
	background: #fff url(http://www.lastmainstreetstore.com/images/design/right-title.gif) no-repeat center center;
	color: #fff;
	font-size: 12pt;
	line-height: 28px;
	text-align: center;
}

/*#right h3.cap.Send-a-Letter-Today {
	margin-top: 7px;
	background-image: url(http://www.lastmainstreetstore.com/images/design/right-title-letter.gif);
	text-indent: -900em;
}*/

#right h3.cap.Send-a-Letter-Today {
	margin-top: 38px;
}

#right h3.cap.Watch {
	margin-top: 15px;
}

#right h3.cap.ticker {
	margin-top: 15px;
	font-size:13px;
}

#right h3.cap.donate {
	margin-top: 15px;
}

#right h3.cap a {
	display: block;
	height: 29px;
	color:#fff;
}

#right h3.cap a:hover {
	color: #fff;
	background: transparent url(http://www.lastmainstreetstore.com/images/design/right-title-over.gif) no-repeat center center;
}
/*
#right h3.cap.Send-a-Letter-Today a {
	text-indent: -900em;
}


#right h3.cap.Send-a-Letter-Today a:hover {
	background: transparent url(http://www.lastmainstreetstore.com/images/design/right-title-letter-over.gif) no-repeat center center;
}
*/
#right h3.cap .rss {
	display: block;
	position: absolute;
	top: 9px;
	right: 25px;
	width: 18px;
	height: 19px;
}

#right h3.cap .rss:hover {
	border-bottom: 2px solid #0093b3;
}

#right p {
	padding: 5px 8px 4px;
	line-height: 160%;
}

#right #newsletter {
	text-align: center;
}

#right label {
	display: block;
	padding: 5px 8px 4px;
	border-bottom-width: 0px;
	text-align: left;
}

#right form {
	height: 5.6em;
}

#right form .elemError {
	float: left;
	font-size: 8pt;
}

.externalform table {
	width:100% !important;
}

#content p.highlight {
	margin: 8px 0;
	padding: 8px 12px 10px 15px;
	border: 3px solid #6d921d;
	font-weight:bold;
	font-style:italic;
}

#content p.highlight2 {
	margin: 8px 0;
	padding: 8px 12px 10px 15px;
	border: 3px solid #6d921d;
	font-style:italic;
}

#content div.wine {
	border: 3px solid #6A022C;;
	margin: 20px auto;
	padding: 10px 10px 3px 20px;
	width:400px;
	float:left;
	/*font-weight:bold;*/
} 

/*
#right h3.cap.Keep-Informed a {
	text-indent: -900em;
	background: transparent url(http://www.lastmainstreetstore.com/images/design/right-title-informed.gif) no-repeat center center;
}

#right h3.cap.Keep-Informed a:hover {
	background-image: url(http://www.lastmainstreetstore.com/images/design/right-title-informed-over.gif);
}

#right h3.cap.Download-Now a {
	text-indent: -900em;
	background: transparent url(http://www.lastmainstreetstore.com/images/design/right-title-download.gif) no-repeat center center;
}

#right h3.cap.Download-Now a:hover {
	background-image: url(http://www.lastmainstreetstore.com/images/design/right-title-download-over.gif);
}

#right h3.cap.Facebook a {
	text-indent: -900em;
	background: transparent url(http://www.lastmainstreetstore.com/images/design/right-title-facebook.gif) no-repeat center center;
}

#right h3.cap.Facebook a:hover {
	background-image: url(http://www.lastmainstreetstore.com/images/design/right-title-facebook-over.gif);
}
*/
/*@import url(http://www.lastmainstreetstore.com/css/nav.css);*/
#nav-top {
	position: relative;
	width: 936px;
	height: 29px;
	margin-bottom: 7px;
	padding-left:0;
	/*padding-left:5px;*/
	overflow: visible;
	background: #fff url(http://www.lastmainstreetstore.com/images/design/nav/top.gif) no-repeat 0 0;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	list-style-type: none;
}

#nav-top > li {
	float: left;
	position: relative;
	left: 8px;
	padding-left:1px;
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	background: transparent url(http://www.lastmainstreetstore.com/images/design/nav/top-split.gif) no-repeat 0 9px;
}

#nav-top > li > a {
	display: block;
	height: 29px;
	line-height: 28px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0px;
	word-spacing: 0px;
  float: left;
}

#nav-top > li > a > span {
	display: block;
	padding: 0 12px 0 12px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
  float: left;
}


#nav-top > li > a > span.copied {
	color: #fff;
	background: #6d921d;
	position: absolute;
	top: 0;
	left: 1px;
	visibility: hidden;
}

#nav-top > li#nav-top-1 {
	background-image: none;
}

#nav-top li:hover > ul {
	display: block;
	width:185px;
}

#nav-top li#nav-top-4 > ul {
	width:129px;
}

#nav-top ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 1px;
	padding: 0;
	width: 250px;
	list-style-type: none;
	background: #6d921d;
	z-index: 9999;
	font-size: 9pt;
	line-height: 1.5em;
}

#nav-top ul li {
	float: none;
	width: 100%;
	padding: 0;
	background-image: none;
}

#nav-top ul a {
	display: block;
	padding: 2px 4px 2px 14px;
	background: #6d921d;
	border-bottom: 1px solid #444;
	color: #fff;
	text-decoration: none;
	opacity: 1.00;
	filter:alpha(opacity=100);
}

#nav-top ul a:hover {
	color: #77002d;
	opacity: 1.00;
	filter:alpha(opacity=100);
}

#nav-bottom {
	position: relative;
	width: 936px;
	height: 29px;
	margin-bottom: 7px;
	padding-left:13px;
	/*padding-left:5px;*/
	overflow: visible;
	background: #fff url(http://www.lastmainstreetstore.com/images/design/nav/top.gif) no-repeat 0 0;
	color: #fff;
	font-size: 10pt;
	font-weight: normal;
	list-style-type: none;
	clear:both;
}

#nav-bottom > li {
	float: left;
	position: relative;
	left: 8px;
	padding-left:1px;
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	background: transparent url(http://www.lastmainstreetstore.com/images/design/nav/top-split.gif) no-repeat 0 9px;
}

#nav-bottom > li > a {
	display: block;
	height: 10px;
	line-height: 10px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 1px;
	font-weight:bold;
  float: left;
}

#nav-bottom > li > a > span {
	display: block;
	padding: 3px 10px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
  float: left;
}

#nav-bottom > li > a > span.copied {
	color: #fff;
	background: #6d921d;
	position: absolute;
	top: 0;
	left: 1px;
	visibility: hidden;
}

#nav-bottom > li#nav-bottom-1 {
	background-image: none;
}

#nav-bottom li:hover > ul {
	display: block;
}

#nav-bottom ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 1px;
	padding: 0;
	width: 250px;
	list-style-type: none;
	background: #6d921d;
	z-index: 9999;
	font-size: 9pt;
	line-height: 1.5em;
}

#nav-bottom ul li {
	float: none;
	width: 100%;
	padding: 0;
	background-image: none;
}

#nav-bottom ul a {
	display: block;
	padding: 2px 4px 2px 14px;
	background: #6d921d;
	border-bottom: 1px solid #444;
	color: #fff;
	text-decoration: none;
	opacity: 1.00;
	filter:alpha(opacity=100);
}

var {
	font-size:10px;
	font-style:normal;
	display:block;
	font-weight:normal;
	padding-top: 2px;	
	}

#nav-bottom ul a:hover {
	color: #77002d;
	opacity: 1.00;
	filter:alpha(opacity=100);
}


#nav-corner {
	position: relative;
	z-index: 20;
	float: right;
	margin-bottom: -100px;
	margin-right:5px;
	top: -210px;
	left: 0;
	width: 700px;
	height: 100px;
	font-size: 12px;
	font-weight: bold;
}
#nav-corner li {
	float: right;
	padding: 0;
}

#nav-corner a { position: relative; top: -2px; 	padding:3px;}

#nav-corner { list-style-type: none; }

#nav-corner a:hover {
	color: #6D921D;
		text-decoration:underline;
}

/*@import url(http://www.lastmainstreetstore.com/css/scrollbar.css);*/
#scrollwrap-bloglist {
	display: block;
	max-height: 630px;
	width: 100%;
}

#scrollbar-bloglist {
	right: 16px;
}

#scrollwrap-latestposts {
	display: block;
	max-height: 150px;
}

#scrollwrap-latestposts #latestposts {
	width: 635px;
}

.scrollwrap {
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
}

.scrollbar {
	display: -moz-inline-box;
	display: inline-block;
	position: absolute;
	z-index: 2;
	right: 6px;
	top: 0;
	float: right;
	overflow: hidden;
	position: relative;
	width: 16px;
	padding: 30px 0;
	height: 96%;
}

.scrollup,
.scrolldown {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 3;
	background: transparent url(http://www.lastmainstreetstore.com/images/scroll/up.gif) no-repeat;
	opacity: 0.8;
	cursor: default;
}

.scrollup {
	top: 10px;
}

.scrolldown {
	position: absolute;
	bottom: 10px;
	background-image: url(http://www.lastmainstreetstore.com/images/scroll/down.gif);
}

.scrolltrack {
	display: block;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 16px;
	height: 100%;
	background: transparent url(http://www.lastmainstreetstore.com/images/scroll/track.gif) repeat-y center top;
	opacity: 0.8;
	cursor: default;
}

.scrollknob {
	display: block;
	overflow: hidden;
	position: relative;
	width: 16px;
	height: 5px;
	background: transparent url(http://www.lastmainstreetstore.com/images/scroll/knob.gif) no-repeat center top;
	opacity: 0.8;
	cursor: default;
}

.upfocus .scrollup {
	opacity: 1;
}

.downfocus .scrolldown {
	opacity: 1;
}

.knobfocus .scrolltrack,
.knobfocus .scrollknob {
	opacity: 1;
}

/*@import url(http://www.lastmainstreetstore.com/css/cms.css);*/
input.editor,
textarea.editor,
select.editor {
	text-decoration: none !important;
	border-color: #466CA6 !important;
	background: #F7F8FD !important;
	background-color: #F7F8FD !important;
	border-style: solid !important;
	border-width: 1px !important;
	font: 10px Arial, Helvetica, sans-serif !important;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

.tablbl {
	background: #F7F8FD;
	border: 1px solid;
	border-bottom: 2px solid;
	border-color: #466CA6;
	color: #000000;
	cursor: hand;
	font-size: 10px;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 0;
}

.tablbla {
	background: #F7F8FD;
	border: 1px solid;
	border-bottom: none;
	border-color: #466CA6;
	color: #000000;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 101;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.taba_ {
	background: #F7F8FD;
	border: 0px solid;
	border-color: #466CA6;
	color: #FFFFFF;
	height: 100%;
	overflow: auto;
	position: relative;
	top: -1;
	width: 100%;
	z-index: 100;
	font: 10px Arial, Helvetica, sans-serif;
}

.tab_ {
	display: none;
	height: 100%;
	width: 100%;
}

.lblm {
	padding-left: 0px;
	padding-right: 0px;
}

.tabctl {
	background: #F7F8FD;
}

a.viewpagelink,
a.viewpagelink:visited {
	color: #466CA6;
}

a.viewpagelink:hover {
	text-decoration: underline;
}

td.cmsform {
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background: #F7F8FD;
}

td.errormessage {
	color: #000000;
	font-size: 11px;
}

td.systemmessage {
	color: #000000;
	font-size: 11px;
}

td.statusmsg {
	color: #000000;
	padding-right: 5px;
}

table.cmdeditorbkrnd {
	background: #F7F8FD;
}

td.cmspagetitle {
	padding: 10px;
	margin: 0;
	color: #012;
	font: bold 24px Arial, Helvetica, sans-serif;
}

td.cmspagecontent {
	font-size: 13px;
	padding: 0 10px 10px 10px;
}

a.cmsrevealnavlink {
	color: #733;
	text-decoration: underline;
}

a.cmsrevealnavlink:hover {
	color: #733;
	text-decoration: none;
}

ul.cmsnavreveal {
	margin-top: 10px !important;
	margin-left: 30px;
	margin-bottom: -0px !important;
	color: #888;
	list-style: none;
}

li.cmsnavreveal {
	font-size: 9px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.cmslinkheader {
	width: 945px;
	height: 18px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: center;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkfooter {
	width: 945px;
	height: 18px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkheader a {
	margin-right: 6px;
}

.cmslinkheader a:link,
.cmslinkheader a:visited {
	color: #fff !important;
}

.cmslinkheader a:hover {
	text-decoration: underline !important;
}

.cmslinkfooter a {
	margin-right: 6px;
}

.cmslinkfooter a:link,
.cmslinkfooter a:visited {
	color: #000;
}

.cmslinkfooter a:hover {
	color: #B70000;
	text-decoration: underline;
}

.cmslinkfooter .right {
	width: 60px;
}

.cmserrorstyle {
	background: #ffffc3 !important;
	border: #f00 1px solid !important;
	border-style: solid !important;
	font: 10px Arial, Helvetica, sans-serif !important;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

a.smalllink {
	font-size: 70%;
}

td.smalltext {
	font-size: .75em;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

span.filesize {
	font-size: 60%;
}

span.small {
	font-size: 90%;
}

span.searchupdated {
	font-style: italic;
	font-size: .8em;
}

span.HighlightedWords {
	background-color: #f0e68c !important;
}

.editor td {
	padding:2px 4px 0 0;
}

.errordiv {
	background: transparent;
	border: #f00 0 none;
	color: #f00 !important;
	font-size: .8em;
	font-weight: normal;
	margin: 0;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

span.right a.editlink,
span.left a.editlink{
	color:#000 !important;	
}

/*@import url(http://www.lastmainstreetstore.com/css/infotable.css);*/
#infotable {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 400px;
}

#infotable td,
#infotable th {
	margin: 0;
	padding: 2pt 4pt;
	text-align: left;
	vertical-align: top;
}

#infotable td {
	color:#000;
	font-size:9pt;
}

#infotable th {
	color:#01043E;
	font-size:10pt;
	text-align: left;
}

#infotable td.heading {
	padding: 3pt 4pt 2pt;
	border-top: 1px solid #555;
}

#infotable td,
#infotable th {
	border-bottom: 1px solid #999;
}

#infotable tr.darkrow td {
	background-color:#eaeaea;
}

#infotable tr.lightrow td {
	background-color:#ccc;
}

#infotable .clear {
	clear: both;
}

/*@import url(http://www.lastmainstreetstore.com/css/error.css);*/
.errordiv {
	background: transparent;
	border: #f00 0 none;
	color: #f00 !important;
	font-size: .8em;
	font-weight: normal;
	margin: 0;
	padding: 6px;
	text-align: left;
	vertical-align: middle;
}

.errordiv a,
.errordiv a:visited,
.errordiv a,
.errordiv a:visited {
	color: #f00;
	text-decoration: underline;
}

.errordiv a:hover,
.errordiv a:hover {
	text-decoration: none;
}

.errorstyle,
.errorstyle {
	background: #ffffc3 !important;
	border: #f00 1px solid !important;
	padding: 1px 3px 1px 2px !important;
}


#content blockquote {
	margin: 0pt 0pt 1em 15px;
	padding: 2px 2px 0 5px;
	border-left: 4px solid #ccc;
	font-size:90%;
	font-style:italic;
}

a.donate {
	display:block;
	height: 83px;
	width:618px;
	background: #fff url(/images/donate.gif) no-repeat center center;
	border:none;
	margin-top:-10px;
margin-bottom:10px;

}

a.donate:hover {
	background: #fff url(/images/donate_o.gif) no-repeat center center;
								
)
