/*
 * Subject to Copyright
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16.5px;
	padding: 0;
	margin: 0;
}

a {
	color: #333;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #feec19;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, form {
	padding: 0;
	margin: 0;
}

/* PAGE STYLES */

#page {
	background: url(../img/jp_logo.gif) 20px 20px no-repeat;
	margin: 0 auto;
	width: 950px;
	height: 650px;
	padding: 20px;
}

#header {
	height: 100px;
}
#header h1 {
	font-size: 41px;
	line-height: 41px;
	font-weight: normal;
	text-align: right;
	color: #feec19;
}
#header h1 b {
	float: right;
}

#menu {
	float: right;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#menu li {
	margin-right: -8px;
	padding-right: 8px;
}
#menu li a {
	font-weight: bold;
	color: #001C39;
}
#menu li ul li a {
	color: #888;
}
#menu li ul li ul li a {
	font-weight: normal;
}
#menu li.highlight {
	background: url(../img/right_arrow.gif) right 4px no-repeat;
}

#large {
	position: absolute;
	margin: 0 0 0 285px;
}

#image {
	height: 400px;
	width: 400px;
	line-height: 400px;
	text-align: center;
	vertical-align: middle;
}
.show10 #image {
	border: 1px solid #ccc;
}
#filename {
	padding-top: 10px;
	font-weight: bold;
	color: #001C39;
}

#thumbnails {
	position: absolute;
}
.show10 #thumbnails {
	margin: 450px 0 0 82px;
}
.show20 #thumbnails {
	margin: 470px 0 0 48px;
}

#thumbnails a {
	float: left;
	display: block;
	border: 2px solid #fff;
	padding: 1px;
}
#thumbnails a.highlight {
	border-bottom: 2px solid #fcee14;
}
#thumbnails a:hover,
#thumbnails a.highlight:hover {
	border: 2px solid #fcee14;
}

.nothumb {
	float: left;
	display: block;
	border: 1px solid #ccc;
	margin: 3px;
}
.show10 #thumbnails span
{
	height: 70px;
	width: 70px;
	border: 1px solid #ccc;
}
.show20 #thumbnails span {
	height: 34px;
	width: 34px;
}

#thumbnails a.next, #thumbnails a.previous {
	border: 2px solid #fff;
	text-indent: -9000px;
	overflow: hidden;
	width: 12px;
}
#thumbnails a.next {
	background: url(../img/grey_arrow_right.gif) left 50% no-repeat;
}
#thumbnails a.previous {
	background: url(../img/grey_arrow_left.gif) right 50% no-repeat;
}
.show10 .next, 
.show10 .previous {
	height: 72px;
}
.show20 .next, 
.show20 .previous {
	height: 36px;
}

