/*
 * 
 * AVUNLEASHED.COM stylesheet
 * Contents (c) 2008 Steven Foote. All Rights Reserved.
 * Design and implementation by Raphael Tehan for Longbourn Productions http://www.longbournprods.com
 * 
 */


/*
 * SITE-WIDE SETTINGS
 */

body {
	margin: 0;
	padding: 0;

	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: medium;
	background-color:#0079c9;
	color: #1e281d;
}

#indwrap {
	width:1000px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bannertop.jpg);
	background-repeat:no-repeat;
}

 #main {
	width:1000px;
	height:auto;
}
#head {
	width:1000px;
	height:200px;
	padding-top:0px;
}

 #logo {
	width:160px;
	height:74px;
	margin-left:50px;
}

#nav {
	width:1000px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	background-color:#ffF;
	z-index:-1000;
		}

#mainbody {
	background:url(../images/curtain.jpg);
	background-repeat:no-repeat;
	width:1000px;
	background-color:#FFF;
	margin-top:0px;
	height:auto;
}
#cart {
	width:200px;
	height:45px;
	margin-left:55px;
	margin-top:30px;
}

#left {
	width:245px;
	height:auto;
	margin-left:35px;
	float:left;
}

#right {
	width:600px;
	height:auto;
	float:right;
	
	margin-right:35px;
	padding: 25px;
	background: transparent url(../images/welcome-box.jpg) no-repeat right top;
}

/*body:before {
	content: ' ';
	line-height: 0.1em;
	background: transparent url(../images/banner-bar-thick.jpg) repeat-x left top;
	display: block;
	width: 100%;
	height: 39px;
	z-index: 10;
}*/

/* reset margin and padding on most elements */
h1, h2, h3, h4, h5, h6, p, a, li, ul, form, legend {
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 125%;
	font-weight: normal;
	color: #0079C9;
	margin-bottom: 1em;
}

h3 {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #af3417;
	margin-bottom: 0.3em;
}

dt {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #af3417;
	margin-bottom: 0.3em;
	margin-top: 1em;
}

p {
	font-size: 90%;
	line-height: 1.3em;
	margin-top: 0.7em;
}

dd {
	font-size: 90%;
	line-height: 1.3em;
	margin-top: 0.7em;
}


li {
	line-height: 1.3em;
	font-size: 90%;
}

a {
	text-decoration: none;
	color: #0079C9;
}

a:hover {
	color: #AF3417;
}

.coming-soon-link {
	color: gray;
	font-style: italic;
}

.error-msg {
	color: red;
}

input.error-field {
	border-color: red;
}

p.fine-print {
	font-size: 75%;
	margin-top: 25px;
}




/*
 * BASIC SITE STRUCTURE
 */

div#content {
	float: right;
	width: 100%;
	margin-left: -245px;
	padding-bottom: 100px;
	padding-top: 40px;
	position: relative;
}

div#content:after {
	content: " ";
	display: block;
	clear: both;
	line-height: 0.1em;
}

div#main-content {
	margin-left: 245px;
	padding: 0 25px;
}

div#secondary-content {
	float: left;
	width: 215px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

div#wrapper {
	min-width: 730px;
	max-width: 1225px;
	margin: 0 auto;
	background: white url(../images/curtain.jpg) no-repeat left top;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

div#wrapper:after {
	content: " ";
	line-height: 0.1em;
	display: block;
	clear: both;
}




/*
 * HEADER AND LOGO
 */

/* smaller size logo */
h1 a {
	display: block;
	position: absolute;
	margin-left: 40px;
	text-indent: -1000em;
	height: 74px;
	width: 160px;
	margin-top: -98px;
	background: transparent url(../images/logo-smaller.png) no-repeat left top;
	z-index: 99;
	left: -34px;
	top: -94px;
}



/*
 * MAIN CONTENT
 */

div#welcome-box {
	padding: 25px;
	padding-right: 25%;
	background: transparent url(../images/welcome-box.jpg) no-repeat right top;
	font-family: Georgia, Garamond, Times, serif;
	min-height: 200px;
}

ul#books-list {
	list-style: none;
	margin-right: 15%;
}

ul#books-list li {
	/*background: transparent url(../images/book-icon.jpg) no-repeat left bottom;*/
	min-height: 145px;
	padding: 15px;
	padding-left: 165px;
	padding-top: 1.4em;
	margin-bottom: 2em;
}

