/*   Stylesheet: indesign degree show ************  Author: Alex Baker	*/

* {
   margin:0px;
   padding:0px;
   /*border:1px solid #555;/* check border */
}

html,
body {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   color:#555;
   background-color: #FFF;
   
   text-align: center;
}

h1, h2 {
	   font-family: Helvetica, Arial, sans-serif;
}

#sticker {
	position:absolute;
	top:70px;
	left:50%;
	margin-left:350px;
	width:120px;
	height:120px;
	overflow:hidden;
}

#page{
	width: 975px;
	margin: 0 auto;
	text-align: left;
	border: 10px solid #FFF;
}

#header{
	background: #FFF; /*date*/
	margin: 20px 0 9px 0;
	height:40px;
	background: url(images/site/date.png) no-repeat right bottom;
}

#header h1,
#header h2{
	display:none;
}

#header span{
	display:none;
}

ul{
	list-style: none;
}

ul li {
	float: left;
}

li a {
	display:block;
	padding: 0 20px;
	text-decoration: none;
	color: #444;
	height: 40px;
	line-height: 40px;
	margin-right:10px;
	cursor: pointer;
}

#home{
	width:27px;
	background: url(images/site/navigation/home1.png) no-repeat left bottom;
}

#home:hover,
#home.selected
{
	background: url(images/site/navigation/home2.png) no-repeat left bottom;
}
#about{
	width:30px;
	background: url(images/site/navigation/about1.png) no-repeat left bottom;
}

#about:hover,
#about.selected
{
	background: url(images/site/navigation/about2.png) no-repeat left bottom;
}

#preview{
	width:53px;
	background: url(images/site/navigation/preview1.png) no-repeat left bottom;
}

#preview:hover,
#preview.selected
{
	background: url(images/site/navigation/preview2.png) no-repeat left bottom;
}

#designers{
	width:78px;
	background: url(images/site/navigation/designers1.png) no-repeat left bottom;
}

#designers:hover,
#designers.selected
{
	background: url(images/site/navigation/designers2.png) no-repeat left bottom;
}

#directions{
	width:80px;
	background: url(images/site/navigation/directions1.png) no-repeat left bottom;
}

#directions:hover,
#directions.selected
{
	background: url(images/site/navigation/directions2.png) no-repeat left bottom;
}

#contact{
	width:65px;
	background: url(images/site/navigation/contact1.png) no-repeat left bottom;
}

#contact:hover,
#contact.selected{
	background: url(images/site/navigation/contact2.png) no-repeat left bottom;
}

#main{
	border:1px solid #555;
	height:558px;
	margin-bottom:2px;
}

/* pages  */
#map{
	position:absolute;
	top:90px;
	left:50%;
	margin-left:-476px;
	width:593px;
	height:538px
}

#directionsPage {
	float:right;
	margin:0 15px;
	width:320px;
	height:560px;
}

#directionsPage h1{
	margin:30px 0 20px 0;
	padding:10px;
	background: url(images/directions/directions.png) no-repeat left bottom;
}

#directionsPage h1 span{
	position: absolute;
	left: -9000px;
}

#directionsPage p{
	margin-bottom:20px;
	line-height:20px;
}

#directionsPage #address{
	background: url(images/directions/hollywell.jpg) no-repeat right bottom;
}

#directionsPage #openingTimes{
	background: url(images/directions/show.jpg) no-repeat right bottom;
	/*width:320px;*/
}

#directionsPage  #openingTimes  p{
margin:0px;
}

.times{
	color:#A3A3A3;
	margin-left:13px;
}

/* this is the preview page, im too lazy to change the about page html*/

#picturePage{
	height:558px;
	margin-left:75px;
	padding-right:318px;
	background: url(images/preview/background.jpg) no-repeat right bottom;
}

#picturePage h1{ 
	padding:30px;
	background: url(images/preview/preview.png) no-repeat left bottom;
}

#picturePage h1 span{
	position: absolute;
	left: -9000px;
}

#photos a {
	text-decoration: none;
	cursor: pointer;
		color: #555;
}

#photos a:hover{
	color: #f243ab;
}

#picturePage p {
	/*display:block;*/
	float: left;
	width:160px;
	height:100px;
	margin:7px 7px 0 0;
}

#picturePage img {
	border: 2px solid #FFF;
}

#picturePage img:hover {
	border: 2px solid #f243ab;;
}

#picturePage #downloadBook {
	position:absolute;
	left:50%;
	top:185px;
	margin-left:200px;
	width:254px;
	height:49px;
	background: url(images/preview/download1.png) no-repeat left bottom;
}
#picturePage #downloadBook:hover{
	background: url(images/preview/download2.png) no-repeat left bottom;
}

#contactPage{
	height:558px;
	padding-left:318px;
}

#contactPage h1{
	padding:50px 0 10px 0;
	margin-bottom:10px;
	background: url(images/contact/email.png) no-repeat left bottom;
}

#contactPage h1 span{
	position: absolute;
	left:-9000px;
}

#contactPage .formField{
	margin-bottom:20px;
	position: relative;
	left: 100px;
	width:300px;
	margin:9px 4px;
}

#contactPage .formLabel{
	position: relative;
	left: -300px;
}

#contactPage #submit{
	margin:10px 102px;
}

#contactPage #contactAddress{
	float:right;
	border: solid 1px #CCC;
	width:200px;
	height:230px;
	margin:210px 14px 0 0;
}

#contactPage #contactAddress p{
	margin:20px 10px;
	line-height:17px;
}

#contactPage #emailForm{
	border: solid 1px #CCC;
	width:420px;
	height:370px;
}

#contactPage #contactAddress h2{
	position:relative;
	margin-top: -25px;
	padding:10px 10px 10px 10px;
	background: url(images/contact/write.png) no-repeat 0 0;
}

#contactPage h2 span{
	position: absolute;
	left:-9000px;
}

#homePage #homeFlash {
	height:320px;
}

#homePage #homeMovie {
	float:right;
	clear:right;
	margin:4px 4px 0 0;
	width:400px;
	height:227px;
}

#homePage #openingTimes{
	float:right;
	margin:4px 4px 0 0;
	width:230px;
	height:227px;
	background: url(images/home/show.jpg) no-repeat 20px bottom;
}

#homePage #openingTimes p{
	margin:4px 0 20px 20px;
}

#homePage p{
	margin:20px 0 20px 20px;
	line-height:21px;
}

#homePage a{
	color: #555;
	text-decoration:none;
}

#homePage a:hover{
	color: #f243ab;
}

#previewPage #foresight{
	width: 400px;
	height:220px;
	background: url(images/preview/foresight.png) no-repeat 0 0;
	margin:50px 0px 0 40px;
	float:left;
}

#previewPage #habitat{
	width: 400px;
	height:220px;
	background: url(images/preview/habitat.png) no-repeat 0 0;
	margin:50px 60px 0 0px;
	float:right;
}

#previewPage #social{
	width: 400px;
	height:220px;
	background: url(images/preview/social.png) no-repeat 0 0;
	margin:15px 0 0 40px;
	clear:left;
	float:left;
}

#previewPage #recreation{
	width: 400px;
	height:220px;
	background: url(images/preview/recreation.png) no-repeat 0 0;
	margin:15px 60px 0 0;
	clear:right;
	float:right;
}

#previewPage p{
	line-height:22px;
	margin:0 20px 0 70px;
}

#previewPage h1{
	margin:10px 0 20px 70px;
}