/* ---------------------------------- */
/* -----| GENERAL |------------------ */
/* ---------------------------------- */

html {
	font-size: 100%;
}

body {
	background-color: #F4F4F4;
	color: #646464;
	font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica, Sans;
	font-size: 1em;
}

a {
	color: #74A8F5;
}

a:hover {
	color: #FB9622;
}

a:active {
	outline: none;
}


/* ---------------------------------- */
/* -----| HEADER |------------------- */
/* ---------------------------------- */

#header {
	/* background-color: #74A8F5; */
	background: #85C329 url(/images/bg/green-dark-gradient-bg.png) repeat-x left bottom;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #FFF;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
}

#header-bg {
    background: transparent url(/images/header-bg.png) no-repeat 10px top;
}

#title {
    color: #FFF;
	padding: 13px 10px 13px 165px;
	text-decoration: none;
}

#site-title {
    display: block;
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#site-tag {
    display: block;
	margin: 0;
	font-size: .95em;
	font-weight: normal;
}

#customer-service {
	margin: 16px 10px;
}

#cs-phone {
	background: transparent url(/images/contact-icons/phone.png) no-repeat left center;
	font-size: 1.3em;
	padding-left: 35px;
}

#cs-title {
	font-size: .8em;
	margin-bottom: 2px;
	text-align: center;
}


/* ---------------------------------- */
/* -----| NAVIGATION |--------------- */
/* ---------------------------------- */

#left-nav h3 {
	margin: 0;
}

.navigation {
	border-top: 2px solid #BBB;
	margin: 0 0 2em;
	padding: 0;
}

.navigation li {
	list-style: none;
	width: 100%;
}

.navigation li a {
	background: transparent url(/images/right-arrow-blue.png) no-repeat 8px center;
	border-bottom: 1px solid #BBB;
	display: block;
	padding: 5px 0 5px 32px;
	text-decoration: none;
}

.navigation li a:hover {
	background-image: url(/images/right-arrow-orange.png);
}


/* ---------------------------------- */
/* -----| CONTENT |------------------ */
/* ---------------------------------- */

#parts-banner {
	background: #FFD600 url(/images/bg/yellow-dark-gradient-bg.png) repeat-x left bottom;
	border-radius: 5px;
	color: #646464;
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}

#parts-banner-bg {
    background: transparent url(/images/parts-wrench.png) no-repeat 10px 25px;
    display: block;
    padding: 10px 10px 10px 115px;
}

#parts-banner-title {
	display: block;
	font-size: 1em;
	font-weight: bold;
}

#parts-banner-text {
	display: block;
	font-size: .8em;
	line-height: 1.2em;
	margin: .8em 0 0;
}

#parts-banner-link {
	background: transparent url(/images/right-arrow-gray.png) no-repeat right center;
	display: block;
	font-size: .8em;
	line-height: 1.2em;
	margin-top: .8em;
	padding-right: 18px;
	text-align: right;
	text-decoration: underline;
}

#content h2 {
	font-size: 1.1em;
	margin: 0 0 .8em;
}

#content h3 {
	font-size: .9em;
	margin: 1em 0;
}

#content h4 {
	font-size: .8em;
	margin: 1em 0;
}


#content p, #content ul, #content ol {
	line-height: 1.5em;
}


/* ---------------------------------- */
/* -----| FEATURED PRODUCTS |-------- */
/* ---------------------------------- */

#featured-products {
	display: inline-block !important;
	margin: 0 auto;
}

.featured-product {
	border: 1px solid #BBB;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin: 9px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 335px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #BBB;
    -webkit-box-shadow: 0 1px 3px #BBB;
}

.featured-product:hover {
	border-color: #646464;
    -moz-box-shadow: 0 1px 3px #707070;
    -webkit-box-shadow: 0 1px 3px #707070;
}

.featured-product img {
	display: block;
	float: left;
	width: 150px;
}

.featured-product .featured-details {
	display: block;
	float: right;
	margin-top: 1.25em;	
	text-align: center;
	width: 185px;
}

.featured-product .featured-title {
	color: #74A8F5;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.featured-product .feature-blurb {
	color: #646464;
	display: block;
	font-size: .9em;
	margin-bottom: 10px;
	text-align: center;
}


/* ---------------------------------- */
/* -----| CATEGORY LISTING |--------- */
/* ---------------------------------- */

