body {
	margin: 0;
	padding: 0;
	font-size: 92%;
	line-height: 1.44em;
	font-family:"frutiger linotype", "lucida grande", helvetica, arial, sans-serif;
	background: #e3e3e3;
	color: #333;
}

#banner {
	position: relative;
	display: block;
	margin: 32px auto 0 auto;
}

#content {
	width: 952px;
	margin: -96px auto 0 auto;
	padding: 96px 12px 0 12px;
	background: url(images/content.png) center repeat-y;
}

#nav_container {
	margin: 0 -4px;
	text-align: center;
	background: #d8d6d6 url(images/nav.gif) repeat-x;
}

#nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #d8d6d6 url(images/nav.gif) repeat-x;
}

	#nav li {
		float: left;
		margin: 0;
		list-style: none;
	}

	#nav li a {
		display: block;
		padding: 8px 16px;
		text-decoration: none;
		white-space: nowrap;
		border: none;
		background: none;
		color: #666;
	}

	#nav li a:hover {
		background-color: #d8d6d6;
	}
	
	#nav li a.active {
		background: #3399ff;
		color: #fff;
	}
		
		#nav li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			text-align: left;
			font-size: 0.8em;
			background: #eaeaea;
		}
		
			#nav li ul li {
				float: none;
				display: inline;
				margin: 0;
				padding: 0;
				text-indent: 16px;
			}
			
			#nav li ul li a {
				width: auto;
				padding: 0 4px;
			}
			
			#nav li ul li.category {
				text-indent: 0px;
				font-weight: bold;
			}
			
			#nav li ul li.category a:hover {
				background: #aaa;
			}
		
.crumbs {
	margin: 0 -4px;
	padding: 8px;
	text-align: center;
	font-size: smaller;
	background: url(images/crumbs.gif) repeat-x;
	color: #999;
}

.session {
	margin: 0;
	text-align: center;
}

#search {
	margin-bottom: 16px;
	text-align: right;
}

#action {
	float: left;
	width: 24.5%;
	padding: 4px;
}

	#action a.active {
		font-weight: bold;
	}
	
	#flashMessage, #authMessage, #jsMessage {
		margin-bottom: 4px;
		padding: 24px 56px;
		background: #ffffcc url(images/notice.png) 8px 50% no-repeat;
	}
	
	#action ul {
		margin: 8px;
		padding: 0;
	}
	
	#action ol {
		font-size: smaller;
	}

#main {
	float: right;
	width: 73.5%;
	margin-bottom: 32px;
	padding: 4px 4px 32px 4px;
	border-left: 1px solid #d8d6d6;
}


h1 {
	width: 80%;	
	margin: 1em 0;
	padding: 5px 0;
	font-size: 1.4em;
	border-bottom: #ccc 1px solid;
	color: #3399ff;
}

h2 {
	clear: left;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(images/h2.gif) center repeat-y;
	color: #3399ff;
}

	h2 img {
		float: left;
		margin-right: 8px;
	}
	
	h2.stretch {
		line-height: 55px;
	}

a {
	background: #ffffcc;
	color: #333;
	text-decoration: none;
	border-bottom: #66ffff 1px solid;
}	

	a:visited {
		color: #666;
		text-decoration: none;
	}

	a:hover {
		background: #ffff99; 
	}
	
	a:focus {
		background: #d8ffcc;
	}
	
	a img {
		border: none;
	}
	
abbr, acronym {
	cursor: help;
}

div.images div {
	float: left;
	width: 208px;
	overflow: hidden;
	margin: 4px;
}
	
	div.images:after {
		display: block;
		visibility: hidden;
		content: ".";
		clear: both;
	}
	
	div.images a {
		display: block;
		min-height: 180px;
		margin: 0;
		padding: 4px;
		font-size: 0.72em;
		line-height: 1.4em;
		text-align: center;
	}
	
div.neighbourination {
	margin: 8px;
	text-align: right;
}

fieldset {
	border: #e5e5e5 1px solid;	
}

	div.input {
		padding: 4px;
		margin-bottom: 8px;
	}

		div.input.required label:after, div.input.password label:after {
			content: "(required)";
			margin-left: 4px;
			font-size: smaller;
			font-style: italic;
			color: #666;
		}

		div.input input, div.input select, div.input textarea {
			margin-left: 4px;
			min-width: 54%;
			max-width: 100%;
			color: #333;
		}

		form em {
			font-size: 72%;
			color: #999;
		}
	
	#main label {
		float: left;
		width: 40%;
		text-align: right;
	}

	#main div.submit {
		width: 80%;
		margin: 16px auto;
		padding-top: 16px;
		text-align: center;
		border-top: 1px solid #ddd;
	}
	
	.error {
		background: #ffc1c1;
		border: #ff9595 1px solid;
	}

		.error-message {
			margin-left: 40%;
			text-align: center;
			color: red;
		}

li.icon {
	margin: 4px;
	list-style-type: none;
	background: #fff no-repeat 8px 50%;
}
	
	li.icon:hover {
		background-color: #eaeaea;
	}
	
	li.icon em {
		font-size: smaller;
	}

	li.icon a, li.icon a:link, li.icon a:visited, li.icon a:hover {
		display: block;
		padding: 8px 4px 8px 48px;
		background: none;
		border: none;
	}
	
		li.icon.add {
			background-image: url(images/add.png);
		}
		
		li.icon.download {
			background-image: url(images/download.png);
		}
		
		li.icon.enquire {
			background-image: url(images/enquire.png);
		}
		
		li.icon.view {
			background-image: url(images/view.png);
		}
		
		li.icon.remove {
			background-image: url(images/remove.png);
		}

.back, .back:link, .back:visited, .back:hover {
	display: block;
	margin-top: 32px;
	text-align: center;
	background: #ddd;
	border: none;
	border-top: 1px solid #ccc;
}

	.back:hover {
		background: #e4e4e4;
	}

div.meta {
	margin: 0 auto;
	width: 54%;
	padding: 0 0 0 4px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	border: none;
	text-align: center;
	background: #f2f1f1;
}
	
.more {
	float: right;
	margin: 16px;
}

table {
	margin: 16px auto;
	border-collapse: collapse;
}

	tr:hover {
		background: #eee;
	}

	th, td {
		border: 1px solid #ddd;
		padding: 8px;
	}

img.flag {
	display: block;
	margin: 0 auto;
}

#accreditation {
	clear: both;
	text-align: center;
}


#footer {
	width: 952px;
	margin: 0 auto 32px auto;
	padding: 32px 12px 0 12px;
	font-size: smaller;
	background: url(images/footer.png) 50% 0% no-repeat;
	color: #ccc;
}

	#footer p {
		margin: 0;
		padding: 0.6em 16px;
		background: url(images/footer_p.png) center repeat-y;
	}
	
	#footer a, #footer a:link, #footer a:visited {
		background: none;
		border: none;
		color: white;
	}
	
		#footer a:hover {
			border-bottom: #66ffff 1px solid;
		}
	
	#footer:after {
		display: block;
		margin: 0 auto;
		height: 32px;
		background: url(images/footer_after.png) bottom center no-repeat;
		content: '';
	}
	
.stretch:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	* html .stretch {
		height: 1%;
	}
	
hr {
	border: none;
	border-top: 1px solid #e3e3e3;
}
