/* CSS Skybus Balloons by PJWDESIGN Ltd*/

*{
	margin:0px;
	padding:0px;
    }
.skipLinks {
	display: none;
	}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2E267A;
	overflow: -moz-scrollbars-vertical;
	background-color: #2E277A;
	background-image: url(../images/topBack.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#price
{
	background-color: #6FB8EE;
	
}

.specialfont
{
	color:#FF0;	
}

#wrapper{
	width:800px;
	background-color: #9EBEDE;
	background-image: url(../images/backWrap.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerbar{
}
#homeContent	{
	float:right;
	width: 660px;
}
#homeCentre	{
	float:left;
	width: 520px;
	color: #24486C;
}
#right	{
	float:right;
	width: 130px;
}
#navLeft	{
	float:left;
	width: 130px;
}
p{
	margin:0.6em 0;
	line-height:1.5em;
	color: #2E267A;
	}
#homeCentre p{
	margin: 0.6em 0px 10px;
	text-align: justify;
}
/* ----- General navigation and lists ---*/
ul {
	list-style: none;
	}
a   {
    text-decoration: none;
}
/*-------------Left Div (navbar )-----------*/

#navLeft ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	list-style: none;
}

#navLeft li, #homeLeft li {
	margin-bottom: 0px;
}
#navLeft li a {
	display: block;
	color: #fff;
	font-size: 105%;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/backnav.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8CC6F1;
	}
#navLeft li a:hover, #navLeft #current {
	display: block;
	background-image: none;
	color: #fff;
	padding: 5px 5px 5px 10px;
	background-color: #2E267A;
	}
	/*-----Left sub Navigation (not Used)------------------------------------*/

#navLeft ul ul {
    margin-left: 0px;
	padding-bottom: 0px
	}
#navLeft ul ul li{
    padding-left: 0px
	}
#navLeft ul ul li a{
	color: #fff;
	display: block;
	padding: 3px 10px 3px 15px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	font-size: 90%;
	background: #689ACC;
	}
#navLeft ul ul li a:hover, #left #current2{
	color:  #48B0A0;
	padding: 3px 10px 3px 15px;
	border-bottom: 1px solid #98D5CC;
	font-weight: normal;
	background: #fff;
	}	
	/*-------------Right Div (navbar) (Not Used)-----------*/

#right ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	list-style: none;
}
#right li {
}
#right li a {
	display: block;
	color: #fff;
	padding: 5px 5px 5px 4px;
	background: #70726C;
	border-bottom: 1px solid #fff;
	}
#right li a:hover, #right #current {
	display: block;
	color: #fff;
	padding: 5px 5px 5px 4px;
	background: #000;
	}
/* -------------Footer------------- */

#footer {
	padding:0px 0px 0;
	font-size: 85%;
	clear: both;
	height: 123px;
	margin: 0px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer p{
	padding-top: 30px;
	color: #000000;
	line-height: 1.5em;
	margin-right: 130px;
	margin-left: 140px;
	padding-right: 0px;
}
#footer a{
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color:#000000;
	text-decoration: underline;
	}
#clear {
    clear: both;
	height: 0px
}
/* Hide from IE5-mac. Only IE-win sees this. Prevents a margin on images in right hand column \*/
 
* html #right img {
   margin-bottom: -3px;
  }
 
/* End hide from IE5/mac */


/*--------Box (in left and right columns)-------------------*/
	
.box{
	width: 130px;
	font-size: 95%;
	}
.box p{
	color: #2E277A;
	line-height:1.25em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	} 
.box h4{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	border-top-color: #ccc;
	font-weight: normal;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/backHead2.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.box h5{
	display: block;
	color: #162107;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	border-top-color: #ccc;
	font-weight: bold;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/backHead.png);
	}
.box a, #homeCentre a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px;
	
	}
.box a:hover, #homeCentre a:hover  {
	color: #666666;
	border-bottom-style: solid;
	}
/*--------Headers-------------------*/

h1{
	color: #4C5BA2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
}
h2{
	color: #FFFFFF;
	padding: 3px 0 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
}
h3, h4, h5, h6{
	color: #FFFFFF;
	padding: 3px 0 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
}

 /*--------List Centre-------------------*/
#homeCentre ul {
	list-style: none;
	margin: 0 0 0 12px;
}
#homeCentre li {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
}
 /*--------This controls the repeated small balloons on homepage-------------------*/
.right3 {
	float: right;
	margin-bottom: 80px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
}
/*-------------------Styles for the Blockquote on prices page---------------*/
blockquote {
	font-size: 95%;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	width: 100%;
	float:right;
	background-image: url(../images/quoleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #6FB8EE;
}
blockquote p{
	color: #fff;
	font-size: 105%;
}
blockquote div {
	padding: 15px 20px 15px 60px;
	background: transparent url(../images/quoright.gif) right bottom no-repeat;
	align: center;
	color: #FFFFFF;
}
blockquote em {
	color: #FFFFFF;
	font-weight: bold;
}
blockquote strong {
	color: #4E5EBD;
}
/*-------------------Styles for the Photos Page---------------*/
#centrePics{
	float:left;
	width: 520px;
	color: #24486C;
}
#centrePics ul {
    margin: 0;
	padding: 0;
	list-style: none;
	}
#centrePics li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	}
#centrePics img {
	padding: 2px;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	}
	/*-------------Lightbox pic enlargements styles--------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: 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;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: 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:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{
	font-weight: normal;
	font-size: 100%;
	color: #666666;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	.stretcher {
	BACKGROUND: #fff
}
