	/* -- Clear Fix -- */
	.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.clearfix {display: inline-table;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

	/* -- standard page layout -- */
	html, body {
		margin: 0px;
		padding: 0px;
		background-color: #fff;
		min-height: 100%;
		height: 100%;
		font-family: Lucida Sans, helvetica, arial;
		font-size: 12px;
		/* -- color: #6b6b6d; -- */
		color: #000;
	}
	a {
		color: #a54f02;
	}
	#body {
		background: url(art/back.gif) repeat-y;
		margin: 0px auto 0px auto;
		width: 871px;
		padding-bottom: 0px;
		min-height: 100%;
	}
	
	#footer {
		margin: 0px auto 0px auto;
		width: 871px;
		clear: both;
		background: url(art/footer_back.gif) no-repeat;
		height: 33px !important;
		position: relative;
		font-size: 10px;
	}
	#footer ul {
		height: 26px !important;
		width: 802px !important;
		width: 810px;
		list-style: none;
		margin: 0px auto 0px auto;
		padding: 12px 0px 0px 0px;
		position: relative;
		left: 12px;
	}
	#footer ul li {
		float: right;
		padding-left: 20px;
	}
	#footer a, #footer {
		color: #aaa;
		/* -- font-weight: bold; -- */
		text-decoration: none;
	}
	
	#content {
		margin: 0px 15px 0px 47px;
		width: 800px;
	}
	#marque {
		border-bottom: 1px solid #000;
	}
	ul#nav {
		margin: 0px;
		padding: 0px;
	}
	ul#nav li {
		margin: 0px;
		padding: 0px;
		list-style:none;
		float: left;
	}
	ul#nav li img {
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
	}
	ul#nav li.last img {
		border-right: none;
	}
	#page {
		margin: 20px 25px 10px 25px;
		clear:both;
	}
	h1#welcome {
		background: url(art/welcome.gif);
		width: 338px;
		height: 29px;
		font-size: 0px;
	}
	blockquote {
		background:transparent url(art/bg_blockquote.gif) no-repeat scroll 0pt 5px;
		color:#555;
		margin-bottom:12px;
		margin-left: 10px;
		padding-left:30px;
		font-style: italic;
	}
	div.leftCol {
		width: 550px;
		float: left;
	}
	div.rightCol {
		width: 185px;
		float: left;
		margin: 0px 0px 0px 10px;
	}
	div.fullCol {
		width: 800px;
	}
	h2 {
		font-size: 14px;
	}
	div.rightCol img {
		border: 1px solid #000;
		margin: 0px 0px 10px 0px;
	}
	
	
	
	/*	moobox	*/
	/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(art/moobox/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(art/moobox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(art/moobox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(art/moobox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*	end moobox	*/


/*	tips	*/

.toolTipElement {
	cursor: help;
}

.tooltip, .tool-tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tooltip h4, .tool-tip h4, .tool-tip div.tool-title {
  font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(art/bubble.png) top left !important;
	background: url(art/bubble.gif) top left;
}

.tooltip p, .tool-tip p, .tool-tip div.tool-text {
	font-size: 11px;
	margin: 0px;
	padding: 4px 8px 8px;
	background: url(art/bubble.png) bottom right !important;
	background: url(art/bubble.gif) bottom right;
}

/*	end tips	*/

/*	gallery	*/
#gallery {
	text-align: center;
}
#gallery {
	
}
#gallery img {
	border: 1px solid #000;
	margin: 10px;
}
/*	end gallery	*/

table {
	width: 100%;
}
table td.service {
	width: 440px;
}

div.form dl dt {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	padding-bottom: 3px;
}

div.form dl dd {
	padding: 8px 0px 8px 8px;
	margin-left: 0px;
}

.validation-failed {
  border: 1px solid #f00;
}
.validation-advice {
  margin: 2px; 
  padding: 2px; 
  color:#fff; 
  background-color:#f00;
}
td.service {
	vertical-align: top;
}
td.days {
	width: 60px;
}