@charset "UTF-8";

/* Jenny Gillies CSS revised 24/05/2009 */

/*************************************************/
/**  Resetting all tags using blueprint.css  	**/
/*************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:"Lucida Grande", Lucida, Arial, Helvetica, sans-serif;vertical-align:baseline;}
body {line-height:1.6em;}
table {border-collapse:separate;border-spacing:0;margin-top:8px;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;outline:none;}
a:focus, a:hover {color:#000;outline: none;}

/*************************************************/
/**  Standard HTML Tags  */
/*************************************************/

body {
	margin:0px;
	padding:0px;
	/*font-family:'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;*/
	font-size:0.856em;
	color:#808080;  /* 69645c */
	line-height:1.6em;
	background-color:#ffffff;
/*
	background-image: url(../images/vignetteBgroundGreen1x600.jpg);
	background-repeat: repeat-x;
*/
	overflow: auto;
}

.yellow {
	background-color: #ffe92f;
}

.lightYellow {
	background-color:#fff499;
	padding:10px 5px;
}

h1, .introText {
	font-size: 300%;
	line-height: 1em;
	letter-spacing: -0.045em;
	color: #ff0000; /* #c0c0c0; */
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	z-index: -5000;
}
h2 {
	font-size:1.3em;
	font-weight: bold;
	margin:6px 0 6px 0;
	line-height: 1.4em;
	letter-spacing: -0.03em;
	color: #808080;
}
h3 {
	font-size: 1em;
	color: #69645c;
	font-weight: bold;
	margin:20px 0 10px 0;
}
h4 {
	font-size:1.2em;
	font-weight: bold;
	margin:15px 0 5px 0;
}
p {
	font-size: 0.856em;
	color: #333333;
	/* line-height: 1.4em; */
}
a:link, a:visited {
	color: #ff0000;
   	text-decoration:none;
}
a:hover {
	color: #991f22;
	text-decoration:underline;
}

/*************************************************/
/**  All Section/Columns/Boxes Structure        **/
/*************************************************/

#outerHeadContainerIndex {
	margin:0px auto;
	background-color: #ffe92f;
	/* background-image: url(../images/headerVignette1x8px.gif); */
	background-position: bottom;
	background-repeat: repeat-x;
	
}

#outerHeadContainer {
	margin:0px auto;
	background-color: #ffffff;
	/* background-image: url(../images/headerVignette1x8px.gif); */
	background-position: bottom;
	background-repeat: repeat-x;
	
}

#outerFootContainerIndex {
	margin:0px auto;
	background-color: #ffe92f;
	/* background-image: url(../images/footerVignette1x8px.gif); */
	background-position: top;
	background-repeat: repeat-x;
}

#outerFootContainer {
	margin:0px auto;
	background-color: #ffffff;
	/* background-image: url(../images/footerVignette1x8px.gif); */
	background-position: top;
	background-repeat: repeat-x;
}

#outerMiddleContainer {
	margin:0px auto;
	background-color: #ffffff; 
}

#outerMiddleContainerIndex {
	margin:0px auto;
	background-color: #ffe92f;
	text-align: center; 
}

#outerMiddleContainerIndex h1 {
	margin:0px auto;
	background-color: #ffe92f;
	text-align: center; 
}

#outerMiddleContainerGallery {
	margin: 0px auto;
	background-color: #ffffff;
}

#innerContainer {
	width:850px;
	margin:0 auto;
/* background-image: url(../images/grid850x288px.gif); */ /* to allow accurate site design */
/* 	background-repeat: repeat-y; */
	background-color: #ffffff;
}

#innerContainerZeroIndex {
	width:850px;
	margin:0 auto;
	background-color: #ffe92f;
	text-align: center;
}

#innerContainerZero {
	width:850px;
	margin:0 auto;
	background-color: #ffffff;
}

#header {
	text-align: left;
	height:80px;
	width:850px;
	margin: 0px auto;
	padding:20px 10px 0 10px;
	padding:20px 10px 0 10px !important;
