* {
	padding:0;
	margin:0;
	}
body {
	background: #e4e4e4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#000;
	text-align:center;
	}
img, a img {
	border:0;
}

a:link {
	color:#871719;
}
a:visited {
	color:#871719;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#871719;
}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1 {
	font-size: 140%;
	font-weight:bold;
	color: #871719;
	text-decoration: underline;
	margin-bottom:10px;
	}
h2 {
	font-size:120%;
	color: #871719;
	margin-bottom:1em;
	}
h3 {
	font-size:100%;
	font-weight:Bold;
	color: #000;
	margin-bottom:1em;
	}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p {
	font-size:80%;
	line-height:1.6em;
	color:#000;
	margin:0 0 1em 0;
	}
ul {
	list-style: none;
	margin:0 0 1em 1em;
	}
li {
	font-size:80%;
	line-height:1.6em;
	background:transparent url(Images/bullet.gif) no-repeat 0 4px;
	padding-left:20px;
	}
th {
	padding-bottom: 20px;
	}

/*---------------------------------------------------------------------------------------------------*/
#globalWrap	{
	background:#fff url(Images/pageBackground.gif) repeat-y;
	margin:0 auto 20px auto;
	width:800px;	
	text-align:left;
	}
#header img {
	display:block;
	}
#bottom-shadow {
	height:8px;
	overflow:hidden;
	background:transparent url(Images/navBack.gif) repeat-x top;
	width:100%;
	}
#mainPage {
	background: url(Images/watermark.gif) no-repeat bottom right;
	margin: 0 5px;
	padding-bottom:20px;
	}
#boxColl {
	float:left;
	width:243px;
	}
#boxColl .padFix {
	padding: 0 15px 0 15px;
	}
#textColl {
	float:left;
	width: 520px; 	
}
#textColl .padFix {
	padding:10px 15px 0 0;
	}
#footer{
	height:10px;
	overflow:hidden;
	background: #e4e4e4 url(Images/footer.gif) no-repeat bottom;
	}
#textCollFull {
	width: 790px;
	}
#textCollFull .padFix {
	padding: 10px 15px 0 15px;
	}
/*--------------------------------------------------------------
 Main top navigation and drop down styles
--------------------------------------------------------------*/
ul#top-nav {
	list-style:none;
	float:left;
	padding-top:1px;
	margin:0;
	}
ul#top-nav li {
	list-style:none;
	float:left;
	height:27px;
	width:158px;
	background:#e4e4e4;
	padding:0;
	}
/* Styles for Menu Items */
ul#top-nav li a {
	display:block;
	height:27px;
	text-decoration:none;
	font-weight:bold;
	color:#871719;
	background:transperant;
	}
ul#top-nav li a span {
	display:block;
	padding: 4px 0 5px 0;
	border-right:1px solid #bab8b8;
	text-align:center;
	}
ul#top-nav li a:hover {
	background: #fff;
	}
ul#top-nav li a.navthis {
	color:#000;
	background: #fff;
	}
ul#top-nav li#home {
	}
ul#top-nav li#openinghours {
	}
ul#top-nav li#services {
	}
ul#top-nav li#ourstaff {
	}
ul#top-nav li#contact {
	}
ul#top-nav li#contact a span {
	border-right: none;
	}
/*--------------------------------------------------------------
	Homepage info boxes
--------------------------------------------------------------*/
.infoBox {
	background: url(Images/sideBoxBack.gif) repeat-y;
	margin: 10px 0 20px 0;
	border: 0;
	width: 213px;
	}
.infoBox img {
	display: block;
	text-align: left;
	}
.infoHeader {
	background: url(Images/sideBoxTop.gif) no-repeat top;
	padding: 8px 0 15px 0px;
	text-align:left;
	}
.infoBox p {
	padding: 0 10px 0 15px;
	text-align: left;
	color: #5d5c5c;
	font-size: 70%;
	font-weight: bold;
	margin:0;
	}
.infoHeader p{
	color: #871719;
	font-size: 80%;
	font-weight: bold;
	}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {
	text-align:right;
	}
.text-align-left{
	text-align:left;
	}
.center {
	text-align:center;
	}
.float-right {
	float:right;
	padding:0 0 14px 14px;
	}
.float-left {
	float:left;
	padding:0 14px 14px 0;
	}
div.float-fix {
	overflow:hidden;
	clear:both;
	height:0;
	}
br.float-fix {
	clear:both;
	}
.bold {
	font-weight:bold;
	}

.sIFR-active h1 {
	font-family:Verdana;
	font-size:24px;
	line-height:1em;
	visibility:hidden;
	}
.sIFR-active h2 {
	font-family:Verdana;
	font-size:20px;
	line-height:1em;
	visibility:hidden;
	}
