/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.gif) #991417 repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #F26522;
	outline: none;
}

a:hover {color: #991417;}

embed, object {
	display: block;
}

/*
PAGE STRUCTURE
================================================*/

#banner-wrapper {
	background: url(../images/backgrounds/banner-wrapper.gif) no-repeat center top;
	height: 448px;
	width: 100%;
}

#banner {
	background: url(../images/backgrounds/banner.gif) no-repeat bottom right;
	height: 448px;
	margin: 0 auto;
	position: relative;
	width: 975px;
}


#content-wrapper {
	background: url(../images/backgrounds/content-wrapper.gif) #FFD650 repeat-x left top;
	width: 100%;
}

#content {
	background: url(../images/backgrounds/content.gif) repeat-y right top;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
	width: 975px;
}

/*
BANNER AREA
================================================*/

#logo {	
	background: url(../images/backgrounds/logo.png) ;
	height: 423px;
	position: absolute; top: 25px; left: 120px;
	text-indent: -9999px;
	width: 680px;
}

/*
NAVIGATION
================================================*/

#nav {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	height: 45px;
	padding: 15px 0 0 0;
	position: relative;
	float: right;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#nav li a {
	color: #fff;
	float: left;
	font-size: 17px;
	height: 26px;
	padding: 4px 8px 0 8px;
	text-decoration: none;
}

#nav li a:hover, #nav li.current a {
	background: #A83617;
	color: #FFFA19;
}


/*
COPY
================================================*/

#copy {
	color: #785200;
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding: 20px 0;
	width: 660px;
	text-align: justify;
}

h1 {
	background: #F7C16A;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 6px 12px 0 12px;
}

#copy h2 {
	background: #FCD77C;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 6px 12px 0 12px;
}

#copy h3 {
	background: #FFE285;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 6px 12px 6px 12px;
}

h4 {
	font-size: 14px;
	padding: 0 12px 10px 12px;
	text-align: left;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 12px 5px 12px;
	text-align: left;
}


#copy p {
	padding: 0 35px 35px 12px;
}

#copy ul {
	list-style-type: square;
	padding: 0 35px 35px 35px;
}

#copy ol {
	padding: 0 35px 35px 35px;
}

#copy ul.red-check {
	list-style-type: none;
	padding: 0 35px 35px 30px;
}

#copy ul.red-check li {
	background: url(../images/backgrounds/red-check-li.gif) no-repeat left top;
	list-style-type: none;
	padding: 0 0 7px 30px;
}

div.two-column {
	background: url(../images/backgrounds/two-column.gif) repeat-y 300px 0;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	width: 640px;
}

.two-column div {
	float: left;
	padding: 0 0 10px 0;
	width: 300px;
}

#copy .two-column ul {
	padding: 0 35px 0 50px;
}

#writings {
	background: #FFDE73;
	color: #724D00;
	padding: 20px 0 20px 20px;
	margin: 0 30px 50px 15px;
}

.writing {
	padding: 0 0 20px 0;
}

#copy #writings p {
	font-size: 12px;
	padding: 0 0 25px 0;
	text-align: left;
}

#copy #writings h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#copy #writings p.writing-author {
	font-style: italic;
	margin: -20px 0 0 0;
	padding: 0;
	text-indent: 300px;
}

/* online store styles */

.item {
	border-bottom: 1px solid #FFE46B;
	margin: 0 0 30px 0;
	padding: 20px 0;
	float: left;
	width: 660px;
}

.item-image {
	float: left;
	width: 140px;
}

.item-image img.sit-left {
	border: 0;
}

.item-desc {
	float: left;
	width: 485px;
}

#copy .item-desc p {
	padding: 0 35px 15px 12px;
}

#copy .item-desc p.price {
	color: #991417;
	text-align: left;
}

#copy .item-desc ul {
	list-style-type: square;
	padding: 0 35px 15px 35px;
}


#copy .item form p {
	clear: both;
	padding: 0 0 10px 12px;
}

.item form label {
	font-weight: bold;
}

.item form select {
	width: 95px;
}

.sizes {
	float: left;
	padding: 17px 0 0 0;
}

.add-to-cart {
	float: right;
}

