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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
  background: #6c4415 url(images/main-back.png) repeat-x 0 0;
  font-family: Arial;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.goaway {
  text-indent: -9999px;
}

a {
  color: #7dd5ff;
  font-size: 12px;
  text-decoration: none;
}

img, div, a, li, h3 { behavior: url(iepngfix.htc) }


/* Top Section */
div#main-back {
  width: 100%;
  text-align: center;
  background: url(images/topheader.jpg) no-repeat center 0;
}

div#header {
  width: 940px;
  margin: 0 auto;
  height: 396px;
  position: relative;
  text-indent: -9999px;
}

div#top-left {
  background: url(images/topleft.png) no-repeat 0 0;
  width: 560px;
  height: 26px;
  position: absolute;
  top: 33px;
  left: 0;
}

div#top-right {
  background: url(images/topright.png) no-repeat 0 0;
  width: 21px;
  height: 543px;
  position: absolute;
  top: 58px;
  right: -20px;
}






/* Menu */
div#menu {
  width: 940px;
  margin: 0 auto;
}

div#menu ul {
  float: right;
  margin-right: 60px;
}

div#menu ul li {
  float: left;
}

div#menu ul li a {
  text-decoration: none;
  color: #7dd5ff;
  font-size: 16px;
  display: block;
  padding: 12px 11px 10px 11px;
  border-left: solid 1px #7dd5ff;
}

div#menu ul li a.border {
  border-right: solid 1px #7dd5ff;
}

div#menu ul li a:hover {
  background-color: #3e81a2;
}

div#menu ul li a.current {
  background-color: #3e81a2;
}






/* Mid Body */
div#body-back {
  width: 100%;
  background: url(images/midback.jpg) no-repeat center 0;
}

div#body {
  width: 940px;
  margin: 0 auto;
  background-color: #e4eff5;
  padding: 30px 0;
  position: relative;
}

div#bot-left {
  width: 19px;
  height: 415px;
  background: url(images/botleft.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  left: -19px;
}

div#bot-right {
  width: 480px;
  height: 23px;
  background: url(images/botright.png) no-repeat 0 0;
  position: absolute;
  bottom: -22px;
  right: 0;
}

div#body-wrap {
  width: 820px;
  margin: 0 auto;
  text-align: left;
}

div#info-left {
  float: left;
  width: 500px;
}

div#info-left p {
  font-size: 12px;
  color: #26556b;
  padding-bottom: 20px;
  line-height: 18px;
}

div#info-left p a {
  color: #25445b;
  font-weight: bold;
}

div#info-left h3 {
  font-size: 17px;
  padding: 5px 0;
}

div#info-left img.padding-bot {
  padding-bottom: 25px;
}

div#maxquote, div#book-title {
  color: #26556b;
  padding-bottom: 25px;
}

div#maxquote img, div#book-title img {
  float: left;
  padding-right: 19px;
}

div#maxquote h1, div#book-title h2 {
  font-size: 24px;
}

div#maxquote p, div#book-title p {
  font-size: 14px;
  font-style: italic;
  padding: 13px 0 5px;
  line-height: 18px;
}

div#maxquote h3 {
  font-size: 18px;
  text-indent: 10px;
}

div#info-right {
  float: right;
  width: 260px;
}

div#info-right div#pre-top {
  text-indent: -9999px;
  width: 260px;
  height: 33px;
  background: url(images/preordertitle.png) no-repeat 0 0;
}

div#info-right div#contact-top {
  text-indent: -9999px;
  width: 260px;
  height: 33px;
  background: url(images/contact-title.png) no-repeat 0 0;
}

div#info-right div#illustrator-top {
  text-indent: -9999px;
  width: 260px;
  height: 33px;
  background: url(images/illustrator-title.png) no-repeat 0 0;
}

div#info-right div#pre-mid {
  background-color: #26556b;
  color: white;
  width: 220px;
  padding: 0 20px;
}

div#pre-mid b {
  color: #7dd5ff;
  font-size: 12px;
  float: right;
  padding: 10px 0 15px 0;
}

div#pre-mid p {
  line-height: 17px;
  font-size: 12px;
}

