@charset "utf-8";
/* CSS Document */

#content {
	background: #fff url(/images/violet-content-bg.jpg) repeat-x scroll center top;
	position: relative;
}

#content #crumbs {
	background: url(/images/contact-page-title.png) no-repeat scroll center bottom;
}

#crumbs, #crumbs a {
	color: #fff;
}
#map { display: block; margin-left: auto; margin-right: auto; margin-top: 10px;}
#map { overflow: hidden; width: 590px; height: 500px; border: 1px solid #000; }

#address, #hours, #tphone {
	font-size: 100%;
	width: 210px;
	position: absolute;
}

#address { left: 310px; }
#hours { width: 190px; left: 540px }
#tphone { left: 750px; }

#enquiry, #feedback {
	width: 270px;
	float: left;
	margin-left: 10px;
}

#enquiry input, #enquiry textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #999;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#enquiry input.btn {
	width: 80px;
	height: 28px;
	border: 0;
	background: url(/images/contact-button-bg.gif) repeat-x top;
}

#enquiry p.label { display: none; }

.fus { display: block; margin-left: 10px;}