
/* Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing:0;
}

fieldset,img {
  border: 0;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,acronym {
  border: 0;
}

html {
  font-size: 62.5%;
}

/* Site style */

body {
  font-family: "trebuchet MS",verdana,helvetica,sans-serif;
  font-size: 1.4em;
  background-color: white;
  color: #4F4E57;
}

textarea {
  font-family: "trebuchet MS",verdana,helvetica,sans-serif;
  font-size: 1.3em;
}

a {
  text-decoration: none;
  color: #515151;
}

a:hover {
  border-bottom: 1px dotted #4F4E57;
}

a.no-decoration {
  border: none;
}

p {
  margin: 10px 0;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 9px;
}

.clear {
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.aj {
  text-align: justify;
}

.rounded-sml {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.rounded-med {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.rounded-lrg {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#container {
  /*background: transparent url(/images/background.gif) repeat-y;*/
  width: 965px;
  margin: 25px auto;
  padding: 0 10px;
  position: relative;
}

#content {
  margin: 7px 0 0 0;
  position: relative;
  float: left;
  min-height: 250px;
}

#content h1 {
}

#content div.left {
  float: left;
  width: 413px;
  text-align: justify;
  margin: 0 25px 25px 0;
}

#content div.right {
  float: right;
  width: 439px;
  text-align: justify;
}

#header {
  height: 230px;
  width: 915px;
}

#header img.logo {
  float: left;
  padding: 10px 10px;
}

#header span {
  display: block;
  width: 600px;
  float: left;
  margin-left: 32px;
}

#header span a {
  text-indent: -4000px;
  display: block;
  outline: none;
  width: 400px;
  height: 35px;
}

#header h1 {
  padding: 10px;
}

span#title {
  color: #93C91C;
  height: 26px;
  background: transparent url(/images/title.gif) no-repeat;
  margin-top: 48px;
}

span#strap {
  color: #4F4E57;
  height: 21px;
  margin-top: 10px;
  background: transparent url(/images/strap.gif) no-repeat;
}

#footer {
  color: #4F4E57;
  clear: both;
  height: 100px;
}

#footer div.hr {
  border-bottom: 1px solid #4F4E57;
  height: 20px;
  margin-bottom: 12px;
}

#footer a {
  color: #4F4E57;
}

#footer li {
  list-style-type: none;
  float: left;
  padding-right: 10px;
  line-height: 63px;
}

#footer li.penultimate {
  border: none;
}

#footer li.last {
  float: right;
  padding: 0;
  margin: 0;
  border: none;
}

ul.h-nav {
  float: left;
  list-style-type: none;
  width: 965px;
}

ul.h-nav li {
  float: left;
  border-right: 1px solid #4F4E57;
  text-align: center;
}

ul.h-nav li.last {
  border-right: none;
}

#top-nav li {
  width: 191px;
}

#nav {
  list-style-type: none;
  padding: 18px 0;
  width: 120px;
  float: left;
  margin-left: 30px;
}

#nav li {
  height: 30px;
}

#nav a {
  color: black;
  font-size: 0.9em;
  font-weight: bold;
}

#nav a:hover {
  color: #93B02F;
  border-bottom: 1px dotted #93B02F;
}

.nav-link {
  font-size: 1.3em;
}

.aj {
  text-align: justify;
}

#contact {
  width: 620px;
  margin: 23px auto;
}

#contact li {
  min-height: 38px;
}

label {
  width: 83px;
  float: left;
}

#contact input, #contact textarea {
  width: 520px;
  color: #4F4E57;
  border: 1px solid #aaa;
  padding: 4px 0 4px 5px;
}

#contact textarea {
  font-size: 0.9em;
}

.button {
  border: 1px solid #4F4E57;
  margin: 0;
  padding: 8px;
  color: #4F4E57;
  background-color: #ddd;
  cursor: pointer;
  font: 15px arial;
  text-align: center;
  min-width: 90px;
  display: inline-block;
}

a.button {
  padding: 5px 8px 4px;
}

a.button:hover {
  border-bottom: 1px solid #4F4E57;
}

#contact textarea {
  height: 140px;
}

.required {
  float: left;
  clear: left;
  color: #aaa;
  font-size: 0.8em;
}

.error {
  color: red;
}

div.gallery div {
  display: inline;
}

div.gallery img.thumb {
  margin-left: 4px;
}

.gallery a {
  outline: none;
}

.gallery a:hover {
  border: none;
}

.back {
  position: absolute;
  bottom: 3px;
  left: 0;
}

.next {
  position: absolute;
  left: 400px;
  bottom: 3px;
}

.project {
  padding: 5px 0 0 80px;
}

.project ul {
  padding-left: 15px;
}

form ul {
  list-style-type: none;
}

#spot-right {
  float: left;
  width: 150px;
  padding: 18px 15px;
  text-align: center;
}

#products li {
  list-style-type: none;
  clear: both;
  min-height: 150px;
  margin-bottom: 20px;
  padding-right: 30px;
}

