/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Exhibition-Transport Stylesheet
Author : EQ MEDIA Ltd / www.eqmedia.co.uk

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
body {
	margin:0;
	padding:0;
	background:#00445e url(../images/layup/bodyBg.gif) top left repeat-x;
	color:#000000;
	text-align:center;
	font-family: arial, verdana, helvetica, sans-serif;
}
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }

/* ----- IDS ----- */
#container { width:900px; margin:0 auto; text-align:left; font-size:110%; }   
#printHeader { display:none;}
#header {
	background:url(../images/layup/headerBg.gif) top left no-repeat;
	width:900px;
	height:80px;
	position:relative;
	margin: 0px;
	padding: 0px;
}
#header #logo {
	width:900px;
	height:65px;
	position:absolute;
	top:5px;
	margin: 0px;
	padding: 0px;
}
#middle {
	background:url(../images/layup/contentBg.gif) top left repeat-y;
	min-height:450px;
}
#middle #content ul { margin:0; padding:0 0 12px 0; list-style:none;}
#middle #content ul li {
	background:url(../images/layup/bullet.gif) 0px 3px no-repeat;
	padding:0 0 10px 14px;
	font-size: 14px;
	color: #666666;
}
#middle #content #leftCol { width:605px; float:left;  border-right:1px solid #e6e6e6; margin-top:20px;}
#middle #content #leftCol .padding { padding:0 20px 20px 45px;}
#middle #content #rightCol { width:294px; float:left; margin-top:20px;}
#middle #content #rightCol .padding { padding:0 15px 10px 30px;}
#middle #content #rightCol ul { position:relative; left:-14px; color:#005d7f;}
#middle #content #internal .padding { padding:20px 45px 10px 45px;}
#contactDetails { position:absolute; top:20px; left:10px;}

/* ----- CLASSES ----- */
.clear { clear:both; }
.hide { display:none; }
.printHide { display:block; }
.relative { position:relative;}
.imageHolder { background:url(../images/layup/imageBorder.gif) top left no-repeat; width:289px; height:220px;}
.imageHolder .image { padding:6px 0 0 6px;}
.imageHolder.imageLeft { float:left; margin: 0 15px 10px 0;}
.imageHolder.imageRight { float:right; margin: 0 0 10px 15px;}

/* ----- HEADINGS & PARAGRAPHS ----- */
h1 {
	margin:0;
	padding:0 0 12px 0;
	font-size:24px;
	font-weight:bold;
	color:#005d7f;
}
h2 {
	margin:0;
	padding:0 0 12px 0;
	font-size:18px;
	font-weight:bold;
	color:#005d7f;
}
h3 {
	margin:0;
	padding:0 0 12px 0;
	font-size:14px;
	font-weight:bold;
	color:#005d7f;
}
h4, h5, h6 { margin:0; padding:0 0 12px 0; font-size:110%; font-weight:bold; color:#005d7f;}

/* ----- TOP NAVIGATION ----- */
#topNav {
	width:860px;
	height:29px;
	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/layup/topNavBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#topNav ul {
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#topNav li { display:block; float:left;}
#topNav a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	border-left:1px solid #ffffff;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#topNav a:hover {background:url(../images/layup/topNavBgHover.gif) top left repeat-x; color:#FFFFFF; text-decoration:none; border-left:1px solid #ffffff;}
#topNav .active a {background:url(../images/layup/topNavBgHover.gif) top left repeat-x; color:#FFFFFF; text-decoration:none; border-left:1px solid #ffffff;}

/* ----- SITE MAP ----- */
#sitemap { list-style:none; margin:0 0 0 5px; padding:0;}
#sitemap ul { list-style:none;  margin:10px 0 0px 15px; padding:0;}
#sitemap li { background:url(../images/layup/bulletSitemap.gif) 0px 11px no-repeat; padding:6px 0 5px 15px;}

/* ----- FOOTER ----- */
#footer {
	background:url(../images/layup/footerBg.gif) top left no-repeat;
	color:#FFFFFF;
	font-size:12px;
}
#footer .padding {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a {
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 12px;
}
#footer a:hover { text-decoration:underline;}
#footer ul {
	list-style-type: none;
	display: inline;
	}
#footer li {
	display: inline;
	padding-right: 12px;
 }

#footer ul li a {
	}
#footer #valid { float:right; width:180px;}
#footer #validCSS { float:left;}
#footer #validXHTML { float:left; margin-left:11px;}

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p {
	padding:0 0 12px 0;
	margin:0;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
address { font-style:normal;}


/* ----- LINKS ----- */
a {
	color:#004E6B;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; display:inline; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.required { color:#005d7f;}
.checkRadio { width:20px; position:relative; left:-7px;}
#frmContact { margin-bottom:15px;}
#frmContact p { padding:7px 0;}
#frmContact select { width:204px;}
#frmContact div { margin-bottom:10px;}
#submit { width:55px; border:none; background:#005d7f; padding:0px; color:#FFFFFF; font-weight:bold; height:25px; cursor:pointer;}

/* ----- FORM VALIDATION ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #005d7f; color : #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:452px; padding: 5px; background-color: #005d7f; color : #FFF; font-weight: bold; }

/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }.centerText {
	text-align: center;
}
#adstop {
	height: 90px;
	width: 900px;
	text-align: center;
	padding: 10px;
}
