body {
	background:#000 url(../images/body_bg.jpg) repeat-x;
        font-family:  Verdana, sans-serif;
        line-height:13px;
        color:#a69674;
        font-size:12px;
	margin:0;
	padding:0;
}

a:link, a:visited {
        color:#a69674;
}
a:hover, a:active {
        color:#897c61;
}

#main {
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0;
}

#header {
	text-align:center;
}

#header #offer {
	position: absolute;
	left: -40px;z-index:2;
}
#header #offer img.second {
left:-13px;
position:absolute;
top:160px;

}
#header #offer img.third{
left:-18px;
position:absolute;
top:182px;

}

#header #logo {
	position: relative;
	z-index:1;
}

/*the icons shown at the top[*/
#icons {
	width: 690px; height: 135px;
	margin: 10px auto 0 auto;;
	padding-right:20px;
	position: relative;
	top: -10px;z-index:1;
	
}

#icons ul {
	z-index:3;
	}
	
#icons li {
	margin: 0; padding: 0; list-style: none;
	position: absolute; top: 5px;
	overflow: hidden;
}


#icons li, #icons a {
	width: 95px; height:109px;
	display: block; overflow: hidden;
  z-index: 255;
}

#icons li#coronation, li#coronation{
		width: 210px; height:109px;
	display: block; overflow: hidden;
  z-index: 255;
	}

#icons img {
	border: none;
	position:absolute; top:0; left:0;
	opacity: 0.0;
}

#icons img.active {
  z-index: 10;
	opacity: 1.0;
}

#icons img.last-active {
  z-index: 9;

}

/* position the icons and the space in between*/
#scottish {left: 10px;}#coronation{left:246px;} #english {left:126px ;} #welsh {left: 480px;} #irish {left: 600px;}

/*the bigger images in the footer*/
div#quest {
	position: relative;
	height: 306px;width:850px;
	margin:0 auto;
}

div#quest  img{
  position:absolute; top:0; left:0; z-index:8;
	opacity: 0.0;
}

#quest img.active {
  z-index: 10;
	opacity: 1.0;
}

#quest img.last-active {
  z-index: 9;
}

.info-text {
  text-align:center;
  font-size:11px;
  line-height:15px;
}

h3 {
  padding-bottom:5px;
}