ul#books-list li img.book-icon {
	border: 0;
	float: left;
	display: block;
	width: 165px;
	margin: 15px 0;
	margin-left: -165px;
}

ul#books-list li a.buy-button {
	display: block;
	margin-top: 14px;
	width: 109px;
}

ul#books-list li a.buy-button img {
	border: 0;
}

/*ul#books-list li.power {
	background: transparent url(../images/book-icon-power.jpg) no-repeat left bottom;
}

ul#books-list li.performance {
	background: transparent url(../images/book-icon-performance.jpg) no-repeat left bottom;
}

ul#books-list li.buysell {
	background: transparent url(../images/book-icon-buysell.jpg) no-repeat left bottom;
}*/

ul#books-list h3 {
	font-size: 115%;
	margin-left: -165px;
	margin-top: -1.4em;
}

ul#books-list h3 a {
	color: #af3417;
}

ul#books-list p {
	font-size: 85%;
	line-height: 1.5em;
	margin-top: 15px;
}

/*div#cables-splash {
	height: 138px;
	margin: 0 0 30px;
	padding: 30px 50px 0 240px;
	background: transparent url(../images/cables-homepage-left.jpg) no-repeat left top;
	padding-right: 42px;
}*/

div#cables-splash {
	padding-left: 160px;
	margin-right: 150px;
	margin-bottom: 25px;
}

a.cables-icon {
	display: block;
	float: left;
	margin-left: -155px;
	margin-bottom: 50px;
	margin-top: 8px;
}

a.cables-icon img {
	border: 0;
}

div#cables-splash h3 a {
	color: #af3417;
	margin-left: -160px;
}

div#cables-splash p {
	font-size: 90%;
}

div#cables-splash p a {
	font-size: 90%;
}

img#cables-homepage-logo {
	float: left;
	/*margin-right: 6px;
	margin-bottom: 6px;*/
	margin-top: 4px;
}



/*
 * REVISED HOMEPAGE BOOKS DIV
 */

div#books-homepage {
	margin-right: 75px;
	clear: left;
	margin-top: 25px;
	margin-bottom: 25px;
}


div#books-homepage ul {
	list-style: none;
	margin-right: 30px;
}

div#books-homepage ul li {
	padding-left: 125px;
	clear: left;
	margin-top: 1em;
}

div#books-homepage ul li h3 {
	margin-top: 1em;
}

div#books-homepage ul li a.book-icon {
	display: block;
	float: left;
	margin-right: 12px;
	margin-left: -125px;
}

div#books-homepage ul li a.book-icon img {
	border: 0;
}


div#other-services {
	padding-right: 25%;
	clear: left;
}





/*
 * INDIVIDUAL BOOK PAGES
 */


div#book-essentials, div#cables-essentials {
	border-bottom: 1px dotted #af3417;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-left: 25px;
	padding-left: 274px;
}

div#book-essentials:after, div#cables-essentials:after {
	content: " ";
	display: block;
	line-height: 0.1em;
	clear: both;
	text-indent: -1000em;
}

div#book-essentials h2, div#cables-essentials h2 {
	margin-left: -274px;
}

div#book-essentials p, div#cables-essentials p {
	color: #0079c9;
	width: 140px;
	text-align: center;
}

div#book-essentials p.price, div#cables-essentials p.price {
	color: #1a8604;
}

img.book-cover {
	padding: 0 50px 50px 12px;
	margin: 0;
	margin-right: 12px;
	margin-left: -274px;
	/*border-right: 1px dotted #af3417;*/
	background: transparent url(../images/cover-background.png) no-repeat -25px -25px;
	float: left;
	width: 200px;
}

h3.book-brief-description {
	line-height: 1.2em;
	margin-top: 25px;
	margin-right: 25px;
	font-size: 95%;
}

ul.book-stats {
	list-style: none;
}

ul.book-stats li {
	margin-top: 0.4em;
}

div.book-main-description {
	float: left;
	width: 70%;
	margin-right: 5%;
	/*margin-bottom: 25px;*/
}

div.book-main-description p, div.book-main-description li {
	color: #0079c9;
}

div.book-main-description ul {
	list-style-position: inside;
}

div.book-main-description p.pullquote {
	color: #af3417;
	background: transparent url(../images/quote-opening.gif) no-repeat left top;
	margin: 1.75em 0;
}

ul.testimonials {
	float: right;
	width: 25%;
	list-style: none;
	margin-bottom: 25px;
}

