/*This affects the background image*/
body {
	background: #fff url(./images/texture2.jpg) repeat;
	font-size: 2em;
	color: white;}
	
/* This affects the box that contains the whole website*/
.container {
	width:960px;
	height:100%;
	padding:0px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;}
	
.header {
	background:url(./images/header_bg.png) center top;
	width:100%;
	height:130px;
}

/* This changes the title settings*/
#title {
	background:url(./images/logo.png) no-repeat;
	width:470px;
	height:101px;
	margin:25px 50px 5px 25px;
	float:left;
}
	
/* This changes the title settings*/
#icons {
	width:250px;
	height:47px;
	margin:30px 0px 0px 155px;
	float:left;
	border-style:none;
}
	
#icons2 {
	width:370px;
	height:47px;
	margin:5px 0px 0px 20px;
	float:left;
	border-style:none;
	}

.menu_system {
	float:left;
	width: 930px;
	margin:4px 0px 0px 45px;
}

* { margin: 0px; padding: 0;} /* Reset stuff */


ul#awesome-menu {
	width: 930px; margin: 0px 0px 0px 0px auto;
	list-style: none;
	position:relative;
	z-index:2;
}

ul#awesome-menu li { display: inline; }
	
ul#awesome-menu li a {
	display: block; float: left; height: 51px;
	background-image: url(./images/menu-sprite.png); text-indent: -9999px;
}

	ul#awesome-menu li a {
		width: 56px; background-position: 0 0;	
	}
	
	ul#awesome-menu li a#services {
		width: 164px; background-position: -57px 0;	
	}
	
	ul#awesome-menu li a#gallery {
		width: 165px; background-position: -230px 0;	
	}
	
	ul#awesome-menu li a#blog {
		width: 170px; background-position: -404px 0;	
	}
	
	ul#awesome-menu li a#contact {
		width: 167px; background-position: -582px 0;	
	}
	
	ul#awesome-menu li a#pictures {
		width: 146px; background-position: -755px 0;	
	}
	
	ul#awesome-menu li a#home:hover, ul#awesome-menu li a.home:focus {
		background-position: 0 -52px;	
	}
	
	ul#awesome-menu li a#services:hover, ul#awesome-menu li a#services:focus {
		background-position: -57px -52px;	
	}
	
	ul#awesome-menu li a#gallery:hover, ul#awesome-menu li a#gallery:focus {
		background-position: -230px -52px;	
	}
	
	ul#awesome-menu li a#blog:hover, ul#awesome-menu li a#blog:focus {
		background-position: -404px -52px;	
	}
	
	ul#awesome-menu li a#contact:hover, ul#awesome-menu li a#contact:focus {
		background-position: -582px -52px;	
	}
	
	ul#awesome-menu li a#pictures:hover, ul#awesome-menu li a#pictures:focus {
		background-position: -755px -52px;	
	}

a { outline: none; }


/* This will affect the style of the pages content and any links in the page*/
#main_content {
	background:url(./images/content_bg.png) center repeat-y;
	font-family:"Arial";
	font-size:0.5em;
	color:#000;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	width:100%;
	height:100%;
	padding:30px 0px 10px 0px;}
	
#text {
	color:#000000;
	font-size:large;
	width: 100%;
	height:100%;
}
/* This will change the behaviour of the footer*/
.footer {
	background:url(./images/footer_bg.png) no-repeat center;
	font-family:"Arial";
	font-size:0.5em;
	text-align:center;
	width:100%;
	height:40px;
	padding:0px;}
	
#sub_system {
	width: 940px;
	float:left;
}
	
h1 {
	background:url(./images/titleslip.png) no-repeat;
	width:175px;
	height:54px;
	margin:15px 0px -30px -1px;
	padding:10px 0px 10px 0px;
	font-family:"Verdana";
	font-size:18px;
	text-align:center;
	float:left;
}

h2 {
	background:url(./images/titleslip.png) no-repeat;
	width:175px;
	height:54px;
	margin:15px 800px -10px -1px;
	padding:10px 0px 10px 0px;
	font-family:"Verdana";
	font-size:18px;
	text-align:center;
	float:left;
}

