/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	background: #40404F url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
color: #bebebe;
}

.skiptocontent { /* for CSS browsers hides this link, for text only browsers or with CSS off it should appear OK */
	font-size: 0em;
	height:0px;
	padding:0px;
	margin:0px;
	width:0px;
	visibility:hidden;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #030432;
	color: #030432;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */

#header {
	width: 910px;
	height: 44px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 11px 0 0 0;
	background: #35354F;
	padding: 3px 10px;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Heading Styles for individual heading parts */

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#CCFF33;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color:#FFCC00;
}
.style4 {
	font-size: 48px;
	font-family: "Bradley Hand ITC";
	color:#FFFFFF;
}
.style6 {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
}

/* Menu */

#menu {
	height: 30px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	height: 30px;
	display: block;
	float:left;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover {
	height: 30px;
	color: #FFFFFF;
	background: #33333a;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: #33333a;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 590px;
	padding: 20px 30px 0 0;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #FFFFFF;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #383842;
	border: 1px dashed #40404F;
	padding: 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}


.img_middle {
	margin-right: auto;
	margin-left: auto;
	/* border: 1px solid #D56E22;*/
	height: 180px;
	width: 180px;
}

.photo {
	background-image: url(../Images/drop_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left:-5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 30px 0 30px;
	background: #33333a;
	border: 1px dashed #40404F;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #40404F;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #FFFFFF;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Footer */

#footer {
	width: 910px;
	height:60px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: #33333a;
	border-top: 1px dashed #40404F;
	font-family: Arial, Helvetica, sans-serif;
	color: #bebebe;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}


/* from Dan Cederholms excellent book - Web Standards Solutions */
/* This first group manage the form presentation */
	
	#fig5_14 #enquiryform {
	  	font-family: Georgia, serif;
	  	font-size: 1em; /* was 12px */
	  	color: #999;
	  	}
	
	#fig5_14 #enquiryform label {
	  	font-family: Verdana, sans-serif;
	  	font-weight: bold;
	  	color: #ffffff;
	  	}
	
	#fig5_14 #enquiryform fieldset {
		border: 1px solid #ccc;
		padding: 0 20px;
		}
	
	#fig5_14 #enquiryform legend {
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 90%;
		color: #666;
		background: #eee;
		border: 1px solid #ccc;
		border-bottom-color: #999;
		border-right-color: #999;
		padding: 4px 8px;
		}

	#fig5_14 #name, #fig5_14 #Email_address, #fig5_14 #Comments {
		width:300px;
		}

	.form_error {
		color: #ffffff;		
	}
	
/* This is for the mandatory fields */		
	.style1 {color: #ffffff}

/* This second group manages the quotations presentation */

.fig4_3 blockquote {
	width: 405px;
	text-align: center;
	padding: 0;
	font-family: georgia, serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1em;
	color: #555;
	margin-top: 0;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
	background-image: url(../Images/fi_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
.fig4_3 blockquote strong {
	color: #000;
	font-weight: normal;
}
	
.fig4_3quote {
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 20px;
	background: url(../Images/fi_bottom.gif) no-repeat right bottom;
}

.fig4_3 p {
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 20px;
}
	
.fig4_3author {
	margin: 0;
	padding: 0 0 10px 0;
	color: #999;
	font-size: 0.8em;
	background-image: url(../Images/hpquote_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.tothetop {
	height:30px;
	text-align:right;
}

.thin_spacer {
  clear:both;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  float: left;
  background-color:#000000;
}

#content_wrapper h2, 
#content_wrapper h3 {
  color: #F2F737;
  margin-top:0px;
  margin-bottom:10px;
  font-size: 1.125em;
  padding:4px;
  clear:both;
  border-bottom: 1px solid #ffffff;
}

#content_wrapper p {
  margin-top:0px;
  margin-bottom:15px;
  font-size: 1.0em;
  color: #ffffff;
  line-height: 1.25em;
  padding-left:4px;
}

.gallery_content_full p, .gallery_content_half p, .gallery_content_quarter p, .gallery_content_third p {
  text-align:center;
}

.gallery_inner_content {
	/* might need to use this to wrap the image boxes up with and centre the whole thing on the gallery_content_wrapper space */
	/* background-color:#000000; */
	width:100%;
	margin:auto;
}

.gallery_content_full {
	float:left;
	margin: 0 auto;
	width:100% 
}
.gallery_content_half {
	float:left;
	padding:5px;
	width:46%; /*needs tweaking - 50% overlaps the 4th image to the next line - box model issue? */
}


.gallery_content_quarter {
	float:left;
	padding:5px;
	width:23%; /*needs tweaking - 25% overlaps the 4th image to the next line - box model issue? */
}

.gallery_content_third {
	float:left;
	padding:5px;
	width:31%; /*needs tweaking - 32% overlaps the 3rd image to the next line - box model issue? */
}

.gallery_img {
	padding:10px;
	clear:both;
}

.gallery_img img, .gallery_content_quarter img {
	border:1px solid #FFFFFF;
	/* the next two lines automatically centre the image within the gallery_img div */
	display:block;
	margin:auto;
}

#content_wrapper ul li {
	font-size: 1.0em;
	list-style-type: none;
	text-align:left;
	display:inline;
	float:left;
	width:120px;
}

#content_wrapper ul li a:link, #content_wrapper p a:link {
  color: #F2F737;
  text-decoration:underline;
}

#content_wrapper ul li a:hover, #content_wrapper ul li a:visited,
#content_wrapper p a:hover, #content_wrapper p a:visited {
	color: #0000CC;
	text-decoration:underline;
}

.gallery_content_quarter a:link, .gallery_content_quarter a:hover,.gallery_content_quarter a:visited {
	text-decoration:none;
}