ul.testimonials li {
	background: transparent url(../images/quote-opening.gif) no-repeat left top;
	padding-left: 20px;
	margin-top: 1.5em;
}

ul.testimonials li p {
	background: transparent url(../images/quote-closing.gif) no-repeat bottom right;
	padding-right: 20px;
}

ul.testimonials li.no-quote {
	background: none;
}

div.buy {
	clear: both;
	/*border-top: 1px dotted #af3417;
	margin-top: 10px;*/
	padding-top: 25px;
}

div.book-main-description img.book-cover-icons {
	float: left;
}

p.price {
	color: #1a8604;
	/*margin-left: 30px;*/
	margin-bottom: 12px;
}

div.book-main-description h4 {
	color: #af3417;
	margin-top: 25px;
	font-style: italic;
	font-weight: normal;
}

p.combo1, p.combo2 {
	margin-top: 30px;
	padding-top: 8px;
	border-top: 1px dotted #af3417;
}

div.buy-info {
	margin: 25px 0 12px;
}

div.buy-info a {
	display: block;
	border: 0;
}

img.buy-button {
	border: 0;
}

div.buy-info:after {
	content: ' ';
	display: block;
	text-indent: -1000em;
	line-height: 0.1em;
	clear: both;
}

div.buy-info p {
	float: left;
}

img.book-cover-icons {
	float: left;
	margin-right: 20px;
}

div.book-main-description span.price {
	color: #1a8604;
	margin-left: 30px;
	margin-bottom: 10px;
	display: block;
}



/*
 * CABLES PAGE
 */

img.cables-image {
	padding: 0 0 0 30px;
	margin: 0;
	margin-right: 30px;
	margin-left: -270px;
	/*border-right: 1px dotted #af3417;*/
	float: left;
	width: 210px;
}

img.cables-extras {
	display: block;
	margin: 20px;
}

img.cables-logo {
	display: block;
	margin-bottom: 12px;
}

div#cables-essentials p.shipping-note, div.book-main-description span.shipping-note {
	color: black;
}

div#cables-essentials {
	padding-left: 270px;
}

div#cables-essentials h2 {
	margin-left: -270px;
}






/*
 * SHOPPING CART RELATED
 */


form#add-to-cart {
	margin: 15px 0;
}

form#add-to-cart-bottom {
	margin: 15px 0;
	margin-left: 100px;
}

form#add-to-cart-bottom p {
	float: none;
	margin-left: 0;
}

form#add-to-cart select, form#add-to-cart input, form#add-to-cart-bottom select, form#add-to-cart-bottom input {
	display: block;
	margin: 12px 0;
}

form#add-to-cart option, form#add-to-cart select, form#add-to-cart-bottom select, form#add-to-cart-bottom input {
	color: #1a8604;
}

a#view-cart {
	position: absolute;
	font-size: 90%;
	top: 0px;
	right: 15px;
	/*color: #af3417;*/
	color: black;
	/*font-weight: bold;*/
	text-decoration: underline;
}

a#view-cart:hover {
	color: #af3417;
}

a.view-cart-button {
	display: block;
	width: 140px;
	margin-left: 30px;
}

a.view-cart-button img {
	border: 0;
}









/*
 * TESTIMONIALS PAGE AND SIDEBAR CONTENT
 */



/*div.book-main-description p.pullquote {
	color: #af3417;
	background: transparent url(../images/quote-opening.gif) no-repeat left top;
	margin: 1.75em 0;
}*/

div.testimonial-page {
	padding: 25px 15%;
	padding-left: 8%;
	min-height: 220px;
	background: transparent url(../images/contact-us-box.jpg) no-repeat right top;
}

div.testimonial-page h2 {
	margin-left: -6%;
}

div.testimonial-page h3 {
	margin-top: 2em;
}

div.testimonial p, div.testimonial-page p {
	background: transparent url(../images/quote-opening.gif) no-repeat left top;
	padding-left: 20px;
	margin-top: 1.5em;
	min-height: 36px;
}

div.testimonial p.no-quote, div.testimonial-page p.no-quote {
	background: none;
	padding-left: 10px;
}

/*div.testimonial h5.testimonial-writer, div.testimonial-page h5.testimonial-writer {
	background: transparent url(../images/quote-closing.gif) no-repeat right top;
	padding-right: 20px;
}*/

div.testimonial-page h5.testimonial-writer {
	margin-top: 0.5em;
}