/*
	background-color: #f8ed42;
	background-image: url(../images/headerVignette1x8px.gif);
	background-position: bottom;
	background-repeat: repeat-x;
*/

}
#footer {
	width:850px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
	color:#666666;
	margin:0 auto;
	min-height: 10px;
	padding:10px 0px 10px 10px;
	padding:10px 0px 10px 10px !important;
/*
	background-color: #f8ed42;
	background-image: url(../images/footerVignette1x8px.gif);
	background-position: top;
	background-repeat: repeat-x;
*/
}
.contentTop {
	position:relative;
	margin:6px 10px 8px 13px;
	/* background-color: yellow; */
}
.content6col {
	float:left;
	margin:10px 0 20px 10px;
	width:620px;
	/* background-color: #ababc6; */
}
.content6colZero { 			/* zeroed margins to allow other */
	margin:10px 0 20px 0;   /* content column divs to go inside */
	float:left;
	width:630px;
/* background-color: green; */
}
.content4col {
	float:left;
	margin:10px 0 20px 10px;
	width:410px;
/* 	background-color: yellow; */
}
.content4colRight {
	float:right; /* used to float content to right to help screen readers */
	margin:0px 10px 10px 0px;
	width:410px;
	/* background-color: yellow; */
}
.content2col {
	float:left;
	margin:10px 0 20px 10px;
	width:200px;
	/* background-color: #dedeab; */
}
.content1col {
	float:left;
	margin:10px 10px 10px 0px;
	width:95px;
	/* background-color: #dedeab; */
}
.skipto {
	position:absolute;
	left:-9999px;
}

/*************************************************/
/**  Content Paragraph Styles		            **/
/*************************************************/

.firstPara {
	margin:14px 10px 4px 0;
}
.middlePara {
	margin:8px 10px 8px 0;
	text-indent: 24px;
}
.lastPara {
	text-indent: 24px;
	margin:8px 10px 8px 0;
}
.italic {
	font-style: italic;
}

/*************************************************/
/**  Administration area special styling        **/
/*************************************************/

.adminLoggedIn {
	float:left;
	text-align: left;
	margin:28px 10px 0 0px;
	font-size: 1em;
	font-weight: bold;
	color:#009b00;
	background-color: #d8edd7;
	padding:3px 10px;
/* 	-moz-border-radius: 3px; */
}
.searchbar{
	float:right;
	margin-right:10px;
	text-align: right;
}
.recordsReturned{
	color:#991f22;
}
.alignRight {  /* mainly used for table columns */
	text-align: right;
}
.alignCenter {  /* mainly used for table columns */
	text-align: center;
}
.overflowContent {
	/* overflow-x: scroll; */
	width:629px;
}

/*************************************************/
/**  Navigation - Top                           **/
/*************************************************/

/* restored 2035 hrs from 1943 hrs archive */

/* Reset browsers other than IE6
	as advised by A List Apart */
