/* derived from the efforts at glish.com and bluerobot.com */

body {
	font: 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* margin: 10px 20px 20px 20px; */
	margin: 10px 5%;
	padding: 0px;
	color: #000;
	background-color: #900;
	background-image: url(media/fillin-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;	
	background-attachment: fixed;
	}

#banner {
	color: #000;
	background-color: #f90;
	background-image: url(media/fillin-hdr.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 90px;
	border: 1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	voice-family: "\"}\"";			/* IE5Win hack */
	voice-family: inherit;
	height: 89px;
	}
html>body #banner {					/* be nice to opera */
	height: 89px;
	}
	
#banner h1 {
	padding: 10px 15px 0px 10px;
	margin: 0px;
	text-align: right;
	}

#banner h2 {
	font-size: 160%;
	font-weight: bold;
	padding: 10px 15px 5px 0px;
	margin: 0px;
	text-align: right;
	}

#centercontent {
	color: #000;
	background-color: #FAEBD7; /*off-whites: #FAEBD7 #FFFAF0 #FFF5EE #FFFFF0 */
	border: 1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px 10px 20px; 
	margin-top: 20px;
	margin-left: 170px;
	margin-right: 199px;
	}

#leftcontent {
	color: #000;
	background-color: #FAEBD7; /*off-whites: #FAEBD7 #FFFAF0 #FFF5EE #FFFFF0 */
	border: 1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px 10px 20px; 
	margin-top: 20px;
	margin-left: 3px;
	margin-right: 199px;
	voice-family: "\"}\""; 			/* IE5Win hack */
	voice-family: inherit;
	margin-left: 2px;
	margin-right: 201px;
	}
html>body #leftcontent {			/* be nice to opera */
	margin-left: 2px;
	margin-right: 201px;
	}

#menu {
	text-align: center;
	position: absolute;
	top: 118px;
	left: 5%;
	width: 143px;
}

#rightcontent {
	color: #000;
	background-color: #FAEBD7; /*off-whites: #FAEBD7, #FFFAF0 #FFF5EE #FFFFF0 */
	border: 1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0 20px 0 ;
	margin-top: 20px;
	margin-left: 175px;
	margin-right: 2px;
	voice-family: "\"}\""; 			/* IE5Win hack */
	voice-family: inherit;
	margin-left: 171px;
	margin-right: 3px;
	}
html>body #rightcontent {			/* be nice to opera */
	margin-left: 171px;
	margin-right: 3px;
	}

#rightcontent-index {
	font-weight: bold;
	position: absolute;
	float: right;
	right: 5%;
	top: 118px;
	width: 190px;
	color: #fff;
	background-color: transparent;
	}

#rightcontent-index p {
	font-size: 100%;
	margin: 10px 10px 10px 10px;
	}

a {
	font-weight: bold;
	background-color: #FAEBD7;
	text-decoration: underline;	
	padding: 2px 3px;
	}
	
a:link {
	}

a:visited {
	}

a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
	}

a:active {
	color: #000;
	text-decoration: none;
	background-color: #69c;
	}

a.product {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}
	
a.nopad {
	padding: 0;
	}
	
a.nopad:visited {
	padding: 0;
	}
	
a.nopad:hover {
	padding: 0;
	}
	
a.nopad:active {
	padding: 0;
	}
	
a.transparent {
	background-color: transparent;
	}

address {
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	line-height: 130%;
	}
	
	
input {
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	}

input:focus {
	color: #000;
	background: #ff9;
	}
	
li {
	margin: 0px 40px 10px 30px;
	}

td {
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	}

textarea {
	font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	}

textarea:focus {
	color: #000;
	background: #ff9;
	}
	
.ahem {
	display: none;
	}
	
.alert {
	border: thin dotted #f00;
	margin: 10px 20px 5px 20px;	
	}

.bordered {
	border: thin solid #000;
	color: #000;
	background-color: #f7f7f7;
	margin: 10px;	
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

.book-pic {
	position: static;
	float: right;
	width: 230px;
	text-align: center;
	}

.btn {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.btn-active {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	width: 98%;
	display: block;
	color: #c00;
	background-color: #f90;
	border: 2px #fc6 outset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.btn a {
	padding: 4px;
	text-decoration: none;
	width: 98%;
	display: block;
	color: #000;
	background-color: #f90;
	border: 2px #fc6 outset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.btn a:visited {
	padding: 4px;
	color: #000;
	background-color: #f90;
	border: 2px #fc6 outset;
	}

.btn a:hover {
	padding: 4px;
	color: #fff;
	background-color: #f90;
	}

.btn a:active {
	padding: 4px;
	color: #fff;
	background-color: #c90;
	border: 2px #fc6 inset;
	}

.btn-cart {
	color: #fff;
	background-color: #555;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.btn-cart a {
	color: #fff;
	background-color: #555;
	background-image: url('/media/cart.gif');
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	border: 2px #fff outset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.btn-cart a:hover {
	border: 2px #666 outset;
	}

.btn-checkout {
	color: #fff;
	background-color: #555;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.btn-checkout a {
	color: #fff;
	background-color: #555;
	background-image: url('/media/check.gif');
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	border: 2px #fff outset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.btn-checkout a:hover {
	border: 2px #666 outset;
	}

.btn-product {
	color: #000;
	background-color: #fc6;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
.btn-product a {
	color: #000;
	background-color: #fc6;
	text-decoration: none;
	display: block;
	border: 2px #fff outset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.btn-product a:visited {
	}

.btn-product a:hover {
	border: 2px #666 outset;
	}

.btn-product a:active {
	}

.fineprint {
	font-size: 90%;
	line-height: 1.2;
	}

.float-right {
	float: right;
	}
	
.justify {
	text-align: justify;
	}	
	
.m10 {
	margin: 10px 10px 10px 10px;
	}

.menu-indent {
	position: relative;
	left: 12px;
	width: 130px;
}

.no-bullet {
	list-style-type: none;
	}

.p10 {
	padding: 10px 10px 10px 10px;
	}

.pull-quote-left {
	font-weight: bold;
	float: left;
	width: 35%;
	margin: 5px 10px 5px 30px;
	padding: 0px 0px 10px 0px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	}
	
.pull-quote-right {
	font-weight: bold;
	float: right;
	width: 35%;
	margin: 5px 30px 5px 10px;
	padding: 0px 0px 10px 0px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	}
	
.radiused-4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.testimonial {
	text-indent: -5px;
	text-align: left;
	margin: 20px 50px 0px 50px;
	}

.testimonial-pull-quote {
	text-indent: -5px;
	text-align: left;
	margin: 10px;
	}

.testimonial-sig {
	font-style: italic;
	text-align: right;
	margin: 5px 50px 0px 50px;
	}
