/*
	File: 	default.css
	Author:	Johannes Klapwijk
	Date:		26-07-2005
*/

html, body {
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
}

h1 {
	font-size: 110%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-style: italic;
}

p.lead {
	font-style: italic;
}

p.galleryHeader {
	font-weight: bold;
}

/* Three main tables */
#pageBody {
	border-left: 1px solid #5F5949;
	border-right: 1px solid #5F5949;
	border-bottom: 1px solid #5F5949;
	width: 980px;
}

#innerBody {
	border: 1px solid #5F5949;
	height: 100%;
	width: 960px;
}

#content {	
	width: 920px;
}

#contact {
	position: relative;
	top: -10px;
	right: 5px;
}

a.contact {
	color: #5F5949;
	font-size: 90%;
	text-decoration: none;
}

/*	Menu CSS */
#menu a {
	color: #5F5949;
	text-decoration: none;
	left:45px;
	top: 2px;
	position:relative;
}

.topnavigation {
	border-left: 1px solid #D5D2CA;
	padding-left: 5px;
}

.subnavigation {
	left: -45px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 5px;
}

li {
	float: left;
	position: relative;
	width: 125px;
}

li ul {
	display: none;
	position: absolute;
	top: 18px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	left: auto;
	border-top: 2px solid #FFFFFF;
}

/* first is for Firefox etc, second is by writing classnames in IE with JScript */
li:hover ul, li.over ul {
	display: block;
	width: 125px;
	background-color: #FFFFFF;
	position: absolute;
	left: 45px;
	padding-left: 0px;
	padding-right: 0px;
}

.subnavigation {
	color: #5F5949 !important;
	position: relative !important;
	left: 3px !important;
}

.subnavigation:hover {
	color: #D5D2CA !important;
	position: relative !important;
	left: 3px !important;
}

/* End menu CSS */


td.banner {
	background-color: #D5D2CA;
}

label.copyRight {
	color: #D5D2CA;
	font-size: 80%;
}

table.noSpacing {
	height: 100%;
	width: 100%;
	border: 0;
}

div.row {
	height: 20px;
}

.cameraData {
	font-size: 80%;
}

a.galleryNav {
	text-decoration: none;
	color: #5F5949;
	font-size: 80%;
}

font.defaultColor {
	color: #5F5949;
}

td.bannerBar {
	background-image: url('../images/bar.gif');
	background-repeat: repeat-x;
	background-position: top left;
}