/* Homepage Layout
------------------------------------------------------------------------------

#content-home {
  border-bottom: 1px solid #807a67;
  height: 1%;
  padding-top: 312px;
}

#content-home .content-inner {
  background: url(../img/backgrounds/content-home.gif) 0 0 repeat-y;
  height: 1%;
  padding-bottom: 34px;
}

#content-home .column-right {
  float: left;
  width: 284px;
  padding-left: 26px;
}*/

/* Hero */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, button {
  /*font-size: 100%;*/
	/*vertical-align: baseline;*/
	text-decoration: none;
	border: 0;
	outline: 0;
}

ul {list-style: none;}
a img { border: none; }

button {
  display: block;
  cursor: pointer;
}

a span, span, button span {
  display: none;
}


#hero-container {
	width: 100%;
	border-bottom: 1px solid #180c09;
	position: absolute;
	top: 25px;
	left: 0px;
	height: 400px;
	overflow: hidden;
}



.hero-wrapper {
  height: 400px;
  padding-top: 0px;
  width: 100%;
}

ul#hero-frames {
	z-index: 100;
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 150px;
}

ul#hero-frames li {
  float: left;
  margin-left: 5px;
}

ul#hero-frames li a {
  display: block;
  width: 28px;
  height: 28px;
}

a.frame-1 {background: url(../../images/buttons/b1.gif) 0 0 no-repeat;}
a.frame-2 {background: url(../../images/buttons/b2.gif) 0 0 no-repeat;}
a.frame-3 {background: url(../../images/buttons/b3.gif) 0 0 no-repeat;}
a.frame-4 {background: url(../../images/buttons/b4.gif) 0 0 no-repeat;}
a.frame-5 {background: url(../../images/buttons/b4.gif) 0 0 no-repeat;}

a.frame-1:hover, a.frame-2:hover, a.frame-3:hover {background-position: 0 -28px;}

a.frame-1-active {background: url(../../images/buttons/b1.gif) 0 -56px no-repeat;}
a.frame-2-active {background: url(../../images/buttons/b2.gif) 0 -56px no-repeat;}
a.frame-3-active {background: url(../../images/buttons/b3.gif) 0 -56px no-repeat;}
a.frame-4-active {background: url(../../images/buttons/b4.gif) 0 -56px no-repeat;}
a.frame-5-active {background: url(../../images/buttons/b4.gif) 0 -56px no-repeat;}

/*#hero_container h1 {
  height: 100px;
  margin-bottom: 4px;
  
}
*/
#hero-container h1 {
  margin: 14px 0 20px 0;
 
 
}

#hero_container p {
  
}

.big {
	font-size:14px;}

.hero_image {
  z-index: 10;
  position: absolute;
  display: block;
}

.span-5{
	width:500px;
	float:right;
	
}


#hero-1 {background:url(../../images/thracian_kings.jpg) top left no-repeat;}
#hero-2 {background:url(../../images/ThrChrBG.jpg) top left no-repeat;}	
#hero-3 {background:url(../../images/BibliaBessBG.jpg) top left no-repeat;}	
#hero-4 {background:url(../../images/ThracianScriptDecoded.jpg) top left no-repeat;}	
#hero-5 {background:url(../../images/ThrChrTrailer.jpg) top left no-repeat;}	

	
		