div.sidebar-box h5.testimonial-writer {
	margin: 1em 15px;
	font-size: 80%;
}

div.book-main-description a {
	color: #447a33;
}

div.book-main-description a:hover {
	color: #af3417;
}







/*
 * CONTACT AND NEWSLETTER PAGE AND FORM
 */

div#contact-us, div#thanks, div#newsletter {
	padding: 25px;
	padding-right: 25%;
	min-height: 220px;
	background: transparent url(../images/contact-us-box.jpg) no-repeat right top;
}

div#newsletter {
	padding-bottom: 0;
}

div#contact-us ul {
	list-style: none;
}

div#contact-us li {
	margin-top: 1em;
}

div#contact-us li h4 {
	font-weight: normal;
}

form#contact-form, form#newslettersubscribe {
	width: 421px;
	background: white url(../images/contact-us-form-top.gif) no-repeat left top;
	padding: 15px;
	margin-left: 15px;
}

form#newslettersubscribe {
	margin-top: -50px;
}

form#contact-form fieldset, form#newslettersubscribe fieldset {
	border: none;
	margin-left: -15px;
	margin-bottom: -15px;
	margin-right: -15px;
	padding: 0 30px 30px;
	background: transparent url(../images/contact-us-form-bottom.gif) no-repeat left bottom;
}

form#contact-form fieldset input.submit-button, form#newslettersubscribe fieldset input.submit-button {
	float: none;
	display: block;
	margin-top: 10px;
}

form#contact-form legend, form#newslettersubscribe legend {
	font-weight: normal;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	color: #af3417;
	font-size: 90%;
	margin-left: -15px;
}

div#hidden {
	display: none;
}

form#contact-form p, form#newslettersubscribe p {
	font-size: 70%;
}

.required {
	color: red;
}

div#newsletter p a {
	text-decoration: none;
	color: #0079C9;
}

div#newsletter p a:hover {
	color: #AF3417;
}

div#newsletter p a:visited {
	color: #0079C9;
}

div#contact-us ul h4 {
	font-weight: bold;
}



/*
 * ABOUT US PAGE
 */


div#about-us {
	padding: 25px;
	padding-right: 25%;
	min-height: 220px;
	background: transparent url(../images/contact-us-box.jpg) no-repeat right top;
	margin-bottom: 2.5em;
}

div#about-us h3 {
	margin-top: 1.5em;
}

div#about-us ul {
	margin-top: 1em;
}

div#about-us li {
	margin-left: 16px;
}








/*
 * CONTEST PAGE
 */


div#contest {
	padding: 25px;
	padding-right: 25%;
	min-height: 220px;
	background: transparent url(../images/contact-us-box.jpg) no-repeat right top;
	margin-bottom: 2.5em;
}

div#contest h3 {
	margin-top: 1.5em;
}

div#contest h3 img {
	border: 1px solid #0079c9;
}

div#contest ul {
	margin-top: 1em;
}

div#contest li {
	margin-left: 16px;
}

div#contest form#newslettersubscribe {
	margin-top: 10px;
}

div#contest strong.update {
	color: #af3417;
}



/*
 * USED PARTS PAGE
 */


ul#parts-list {
	list-style: none;
}

ul#parts-list li {
	margin-left: 2em;
}

ul#parts-list span.qty {
	font-weight: bold;
	margin-left: -2em;
	float: left;
	display: inline-block;
}









/*
 * SIDEBAR
 */

.sidebar-box {
	background: transparent url(../images/sidebar-rounded-green-top.png) no-repeat left top;
	padding: 15px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	font-size: 95%;
	position: relative;
}

.sidebar-box:after {
	content: " ";
	display: block;
	clear: both;
	height: 45px;
	width: 209px;
	margin-bottom: -65px;
	margin-left: -15px;
	background: url(../images/sidebar-rounded-green-bot.png) no-repeat left bottom;
}

.sidebar-box h4 {
	color: #af3417;
	font-weight: normal;
	font-family: "Lucida Grande", Helvetica, sans-serif;
}

.sidebar-box p {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 75%;
	line-height: 1.6em;
	color: #454C40;
}

.sidebar-box p a {
	color: #0079C9;
}

.sidebar-box p a:hover {
	color: #af3417;
}


ul.nav {
	list-style: none;
	font-size: 80%;
}

ul.nav li {
	margin-bottom: 0.5em;
	color: gray;
	font-style: italic;
}

ul.nav li a {
	color: #0079C9;
}

