/* CSS Document */

body{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #252525;
	color: #FFFFFF;
}

img{
	border: 0px;
}

.headerdiv{
	margin-top: 30px;
	margin-bottom: 20px;
	width: 696px;
	background-image:url(images/Mackay-Header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.smaller{
	height: 90px;
}

.normal{
	height: 200px;
}

.headerdiv span, h1{
	display: none;
}

.bodydiv{
	margin-left: auto;
	margin-right: auto;
	width: 700px; 
}

.footer{
	margin-top: 20px;
	width: 700px;
	border-top: 1px solid #15141c;
	float: left;
	height: 100px;
}

.footer a{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

.footer a:hover{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}


/* ------------ INDEX page ------------- */

.flashdiv{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 700px; 
}

.indexnav{
	display: none;
}

/* ------------------ PICTURES PAGE -------------------- */

.picthumb{
	float: left;
}

.picthumb img{
	border: 1px solid #252525;
	width: 137px;
	height: 137px;
}

.picthumb span{
	display: none;
}

/* --------------- VIEW EXHIBIT page ------------------ */

.mainimage{
	float: left;
	width: 500px;
	height: 500px;
	margin-right: 15px;
}

.rightcol{
	float: left;
	height: 500px;
	width: 180px;
}

.imagedetails{
	height: 400px;
	width: 180px;
}

.imagedetails .title{
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 4px;
}

.imagedetails .strap{
	margin-bottom: 4px;
}

.imagedetails .dimensions{
	color: #666666;
	margin-bottom: 10px;
}

.imagedetails .description{
	color: #999999;
	font-size: 11px;
	margin-bottom: 10px;
}

.imageseries{
	width: 85px;
	float: left;
}

.imageseries a{
	text-decoration: none;
	color: #0066CC;
}

#prev{
	margin-right: 10px;
}

#next{
	text-align: right;
}


/* ------------- WORDS page ------------------- */

.textdiv{
	float: left;
	width: 700px;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 20px;
}

.comparison{
	width: 700px;
	float: left;
}

.comparison img{
	width: 348px;
	float: left;
}

/* ----------- CONTACT PAGE ---------------- */

.emailimg{
	border: 1px solid #252525;
	cursor: pointer;
}

/* ------------ NEIL MUSSON Page --------------- */

.aboutneilmusson{
	float: left;
	width: 700px;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 20px;
}

.neilmussonimage{
	width: 696px;
	height: 200px;
	float: left;
}
