@charset "utf-8";

* { padding: 0; margin: 0; }

body, input {
  font: 11px Arial, Helvetica, sans-serif;
  color: #5D5D5D;
}

p {
  margin: 1em 0;
}

a {
  text-decoration: none;
	color: #8d8d8d;
}

a:hover {
	color: #BD1010;
}

a:active {
	color: #BD1010;
}

a.current {
  color: #BD1010 !important;
}

a img {
  border: 0;
}

h1 {
	font: normal 16px "Times New Roman", Times, serif;
	color: #BD1010;
	text-transform: uppercase;
}

input {
  border: 1px solid #8d8d8d;
  padding: 2px;
}

.validation-advice {
  color: #bd1010;
}

/* Header */

#header #headerGraphic {
	z-index: 1;
	margin: 0 13px;
}

#header {
  margin-top: 20px;
	height: 80px;
	width: 878px;
	z-index: 1;
}

/* Navigation Bar */

#navBar {
  font-size: 12px;
	text-align: center;
	position: absolute;
	width: 878px;
	margin-top: 70px;
}

#navBar li {
	font-weight: bold;
	list-style: none;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}

#navBar li a {
  padding: 15px;
}

/* Content */

#wrapper {
	width: 878px;
	margin-right: auto;
	margin-left: auto;
}

#contentHolder {
	width: 878px;
	margin-top: 70px;
	_margin-top: 45px;
}

.content {
  margin: 0 auto;
	width: 582px;
	text-align: left;
	font-size: 11px;
	color: #5d5d5d;
	line-height: 1.4em;
}

/* Index */

#index {
  margin: 0 auto;
  text-align: center;
}

#preload {
  display: none;
}

/* Home */

#home {
  margin-top: -46px;
}

/* Bio Page */

#biography {
  *margin-left: 145px;
}

#biography div {
  float: right;
  width: 380px;
  margin-top: -12px;
}

#biography div em {
  color: #BD1010;
  font-style: normal;
}

#biography img {
  float: left;
}

/* Stores Page */

#stores {
  margin-left: 247px;
}

#stores ul {
  width: 180px;
  float: left;
}

#stores ul li {
  margin-bottom: 8px;
  list-style: none;
}

#stores ul li a {
  font-weight: bold;
}

#stores div {
  margin-left: 180px;
}

#stores div strong, #stores div strong a {
  color: #BD1010;
}

#stores div p {
  margin-bottom: 1.8em;
}

#stores div a {
  font-weight: bold;
}

/* Shop Information Page */ 

#info {
  margin-left: 247px;
  margin-bottom: 12px;
  *margin-top: -12px;
  text-align: justify;
}

#info p {
  text-align: justify !important;
  width: 382px;
}

#info h1 {
  margin-top: 12px;
  cursor: pointer;
}

/* Shop Page */

#shop {
  text-align: center;
}

#shop img.main {
  height: 500px;
  margin-top: -46px;
}

#shop #scroller {
  margin-top: -10px;
}

#item-info {
  margin-top: 20px;
}

#item-info .price {
  font-weight: bold;
	margin-top: 40px;
}

#extra-pics li {
  color: #8d8d8d;
  list-style: none;
  margin-bottom: 20px;
  width: 78px;
  text-align: left;
}

#rightSidebar #shopping-bag {
  margin-top: 170px;
}

#shop #image-wrapper {
	margin: 0 auto;
}

/* Shopping Bag */

#bag {
  margin-left: 247px;
}

#bag table {
  margin-top: 14px;
  width: 355px;
}

#bag table th {
  text-align: left;
}

#bag table td, #bag table th {
  padding: 3px;
}

#bag table .price, #bag table .total {
  width: 55px;
  text-align: right;
}

#bag table td.qty {
  width: 60px;
}

#checkout {
  margin-bottom: 20px;
}

#checkout h1 {
  margin: 14px 0;
}

#checkout img {
  margin: 4px 0 4px 0;
}

#checkout label {
  float: left;
  width: 80px;
}

#checkout label, #checkout input, #checkout select {
  margin-bottom: 3px;
}

#checkout #zip {
  width: 35px;
}

#bag p#error {
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}

/* Press Page */

#press {
  text-align: center;
}

#press img.main {
  height: 485px;
  margin-top: -30px;
  margin-bottom: 18px;
}

#press-info {
  margin-top: 100px;
}

p.enlarge {
  text-align: right;
  padding-right: 40px;
}

/* Thumbnail Scroller */

#scroller {
  margin-top: 11px;
  margin-bottom: 30px;
}

#scroller #previous, #scroller #next {
  font: normal 40px "Times New Roman", Times, serif;
  vertical-align: middle;
  padding-top: 20px;
}

#scroller #previous {
  float: left;
}

#scroller #next {
  float: right;
}

#scroller #thumbs {
  border: solid #fff 1px;
  width: 502px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 5px;
  height: 91px;
}

#scroller ul {
  text-align: left;
  width: 5000px;
}

#scroller ul li {
  list-style: none;
  display: inline;
  width: 91px;
}

#scroller #thumbs-list li a img {
  height: 71px;
  margin: 4px;
  border: 6px solid white;
}

#scroller #thumbs-list li a img:hover, 
#scroller #thumbs-list li a img.current {
  border-color: #eee;
}

/* Contact Page */

#contact {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: normal 13px "Times New Roman", Times, serif;
}

#contact a {
  color: #bd1010;  
  text-decoration: underline;
}

#contact p {
  margin-top: 42px;
}

/* leftsidebar styles */

#leftSidebar {
	width: 128px;
	text-align: right;
	float: left;
}

#leftSidebar a {
	font-weight: bold;
}

#leftSidebar li {
	list-style: none;
	padding-bottom: 16px;
}

#leftSidebar h2 {
	font: normal 15px "Times New Roman", Times, serif;
	color: #BD1010;
}

#leftSidebar p {
	color: #5d5d5d;
	text-align: right;
}

#rightSidebar {
  float: right;
  width: 128px;
}
