/* RECO.CSS */

/* Reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #2B2422;
	font-size: 75%;
	line-height: 1.5;
}

p, ul, ol, address {
	margin-bottom: 1.5em;
}

ul, ol {
	margin-left: 2em;
}

a {
	color: #CC9900;
	text-decoration: none;
	border-bottom: 1px solid #CC9900;
}

a:hover, a:active, a:focus {
	color: #BEB5A6;
	border: none;
}

address {
	font-style: normal;
	float: left;
	margin-right: 1em;
}

h2 {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: .5em;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: .75em;
	font-style: italic;
	font-weight: normal;
}

h1, h2, h3 {
	color: #BEB5A6;
}

#container {
	width: 910px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	background: url(../images/container-bg.gif) no-repeat top right #000;
	border-left: 1px solid #61524C;
	border-right: 1px solid #61524C;
}

#header {
	height: 100px;
	padding: 20px 0;
	position: relative;
}

#header h1 a {
	display: block;
	float: left;
	width: 200px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/reco-logo.gif) no-repeat top left;
	border: none;
}

#nav {
	position: absolute;
	bottom: 20px;
	left: 220px;
	margin: 0;
	list-style: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav li {
	float: left;
}

#nav a {
	border: 1px solid #BEB5A6;
	display: block;
	padding: 2px 5px;
	margin: 2px;
	background: #000;
	color: #BEB5A6;
}

#nav a:hover, #nav a:active, #nav a:focus, #nav a.current {
	background: #9F8A3B;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

#contact {
	float: left;
}

#contact dt {
	float: left;
	clear: left;
	margin-right: 1em;
	width: 4em;
}

#article h2 {
	margin: 0;
}

.section {
	float: left;
	width: 520px;
	padding: 20px 0;
}

#pagenav {
	margin-left: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pagenav a {
	padding: 3px 0 3px 30px;
	background: url(../images/pagenav-li-bg.gif) no-repeat left;
	border: none;
}

#aside {
	float: right;
	width: 370px;
	padding: 20px 0;
}

#aside address, #aside #contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	clear: both;
	background: #423A39;
	margin: 0 -20px;
	width: 100%;
	padding: 20px;
}

#bottomline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 2em;
	margin: 0;
}

#spotlight {
	margin-bottom: 20px;
}

.left {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}

.centre {
	margin: 0 auto 20px;
	display: block;
}

.images {
	margin: 0;
	list-style: none;
}

.images li {
	float: left;
}

.images a, a.left, a.right {
	display: block;
	border: none;
	padding: 3px;
	border: 1px solid #BEB5A6;
	background: #000;
	text-align: center;
	color: #BEB5A6;
}

.images a {
	margin: 0 15px 15px 0;
}

.images a:hover, .images a:active, .images a:focus,
a.left:hover, a.left:active, a.left:focus,
a.right:hover, a.right:active, a.right:focus {
	border-color: #CC9900;
	color: #FFF;
}

.dimensions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 2em;
}

.input {
	font-family: "Courier New", Courier, monospace;
}

/* Web One */
span.web-one {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
a.web-one {
	color: #CCC!important;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
a.web-one:hover, a.web-one:focus, a.web-one:active {
	color: #FFFFFF!important;
	text-decoration: none;
	background-color: transparent!important;
	border-bottom: 1px solid #FFF;
}
a.web-one:link span, a.web-one:visited span {
	width: 100px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/web-one-footer-logo.gif) no-repeat top;
	float: left;
	cursor: pointer;
}
a.web-one:hover span, a.web-one:focus span, a.web-one:active span {
	background-position: bottom;
}

/* float clearing for IE6 */
* html #header,
* html #spotlight,
* html #nav,
* html #main,
* html #article,
* html #aside,
* html .images,
* html #footer {
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
*+html #header,
*+html #spotlight,
*+html #nav,
*+html #main,
*+html #article,
*+html #aside,
*+html .images,
*+html #footer {
	min-height: 1%;
}

/* float clearing for everyone else */
#header:after,
#spotlight:after,
#nav:after,
#main:after,
#article:after,
#aside:after,
.images:after,
#footer:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Firefox Scrollbar Hack */
html {
	margin-bottom: 1px;
	height: 100%;
}

/* Lightbox */

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a {
	border: none;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink, #prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lightbox/prevlabel.gif) left 0% no-repeat;
}
#nextLink, #nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/nextlabel.gif) right 0% no-repeat;
}
#imageDataContainer {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
	color: #201B18;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	