@charset "utf-8";
/* Styling for Google map moved out to main style sheet*/
.gsmsc-mapDiv {
      height : 350px;
    }

    .gsmsc-idleMapDiv {
      height : 350px;
    }

    #mapsearch {
      width : 500px;
      margin: 10px;
      padding: 4px;
    }
/*End of styling for Googlemap moved out of html document*/
/* CSS Document */
/*Remove margins to avoid problems with IE doing things differently from everyone else*/

html{
	margin:0px 0px 0px 0px;
}
/*Clear margins and add fixed background image to site*/
body {
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/background.png);
	background-attachment:fixed;
}
/*Set up default links colours used on  navigation*/
a:link {
	color: #CCC;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
h2{
	margin-top:0px;
	margin-left:10px;
}
h3{
	margin:10px;
	color:#999;
	text-align: center;
}
img{
	margin:0px;
	padding:0px;
	border:none;
}
/*Centre up fixed width site*/
#container {
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	background-color:#000;
	background-image:url(images/strobe2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
	/*Tidy up position of site logo*/
#logo {
	padding: 30px;
}
/*This creates the background image used in the footer*/
#footer{
	background-image:url(images/footer_background.png);
	background-repeat:repeat-x;
	clear:both;
}
/*This section creates the navigation links in the footer*/	
#footer ul{
	list-style:none;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right:auto;
	text-align: center;
	color: #F00;
		}
#footer ul li{
	display:inline;
	padding-right: 30px;	
}
#footer a:link{
	color: #F00;
}
#footer a:visited{
	color:#F00;
}
#footer a:hover{
	color: #FF0;
}
/*This section creates the main navigtion menue*/
#mainnav {
	list-style:none;
	float:right;
	margin-top:100px;
	margin-bottom:40px;
	margin-left:10px;
	font-weight: bold;
		}
#mainnav li{
	margin-top:20px;
}
#mainnav li a:link{
	border-left:#999 
	1px solid;
	border-top:#CCC 1px solid;
	display:block;
	background-color:#00C;
	background-image:url(images/navlink.jpg);
	width:190px;
	height:30px;
	padding:5px 0 0 10px;	
}
#mainnav li a:visited{
	border-left:#999 
	1px solid;
	border-top:#CCC 1px solid;
	display:block;
	background-image:url(images/navlink.jpg);
	width:190px;
	height:30px;
	padding:5px 0 0 10px;
	font-weight: bold;
}
#mainnav li a:hover{
	border-top:none;
	border-right:#666 1px solid;
	border-bottom:#CCC 1px solid;
	border-left:none;
	display:block;
	background-image:url(images/navhover.jpg);
	width:190px;
	height:30px;
	color:#FFF;
	
}
#mainimge{
	float:left;
	margin:30px 10px 30px 10px;
}
#frontpagetxt{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.2em;
	color:#CCC;
	padding-top:40px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
	margin-right: 240px;
	}
#maintxt{
	padding-top:40px;
	padding-bottom:20px;
	padding-left:20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.2em ;
	color:#CCC;
	margin-right: 240px;
	}
/* Removed as no longer required due to style change
.justifycenter {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	line-height: 1.5em;
	text-align: center;
	margin-left:10px;
}*/
#enquire{
	padding-top:40px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em ;
	color:#CCC;
	margin-right: 240px;
}
/*Sets styles for facilities page with alternating images. Also right version used on photography page*/
.boxoutleft {
	text-align: left;
	width: auto;
}
.boxoutleft img{
	padding:0px 20px 10px 10px;
	float:left;
	display:block;
	}
.boxoutleft ul{
	margin-left:350px;
}
.boxoutright {
	text-align: left;
	width: auto;
	padding-left:10px;
}
.boxoutright img{
	padding:0px 0px 10px 20px;
	float:right;
	display:block;
	}
.boxoutright a:link {
	color: #03C;
	text-decoration: none;
}
.boxoutright a:visited{
	color: #03C;
	text-decoration: none;
}
/* Sub nav removed as felt not required but class left in case there is a future call for it
.subnav a:link {
	color:#00F;
}
.subnav a:hover {
	color:#F00;
}
.subnav li{
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
.backbutton a:link{
	color:#00F;
	font-weight:bold;
}
.backbutton a:hover{
	color:#F00;
}*/

.clear{
	clear:both;
	text-align: center;
}
/*This ensures that the Google map application displays correctly by overiding default settings for page*/
.gmap{
	font-size:0.8em;
	margin-left:150px;
	margin-right:auto
}

/*Below added to centre the graphic advertising studio hire after client requested design change*/
#centreimage{
	margin-left:150px;
	margin-right:auto;
}

form div{
	clear:left;
	margin:0;
	padding:0;
	padding-top:0.8em;
}
form div label {
	float:left;
	width:20%;
	font: bold 0.9em Verdana, Geneva, sans-serif;
	color:#CCC
}
.hilite1 {
	color: #0F0;
}