div#pre-mid p.paddingtop {
  padding-top: 15px;
}

div#pre-mid form {
  padding: 10px 0;
}

div#pre-mid input.text {
  color: #333;
  font-size: 12px;
  background-color: #c8e1ea;
  border: solid 1px #082431;
  width: 190px;
  height: 22px;
  padding: 3px 5px 0 5px;
}

div#pre-mid input.text:focus, div#pre-mid input.textarea:focus {
  background-color: #4b859c;
  color: #fff;
}

div#pre-mid input.textarea {
  color: #333;
  font-size: 12px;
  background-color: #c8e1ea;
  border: solid 1px #082431;
  width: 190px;
  height: 80px;
  padding: 3px 5px 5px 5px;
}

div#pre-mid input.submit {
  float: right;
  padding: 18px 19px 5px 0;
}






div#book_item {
  float: left;
  width: 100px;
}

div#book_item img {
  margin-top: 18px;
}

div#book_info {
  float: left;
  width: 120px;
}

div#book_info h2 {
  font-size: 14px;
}

div.item_price {
  font-size: 12px;
  color: #7dd5ff;
  margin: 5px 0;
}

input.item_quantity {
  width: 20px;
  margin: 5px 0;
}

div#cartbut a.item_add {
  width: 79px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  margin: 5px 0 0;
  background: url(images/addcart.png) no-repeat 0 0;
}

div#shelf {
  width: 220px;
  height: 22px;
  background: url(images/shelf.png) no-repeat 0 0;
  margin-bottom: 25px;
}

div#book_quantity {
  font-size: 14px;
}

span.simpleCart_quantity {
  font-size: 16px;
  color: #7dd5ff;
  font-weight: bold;
}

div#book_total {
  font-size: 14px;
  margin: 10px 0 7px;
}

span.simpleCart_total {
  font-size: 16px;
  color: #7dd5ff;
  font-weight: bold;
}

div#checkout {
  margin: 30px 0;
}

div#checkout a.simpleCart_checkout {
  width: 80px;
  height: 31px;
  display: block;
  text-indent: -9999px;
  background: url(images/checkout.png) no-repeat 0 0;
}

div#checkout a.simpleCart_empty {
  width: 80px;
  height: 31px;
  display: block;
  text-indent: -9999px;
  background: url(images/empty.png) no-repeat 0 0;
}

div#book_out {
  font-size: 16px;
  padding-top: 10px;
}

div#preorder {
  font-size: 14px;
  margin-top: 7px;
}

div#retail {
  font-size: 14px;
  margin-top: 5px;
  color: #7dd5ff;
}

div#booktitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}









div#info-right div#pre-bot {
  text-indent: -9999px;
  width: 260px;
  height: 19px;
  background: url(images/bot-round.png) no-repeat 0 0;
}

div#info-right img.familypad {
  padding-top: 20px;
}

div#pre-mid h3 {
  font-size: 15px;
  padding-bottom: 10px;
}

div#pre-mid ul {
  list-style: disc outside none;
  margin-left: 13px;
}

div#pre-mid li {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 15px;
}

div#pre-mid a {
  color: #7dd5ff;
}





div#tile1 {
  float: left;
  width: 180px;
  height: 261px;
  padding-right: 33px;
  position: relative;

}

div#tile2 {
  float: left;
  width: 180px;
  height: 261px;
  padding-right: 33px;
  position: relative;
}

div#tile2 h3 {
  width: 95px;
  height: 71px;
  position: absolute;
  background: url(images/pre-order.png) no-repeat 0 0;
  top: -2px;
  left: -1px;
  text-indent: -9999px;
}

div#tile3 {
  float: left;
  width: 180px;
  height: 261px;
  position: relative;
}

div#tile4 {
  float: right;
  width: 180px;
  height: 261px;
  position: relative;
}

div#blog-top {
  margin-top: 33px;
  background: #26556b url(images/topblog.png) no-repeat 0 0;
  height: 41px;
}

div#blog-top h3 {
  font-size: 20px;
  color: #fff;
  padding: 40px 0 0 100px;
  float: left;
}

