@charset "UTF-8";
/* CSS Document */


/* St Michaels.css
------------------------------------------------------------------------------

Author:  			Damon Birch
E-mail:				damon@kh-associates.co.uk
Company: 			Kendle Hardcastle
Date:				14/08/2008

Version:			1.0

CSS file:			Design One 

------------------------------------------------------------------------------*/
/* =USUAL SUSPECTS
------------------------------------------------------------------------------*/

body
{
  font-family:		Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size:			62.5%;
  background-color:	#ffffff;
  margin-top:			0px;
  
	background-color:#d2d1b5;
	padding-top: 20px;
	padding-bottom: 40px;
}

img
{
  border:				none;
}

h1, h2, h3, h4, h5, h6
{
  font-family:		Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 2.5em;
}

h3
{
	font-size: 2em;
	font-weight:normal;
}

.centre p strong
{
  color:				#000;
}

a
{
  text-decoration:	none;
  outline:none;
  font-weight:normal;
}

a:active
{
  outline: none;
}

q
{
  font-style:			italic;
  color:				#000;
}

.clear
{
  clear:				both;
}

strong
{
  color:				#000;
}


/* HACK for FIREFOX!! - to always display right hand scroll bars in short pages
this prevents the page bouncing left when changing pages */

html { 
  overflow: -moz-scrollbars-vertical; 
  height: 100%; 
}

/*Hack over*/

p
{
  font-size:			1.2em;
  line-height:		1.5em;
}

p a
{
  text-decoration:	none;
}

p img
{
  margin:				10px;
  padding:            0px;
}

p a:hover
{
  text-decoration:	underline;	
}

q
{
  font-family:		Georgia, "Times New Roman", Times, serif;
  color:				#572600;
  margin:				0px 15px;
  font-size:			1.2em;
  line-height:		1.6em;
}

a:hover
{
  text-decoration:	underline;	
}

/* REMOVES HORIZONTAL SCROLL BARS */

html
{
}
div.site
{	
	position:relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
div.container
{
	width: 759px;
	margin-left:20px;
	margin-right:auto;
	float:left;
	position:relative;
	z-index:50;
	background-color: #ffffff;
	border: 1px solid #7e2b4f;
}
body.index div.container
{
	background-image: url(../images/btmbk.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom: 50px;
}
div.header
{
	width: 759px;
	height:156px;
	position:relative;
	float:left;
}
div.header h1
{	
	width: 759px;
	height:123px;
	background-image: url('../images/banner.jpg');
	text-indent: -6000px;
}
div.lftrgt
{
	margin-top: 20px;
	float:left;
	position:relative;
}
div.lft
{
	width:380px;
	float:left;
	position:relative;
	z-index:100;
	margin: 20px 20px 30px 20px;
}
div.lft h2
{
	font-size: 2em;
	color:#808285;
	font-weight:bold;
}
div.lft h3
{
	font-size: 1.5em;
	color:#808285;
	font-weight:bold;
}
div.rgt
{
	float:right;
	position:relative;
	width: 290px;
	z-index:100;
	margin: 20px 20px 10px 20px;
}
div.rgt img
{
	margin-bottom: 15px;
}
div.btm
{
	float:right;
	width: 700px;
	margin: 0px 20px 10px 0px;
}
div.btm img
{
	float:right;
}
ul li
{
	color: #7e2b4f;
}
ul li span
{
	font-size: 1.5em;
	color: #000000;
}
ul.enqFrm
{
	list-style-type: none; 
	padding: 0;
	margin: 0;
	margin-left: 20px;
	z-index: 100;
	float:left;
	position:relative;
}
ul.enqFrm li label
{
	font-size: 1.5em;
	color:#808285;
	padding-top:20px;
}
ul.enqFrm li input, ul.enqFrm li textarea
{
	width: 300px;
}
ul.enqFrm li textarea
{
	height: 150px;
}
ul.mainMenu
{
	list-style-type: none; 
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 759px;
	background-color: #7e2b4f;
	height: 33px;
	float:left;
	position:relative;
	margin:0;
}
ul.mainMenu li
{
	height: 33px;
	display:inline;	
}
ul.mainMenu li a
{
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	padding-right: 4px;
	color: #ffffff;	
	font-size: 1.2em;
	font-weight:bold;
	
}
ul.mainMenu li a:hover
{
	color: #b795a7;
	text-decoration: none;
}
p.testimonial
{
	font-style:italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.right
{
	text-align:right;
	margin-top: 0px;
	font-weight:bold;
	margin-bottom: 20px;
}