li > ul {
	top:auto;
	left:auto;
}
#nav{
	text-align: right;
	margin: 30px 0 0 0;
	padding: 0;
	float:right;
	font-size: 0.9em;
}
#nav ul {
	display:none;
	position: absolute;
	text-align: left;
}
#nav li {
	list-style-type: none;
	float:left;
	margin:0 0 0 2px;
}
#nav li ul {
	position: absolute;
	padding:0;
	display:none;
	z-index: 900; /* ensure drop-down list appears over any content below */
}
#nav a:link, #nav a:visited {
	color: #ffffff;
    background-color:#ff0000;
    background-image: url(../images/navButtonNormal1x10px.gif);
    background-repeat: repeat-x;
    background-position: top;
    text-decoration:none;
    display:block;
    padding: 0.02em 1.1em 0.08em 1.2em;
    z-index: 901; /* ensure drop-down list appears over any content below */
}
#nav a:hover {
	color: #ffffff;
	background-color:#991f22;
	background-image: url(../images/navButtonOver1x10px.gif);
    background-repeat: repeat-x;
    background-position: top;
    z-index: 902; /* ensure drop-down list appears over any content below */
}
#nav a:active {
	color: #ffffff;
	background-color:#680608;
	background-image: url(../images/navButtonDown1x10px.gif);
    background-repeat: repeat-x;
    background-position: top;
    z-index: 903; /* ensure drop-down list appears over any content below */
}
#nav li:hover ul, #nav li.over ul{
	display:block;
	z-index: 904; /* ensure drop-down list appears over any content below */
}
#nav li.over ul{
	position: absolute;
	display: block;
	background-color: #fff;
}
#nav li ul li{
	float:none;
	margin:0px;
	z-index: 905; /* ensure drop-down list appears over any content below */
	display: block;
}
#nav li.over ul li{
	height: 24px;
	margin-top: -3px;
	width: 120px;
	z-index: 1200;
	display: block;
	position: relative;
}
#nav li.over ul li a{
	display: block;
}
#nav li:hover ul li a, #nav li.over ul li a{
	color:#ffffff;
	z-index: 906; /* ensure drop-down list appears over any content below */
}
#nav li ul li:hover a, #nav li ul li.over a{
	color:#ffffff;
	z-index: 907; /* ensure drop-down list appears over any content below */
}


/*************************************************/
/**  Navigation - Administration RHSide         **/
/*************************************************/

.adminNav{
	width:190px;
	list-style-type: none;
}
.adminNav ul {
	list-style-type: none;
	text-align: left;
	margin: 0 0 10px 10px;
	padding: 2px 6px 0px 6px;
	font-size: 0.9em;
}
.adminNav li {
	margin: 0;
	padding: 0;
}
.adminNav a:link, .adminNav a:visited {
	color: #ffffff;
    background-color:#ff0000;
    background-image: url(../images/navButtonNormal1x10px.gif);
    background-repeat: repeat-x;
    background-position: top;
    text-decoration:none;
    display:block;
    padding: 0.05em 0.8em 0.1em 0.8em;
    padding: 0.05em 0.8em 0.1em 0.8em !important;
}
.adminNav a:hover {
	color: #ffffff;
	background-color:#991f22;
	background-image: url(../images/navButtonOver1x10px.gif);
    background-repeat: repeat-x;
    background-position: top;
}
.adminNav a:active {
	color: #ffffff;
	background-color:#680608;
	background-image: url(../images/navButtonDown1x10px.gif);
    background-repeat: repeat-x;
    background-position: top;
}
.adminNav li ul a:hover {
	display:block;
}


/*************************************************/
/**  Footer Navigation  */
/*************************************************/

.footerNav{
	text-align: left;
	margin: 0;
	padding: 0;
}
.footerNav ul {
	display:none;
	text-align: left;
}
.footerNav li {
	list-style-type: none;
}
.footerNav a:link, .footerNav a:visited {
    text-decoration:none;
    display:block;
}
.footerNav a:hover {
	color: #991f22;
	text-decoration: underline;	
}
.footerNav a:active {
	color: #ffffff;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}

/*************************************************/
/**  sitemap.php Page Nav (based on footerNav)   */
/*************************************************/

.sitemapNav{
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0;
}
.sitemapNav ul {
	display:none;
	text-align: left;
}
.sitemapNav li {
	list-style-type: none;
}
.sitemapNav a:link, .nav a:visited {
    text-decoration:none;
    display:block;
}
.sitemapNav a:hover {
	color: #991f22;
	text-decoration: underline;	
}
.sitemapNav a:active {
	color: #ffffff;
	text-decoration: underline;
}

/*************************************************/
/**  Shopping Cart								 */
/*************************************************/

.cartContent {
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
}
.cartItemImage {
	float:left;
	border: 1px solid #333333; 
	margin:16px 0 20px 0px;
}
.cartItemDetails {
	float: left;
	margin:5px 0 5px 15px;
	width:auto;
}
.cartItemDetails h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #009b00;
	letter-spacing: -0.045em;
}
.cartItemDetails h3{
	font-size: 1.6em;
	margin:6px 0 6px 0;
	font-weight:bold;
	color:#ff0000;
}
.cartItemClear {
	margin:10px 0 0 0px;
	border-bottom: 2px dotted #009b00;
	clear:both;
}
.cartItemDetails .formGroup,
.cartItemDetails .formRow label,
.cartItemDetails .formGroup .formRow,
.cartItemDetails .formRow
 {
	width:auto;
	text-align: left;
}
.icon {
	/* padding: 10px 5px 10px 0px; */
}
.icon p {
	font-size: 1em;
}
.icon img {
	padding: 10px 15px 0px 3px;
	padding: 10px 15px 0px 3px !important; 
}


