/*
	CSS written by PSLWeb.co.uk for Griffin Glass Ltd. (www.griffinstainedglass.co.uk)
	Copyright ©2008 PSLWeb.co.uk - All Rights Reserved.
*/
/* General Elements
   ---------------- */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFD700;
	background-color: #551011;
	text-align: center;
}
img {
	border: 0;
}
h1 {
	margin-bottom: 0.3em;
	font-size: 2em;
	color: #FFD700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
p, address {
	margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.4em;
}
address {
	font-style: normal;
}
a {
	color: #FFC;
	text-decoration: underline;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
blockquote {
	margin-bottom: 1em;
}
blockquote p {
	margin-bottom: 0.2em;
}
blockquote p.who {
	text-align: right;
	font-style: italic;
}

/* General Classes
   --------------- */
.fLeft {
	float: left;
	margin: 0 15px 10px 0;
}
.fRight {
	float: right;
	margin: 0 0 10px 15px;
}
.clear {
	clear: both;
}

/* Content (Defines fixed width content area for Header, Body and Footer DIVs)
   ------- */
div.content {
	width: 720px;
	margin: auto;
	text-align: left;
}

/* Header
   ------ */
div#header {
	width: 100%;
	height: 164px;
	background-color: #551011;
	background-image: url(../images/misc/head_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div#header div.content {
	position: relative; /* Required to position the Navigation */
	height: 164px;
}
div#header div.content img {
	margin: 15px 0 0 70px;
}

/* Navigation (Relative to Header->Content DIV)
   ---------- */
div#nav {
	position: absolute;
	bottom: 0;
	left: 270px;
}
div#nav ul {
	padding: 0;
	list-style: none;
}
div#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 14pt;
	color: #FFFFFA;
}
div#nav li#sel {
	float: left;
	line-height: 100%;
	background: url(../images/misc/btn_lhs.gif) no-repeat left top;
	text-decoration: none;
}
div#nav li#sel span {
	float: left;
	display: block;
	background: url(../images/misc/btn_rhs.gif) no-repeat right top;
	padding: 0.6em 1em 0.5em 1em;
}
div#nav a {
	float: left;
	line-height: 100%;
	text-decoration: none;
	display: block;
	padding: 0.6em 1em 0.5em 1em;
}
div#nav a:hover {
	color: #F90;
	background-color: transparent;
}

/* Body
   ---- */
div#body {
	background-color: #000;
}

/* Main
   ---- */
div#main {
	width: 435px;
	padding-top: 11px;
	margin-right: 15px;
	float: right;
	display: inline; /* Fix for IE 5.5 / 6 Double Float-Margin Bug */
}
div#main ul {
	padding-left: 1em;
	margin-bottom: 1em;
}
div#main li {
	font-size: 1.1em;
	line-height: 1.8em;
}
div#main img {
	margin: 0 50px 25px 0;
	vertical-align: top;
}
div#main div#viewer img {
	margin: 0;
	vertical-align: middle;
}
div#main div#viewer img#imgLarge {
	margin: 0 20px 15px 20px;
}

/* Secondary
   --------- */
div#secondary {
	width: 210px;
	padding-top: 19px;
	margin-left: 35px;
	text-align: center;
}
div#secondary p {
	text-align: right;
}
div#secondary ul {
	list-style-type: none;
	margin: 60px 0 0 0;
	padding: 0;
	text-align: right;
}
div#secondary ul li {
	margin-bottom: 2em;
}
* html div#secondary ul li { /* Fix for IE 5.5 / 6 Double line spacing LI elements */
	width: 100%;
}
div#secondary ul li a {
	padding: 3px;
	font-size: 1.1em;
}
div#secondary img {
	margin-bottom: 15px;
}

/* Footer
   ------ */
div#footer {
	width: 100%;
	background-color: #551011;
	background-image: url(../images/misc/foot_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
div#footer p {
	font-size: 0.7em;
	text-align: center;
	padding: 10px 80px 2px 80px;
}

/* Miscellaneous
   ------------- */
br#bottom { /* Force 'Page' to full height on Firefox et al. */
	clear: both;
}
