/* -----------------------------------------------------------------------
   Virtual Fair - screen.css
   * Copyright (c) 2008 Trinity Mirror (NW2).
   * Developed by Hot House Development Team.
----------------------------------------------------------------------- */
/* MAIN */
body {
	background: #FFF url('/assets/images/layout/bg_top.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
}
/* LINKS */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
/* WRAPPERS */
#mainWrapper {
	margin-bottom: 20px;
}
#topWrapper {
	width: 887px;
	height: 155px;
	background: url('/assets/images/layout/bg_header.jpg') no-repeat bottom left;
	margin: auto;
}
#middleWrapper {
	width: 754px;
	height: 431px;
	background: url('/assets/images/layout/bg_middle.jpg') no-repeat;
	margin: auto;
	padding: 12px 0px 0px 13px;
}
#contentWrapper {
	height: 401px;
	width: 728px;
	background: #DDD;
	border: solid 1px #FFF;
	padding: 10px 0px 0px 10px;
}
#footerWrapper {
	height: 51px;
	background: url('/assets/images/layout/bg_footer.jpg') no-repeat;
	width: 766px;
	margin: auto;
	margin-top: 1px;
}
#flashWrapper {
	width: 718px;
	height: 390px;
	background: #FFF;
}
/* LOGO */
#logoWrapper {
	width: 70px;
	height: 102px;
	float: left;
	margin: 53px 0px 0px 89px;
}
#logoWrapper a {
	width: 70px;
	height: 102px;
	display: block;
}
/* REGION BRANDING */
#regionWrapper {
	width: 215px;
	height: 22px;
	float: left;
	margin: 80px 0px 0px 453px;
	padding: 5px 0px 0px 10px;
}
#regionWrapper p {
	color: #FFF;
	font-size: 0.9em;
}
#regionWrapper a {
	font-weight: bold;
	color: #757575;
}
#regionWrapper a span {
	color: red;
}
/* MENU */
#menuWrapper {
	width: 668px;
	height: 41px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#menuWrapper li {
	float: left;
	margin: 0px 7px 0px 0px;
	text-align: center;
}
#menuWrapper li a {
	height: 28px;
	display: block;
	padding: 7px 5px 0px 5px;
	text-transform: lowercase;
	letter-spacing: 0.9px;
	color: #666;
}
#menuWrapper li a:hover, #menuWrapper li a:active, #menuWrapper li a:focus {
	background: #AAA;
	color: #FFF;
	text-decoration: none;
}
#menuWrapper #mainMenu {
	margin: 0px 0px 0px 20px;
}
#menuWrapper #subMenu {
	float: right;
	margin: 0px 10px 0px 0px;
}
/* FOOTER */
#footerWrapper ul {
	float: right;
	margin: 12px 15px 0px 0px;
}
#footerWrapper li {
	float: left;
	margin: 0px 0px 0px 10px;
}
#footerWrapper a {
	color: #BCBCBC;
	text-decoration: underline;
}
#footerWrapper a:hover {
	color: #666;
	text-decoration: none;
}
#footerWrapper p {
	color: #BCBCBC;
	float: right;
	clear: both;
	margin: 5px 15px 0px 0px;
	font-size: 0.9em;
}
/* JUST TEXT PAGES */
#textWrapper {
	width: 698px;
	height: 370px;
	background: #FFF;
	overflow: auto;
}
#textWrapper {
	padding: 10px;
}
#textWrapper h2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: solid 1px #CCC;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
#textWrapper p {
	margin: 0px 0px 10px 0px;
}
#textWrapper strong {
	font-weight: bold;
}
#textWrapper #contactDetails {
	margin: 0px 0px 0px 30px;
}
#textWrapper #contactDetails h3, #textWrapper h3  {
	color: #FF0000;
	font-weight: bold;
	font-size: 0.9em;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#textWrapper #contactDetails p {
	margin: 0px 0px 10px 0px;
	background: #EEE;
	width: 95%;
	padding: 3px 0px 3px 10px;
}




