@charset "utf-8";
/* CSS Document */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
}
/*Main Styles*/
body {
	font-size:75%;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height:1.5;
	background-color: #000000;
	color: #333333;

}
.aluminium #galleryWrap {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
}
a img {
	border-bottom: 2;
}
 
/* typography.css */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#FFFFFF;
}
h1 {
	font-size:2em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.5em;
	color: #999999;
	padding-left: 50px;
	line-height: 1.5;
}
h6 {
	color: #999999;
	font-size: 1.2em;
}
.titleTxt {
	background-image: url(../images/logo_black.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 240px;
	height: 110px;
	margin-left: 5px;
}
p {
	color: #ACACAC;
	margin-top: 0;
	margin-right: 0px;
}
a:visited {
	font-size:1.2em;
	color:#cccccc;
	padding-left: 10px;
}
a:focus, a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D95026;
}
a {
	color:#CCCCCC;
	text-decoration: none;
}
#footerNav {
	color: #666666;
	width: 830px;
	float: left;
}
#footerNav a,#footer #footerNav a:link {
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#footerNav a:hover,#footerNav a:focus {
	color: #D95026;
}
.galleryThumb {
	border: 1px solid #333333;
	width: 110px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.aluminium #galleryWrap .galleryThumb p {
}
.clearFloat {
	clear: both;
}
.aluminium #galleryWrap noscript {
	border: 2px solid #333333;
}
.aluminium #galleryWrap #gallery_table {
	border: 5px solid #999999;
	margin: 10px;
}
.aluminium #galleryWrap #gallery_table #direction {
	float: right;
	margin-right: 5px;

}
.aluminium #galleryWrap #gallery_table #footerNav p {
	margin-left: 400px;
}
