
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #ddd;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-bottom: 10px;
}

a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}
.clear-right {
	clear:right;
}
#outer-wrapper {
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

#header {
	position: relative;
	background: #fff url( /images/header-bg.jpg ) 0 0 repeat-x;
	height: 74px;
}

#header-left {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 1%;
}

#header-right {
	display:none;
	float: right;
	width: 23px;
	height: 74px;
}

#header h1 {
	width: 300px;
	font-size: 1.4em;
	text-align: center;
	padding-top: 10px;
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover {
	text-decoration: underline;
}

#header .phone {
	color: #fff;
	width: 300px;
	text-align: center;
	font-size: 1.8em;
}

#header .hours {
	float: right;
	width: 200px;
	background-color: #fff;
	margin-top: 15px;
	margin-right: 15px;
	font-size: .9em;
	border: 1px solid #67ff36;
}

#header .hours-header {
	background-color: #67ff36;
	color: #000;
	font-weight: bold;
	padding: 2px 5px;
}

#header .hours-data {
	padding: 3px 10px;
}

#search-bar {
	display:none;
	float: right;
	width: 220px;
	margin-top: 20px;
}

* html #search-bar {
	top: 3px;
}

#search-bar form {
/*margin-top:4px;*/
}

#search-bar input {
	color: #06f;
	background-color: #ff9;
	border: 1px solid #06f;
	padding: 2px;
}

input.search-bar {

}

input.search-submit {
	height: 22px;
	margin-top: 1px;
	position: rel
}

#middle-wrapper {
	position: relative;
	clear: both;
	text-align: left;
	background-color: #fff;
}

#main-nav {
	display:none;
	background: #d1e9ff url( /images/main-nav-bg.jpg ) bottom left repeat-x;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	height: 27px;
	margin: 0 8px 0 8px;
	border-top: 1px solid #06A;
	border-right: 1px solid #06F;
	border-left: 1px solid #06F;
}

#main-nav .category-nav {
	margin-left: 0;
	/*width: 700px;*/
	/*float: left;*/
}

#main-nav ul.depth-0 {
/*width:100%;*/
}

* html #main-nav {
	height: 25px;
}

#main-nav ul.depth-0 li.selected {
}

#main-nav ul li {
	list-style: none;
	float: left;
	text-align: center;
	line-height: 25px !important;
	line-height: 24px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #c8efff #06f #06f #c8efff;
	width: 125px;
	height: 25px !important;
	height: 24px;
}
#main-nav ul li.last {
	border-width:0 0 0 1px;
	width:124px
}
#main-nav ul li a {
	display: block;
	width: 125px;
	height: 25px !important;
	height: 24px;
	font-weight:bold;
	color: #000;
	background-color: #A3FF86;
}
#main-nav ul li.last a {
	width:124px;
}

#main-nav ul li.selected,
	#main-nav ul li.open {
}

#main-nav ul li.open a,
	#main-nav ul li.selected a {
	background-color: #ff9;
}

#main-nav ul li a:hover {
	background-color: #ff9;
}

#main-nav ul.depth-0 li.open a:hover {
	background-color: #ffc;
}

#main-nav ul li.selected a:hover {
	background-color: #e0f6ff;
}

#main-nav ul li ul {
	position: absolute;
	left: 145px;
	top: 40px;
	width: 630px;
	height: 25px;
}

* html #main-nav ul li ul {
	left: 135px;
	top:40px;
}

#main-nav ul li ul li {
	/*border-width: 0;*/
	float: left;
	width: 115px;
	margin-bottom: 5px;
	font-weight: normal;
	border-top:1px solid #06f;
	border-right:1px solid #06f;
	border-bottom:1px solid #06f;
}
#main-nav ul li ul li.first {
	border-left:1px solid #06f;
}
#main-nav ul li ul li.last {
	border-width:1px;
}

#main-nav ul li ul li.selected {
	border-bottom: 1px solid #fff;
	background-color:#fff;
}
#main-nav ul li ul li.selected a {
	background-color:#fff;
}

#main-nav ul li ul li.open a {
}

#main-nav ul li.selected ul li a,
	#main-nav ul li.open ul li a {
	text-decoration: underline;
}

#main-nav ul li ul li a {
	display:block;
	background-color:#ff7b33;
	width: 115px;
	font-weight:normal;
	text-decoration:underline;
}
/** html #main-nav ul li ul li {*/
/*width:115px;*/
/*}*/
/** html #main-nav ul li ul li a {*/
	/*width:115px;*/
