@CHARSET "ISO-8859-1";
/* CSS Document for Rescue Your Back
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #2b2b2b;
	background: #fff url('../images/header-bg.gif') 0 0 repeat-x;	
}

a:link, a:visited, a:active {
	color: #334e30;
}

h1 {
	font-size: 20px;
	color: #312c16;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4em;
}
h1:first-letter {
	font-size: 36px;
}
h1.inline {
	display: inline;
	margin-bottom: 0;		
}
h2 {
	font-size: 24px;
	color: #0070c0;
	margin: 20px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.4em;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #0070c0;
	text-decoration: none;	
}

h3 {
	font-size: 18px;
	color: #333;
	margin: 30px 0 20px 0;
	padding: 0;
	font-weight: normal;
}

p {
	line-height: 1.4em;
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: justify;
}
p.inline {
	display: inline;
}

ul, ol {
	margin: 10px 0 10px 35px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
		line-height: 1.3em;
	}

blockquote {
	text-align: left;
	padding: 0;
	margin: 0 0 20px 20px;
}

blockquote.testimonial {
	text-align: justify;
	border-left: 3px double #ddd;
	padding: 10px 0 10px 20px;
	margin: 0 0 20px 0;
	line-height: 1.4em;
}
blockquote.testimonial span {
	text-align: right;
	display: block;
	padding-right: 20px;
	margin-top: 5px;
	color: #777;
	font-size: 12px;
}

/* Classes ============================== */
.clear { clear: both; }
.left { float: left; margin-right: 15px; }
.right { float: right; margin-left: 15px; }
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.red { color: #c00000; }
.green { color: #3b7834; }
.blue { color: #0070c0; }
a.blue { color: #0070c0; }
a.nodec { text-decoration: none; }
.large { font-size: 16px; }
.indent { margin-left: 20px; }
.no-bullet { list-style: none; }
table.fancy td {
	padding: 5px 10px 10px 0;
	font-size: 12px;
	color: #666;
}
table.fancy td.downloadicon {
	width: 16px;
}
table.fancy td.downloadlink {
	width: 350px;
	line-height: 1.4em;
	font-size: 14px;
}
.book-container {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 2px dashed #ccc;
}
	.book-cover {
		width: 130px;
		float: left;
		margin-right: 20px;
		text-align: center;
	}
	.book-info {
		width: 380px;
		float:left;
	}
	.book-info h3 {
		font-size: 15px;
	}


/* Container ============================ */
#container {
	width: 840px;
	margin: 0 auto;
}
#header {
	height: 295px;
}

/* Navigation =========================== */
#nav {
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 47px;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
#nav ul li a {
	float: left;
	text-decoration: none;
	color: #2b2b2b;
	font-size: 18px;
	padding: 0 0 0 13px;
	height: 48px;
	margin-right: 10px;
	display: block;
}

#nav ul li a span {
	height: 47px;
	display: block;
	float: left;
	padding: 12px 18px 0 5px;
	cursor: pointer;
}

#nav ul li a#current {
	background: url('../images/nav-left.gif') left top no-repeat;
	color: #fff;
}
#nav ul li a#current span {
	background: url('../images/nav-right.gif') right top no-repeat;
}

#nav ul li a:hover {
	background: url('../images/nav-left.gif') 0 0 no-repeat;
	color: #fff;
}
#nav ul li a:hover span {
	background: url('../images/nav-right.gif') top right no-repeat;
}


/* Content ============================== */
#content {
	padding-bottom: 50px;
}

#main-content {
	width: 530px;
	float: left;
	padding: 10px 20px;
}

#sidebar {
	width: 270px;
	float: left;
	text-align: center;
	padding: 10px 0;
}

#sidebar p {
	margin: 20px 0;	
	line-height: 1.4em;
	font-size: 12px;
	color: #666;
	text-align: center;
}


/* Footer =============================== */
#footer {
	font-size: 11px;
	text-align: center;
	color: #919191;
	padding: 20px;
}
#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #919191;
	text-decoration: none;
	font-size: 12px;
	padding-right: 5px;
	margin-right: 3px;
	border-right: 1px solid #919191;
}
#footer ul li a.none {
	margin: 0;
	padding: 0;
	border: none;
}

#footer p {
	margin: 15px 0 0 0;
	line-height: 1.9em;
	text-align: center;
}


#footer a {
	color: #919191;
}
#footer p span {
	color: #c7c7c7;
}
#footer p span a {
	color: #c7c7c7;
}
#footer a.nodec {
	color: #c7c7c7;
	text-decoration: none;
}

.button {
	color:#0070C0 !important;
	text-align:center;
	padding:8px;
	font-weight:bold;
	font-size:16px;
	display:block;
	text-decoration:none;
}