h3 {
	width:175px;
	height:54px;
	margin:15px 800px -10px 50px;
	padding:10px 0px 10px 0px;
	font-family:"Verdana";
	font-size:24px;
	text-align:left;
	float:left;
}

#sub_menu {
	background:url(./images/sub_menu.png) no-repeat;
	width:764px;
	height:54px;
	margin-top: 15px;
	margin-left: 198px;
	float:clear;
	list-style: none;
}
	
#sub_menu ul li { display: block; float: left;}

#sub_menu ul li a {
	display: block; 
	float: left;
	margin-left:20px;
	padding-top: 10px;
	padding-left: 12px;
	text-decoration:none;
	font-weight:bold;
	font-family: "Verdana";
	font-size:18px;
	color:#FFF;
	
}

#sub_menu ul li a:hover {
	color:#000;
	}

p {
	padding:15px 35px 0px 50px;
}

img {
	border-style: none;
}
/*These settings affect any static picture on the website including pictures found in "Services" section*/
.picture {
	position:relative;
	float:right;
	border:solid 5px #ffffff;
	margin:5px 55px 10px 10px;
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 3px rgba(0,0, 0, 0.3);
    box-shadow: 0 0 3px 3px rgba(0,0, 0, 0.3);
}

.picture2 {
	position:relative;
	float:left;
	border:solid 5px #fff;
	margin:10px 10px 10px 50px;
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 3px rgba(0,0, 0, 0.3);
    box-shadow: 0 0 3px 3px rgba(0,0, 0, 0.3);
}
/*Change this to affect "your_pictures" page*/
.pic_collection {
   margin:20px 20px 20px 50px;
   border:solid 5px #eaeaea;
  -webkit-box-shadow: 0 0 5px 3px rgba(0,0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 3px rgba(0,0, 0, 0.3);
   box-shadow: 0 0 5px 3px rgba(0,0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
 }

 .pic_collection:hover{
   border:solid 5px #00ccfc;
  -webkit-box-shadow: 0 0 7px 3px rgba(0,0, 0, 0.3);
  -moz-box-shadow: 0 0 7px 3px rgba(0,0, 0, 0.3);
   box-shadow: 0 0 7px 3px rgba(0,0, 0, 0.3);
  -webkit-transform: rotate(0deg) scale(1.02);
 }
 
 #voucher {
 width:600px;
 height:400px;
 margin-left:30px;
 float:left;
  }
 
 /*Blog Settings*/
 #post_wrapper {
 width:845px;
 margin:20px 10px 10px 40px;
  }
 
 h4 {
	background:url(./images/titleslip.png) no-repeat;
	width:175px;
	height:54px;
	margin:5px 0px -30px -28px;
	padding:10px 0px 10px 0px;
	font-family:"Verdana";
	font-size:18px;
	text-align:center;
	float:left;
}
 
 .post {
  width:845px;
  min-height:100px;
  margin:30px 10px 10px 45px;
  border:solid 5px #eaeaea;
  padding:5px;
  }
  
 .post:hover {
 border:solid 5px #00ccfc;
  }
 
#contactform {
	margin:100px 0px 0px 50px;
    position: relative;
    z-index: 10;
}

#map {
    margin:-380px 20px 0px 420px;
    position: relative;
    z-index: 5;
}

/*
gallery
*/
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	margin: 7px 0px 0px 0px;
	float: right;
	width: 565px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	margin-top:-5px;
	margin-left:60px;
}
div.nav-controls {
	float: right;
	margin-top:-5px;
	margin-right:70px;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 640px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 640px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 640px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 640px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align:top;
	border: 1px solid #ccc;
}
div.caption-container {
	position: relative;
	margin: 0px 20px 5px 15px;
	clear: left;
	height: 10px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 10px 0px 0px 30px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;

}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	-webkit-transition: all 0.1s linear;
	-webkit-transform:scale(1);
    width:75px;
    height:75px;
}

a.thumb:hover {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	-webkit-transform: scale(1.2);
}

ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	margin-left:20px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-top:0px;
	margin-left:10px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