/*}*/

#main-nav ul li.selected ul li a:hover,
	#main-nav ul li.open ul li a:hover {
	background-color: #ffc;
}

#main-nav ul.depth-1 li.selected a:hover {
	background-color: #a3ff86;
}

#main-nav ul.depth-1 li.selected ul li a:hover {
	background-color: #beffa9;
}

#sub-nav-container {
}

#other-nav {
	margin-top: 10px;
}

#other-nav li {
	list-style: none;
	background-color: #D1E9FF;
	margin-bottom: 2px;
}

#other-nav li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 2px 2px 2px 4px;
	border-left: 5px solid #aad7ff;
}

#other-nav li a:hover {
	background-color: #ff9;
}

#content-wrapper {
	min-height: 650px;
	padding: 10px;
	line-height: 160%;
	position: relative;
	background-color: #fff;
}

#content-wrapper li {
	margin-left: 25px;
}

* html #content-wrapper {
	height: 750px;
}

#titleBar {
	height: 1%;
	margin-bottom: 10px;
	color: #ff7b33;
	border-bottom: 3px double #ff7b33;
}

#titleBar h1 {
	padding: 2px;
}

* html #titleBar {
}

#left-sidebar {
	display:none;
	position: absolute;
	top: 40px;
	left: 10px;
	width: 128px;
}

* html #left-sidebar {
	left: 0;
}

.nav-helpful-header {
	height: 21px;
	background: #ff7b33 url( /images/helpful-header.jpg ) 0 0 no-repeat;
	padding-left: 8px;
	color: #06a;
	line-height: 21px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #ff7b33;
}

.nav-helpful li {
	list-style: none;
	margin-top: 1px;
}

.nav-helpful li a {
	display: block;
	padding-left: 3px;
	background-color: #ff9;
	color: #06a;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-left: 5px solid #Fc7;
}

.nav-helpful li a:hover {
	border-left: 5px solid #FFE8C1;
}

.sidebar-coupons101 {
	margin: 10px 0;
}
.sidebar-medicare {
	margin-bottom:10px;
}

.sidebar-sales {
	border: 1px solid #ff7b33;
}

.sidebar-sales-header {
	background-color: #ff7b33;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.sidebar-sale {
	margin-bottom: 15px;
	padding: 2px 5px;
	font-size: .9em;
	clear: left;
}

.sidebar-sale-price {
	text-align: center;
	font-size: 1.1em;
	color: red;
	font-weight: bold;
}

.sidebar-sale-msrp {
	text-decoration: line-through;
	text-align: center;
}

.sidebar-sales img {
	width: 30px;
	float: left;
	border: 0;
}

.bbb {
	margin-top: 10px;
}

.bbb img {
	border-width: 0;
}

#manufacturer-row {
	display:none;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.manuf-row-header {
	color: #06f
}

#manufacturer-row li {
	list-style: none;
	float: left;
	width: 110px;
	margin-right: 10px;
}

#manufacturer-row img {
	border: 0;
}

.sterling-icon {
	margin-right: 10px;
	float: left;
}

#footer {
	display:none;
	clear: both;
	height: 51px;
	position: relative;
	background: #ddd url( /images/footer-bg.jpg ) 0 0 repeat-x;
	margin-bottom: 50px;
}

.footer-address {
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: .9em;
}

#footer-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
}

#footer-right {
	float: right;
	width: 23px;
	height: 51px;
}

ul.icons li span {
	display: none;
}

li.casualLineChairs,
	li.goldenLiftChairs,
	li.gentleLineChairs,
	li.luxuryLineChairs,
	li.leatherLiftChairs,
	li.valueSeries,
	li.comforterSeries,
	li.traditionalSeries,
	li.comforterWides,
	li.maxiComfort,
	li.med-Lift,
	li.average,
	li.tall,
	li.short,
	li.liftChairs,
	li.medLift,
	li.seatLifts,
	li.economyStyle,
	li.traditionalStyle,
	li.luxuryStyle,
	li.modernStyle,
	li.nexideaLiftChairs,
	li.signatureSeries {
	display: none;
}

li.petite {
	background: #fff url( /images/icon-p.jpg ) 0 0 no-repeat;
}

li.small {
	background: #fff url( /images/icon-s.jpg ) 0 0 no-repeat;
}

li.medium {
	background: #fff url( /images/icon-m.jpg ) 0 0 no-repeat;
}

