.contain-float:after, .surround:after {
	clear:both;
	content:'.';
	display:block;
	height:0pt;
	visibility:hidden;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B0127;
	line-height: 18px;
}
/* Stuff to work-round IE6's lack of support for CSS selectors... */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	color: #c80501;
	padding-bottom: 10px;
}
p {
	margin: 0;
	padding-bottom: 15px;
}

a {
	text-decoration: none;
	color: #c80501;
}
a:hover {
	text-decoration: underline;
}
a:focus, a:active {
	outline: none;
}
.page-text-color {
	color: #4B0127;
}

#telephone {
	font-family: Georgia;
	font-size: 24px;
	color: #fe9900;
	float: right;
	font-style: italic;
padding-top: 5px;
padding-right: 20px;
line-height: 24px;
}

*:first-child+html #telephone {
overflow: auto; /* IE7 fix for http://www.brunildo.org/test/ie7_ithscroll.html */
}

#centre-col {
	/*border: 1px solid lime;
	display: inline-block;*/
}
#container {
	margin: auto;
	width: 958px;
}

#header {
	height: 68px;
	background: url(../images/header.png);
	position: relative;
}
#header h1 a {
	display: block;
	height: 66px;
	width: 250px;
	text-indent: -5000px;
}

#bus-nav {
	position: absolute;
	left: 695px;
	top: 5px;
	color: #FE9900;
}
#bus-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bus-nav li {
	display: inline;
	margin-left: 10px;
	border-left: 1px solid #fe9900;
	padding-left: 11px;
}
#bus-nav li.first {
	margin: 0;
	border: 0;
	padding: 0;
}
#bus-nav a {
	color: #FE9900;
	font-weight: bold;
	font-size: 12px;
}
#bus-nav li.active a {
	color: #FFFFFF;
}

#content {
	background: #FFFFFF url(../images/orange/decoration.png) no-repeat 100px 500px;
	margin: 0;
}
#content-inner {
	background: #FE9900;
}

.left-col #content-inner {
	background-image: url(../images/lh-background.png);
	background-repeat: repeat-y;
}
#centre-col {
	margin-left: 30px;
	margin-right: 50px;
	padding: 1px; /* fix margin-collapse */
	padding-top: 20px;
}
div.horiz-rule {
	background: url(../images/horiz_ruler.png) no-repeat center;
	height: 1px;
	margin-bottom: 15px;
}

.left-col #centre-col {
	margin-left: 260px;
}
.right-col #centre-col {
	margin-right: 360px;
}

#left-col {
	display: none;
}

.left-col #left-col {
	display: block;
	float: left;
	width: 210px;
	padding: 15px;
}

#right-col {
	display: none;
}
#right-col h3 {
	margin-bottom: 15px;
}
.right-col #right-col {
	display: block;
	background: #c80501 url(../images/red/rh-decoration.png) no-repeat 100px bottom;
	float: right;
	width: 320px;
	padding-bottom: 80px;
	margin-bottom: 40px;
	
}

#right-col-images {
	width: 320px;
	height: 301px;
}
#right-col .inner {
	margin: 15px;
}

#right-col h3 {
	color: #FE9900;
	font-size: 15px;
}
#left-col h3, .right-maroon #right-col h3, body.food-events #centre-col h3 {
	color: #c80501;
	font-size: 15px;
}

body.food-events #centre-col h4 {
	color: #c80501;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

#left-col, .right-maroon #right-col {
	color: #fe9900;
}
.right-maroon #right-col {
	background: #4B0127 url(../images/maroon/rh-decoration.png) no-repeat 100px bottom;
}

#footer {
	height: 18px;
	background: #4B0127;
	margin-top: 25px;
	color: #fe9900;
	line-height: 18px;
	font-weight: bold;
	padding: 0 15px;
	font-size: 12px;
	font-weight: normal;
}
#footer a {
	color: #FE9900;
}
#footer .left {
	float: left;
	width: 500px;
	margin-top: 7px;
}
#footer .right {
	float: right;
	width: 350px; /* Using % here breaks with curvyCorner */
	text-align: right;
	margin-top: 7px;
}
#footer img {
	vertical-align: middle;
}

#left-col h3 {
	padding: 10px 0;
}

