
#showcase {
/*  background: url(/images/fade_images/quality_craftmanship.jpg) no-repeat;*/
  background: url(/images/show_case.jpg) no-repeat;
/*  width: <%= @page_width %>;*/
  height: 119px;
/*  height: 287px;*/
}

#envelopes {
  margin-top: 10px;
  height: 310px;
 /* width: <%= @page_width %>;*/
}
.envelope h2 {
  text-indent: -2000px;
}

.envelope p {
 /* color: <%= @swatch.neutrals.light.to_html %>;*/
  font-size: 0.8em;
  line-height: 1.4em;
  padding-left: 10px;
  padding-right: 10px;
}

.envelope a {
  width: 137px;
  height: 29px;
  position: absolute;
  top: 693px; 
  margin-left: 11px;
  text-indent: -2000px;
}

#scanlan {
  margin-left: 0px;
  background: url(/images/envelope_scanlan.png) no-repeat;
}

#scanlan a {
  background: url(/images/envelope_button_scanlan.jpg) no-repeat;
}

#services {
  background: url(/images/envelope_services.png) no-repeat;
}

#services a {
  background: url(/images/envelope_button_services.jpg) no-repeat;
}

#sample-work {
  background: url(/images/envelope_sample_work.png) no-repeat;
}

#sample-work a {
  background: url(/images/envelope_button_sample_work.jpg) no-repeat;
}

#quotes-and-jobs {
  background: url(/images/envelope_quotes_and_jobs.png) no-repeat;
}

#quotes-and-jobs a {
  background: url(/images/envelope_button_quotes_and_jobs.jpg) no-repeat;
}


ul#menu {
/*  background-color: #222;*/
}

ul#menu li#scanlan {
/*  background: url(/images/rails.png) no-repeat;*/
}

ul#menu li#services {
}

ul#menu li#sample-work {
}

ul#menu li#quotes-and-jobs {
}


#content h2 {
  text-indent: -2000px;
  height: 28px;
}




#fader {
  margin: 0px;
  padding: 0px;
}

#header-image {
  margin: 0px;
  padding: 0px;
}

ul.crossfade {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
}

#fader li {
	position: absolute;
	top: 0;
	left: 0;
	width: 762px;
	height: 287px;
	background-color: #303030;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

li img {
	display: block;
	/*border: 3px solid #FFF;*/
}

.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
#fader-next {
	right: 8%;
	top: 71%;
}
#fader-previous {
	left: 6%;
	top: 71%;
}
.ajax {
	margin: 0em;
	/*border: 1em solid #FF8C00;*/
	padding: 0em;
}