/*************************************************/
/**  Standard Tables  */
/*************************************************/

table, th, td{
	font-size:0.95em;
	line-height:1.3em;
	text-align: left;
	padding:3px 8px !important;
	background-color:#dcffdc;
	border: 1px solid #ababab;
	border-collapse:collapse;
	vertical-align: top;
}
th{
	background-color: #a0e6a0; /* #c4c4c4; */
	color:#333;
	text-align: center;
}
.adminTable {
	width: 100%;
	margin:0 0 10px 0;
	padding:0;
}

/*************************************************/
/**  Image Gallery classes                      **/
/*************************************************/

.listView {
	clear:both;
	border-top:1px dashed #999;
}
.imageName {
	padding:2px 0 4px 0;
	clear:both;
	font-size:1.2em;
	color:#666;
}
.imageDescription {
	float:left;
	width:400px;
	}
.imageThumbnail {
	border:0px;
	float:left;
	padding:0 10px 10px 0;
	padding:0 10px 10px 0 !important;
	min-height: 5px;
}
.indexView{
	margin:0;
	padding:0;
	text-align: center;
}
.indexImageThumbnail {
	border:2px solid #009b00;
	float:left;
	width:180px;
	margin:0px 0px 18px 10px;
	padding:10px;
	padding:10px 8px !important;
	background-color: #ffffff;
	text-align: center;
}
.indexImageThumbnail h3 {
	color:#ff0000;
	font-family: "Lucida Grande";
	font-size: 1em;
	margin:5px 5px 0 5px;
	padding:0;	
}
.indexImageThumbnail a:link, a:visited {
	text-decoration: none;
}
.galleryIndex {
/* 	float:left; */
	text-align: center;
	margin:0 20px;
	padding:0;
}

/*************************************************/
/**  New Image Gallery scrolling style          **/
/*************************************************/

#gallery {
	height: 495px;
	margin: 1em 0em 1em 0em;
	overflow: auto;
	white-space: nowrap;
	width: auto;
	vertical-align: middle;
}

#gallery ul li {
	list-style-type: none;
	display: inline;
	vertical-align: middle;
}

#gallery ul {
	list-style-type: none;
	vertical-align: middle;
}

.categoryImage {
	margin:10px;
}

.galleryIndex2 ul {
	list-style-type: none;
	vertical-align: middle;
	display:block;
}

.galleryIndex2 li {
	display: inline;
}

/*************************************************/
/**  Float'ing and Clear'ing classes            **/
/*************************************************/