#left-col div.horiz-rule {
	background: url(../images/maroon/horiz_rule.png) no-repeat;
	height: 1px;
	margin: 15px 0;
}
#left-col p {
	padding-bottom: 7px;
}
#left-col p.active {
	color: #ffffff;
}
#left-col a {
	color: #fe9900;
}





/* Navigation buttons, with rollover states and active states */
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 36px;
}
ul#nav li {
	margin-top: 9px;
	float: left;
}
ul#nav li a {
	display: block;
	width: 151px;
	height: 27px;
	background: url(../images/nav/foodevents.gif);
	margin-right: 5px;
	text-indent: -5000px;
}
ul#nav li.active a, ul#nav li a:hover {
	background-position: -151px 0;
}

ul#nav li a#nav-clients {
	background: url(../images/nav/clients.gif);
}
ul#nav li.active a#nav-clients, ul#nav li a#nav-clients:hover {
	background-position: -151px 0;
}

ul#nav li a#nav-venues {
	background: url(../images/nav/venues.gif);
}
ul#nav li.active a#nav-venues, ul#nav li a#nav-venues:hover {
	background-position: -151px 0;
}

/* Contact page LH menu */
body#contact #left-col {
	color: #FFFFFF;
}

body#contact #left-col em {
	font-style: normal;
	color: #C80501;
}





/* Press listings */
.press-box {
	margin-left: 20px;
	padding-bottom: 15px;
}
.press-box img {
	float: left;
	border: 2px solid #ffffff;
}
.press-box h3, .press-box p {
	margin: 0;
	padding: 0;
}
.press-box p.title {
	margin-top: 10px;
	font-weight: bold;
}
.press-box div {
	margin-left: 105px;
}




/* Styles for the venues page - new stylesheet? */
body.venues #left-col {
	width: 282px;
	color: #000000;
	font-weight: bold;
}
body.venues #left-col a {
	color: #c80501;
}
body.venues #left-col h4 {
	color: #4a0126;
	font-size: 14px;
	margin-bottom: 20px;
}

body.venues #centre-col {
	margin-left: 345px;
	padding-bottom: 60px;
	color: #ffffff;
	margin-right: 0;
}
body.venues #venue-content {
	width: 450px;
	line-height: 20px;
}
body.venues h2 {
	color: #fe9900;
}
body.venues #content-inner {
	background-image: url(../images/venues/background.png);
}
#venue-block {
	width: 600px;  /*width needed for FF3 and curvycorners, else #venue-right doesn't show */
	position: relative;
	margin-bottom: 15px; /*Because paragraphs have their margin removed to fix IE prob; need this :( */
}
#venue-images {
	position: relative;
	width: 440px;
	height: 331px;
}
#venue-images img {
	border: 1px solid #c80501;
}
#venue-right {
	float: right;
	width: 145px;
	color: #c80501;
	height: 331px;
	position: relative;
	font-weight: bold;
}
#venue-right p {
	padding-bottom: 12px;
}
#venue-nav {
	position: absolute;
	bottom: 0;
	left: 0;
line-height: 18px;
}
#venue-nav a {
	color: #c80501;
	border: 1px solid #c80501;
	padding: 0 3px;
	margin-right: 6px;
}
#venue-nav a.activeSlide {
	background: #fe9900;
	border: 1px solid #fe9900;
}





/* Misc page specific stuff */
body#clients {
	color: #C80501;
}

body#clients #centre-col h3 {
	color: #c80501;
	font-size: 14px;
	margin-bottom: 10px;
}

body#clients #centre-col li {
	margin-bottom: 15px;
	color: #C80501;
}

body.food-events ul {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
body.food-events #centre-col li {
	list-style: none;
	margin-bottom: 8px;
	background: url(/furniture/images/red-bullet.gif) no-repeat left 7px;
	padding-left: 15px;
position: relative;
}

.teambiopic {
	float: left;
	border: 2px solid #ffffff;
	margin: 0 10px 10px 0;
}

#about-us .about-us-link {
	color: #ffffff;
}



/* Form styles */
body#contact p {
	padding-bottom: 6px;
}
form label {
display:block;
float:left;
font-weight: bold;
width:110px;
}

form .invalid, form .required {
background-color:#E1EBEC;
}
div.errors {
padding-bottom:16px;
}
form .field {
border:1px solid #c80501;
margin:0pt;
width:200px;
}
form .shorter {
width:80px;
}
form span.requiredmsg {
font-size:10px;
padding-left:110px;
}