#chair-listing {
	display: inline-block !important;
	margin: 0 auto;
	padding: 0 2px;
}

.chair-wrapper, .part-wrapper {
	border: 1px solid #BBB;
	border-radius: 5px;
    box-shadow: 2px 2px 5px #BBB;
	display: inline-block;
	float: left;
	height: 220px;
	margin: 10px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 210px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #BBB;
    -webkit-box-shadow: 0 1px 3px #BBB;
}

.chair-wrapper:hover {
	border-color: #646464;
	box-shadow: 2px 2px 5px #707070;
	-moz-box-shadow: 0 1px 3px #707070;
	-webkit-box-shadow: 0 1px 3px #707070;
}

.chair-wrapper .discontinued, .part-wrapper .discontinued {
	color: #C00;
	display: inline-block;
	font-size: .75em;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 3px;
}

.chair-wrapper .chair-link, .part-wrapper .part-link {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.chair-wrapper .chair-title, .part-wrapper .part-link {
	color: #74A8F5;
}

.chair-wrapper:hover .chair-title {
	color: #74A8F5;
	text-decoration: underline;
}

.chair-wrapper img, .part-wrapper img {
	display: block;
	margin: 0 auto;
	width: 150px;
}


/* ---------------------------------- */
/* -----| CHAIR PAGES |-------------- */
/* ---------------------------------- */

#chair-left {
	float: left;
	width: 460px;
}

#chair-right {
	float: right;
	width: 250px;
	text-align: center;
    padding: 0 10px;
	position: relative;
    top: -35px;
}

#image-wrapper {
/*	background-color: #ABABAB;
	display: inline-block;
	position: relative;
	top: -33px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;   */
	margin-bottom: 1em;
}

#chair-image {
	border: 1px solid #CCC;buy-text
	background-color: #FFF;
	box-shadow: 2px 2px 5px #BBB;
	border-radius: 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #BBB;
	-webkit-box-shadow: 0 1px 3px #BBB;
}

#specs-table {
	border-collapse: separate;
	border-spacing: 3px; 
	font-size: .8em;
	width: 100%;
}

#specs-table td {
	background-color: #DEDEDE;
	margin: 2px;
	padding: 5px;
}

#specs-table td.title {
	background-color: #CCC;
	font-weight: bold;
}

#chair-right .buy-button {
	font-size: 1.1em;
}

.buy-text {
	font-size: .75em;
}

.discontinued {
    color: #C00;
}

.discontinued-blurb {
    background-color: #FFD;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #BBB;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #BBB;
}

.discontinued-label {
    color: #C00;
    font-weight: bold;
    letter-spacing: 2px;
}

.discontinued-text {
    font-size: .75em;
    margin: .9em 0;
}

.discontinued-number {
    font-weight: bold;
    letter-spacing: 1px;
}


/* ---------------------------------- */
/* -----| BUTTONS |------------------ */
/* ---------------------------------- */

.buy-button {
	background: #FB9622 url(/images/bg/orange-dark-gradient-bg.png) repeat-x left -40px;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	padding: 3px 5px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px #999;
}

.buy-button:hover {
	color: #FFF;
}

.buy-button .buy-button-arrow {
	background: transparent url(/images/right-arrow-white.png) no-repeat right center;
	padding-right: 20px;
}


/* -------------------------- */
/* -----[ CONTACT INFO ]----- */
/* -------------------------- */

#email-address {
	background: transparent url(/images/icons/email.png) no-repeat left center;
	font-weight: bold;
	margin-left: 25px;
	padding-left: 21px;
}

#orange-box {
	background: transparent url(/images/bg/orange-dark-gradient-bg.png) repeat-x left bottom;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: .5em;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
}

#phone-number-box {
    background: transparent url(/images/contact-icons/phone.png) no-repeat 10px center;
    display: block;
    padding: 10px 10px 10px 50px;
}

#email-box {
	background: transparent url(/images/contact-icons/email.png) no-repeat 10px center;
    color: #FFF;
	display: block;
	font-size: 1em;
    padding: 10px 10px 10px 50px;
    text-decoration: none;
}

#email-box:hover {
    text-decoration: underline;
}

#fax-box {
	background: transparent url(/images/contact-icons/fax.png) no-repeat 10px center;
	display: block;
    padding: 10px 10px 10px 50px;
}

#address-box {
	background: transparent url(/images/contact-icons/mail.png) no-repeat 10px center;
	display: block;
    padding: 10px 10px 10px 50px;
}

