/*main styles*/
BODY{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #666;
line-height:130%;
margin:0px;
padding:0px;
background:#737693;
}

P {
padding:0px 0px 5px 0px;
margin:0px;
}

:active, :focus{
outline:none;
}
  
FORM, UL, OL, LI, DIV, h1, h2, h3, h4  {
padding:0px;
margin:0px;
}
  
a:link, a:visited{
color:#666;
font-weight:bold;
text-decoration: none;
border-bottom:#ccc 1px solid;
}

a:hover{
text-decoration: none;
color:#E61D60;
border-bottom:#ccc 1px solid;
}

input, textarea, select {
padding:2px;
margin:0;
color:#666666;
font-size:97%;
}

h1{
font: 24px Arial, Helvetica, sans-serif;
color:#E61D60;
padding: 0 0 5px 0;
}

h2{
font: 22px Arial, Helvetica, sans-serif;
color:#999;
padding: 15px 0 7px 0;
}

h2.rates{
font: bold 16px Arial, Helvetica, sans-serif;
color:#FFF;
background:#666;
padding: 5px 0 5px 0;
}

h3.rates{
font: bold 14px Arial, Helvetica, sans-serif;
color:#888;
padding: 15px 0 5px 0;
}

p.bullet {
padding:0 0 8px 16px;
background: url(../images/bullet.gif) 0 3px no-repeat;
}

/*colour hover menu*/
#hovermenu ul{
font: 14px Arial, Helvetica, sans-serif;
color:#FFF;
padding: 0;
margin: 0;
}

#hovermenu ul li{
list-style: none;
display: inline;
}

#hovermenu ul li a, #hovermenu ul li a:visited {
padding:7px 20px 7px;
text-decoration: none;
font-weight: bold;
background:#E61D60;
border-right:#F17EA4 1px solid;
border-bottom:none;
float:left;
color: #FFF;
}

#hovermenu ul li a:hover{
background:#F17EA4;
color: #FFF;
border-bottom:none;
}

/*Lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; border-bottom:none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#loading a { border: none; border-bottom:none; }

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	border-bottom:none;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; border-bottom:none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(../images/prevlabel.gif) left 15% no-repeat; border-bottom:none; }
#nextLink { background: url(../images/nextlabel.gif) right 15% no-repeat; border-bottom:none;}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; border-bottom:none;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