ul.nav li a:hover, ul.news li a:hover {
	color: #af3417;
}

.contest-box {
	margin-bottom: 30px;
	font-size: 95%;
	position: relative;
}

.contest-box img {
	margin: 0;
	padding: 0;
	border: 0;
}

.news {
	background: transparent url(../images/sidebar-rounded-orange-top.png) no-repeat left top;
}

.news:after {
	background: url(../images/sidebar-rounded-orange-bot.png) no-repeat left bottom;
}

.news h4 {
	color: #0079c9;
}

.news li {
	display: block;
	color: #447a33;
	/*padding-left: 30px;*/
	/*background: url(../images/calendar-icon-march-00.gif) no-repeat 0px 5px;*/
	margin-left: 15px;
	margin-right: 15px;
	font-size: 80%;
	line-height: 1.4em;
	margin-top: 8px;
}

.news li a {
	color: #447a33;
}

a.march-09 {
	background: url(../images/calendar-icon-march-09.gif) no-repeat 0px 5px;
}

a.march-10 {
	background: url(../images/calendar-icon-march-10.gif) no-repeat 0px 5px;
}

a.nov-17 {
	background: url(../images/calendar-icon-nov-17.html) no-repeat 0px 5px;
}

div#secondary-content ul.news p {
	font-size: 90%;
	margin-left: 5px;
	margin-right: 0;
	margin-top: 0;
}

.news span {
	display: inline-block;
	margin-right: 4px;
	height: 16px;
	width: 25px;
	padding-top: 10px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: green;
}

.news span.jan {
	background: blue url(../images/calendar/jan.gif) no-repeat left top;
}

.news span.feb {
	background: blue url(../images/calendar/feb.gif) no-repeat left top;
}

.news span.mar {
	background: blue url(../images/calendar/mar.gif) no-repeat left top;
}

.news span.apr {
	background: blue url(../images/calendar/apr.gif) no-repeat left top;
}

.news span.may {
	background: blue url(../images/calendar/may.gif) no-repeat left top;
}

.news span.jun {
	background: blue url(../images/calendar/jun.gif) no-repeat left top;
}

.news span.jul {
	background: blue url(../images/calendar/jul.gif) no-repeat left top;
}

.news span.aug {
	background: blue url(../images/calendar/aug.gif) no-repeat left top;
}

.news span.sep {
	background: blue url(../images/calendar/sep.gif) no-repeat left top;
}

.news span.oct {
	background: blue url(../images/calendar/oct.gif) no-repeat left top;
}

.news span.nov {
	background: blue url(../images/calendar/nov.gif) no-repeat left top;
}

.news span.dec {
	background: blue url(../images/calendar/dec.gif) no-repeat left top;
}





/*
 * DEALERS PAGE
 */

ul.dealers {
	list-style: none;
	float: left;
	width: 95%;
	margin-bottom: 30px;
}

ul.dealers li {
	float: left;
	width: 33%;
	margin-left: 10%;
	margin-top: 2em;
}

ul.dealers li h4 {
	text-decoration: underline;
}

span.phone {
	display: block;
	margin-top: 2em;
}

ul.dealers li a {
	display: block;
}

h3.dealers-region {
	clear: left;
	margin-top: 35px;
}











/*
 * NEWSLETTER SUBSCRIPTION AND FORMS
 */

form.newsletter-form {
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
}

input.submit-button {
	border: none;
	float: right;
	margin: 0;
	margin-top: 4px;
}

input#email-address {
	border: 1px solid #af3417;
	width: 100%;
}

label {
	font-size: 75%;
	margin-top: 1em;
	display: block;
	text-align: left;
	color: #454C40;
}

div.adminmessage {
	border: 2px dashed #000000;
	padding: 10px;
	margin-bottom: 15px;
	background-color: white;
	}
	
.hidden-input {
	display: none;
}




/*
 * FOOTER
 */

div#footer {
	clear: both;
	background: #060a0d url(../images/footer.jpg) repeat-x left top;
	min-height: 20px;
	padding: 25px;
	text-align: center;
	border-top: 1px solid #af3417;
}

h6 {
	color: #af3417;
	margin: 0 auto;
	font-size: 60%;
	font-weight: normal;
}

div#footer p {
	font-size: 60%;
	color: #af3417;
}

div#footer p a {
	color: #af3417;
	text-decoration: underline;
}

div#footer p a:hover {
	color: white;
}
