/*
 * Charlotte Jones Ceramics 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: 12px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
	color: #464646;
	background-color: #d6d6d6;
	padding: 0;
	margin: 0;
}

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

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

/* LAYOUT STYLES */

#page {
	margin: 34px;
	width: 950px;
}

#content {
	float: left;
	width: 750px;
	margin-left: 34px;
	margin-top: 89px;
}

#content a {
	text-decoration: underline;
}

#image, #stage {
	display: block;
	margin-bottom: 34px;
}

#hometext {
	width: 500px;
	padding-bottom: 34px;
}

#text {
	width: 416px;
	padding-bottom: 34px;
}

/* GALLEY */

#ceramics {
	width: 750px;
}

#large {
	margin: 0;
	float: left;
}
#ceramics .description {
	margin-top: 34px;
	width: 416px;
}

#thumbs {
	margin: 0;
	padding: 0;
	float: right;
	width: 306px;
	height: 311px;
	border-bottom: 1px solid #464646;
	position: relative;
}

#thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#thumbs li {
	padding: 0 0 6px 6px;
	float: left;
}
#thumbs a {
	display: block;
}

#navigator {
	width: 306px;
	list-style: none;
	position: absolute;
	bottom: 14px;
	left: 0;
}
#navigator li {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#navigator a {
	text-decoration: none;
}
#navigator a:hover {
	text-decoration: underline;
}
#navigator a.next {
	right: 0;
	bottom: 0;
	position: absolute;
	background: url(../img/charlotte-jones-ceramics-arrow.gif) right center no-repeat;
	padding-right: 10px;
}

#navigator a.prev {
	left: 0;
	bottom: 0;
	position: absolute;
	background: url(../img/charlotte-jones-ceramics-arrow-back.gif) left center no-repeat;
	padding-left: 10px;
}
/* MENU STYLES */

#menu {
	float: left;
	width: 166px;
}

#menu h1 {
	font-weight: normal;
	font-size: 21px;
}
#menu h1 a {
	color: #464646;
	background: url(../img/charlotte-jones-ceramics-logo.gif) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 160px;
	height: 55px;
	display: block;
}

#menu ul {
	padding: 0;
	margin: 34px 0 0 0;
	list-style: none;
	position: relative;
	left: -10px;
}
#menu li a {
	color: #464646;
}
#menu li.menuselect a,
#menu li a:hover {
	color: #464646;
	background-color: inherit;
}

#menu li {
	padding-left: 10px;
}
#menu li.menuselect {
	background: url(../img/charlotte-jones-ceramics-arrow.gif) 0 50% no-repeat;
}

/* BUTTON STYLES */

.button, .cancel {
	font-size: 120%;
	border: none;
	cursor: default;
	padding: 1px 8px;
	padding-top: 2px;
}
.button {
	color: #fff;
	background-color: #464646;
}
.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: #600;
	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;
}