#products li img {
  float: left;
  margin-right: 30px;
}

#products h3 {
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 10px;
}
#products h3 a {
  color: black;
}  

#products p.actions {
  text-align: right;
}

#products a {
  font-weight: bold;
}

input.number, td.number {
  text-align: right;
}

input.xsmall, select.xsmall {
  width: 30px !important;
}

input.small, select.small {
  width: 50px !important;
}

input.medium, select.medium {
  width: 100px !important;
}

input.large, select.large {
  width: 200px !important;
}

input.xlarge, select.xlarge {
  width: 300px !important;
}

input.xxlarge, select.xxlarge {
  width: 495px !important;
}

input.date {
  width: 100px;
}

table.list {
  width: 100%;
}

table.list th, table.list td {
  padding: 5px;
}

input.checkbox {
  margin: 0;
  padding: 0 !important;
  width: auto !important;
}

input.radio {
  width: auto !important;
}

ul.articles li {
  list-style-type: none;
  padding-bottom: 8px;
}

ul.articles h3 {
  font-weight: bold;
  font-size: 1.1em;
  float: left;
  margin-bottom: 8px;
}

ul.articles span.date {
}

ul.articles p {
  clear: both;
  text-align: justify;
}

ul.articles img {
  float: left;
  margin-right: 10px;
}

a.icon-link {
  padding-left: 20px;
}

a.icon-link:hover {
  border: none;
}

a.add {
  background: transparent url(images/add.png) no-repeat;
}

a.delete {
  color: red;
  font-size: 0.8em;
  background: transparent url(images/delete.png) no-repeat;
}

#feature-panel {
  background-color: #999;
  width: 965px;
  height: 360px;
  position: relative;
}

#feature-panel a {
  color: white;
}

#feature-panel img {
  padding: 15px;
}

ul#feature-nav {
  position: absolute;
  right: 60px;
  bottom: 30px;
  list-style-type: none;
}

ul#feature-nav a {
  font-weight: bold;
  font-size: 1.2em;
}

#feature-panel .caption {
  width: 380px;
  float: left;
  color: black;
}

#feature-panel h2.caption {
  font-size: 1.4em;
}

div.book-desc {
  float: left;
  width: 700px;
  text-align: justify;
}

div.book-desc a {
  font-weight: bold;
}

a.buy {
  background: transparent url(/images/cart.gif) no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  padding-left: 65px;
  padding-top: 20px;
  margin-top: 24px;
}

a.buy:hover {
  border: none;
}

.cms-text ul {
  margin-left: 30px;
}

.cart-indicator {
  position: absolute;
  right: 10px;
  top: 24px;
  width: 96px;
  height: 33px;
  text-align: right;
}

.cart-indicator h3 {
  background: transparent url(/images/cart-sml-off.gif) no-repeat;
  padding-left: 18px;
  font-size: 0.8em;
  font-weight: bold;
}

.cart-indicator p {
  margin: 0;
  font-size: 0.7em;
}

#cart {
  width: 965px;
}

#cart h1 {
  background: transparent url(/images/cart.gif) no-repeat;
  height: 64px;
  width: 168px;
  margin: 0 auto;
  padding-left: 60px;
  padding-top: 16px;
}

#cart form {
  margin: 0 auto;
  width: 765px;
}

#cart table {
  border: 1px solid #4F4E57;
  border-collapse: separate;
  padding: 10px;
}

#cart th, #cart td {
  padding: 4px;
}

#checkout_form {

}

#checkout_form label {
  width: 150px;
}

#checkout_form fieldset {
  border: 1px solid #aaa;
  padding: 16px 0 16px 253px;
  width: 710px;
}

#checkout_form legend {
  padding: 5px;
  margin-left: -200px;
  font-weight: bold;
  color: #4F4E57;
}

#checkout_form input, #checkout_form select {
  padding: 4px 4px 4px 5px;
  width: 300px;
  color: #4F4E57;
  border: 1px solid #aaa;
}

#checkout_form select {
  width: 311px;
}

#checkout_form li {
  padding: 3px 0;
}

ul.confirmation {
  list-style-type: none;
  margin-bottom: 20px;
  float: left;
  width: 400px;
}

.confirmation li {
  width: 400px;
  float: left;
}

.confirmation strong {
  float: left;
  width: 140px;
}

div.panel {
  float: left;
  width: 450px;
}

.social_icon {
  display: inline-block;
  text-indent: -4000px;
  vertical-align: text-bottom;
  padding-right: 6px;
}

.social_icon a {
  background: transparent url(/images/social.png) no-repeat scroll 0 0;
  width: 37px;
  height: 37px;
  display: block;
  outline: none;
}

.social_icon a:hover {
  border-bottom: none;
}

.social_icon.fb a {
  height: 34px;
  margin-left: 7px;
}

.social_icon.twitter a {
  background-position: 0 -34px;
}

.social_icon.blog a {
  background-position: 0 -70px;
  height: 34px;
}