/************************************************************
 **********|                                      |**********
 **********|  DO NOT ADD TO OR MODIFY THIS FILE!  |**********
 **********|             I'M SERIOUS,             |**********
 **********|   PLEASE GO MEDDLE SOMEPLACE ELSE!   |**********
 **********|                                      |**********
 ************************************************************/

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

html, body {
	margin: 0;
	padding: 0;
}

#page-wrap {
	background: transparent url(/images/body-bg.png) repeat-y top center;
	margin: 0 auto;
	padding: 0 16px 10px;
	width: 940px;
}


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

#header {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


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

#body-wrapper {
	background: transparent url(/images/nav-bg.png) repeat-y top left;
	margin: .8em 0;
}

#left-nav {
	padding-right: 11px;
	width: 189px;
}

#content-wrapper {
	padding-left: 10px;
	width: 730px;
}


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

#footer-links {
	height: 110px;
	margin: 0 auto;
}

#footer-links .link-box {
	border-right: 1px solid #CCC;
	font-size: .9em;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	width: 214px;
}

#footer-links div.last {
	border-right: medium none;
}

#footer-links h4 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#footer-links ul {
	margin: 0 0 0 15px;
}

#footer-links ul li {
	line-height: 1.5em;
	list-style: none outside none;
}

#footer-links p {
	line-height: 1.4em;
	margin: .5em 0 .5em 15px;
}

#footer-links .phone-number {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 30px;
}

#footer-links .hours {
	font-size: .8em;
}

#footer-links .image-link {
	display: inline-block;
	text-decoration: none;
}

#footer-links .image-link .image-link-text {
	display: block;
	margin-top: 3px;
	text-decoration: underline;
}
	

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

#footer {
	border-radius: 5px;
	margin-top: .8em;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


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

.left {
	float: left;
	width: auto;
}

.right {
	float: right;
	width: auto;
}

/* --- CLEAR FIX --- */

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/**
 *  JustQuickieWheelchairs.com site structure by,
 *  Chris Kankiewicz (www.ChrisKankiewicz.com)
 */