div#blog-top #right {
  float: right;
  padding: 40px 20px 0 0;
  color: #7dd5ff;
}

div#blog-top a {
  color: #7dd5ff;
  text-decoration: none;
  font-size: 12px;
}

div#blog-top a:hover {
  text-decoration: underline;
}

div#blog-mid {
  background-color: #26556b;
  color: #fff;
  font-size: 12px;
  padding: 25px 20px 10px;
}

div#blog-mid p {
  line-height: 15px;
}

div#blog-mid img.feed {
  float: left;
  margin: 20px 10px 10px;
}

div#blog-mid p.feed_info {
  float: left;
  margin: 42px 0 0 10px;
  width: 400px;
}

p.date {
  font-size: 12px;
}

div#blog-bot {
  width: 820px;
  background: #26556b url(images/botblog.png) no-repeat 0 bottom;
}

div#blog-bot p {
  height: 11px;
}

div#blog-top-empty {
  width: 820px;
  margin-top: 33px;
  background: #26556b url(images/toptitleblog.png) no-repeat 0 0;
}

div#blog-top-empty h3 {
  font-size: 20px;
  color: #fff;
  padding: 15px 0 0 22px;
  float: left;
}

div#blog-top-empty #right {
  float: right;
  padding: 40px 20px 0 0;
  color: #7dd5ff;
}

div#blog-top-empty a {
  color: #7dd5ff;
  text-decoration: none;
  font-size: 12px;
}

div#blog-top-empty a:hover {
  text-decoration: underline;
}

div#blog-bot a {
  text-decoration: none;
  color: #7dd5ff;
  font-size: 12px;
  float: right;
  padding: 0 20px 7px 0;
}

a.post-edit-link {
  float: left;
  margin: 8px 0;
}

h3#respond {
  text-align: left;
  margin: 10px 0;
}

form#commentform {
  text-align: left;
}

ol.commentspace {
  margin-top: 20px;
}

li.cus-comment {
  margin-bottom: 30px;
  border: solid 1px #34708d;
}

div#top-avatar {
  padding: 8px 5px 8px 15px;
  background-color: #3e819b;
  border-bottom: 3px solid white;
  color: #7dd5ff;
  font-size: 16px;
}

p.approval {
  font-size: 14px;
  color: black;
}

div#top-avatar div.dates {
  font-size: 12px;
  color: white;
}

div.dates a {
  font-size: 16px;
}

div#bot-comments {
  padding: 6px 5px 15px 5px;
  font-size: 14px;
}



span.avatarname {
  color: #7dd5ff;
  font-size: 16px;
}

h3#respond {
  padding-top: 8px;
}

div#author {
  font-size: 14px;
  color: black;
  margin: 10px 0 3px;
}

input#author {
  border: solid 1px #3e819b;
  padding: 3px;
  width: 150px;
}

div#email {
  font-size: 14px;
  color: black;
  margin: 10px 0 3px;
}

span.red {
  font-size: 12px;
  color: red;
}

input#email {
  border: solid 1px #3e819b;
  padding: 3px;
  width: 150px;
}

textarea#comment {
  margin: 10px 0 5px 0;
  border: 1px solid #3e819b;
}

div#wholesale {
  margin: 45px 0 0 0;
}









/* Footer */
div#footer {
  width: 940px;
  margin: 0 auto;
  color: #b88648;
  font-size: 10px;
  padding : 50px 0 50px 0;
}

div#footer ul {
  float: right; 
}

div#footer li {
  float: left;
  padding: 34px 10px 0 56px;
  margin-left: 5px;
  border-right: dotted 1px #7dd5ff;
}

div#footer li.face {
  background: url(images/facebook.png) no-repeat 0 0;
}

div#footer li.subscribe {
  background: url(images/rss.png) no-repeat 0 0;
}

div#footer li.twitter {
  background: url(images/twitter.png) no-repeat 0 0;
}

div#footer li.email {
  background: url(images/mail.png) no-repeat 0 0;
  padding-left: 85px;
}

div#footer li.hwear {
  background: url(images/hwlogo.png) no-repeat 0 0;
}