.clear {
	clear:both;
	/* height:1px; */
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatCenter {
	margin:0 auto;
	display:block;
	/* background-color: aqua; */
	width:640px;
}

/*************************************************/
/**  Forms  */
/*************************************************/

form {
	font-size: 0.85em;
}
.formRow{
	/* clear:both; */
	margin:0px;
	padding:0px;
	width:100%;
	text-align: left;
/* 	background-color: blue; */
}
.formRow label{
	display:block;
	text-align: right;
	width:95px;
	float:left;
	font-size:1em;
	margin:0.5em 0 0.5em 0;	
}
.formRow {
	float:left;
	display:block;
/* 	margin:0.5em 0 0.5em 0; */
}
.formGroup{
	float:left;
	display:block;
	text-align: left;
	width:295px;
	margin:0.5em 0 0.5em 10px;
/* 	background-color: fuchsia; */
}
.formRow .formGroup2{
	display:block;
	text-align: left;
}
.formRow .formGroup2 label{
	float:none;
	width:auto;
	text-align: left;
}
.formRow .formMessage{
	float:left;
	width:auto;
	margin:0.2em 0 0.5em 10px;
	color:red;
	line-height: 1em;
}
.formAsterix {
	color:red;
}
.formRow textArea {
	margin:0;
	padding:0;
	width:400px;
	/* height:200px; */
	font-family: "Lucida Grande", Lucida, Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.formRow select {
	margin:0;
	padding:0.2em 0;
}
.formGroup input {
	/* width:20px; */
/* 	background-color: olive; */
}

/*************************************************/
/**  CSS Tables Using DIVs, UL's and  LI's      **/
/**    Based on example prepared by Mal Ham     **/
/*************************************************/

#table2 {
	border:1px solid #ababab;
	width: 100%;
	display:table;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin:20px 0 20px 0px;
}
.rowHeader ul {
	display:table-row;
}
.rowHeader li {
	display:table-cell;
	padding-left: 10px;
}
/*
.row {
	padding:5px;
	margin:0px;
}
*/
.row li {
	display: table-cell;
	padding:0px;
}
.row ul {
	display: table-row;
	list-style-type: none;
}
.row ul li.rowOne {
	width:25%;
	padding:5px 5px 8px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* border-right: 1px solid black; */
	/* 	display:table-row; */
}
.row ul li.rowTwo {
	width:75%;
	padding: 5px 5px 8px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* 	display:table-row; */
}
.colored li {
	background-color: #ebebeb;
	border-bottom:1px solid #bebebe;
	border-top:1px solid #bebebe;
}
/*

.colored li:hover {
	background-color: #cbebba;
}
.uncolored li {
	background-color: #ababab;
}
.uncolored li:hover {
	background-color:teal;
}

*/
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #807970;
}

.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:1em;
	color: #807970;
	margin:20px 10px 40px 10px;
}

/*************************************************/
/**  forms.css copied from BluePrint screen.css **/
/**   Colours modified to match design of site  **/
/*************************************************/

label {font-weight:normal;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px dashed #009b00;}
legend {font-weight:bold;font-size:1.2em;padding:0 5px;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:400px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:400px;height:120px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;margin-top:0.8em;margin-right:10px;margin-left:10px;border:2px solid #ddd;}
.error {background:#ffead3;color:#ff8400;border-color:#fcb05e;}
.notice {background:#f2f1fe;color:#8170ff;border-color:#bfb7fd;}
.success {background:#d8edd7;color:#09bf00;border-color:#4bc045;}
.error a {color:#ff8400; text-decoration: underline;}
.notice a {color:#8170ff; text-decoration: underline;}
.success a {color:#009b00; text-decoration: underline;}
.error h1{color:#ff8400;}
.notice h1{color:#8170ff;}
.success h1{color:#009b00;}

/*************************************************/
/**  slimbox css required for image galleries   **/
/*************************************************/

#lbOverlay {position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer;}
#lbCenter, #lbBottomContainer {position:absolute;z-index:9999;overflow:hidden;background-color:#fff;}
.lbLoading {background: url(../images/loading.gif) no-repeat center;background-color:#fff;}
#lbImage {position:absolute;left:0;top:0;border:10px solid #fff;background-repeat: no-repeat;}
#lbPrevLink, #lbNextLink {display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink {left:0;}
#lbPrevLink:hover {background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {font-family: 'Lucida Grande', Lucida, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;color: #666;line-height: 1.4em;text-align: left;border: 10px solid #fff;
	border-top-style: none;}
#lbCloseLink {display:block;float:right;width:66px;height:22px;background:transparent url(../images/closelabel.gif) no-repeat center;margin:5px 0;outline:none;}
#lbCaption, #lbNumber {margin-right:71px;}
#lbCaption {font-weight:bold;}
/* end of Slimbox CSS - compacted by Steven Johnstone */

/* end of css */