/*
 * Rob Smith CSS Stylesheet.
 *
 * Subject to copyright.
 *
 * Web Design by Two.
 * mailto:info@twodesign.co.uk
 * http://www.twodesign.co.uk
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 */

/* GLOBAL STYLES */

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

a {
	color: #999;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}

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

/* LAYOUT STYLES */

#page {
	margin: 75px 55px;
	width: 1024px;
}

#content {
	float: left;
}

#homeimage {
	width: 615px;
	height: 412px;
	
}
#image {
	margin-left: 55px;
	width: 497px;
	height: 497px;
}
#text {
	margin-left: 55px;
	width: 333px;
}

#panel {
	position: absolute;
	left: 801px;
	top: 586px;
	width: 206px;
}

#navigator {
	position: absolute;
	top: 620px;
}
#navigator a {
	color: #999;
}
#navigator a.navselect, #navigator a:hover {
	color: #111;
}

#noimage {
	display: table-cell;
	width: 530px;
	height: 383px;
	color: #ccc;
	background: #eee;
	font-size: 600%;
	vertical-align: middle;
	text-align: center;
}

/* MENU STYLES */

#menu {
	float: left;
	width: 185px;
}
#menu ul {
	padding: 0;
	margin: 1em 0 0 0;
	list-style: none;
}
#menu li a {
	color: #999;
}
#menu li.menuselect a,
#menu li a:hover {
	color: #111;
	background-color: inherit;
}

#menu h1 {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 1em;
}
#menu h1 a {
	color: #111;
}

#menu p {
	margin-top: 2em;
}
#menu p span {
	float: left;
	width: 5px;
	text-indent: -9000px;
	overflow: hidden;
}
#next {
	float: left;
	width: 5px;
	height: 9px;
	display: block;
	background: url(../img/arrow_right.png) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}
#previous {
	float: left;
	width: 5px;
	height: 9px;
	display: block;
	background: url(../img/arrow_left.png) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}


/* BUTTON STYLES */

.button, .cancel {
	font-size: 120%;
	border: none;
	cursor: default;
	padding: 1px 8px;
	padding-top: 2px;
}
.button {
	color: #fff;
	background-color: #666;
}
.cancel {
	color: #fff;
	background-color: #999;
}

/* GENERAL STYLES */

.replace {
	text-indent: -9000px;
	overflow: hidden;
}

.invalid {
	color: #600;
	background: #fee;
}
.invalid td {
	padding: 2px;
}
.invalid a {
	color: #f00;
	background-color: inherit;
	text-decoration: underline;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