li.large {
	background: #fff url( /images/icon-l.jpg ) 0 0 no-repeat;
}

li.xLarge {
	background: #fff url( /images/icon-xl.jpg ) 0 0 no-repeat;
}

li.twoPositionLiftChair {
	background: #fff url( /images/icon-2.jpg ) 0 0 no-repeat;
}

li.threePositionLiftChair {
	background: #fff url( /images/icon-3.jpg ) 0 0 no-repeat;
}

li.infinitePositionLiftChair {
	background: #fff url( /images/icon-i.jpg ) 0 0 no-repeat;
}

li.wideLiftChairs {
	background: #fff url( /images/icon-w.jpg ) 0 0 no-repeat;
}

li.heavyDutyLiftChair {
	background: #fff url( /images/icon-h.jpg ) 0 0 no-repeat;
}

li.liftOnly {
	background: #fff url( /images/icon-lo.jpg ) 0 0 no-repeat;
}

#smart-page-wrapper ul.icons li.floorModels,
	#product-page-wrapper ul.icons li.floorModels {
	background: #fff url( /images/icon-f.jpg ) 0 0 no-repeat;
	margin-right: 10px;
}

div.marketing-box {
	border: 2px dashed #fa3;
	padding: 5px;
	margin: 5px 0 10px;
	font-weight:bold;
	background-color: #efc;
	text-align:center;
	height:1%;
}

p.announcement-highlight {
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #efc;
}
.coupon-call-us {
	width:200px;
	float:right;
	border:3px dashed #FF7B33;
	text-align:center;
	padding:2px;
	line-height:200%;

}
.coupon-call-us-text {
	font-size:1.2em;
	font-weight:bold;
}
.coupon-call-us-phone {
	color:#06c;
	font-size:1.1em;
	font-weight:bold;
}
.coupon-box p {
	margin: 10px 0;
}

.email-me-text {
	border-top: 3px double #ff7b33;
	margin-top: 15px;
	padding-top: 15px;
}

#credit li {
	list-style: none;
}

.coupon-signup-message {
	padding: 10px;
	border: 1px solid red;
	color: red;
	text-align: center;
}

.coupon {
	margin: 5px;
	width: 200px;
	height: 85;
	padding: 2px;
	padding-top: 15px;
	border: 2px dashed black;
	float: left;
}

.coupon .name {
	font-weight: bold;
	text-align: center;
	background: #444444;
	color: white
}

.coupon .amount {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: green
}

.coupon .expiration {
	text-align: center;
	color: red
}

.coupon .code {
	text-align: center;
	color: blue;
	font-weight: bold
}
#notice {
	padding:5px;
	text-align:center;
	background-color:#ffd;
	color:red;
	font-weight:bold;
	border:1px solid #666;
	margin:10px 4px;
	font-size:1.1em;
}
ul.help-sizes-explained li {
	list-style:none;
	margin-bottom:10px;
}
.size-header {
	height:20px;
	line-height:20px;
	font-weight:bold;
}
.size-header img {
	float:left;
	margin-right:10px;
}
.payment-method {
	text-align:center;
	margin-top:10px;
	font-size:.9em;
}
.google-payment-wrapper {
	padding-left:15px;
	padding-top:5px;
}
.survey-form {
	margin:10px 0;
}

table.comparison-table {
	text-align:center;
	margin-top:10px;
	border-spacing:0;
}
.product-column a {
	color:#06c;
}
table.comparison-table th {
	border-top-width:0;
	border-bottom:1px solid #ddd;
	padding:3px;
}
table.comparison-table td {
	border-right:1px solid #96938e;
	border-bottom:1px solid #96938e;
	padding:3px;
}
img.product-pic {
	border-width:0;
	width:75px;
}
a.cart-link {
	display:none;
	font-size:.9em;
	color:#720303;
}
tr.even {
	background-color:#EBEBE7;
}
.product-column {
	width:150px;
	text-align:center;
}
tbody tr.first td {
	border-top-width:0;
}
tbody td.first {
	border-left:1px solid #96938e;
}
table.comparison-left tbody td.first {
	border-left-width:0;
}
table.comparison-table tfoot td,
table.comparison-table thead td {
	border-left-width:0;
}

.return-to-previous {
	display:none;
	background-color:#06c;
	color:#fff;
	padding:10px;
	font-size:1.1em;
	font-weight:bold;
	height:1%;
}
.return-to-previous a {
	color:#fff;
}
.compare-print {
	float:right;
	width:200px;
	text-align:center;
}