a.view-cart {	
	background: url(../images/backgrounds/view-cart.gif);
	float: left;
	height: 54px;
	margin: 0 0 40px 0;
	text-indent: -9999px;
	width: 264px;
}

/* shipping rates */

#shipping-rates {margin: 0 0 30px 0;}

#sidebar dl {
	width: 265px;
	overflow: auto;
	margin: 0 0 5px 0;
    background-image: url(../images/backgrounds/dot.gif); 
	background-repeat: repeat-x; 
	background-position: 0px 13px;
}

#sidebar dt,dd.price {
	background-color: #FFF6A4;
}

#sidebar dt {
	float: left;
	padding-right: 3px;
}
#sidebar dd {
	margin:0
}
#sidebar dd.price {
	float: right;
	padding-left: 3px;
}

/*
IMAGES
================================================*/

.sit-right {
	border: 15px solid #fff;
	float: right;
	margin: 0 30px 20px 20px;
}

p .sit-right {
	margin: 0 0 20px 20px;
}

.sit-left {
	border: 15px solid #fff;
	float: left;
	margin: 0 30px 20px 15px;
}

p .sit-left {
	margin: 0 30px 20px 0;
}

dl.caption-right, dl.caption-left {
	float: right;
	overflow: visible;
	margin: 0 30px 20px 20px;
}

dl.caption-left {
	float: left;
	padding: 0 20px 20px 15px;
}

.caption-right img, .caption-left img{
	background-color: #fff;
	padding: 15px;
}

.caption-right dd, .caption-left dd{
	color: #991417;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	text-align: center;
}


/*
SIDEBAR
================================================*/

#sidebar {
	background: url(../images/backgrounds/sidebar.gif) repeat-x left top;
	color: #896619;
	float: left;
	font-size: 14px;
	padding: 15px 25px;
	width: 265px;
}

#sidebar div.hrule {
	border-top: 1px solid #FACA0E;
	margin: 0 0 30px 0;
}

#sidebar div.hrule hr {
	display: none;
}

#sidebar h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 0 0 25px 0;
	text-align: center;
}

#sidebar p {
	padding: 0 0 25px 0;
	text-align: justify;
}

#sidebar ul {
	line-height: 19px;
	list-style-type: square;
	padding: 0 0 25px 20px;
}

#sidebar ul li {
	padding: 0 0 10px 0;
}

#sidebar ul.stars {
	list-style-type: none;
	padding: 0 0 15px 0;
}


#sidebar ul.stars li {
	background: url(../images/backgrounds/star-li.gif) no-repeat;
	padding: 0 0 20px 30px;
}


#sidebar ul.testimony {
	list-style-type: none;
	padding: 0 0 15px 0;
	font-size: 13px;
	text-align: right;
}


#sidebar ul.testimony li {
	background: url(../images/backgrounds/testimony-li.gif) no-repeat;
	padding: 0 0 20px 25px;
}

#sidebar ul.testimony li p {
	font-style: italic;
	padding: 0;
	text-align: right;
}

#sidebar ul.testimony li p.quote-giver {
	color: #BE8A1A;
	font-style: normal;
}

#sidebar img {
	border: 1px solid #fff;
	margin: 0 0 25px 0;
}

/*book-teaser*/

#book-teaser {
	line-height: 18px;
	padding: 0 0 20px 0;
}

#book-teaser h2 {
	float: right;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	height: 35px; overflow: hidden;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 0;
	width: 185px;
}

#sidebar #book-teaser p {
	padding: 0 0 15px 0;
	text-align: justify;
}

#sidebar #book-teaser img {
	border: 0;
	float: left;
	margin: 0;
}

/*
SIDEBAR
================================================*/

#footer-wrapper {
	border-top: 5px solid #F7AE00;
	width: 100%;
}

#footer {
	width: 975px;
	margin: 0 auto;
}

#footer p {
	color: #FF6A24;
	font-size: 12px;
	line-height: 18px;
	padding: 50px 25px 0 0;
	text-align: right;
}

#footer p#footer-logo {	
	background: url(../images/backgrounds/footer-logo.gif);
	float: left;
	height: 140px;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	width: 375px;
}

#footer a:hover {color: #E5C442;}