* {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  background-image: url(/images/header.jpg);
  background-repeat: repeat-x;
  min-height: 600px;
  font-family: Helvetica, Arial, sans-serif;
}

p {
  margin-bottom: 1em;
}

#header {
  text-indent: -100em;
  background-image: url(/images/yellow-elephant.jpg);
  width: 511px;
  height: 59px;
  position: absolute;
  top: 88px;
  left: 44px;
}

#nav {
  position: absolute;
  top: 180px;
  left: 59px;
  list-style: none;
  text-indent: -100em;
  overflow: hidden;
  width: 270px;
}

#nav a {
  display: block;
  height: 49px;
}

#about, #contact {
  float: left;
}

#about a {
  background-image: url(/images/about.gif);
  width: 124px;
}
#about a:hover {
  background-position: 0 -49px;
}
#about a.link-selected, #about a.link-selected:hover {
  background-position: 0 -98px;
}

#contact a {
  background-image: url(/images/contact.gif);
  width: 146px;
}
#contact a:hover {
  background-position: 0 -49px;
}
#contact a.link-selected, #contact a.link-selected:hover {
  background-position:  0-98px;
}

#shirts {
  position: absolute;
  left: 30px;
  top: 246px;
  width: 338px;
  padding-bottom: 15px;
}

a.shirt {
  float: left;
  display: block;
  width: 95px;
  height: 94px;
  border: 8px solid #fff;
  overflow: hidden;
}

a.shirt:hover {
  border: 8px solid #ccc;
}

a.shirt-selected, a.shirt-selected:hover {
  border: 8px solid #99ff99;
}

#content {
  position: absolute;
  left: 383px;
  top: 187px;
  padding-right: 20px;
  padding-bottom: 10px;
}

#shirt {
  position: absolute;
  background-image: url(/images/main-border.gif);
  background-position: 0 30px;
  background-repeat: no-repeat;
  top: 30px;
  width: 243px;
  height: 384px;
  padding-bottom: 10px;
}

#colors {
  position: absolute;
  top: 267px;
  left: 28px;
  z-index: 2;
}

#colors .color {
  display: block;
  height: 29px;
  text-indent: -100em;
  overflow: hidden;
  float: left;
}

#colors .green { background-image: url(/images/color-green.gif); }
#colors .blue  { background-image: url(/images/color-blue.gif); }
#colors .multi { background-image: url(/images/color-multi.gif); }
#colors .none  { background-image: url(/images/color-none.gif); }

#colors .green, #colors .blue, #colors .multi {
  width: 24px;
}
#colors .green.selected, #colors .blue.selected, #colors .multi.selected {
  background-position: -24px 0;
}

#colors .none { width: 88px; }
#colors .none.selected { background-position: -88px 0; }

#title {
  height: 30px;
  text-indent: -100em;
  background-repeat: no-repeat;
  background-position: center 0;
}

#shirt-frame {
  position: absolute;
  background-color: white;
  top: 36px;
  left: 35px;
  width: 173px;
  height: 231px;
  overflow: hidden;
}

#shirt-image {
  display: block;
}

#buy-options {
  list-style: none;
}

#buy-options li, .size-button {
  font-size: 20px;
  font-family: "Arial Black", Arial, sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
}

#buy-options li.organic a, #buy-options li.organic a:visited {
  color: #000;
  text-decoration: none;
  display: block;
}

#buy-options li.organic a:hover, .size-button:hover {
  background-color: #99ff99;
}

#buy-options li .checkbox {
  width: 18px;
  height: 18px;
  border: 4px solid #000;
  float: left;
  margin: 16px -12px 0 18px;
}

#buy-options li.disabled .checkbox { border: 4px solid #999; }
#buy-options li.checked .checkbox {
  background-color: #000;
  border: 4px solid #9f9;
}

#buy-options li.disabled {
  color: #999;
}

#buy {
  position: absolute;
  left: 29px;
  top: 304px;
  width: 186px;
  height: 100px;
  z-index: 1;
}

#price {
  background-repeat: no-repeat;
  background-position: center 45px;
  width: 111px;
  height: 100px;
  position: absolute;
  top: 0px;
  text-indent: -100em;
}

#price.price-20 { background-image: url(/images/20.gif); }
#price.price-25 { background-image: url(/images/25.gif); }
#price.price-30 { background-image: url(/images/30.gif); }

#buy-link {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(/images/buy.gif);
  width: 75px;
  height: 100px;
  text-indent: -100em;
  overflow: hidden;
}

#buy-link:hover, #buy-link.selected {
  background-image: url(/images/buy-focused.gif);
}

#detail {
  position: absolute;
  left: 243px;
  top: 103px;
  width: 195px;
  height: 154px;
  background-image: url(/images/detail-wide.gif);
}

#detail.tall {
  background-image: url(/images/detail-tall.gif);
}

#detail #detail-image {
  display: block;
  position: absolute;
}

#detail.wide #detail-image {
  left: 47px;
  top: 23px;
}

#detail.tall #detail-image {
  left: 65px;
  top: 7px;
}

#description {
  position: absolute;
  left: 245px;
  top: 270px;
  width: 232px;
  text-align: center;
}


/* ============ FANCYBOX ============ */
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/images/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_nw.png) no-repeat;
}
