/*Css Style Sheet Doug Telford
Design by Louise Platt http://www.pineapplewebdesign.co.uk*/

/*Body*************/

html, body {

	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 


}

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


/*Text *************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}

p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}


.left{
	float: left;
	width: 260px;
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
 	border: none;
}	


/*Menu *******************/
.menu {
	float: left;
	width: 160px;
	margin-top: 10px;
}	

.menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	
	margin-right: 0px;
	list-style-type: none;
	text-align: right;
	
}	
.menu ul li {
padding-right: 1.5em;
	background-image: url(../images/images/bullett_10.gif);
	background-repeat: no-repeat;
	background-position: right;
	list-style-type: none;
	

/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	list-style-image: none;
	
	
	*/
/*	background-image: url(../images/images/bullett_10.gif);
	background-repeat: no-repeat;
	
	
	
	
	*/
	
}


.menu ul a:hover {
	padding-right: 1.5em;
	background-image: url(../images/images/bullett_07.gif);
	background-repeat: no-repeat;

	background-position: right;
}

.menu ul a:link {
	


	
}





/*Content ****************/



#home_bd {
	width: 610px;
	margin-top: 0px;
	margin-right: 20%;
	margin-left: 20%;
}
.header {
	float: right;
}


#home_bd .header {
	width: 450px;
}
#home_bd .header footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.right {
	float: right;
}


#home_bd .right {
	width: 310px;
}
/*------------Gallery-------------*/

#galleryimg {
	margin-top: auto;
	margin-bottom: auto;
	text-decoration: none;
	display: block;
	z-index: 5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}


.gallerycontainer{
	width: 100%;
	float: left;
	z-index: 5;
	margin: auto;
	padding-left: 30px;
	padding-top: 20px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{

margin: 0 5px 5px 0px;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;

top: 90px;
left: 600px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



#galleryimg ul {
	display: block;
	padding: 10px;
}
#galleryimg ul li {
	list-style-type: none;
	padding: 10px;
}


<-------------------FORM-------------

form {
	padding: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#F8F8F6;
	background-image: url(images/formBg.png);
	border: 1px dotted #878177;	
}#form {
	border: thin solid #000000;
	padding: 5px;
}