#address-text {
	font-size: .75em;
}

#cs-status {
	font-weight: bold;
	padding: 2px;
}


/* ---------------------------------- */
/* -----| WRRANTY TABLE |------------ */
/* ---------------------------------- */

#warranty-table {
	background-color: #FFF;
	border: 1px solid #333;
	font-size: .8em;
	width: 100%;
}

#warranty-table th, #warranty-table td {
	border: 1px solid #333;
	padding: 3px;
	text-align: center;
}

#warranty-table td.row-title {
	text-align: left;
}

#warranty-table td.bg-green {
	background-color: #DFD;
}

#warranty-table td.bold-text {
	background-color: #FFD;
	font-weight: bold;
}


/* ---------------------------------- */
/* -----| FOOTER |------------------- */
/* ---------------------------------- */

#footer {
	background: #74A8F5 url(/images/bg/blue-dark-gradient-bg.png) repeat-x left bottom;
	color: #FFF;
	font-size: .8em;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}

#footer a, #footer a:hover {
	color: #FFF;
}


/* ---------------------------------- */
/* -----| FORMS |-------------------- */
/* ---------------------------------- */

#contact-form {

}

.form-constraint {
    width: 500px;
}

#contact-form label {
    display: block;
    margin-bottom: .5em;
}

#contact-form input {
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 1em;
    padding: 5px;
    width: 250px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#contact-form input:focus {
    border-color: #74A8F5;
    -moz-box-shadow: 0 0 5px #74A8F5;
    -webkit-box-shadow: 0 0 5px #74A8F5;
}

#contact-form textarea {
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 1em;
    font-family: sans-serif;
    height: 150px;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#contact-form textarea:focus {
    border-color: #74A8F5;
    -moz-box-shadow: 0 0 5px #74A8F5;
    -webkit-box-shadow: 0 0 5px #74A8F5;
}

#contact-form .label {
    margin-left: 5px;
}

#contact-form .comment {
    color: #ACACAC;
} 

.form-buttons  {
    font-size: .9em;
    text-align: right;
}

.form-buttons button {
    margin-left: .5em;
}

button, .button {
    background: url("/images/button-bg.png") repeat-x scroll left center #E3E3E3;
    border: 1px solid #BBBBBB;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    padding: 2px 3px;
    text-decoration: none;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #999;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #999;
}

button:hover, .button:hover {
    border: 1px solid #999;
    -moz-box-shadow: 0 1px 2px #666;
    -webkit-box-shadow: 0 1px 2px #666;
}

button:active, .button:active {
    position: relative;
    top: 1px;
    -moz-box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
}

input.error, textarea.error {
    border-color: #C00 !important;
    -moz-box-shadow: 0 0 5px #C00 !important;
    -webkit-box-shadow: 0 0 5px #C00 !important;
}

#error-block label.error {
    color: #C00;
    font-size: .9em;
    margin: 0 0 0 16px;
}


/* ---------------------------------- */
/* -----| MESSAGES |----------------- */
/* ---------------------------------- */

.message {
    background: transparent url(/images/transparent-white-bg.png) repeat top left;
    border-bottom: 1px solid #999;
    font-size: .9em;
    font-weight: bold;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: center;
    z-index: 1;
    -moz-box-shadow: 0 1px 3px #666;
    -webkit-box-shadow: 0 1px 3px #666;
}

#dismiss-message {
    position: absolute;
    right: 10px;
}

.width-constraint {
    margin: 0 auto;
    width: 940px;
}


/* ---------------------------------- */
/* -----| MISCELLANEOUS |------------ */
/* ---------------------------------- */

.bold {
	font-weight: bold;
}

.green {
	color: #090;
}

.red {
	color: #900;
}

.right-arrow-blue {
	background: transparent url(/images/right-arrow-blue.png) no-repeat right center;
	padding-right: 20px;
}

.right-arrow-blue:hover {
	background-image: url(/images/right-arrow-orange.png);
}

.hidden {
    display: none;
}
	
	
/* --- HORIZONTAL RULES --- */

div.hr {
  background-color: #BBB;
  display: block;
  height: 1px;
  margin: 10px 0;
}

div.hr hr {
  display: none;
}


/**
 *  JustQuickieWheelchairs.com styles created and implimented 
 *  by, Chris Kankiewicz (www.ChrisKankiewicz.com)
 */
