
/* CSS Document - last updated:06/12/2006 */
/* cth.css */
/* Author: Webnetism (www.webnetism.co.uk) */
/* Media: screen */

/* Index:
  x. Default styles
  1. Masthead
  2. Left panel
  3. Crumb
  4. Content
  5. Footer
*/


/* ------------------ x. Default styles ---------------- */ 

body { margin: 0px 0px 20px 0px; background-color: #fff; text-align: center; }	
body,td,th { font-family: arial, sans-serif; color: #403f3f; }
img { border: none; }
.main {	margin: 0 auto;	padding: 0; text-align: left; width: 750px; }
	
.accessibilitypanel {
	position: absolute;
	left: -9000px;
}

.uppercase {
	text-transform: uppercase;
}

/* ------------------ 1. Masthead ---------------- */ 
.masthead {
	width: 750px;
	height: 94px;
}

.logo {
	width: 182px;
	height: 94px;
}

.boxwhatson {
	width: 568px;
	height: 94px;
	margin: -94px 0 0 182px;
	background-image: url(../images/bubbles_top.gif);
	text-align: right;
}

.bookenqbox {
	padding: 6px 5px 12px 0;
	font-size: 0.9em;
	color: #b6165a;
}


/* ------------------ 2. Left panel ---------------- */ 
.leftpanel {
	float: left;
	width: 182px;
	margin: -29px 0 0 0;
	background-color: #00cccc;
}



/* ------------------ 3. Crumb ---------------- */
.crumb {
	float: left;
	width: 557px;
	height: 25px;
	margin: 4px 0 0 193px;
	background-image: url(../images/bg_crumb.jpg);
	background-repeat: no-repeat;
}


/* ------------------ 4. Content ---------------- */ 
.content {
	float: right;
	width: 557px;
	margin: 8px 0 0 0;
	background-color: #cccccc;
}


/* ------------------ 5. Footer ---------------- */ 
.footer {
	background-color: #ffcc33;
	clear: both;
}
