/*
 * Upload     #ff3399
 * Crop       #0099ff
 * Purchase   #99ff00
 * 
 */

body {
  font: 10pt/140% "Lucida Grande", "Verdana", "Arial", sans-serif;
  background: #fff url("../images/bg.png") repeat-x;
  color: #333;
}

img a, a img {
  border: none;
}

a {
  color: #333;
}

p {
  margin: 6px 0;
}
#container {
  background: #fff url("../images/header.gif") repeat-x;
	margin-top: 0;
	background-color: #fff;
	padding: 20px;
  margin: 0 auto;
	width: 700px;
}

#footer {
  padding-top: 5px;
  margin: 0 auto;
	width: 700px;  
	font-size: 80%;
	color: #ccc;
  clear: both;
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer #copyright {
  float: left;
  width: 200px;
}

#footer #contact {
  float: right;
  width: 300px;
  text-align: right;
}


h1#logo {
	width: 226px;
	height: 86px;
	position: relative;
}
h1#logo span {
	background: url("../images/ff-logo.gif") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
}

.step {
  float: left;
  width: 200px;
}

h1 {
  float: left;
}

h2 {
  float: right;
}

br.clear {
  clear: both;
}

ul#benefits {
  font: 130%/160% "Georgia", serif;
  padding-top: 5px;
  list-style: none;
}

.step {
  margin-left: 5px;
  font-size: 80%;
  margin-right: 10px;
}

.step h3 span {
	position: absolute;
	width: 100%;
	height: 100%;  
}

.step h3#upload {
	width: 118px;
	height: 39px;
	position: relative;  
}

.step h3#upload span {
	background: url("../images/1-upload.gif") no-repeat;
}

.step h3#crop {
	width: 93px;
	height: 39px;
	position: relative;
}

.step h3#crop span {
	background: url("../images/2-crop.gif") no-repeat;
}

.step h3#purchase {
	width: 131px;
	height: 39px;
	position: relative;  
}

.step h3#purchase span {
	background: url("../images/3-purchase.gif") no-repeat;
}

#content {
  margin: 0;
  padding: 5px;
}

#splash {
  background: url("../images/splash.jpg") no-repeat bottom center;
  height: 330px;
  margin: 0;
  padding: 0;
}

#steps {
  margin-left: 10px;
}

.add_to_cart {
 padding: 5px;
 background-color: #eee; 
}

.flash {
  margin: 5px 0 5px 0;
  padding: 5px;
}

.error {
  background-color: #ffcece;
  color: #f00;
}

#breadcrumbs li, #breadcrumbs li a {
  display: inline;
  padding-left: 10px;
  text-decoration: none;
}

#breadcrumbs li.current {
  font-weight: bold;
}

#breadcrumbs li.upload, #breadcrumbs li.upload a {
  color: #ff3399;
}

#breadcrumbs li.crop, #breadcrumbs li.crop a {
  color: #0099ff;
}

#breadcrumbs li.purchase, #breadcrumbs li.purchase a {
  color: #99ff00;
}

#content ul {
  margin-left: 10px;
}

ol {
  margin-left: 4em;
  list-style: decimal;
  margin-bottom: 1em;
  font-size: 80%;
}

h3 {
  font-size: 150%;
  margin: 1em;
  line-height: 120%;
}

h4 {
  font-size: 140%;
  padding: 10px;
  color: #888;
}

#cart {
  padding: 0 15px 15px 15px;
}

#instructions {
  margin: 2em;
}

#instructions h4 {
  margin: 1em;
}

#instructions p {
  font-size: 80%;
}

#copy {
  margin: 1em;
}

tr.add_to_cart {
  margin-top: 1em;;
}

tr.add_to_cart td {
  padding: 10px;
}

#approve_area {
  width: 600px;
  margin: 0 auto;
}

p.terms {
  color: #ccc;
  font-size: 90%;
}

.buttons {
  text-align: right;
  background-color: #eee;
  border-top: 1px solid #ccc;
  padding: 3px;
}

.cart th {
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  padding: 3px;
}
