/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */
 
/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
 
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
 
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }
 
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }




body
{
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#FFFFFF;
background-repeat:no-repeat;
margin: 0 0 0 0;
padding:0 0 0 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	}
	
#flashIntro {
	width:800px;
	margin:150px 0 50px 0;
	}
	
#enter a {
	width:140px;
	height:24px;
	background :url("../webfiles/enter-button2.jpg") top left no-repeat;
	display:block;
	margin:0 auto;
	}
	
#enter a:hover {
	background: url("../webfiles/enter-button2.jpg") bottom left no-repeat;
	}
	
	
.leftColumn {
	width:500px;
	float:left;
	}
	
.MRlogo {
	margin: 15px 50px 5px 50px;
	}
	
.cairns {
	background-image:url("../webfiles/cairns.jpg");
	width:288px;
	height:440px;
	margin:0 auto;
	}
	
.stoneFireplace {
	background-image:url("../webfiles/stone-fireplace.jpg");
	width:350px;
	height:465px;
	margin:0 auto;
	}
	
.stoneChimney {
	background-image:url("../webfiles/stone-chimney.jpg");
	width:350px;
	height:465px;
	margin:0 auto;
	}
	
.stoneHouse {
	background-image:url("../webfiles/stone-house.jpg");
	width:360px;
	height:475px;
	margin:0 auto;
	}
	
.rightColumn {
	width:300px;
	float:left;
	}
	
.rightNav {
	width:300px;
	height:36px;
	margin:0 0 0 0;
	}
	
#navBottom {
	width:800px;
	margin:0 auto;
	}
	
#navBottom ul {
	font-size:14px;
	text-align:center;
	color:#333333;
	display:inline;
	padding:0 0 0 200px;
	font-weight:500;
	}
	
#navBottom li {
	list-style:none;
	display:inline;
	}
	
#navBottom a:hover {
	color:#0033FF;
	}
	
.topGradient {
	background-image:url("../webfiles/top-right-gradient.jpg");
	width:300px;
	height:86px;
	}
	
.bottomGradient {
	background-image:url("../webfiles/bottom-right-gradient.jpg");
	width:300px;
	height:542px;
	}
	
#home a {
	width:60px;
	height:36px;
	background :url("../webfiles/home-button.jpg") top left no-repeat;
	display:block;
	float:left;
	}
	
#home a:hover {
	background: url("../webfiles/home-button.jpg") bottom left no-repeat;
	}
	
#company a {
	width:60px;
	height:36px;
	background :url("../webfiles/company-button.jpg") top left no-repeat;
	display:block;
	float:left;
	}
	
#company a:hover {
	background: url("../webfiles/company-button.jpg") bottom left no-repeat;
	}
	
#services a {
	width:60px;
	height:36px;
	background :url("../webfiles/services-button.jpg") top left no-repeat;
	display:block;
	float:left;
	}
	
#services a:hover {
	background: url("../webfiles/services-button.jpg") bottom left no-repeat;
	}
	
#gallery a {
	width:60px;
	height:36px;
	background :url("../webfiles/gallery-button.jpg") top left no-repeat;
	display:block;
	float:left;
	}
	
#gallery a:hover {
	background: url("../webfiles/gallery-button.jpg") bottom left no-repeat;
	}
	
#contact a {
	width:60px;
	height:36px;
	background :url("../webfiles/contact-button.jpg") top left no-repeat;
	display:block;
	float:left;
	}
	
#contact a:hover {
	background: url("../webfiles/contact-button.jpg") bottom left no-repeat;
	}
	
.rightColumn p {
	color:#333333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 14px;
	margin:0 10px 20px 15px;
	}
	
	
	
a img{border:none;outline:none;}
	
	
h1 {
	font-size: 18px;
	color:#333333;
	font-weight: bold;
	text-align:left;
	padding:30px 0 20px 15px;
	}
	
h2 {
	font-size:16px;
	color:#5d9732;
	font-weight:bold;
	margin:20px 0 10px 15px;
	text-align:left;
	}
	
h3 {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:25px 0 10px 15px;
	font-style:italic;
	text-align:left;
	}
	
p {
	color:#666666;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 14px;
	margin:0 15px 0 15px;
	}
	
	
ul {
	font-size:14px;
	text-align:left;
	color:#333333;
	line-height:22px;
	font-weight:bold;
	margin:0 20px 10px 30px;
	}
	
#bottomNav {
	width:400px;
	display:inline;	
	margin:20px 0 0 250px;
	}
	
	
#bottomNav ul {
	font-size:14px;
	text-align:left;
	color:#333333;
	display:inline;
	font-weight:500;
	margin:0 0 20px 0;
	}
	
#bottomNav li {
	list-style:none;
	display:inline;
	margin:0 15px 0 0;
	}
	
#bottomNav a:hover {
	color:#b2bb1e;
	}
	
.bold {
	font-weight:bold;
	}
	
.italic {
	font-style:italic;
	}
	
.center {
	text-align:center;
	}
	
.bottomGradient li {
	font-size:14px;
	margin:0 15px 15px 30px;
	color:666666;
	}
	
.galleryContainer {
	width:381px;
	height:453px;
	padding:0 0 0 40px;
	}
	
	
div.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

a:link { color: #333333; text-decoration: none;}
a:visited { color: #333333; text-decoration: none;}
a:active { color: #333333; text-decoration: none;}
a:hover { color:#0066FF; text-decoration: none;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("../webfiles/images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../webfiles/images/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; color: #666; }
#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;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
