﻿html, body {
	margin: 0;
	padding: 0;
	/*background-color: #F7F3F0;*/
	background-color: #3C2B33;
	/*background-color: #32222A;*/
	/*background-color: #FFF000;*/
	font-family: Arial;
}

 img {
	border: 0;
 }
 
 .mainArea {
	width: 896px;
	height: 1288px;
	margin: auto;
	margin-top: 20px;
	/*border: solid 1px #F0F0F0;*/
	/*border:1px solid red;*/
 }
 
 .mainAreaWhite {
	background-color: White;
	width: 896px;
	height: 588px;
	margin: auto;
	margin-top: 20px;
 }
 
.whiteBG {
	background-color: White;
	width: 888px;
	height: 116px;
	/*border-right: solid 1px #F0F0F0;*/
}

.top {
	/*background-color: Yellow;*/
	float: right;
	width: 700px;
	height: 12px;
}

.menuList {
	position: relative;
	/*top: 80px;*/
	float: left;
	/*margin-left: 100px;*/
	padding-top: 64px;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.menuList ul {
	/*list-style-type: none;*/
}

.menuList li {
	float: left;
	color: #32222A;
	font-size: 9pt;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	margin-right: 1em;
}

.menuList a {
	color: #32222A;
	text-decoration: none;
}

.menuList a:hover {
	color: #6C5962;
}

.sectionList {
	float: left;
	display: none;
	/*background-color: Red;*/
	position: absolute;
	bottom: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 15em;
}

.sectionList ul {
	line-height: 22px;
}

.sectionList li {
	line-height: 1.5em;
	width: 14em;
	color: #AEA2A0;
	font-size: 8pt;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	padding: 0;
	margin: 0;
}

.sectionList a {
	color: #AEA2A0;
	text-decoration: none;
}

.sectionList a:hover {
	color: #6C5962;
}

.logo {
	background-color: White;
	float: left;
	margin: 10px 10px 0px 40px;
}

.logo a img {
	position: relative;
	top: -18px;
}

.greenStripe {
	background-color: #A2C27A;
	height: 6px;
	width: 888px;
	font-size: 0;
	line-height: 0;
	/*clear: both;*/
}

.leftBox {
	width: auto;
	height: auto;
	font-size: 100%;
	/*margin: 5em 1em 0 40px;*/
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}

.leftBoxH {
	background-color: #3C2B33;
	width: auto;
	height: auto;
	font-size: 100%;
	/*margin: 5em 1em 0 40px;*/
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}

.statementText {
	font: 13pt/15pt Tahoma,Geneva,Arial,Sans-Serif;
	font-variant: small-caps;
	color: #A2C27A;
	width: 300px;
	padding: 0;
	padding-top: 70px;
	text-align: left;
	margin: 0;
	opacity: 0.3;
	filter: alpha(opacity=0);
	/*border: 1px solid white;*/
}

.whiteText {
	font: 9pt/11pt Tahoma,Geneva,Arial,Sans-Serif;
	color: White;
	width: 300px;
	padding: 0;
	padding-top: 24px;
	margin: 0;
	text-align: left;
	/*border: 1px solid white;*/
}

.mauveText {
	font: 9pt/11pt Tahoma,Geneva,Arial,Sans-Serif;
	color: White; /* purple;/*#32222A;*/
	width: 300px;
	padding: 0;
	padding-top: 24px;
	margin: 0;
	text-align: left;
	opacity: 0.0;
	filter: alpha(opacity=0);
	/*border: 1px solid white;*/
}

.greenText {
	color: #A2C27A;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: small;
}

.indexImage {
	margin-right: -8px;
	float: right;
}

.bottomStripe {
	clear: both;
	background-color: transparent; /*#32222A;*/
	font: 7pt Tahoma,Geneva,Arial,Sans-Serif;
	color: #AEA2A0;
	width: 888px;
	margin: auto;
	margin-top: 32px;
	padding-left: 8px;
}

.bottomStripe a {
	color: #AEA2A0;
	text-decoration: none;
}

.bottomStripe a:hover {
	color: #6C5962;
	text-decoration: underline;
}

.leftBox p {
	font: 10pt Tahoma,Geneva,Arial,Sans-Serif;
	color: black;
	padding: 0;
	padding-bottom: 0.5em;
	margin: 0;
}

.leftBox p.bigText {
	font: 15pt Tahoma,Geneva,Arial,Sans-Serif;
	color: black;
}

.leftBox a {
	color: black;
	text-decoration: none;
}

.leftBox a:hover {
	color:#6C5962;
	text-decoration: underline;
}

.rightBox {
	float: right;
	/*background-color: Yellow;*/
	font: 10pt Tahoma,Geneva,Arial,Sans-Serif;
	color: White;
	padding: 0;
	margin-top: 30px;
	width: 400px;
}

.rightBox p {
	padding: 0;
	padding-bottom: 0.5em;
	margin: 0;
}

.rightBox a {
	color: black;
	text-decoration: none;
}

.rightBox a:hover {
	color: #6C5962;
	text-decoration: underline;
}

.directionsBox {
	width: 390px;
	height: 282px;
	overflow: auto;
	border-left: 1px solid gray;
	border-top: 1px solid #A2C27A;
	padding-left: 2px;
	color: Black;
}

.galleryBox {
	color: Gray;
	font-family: Sans-Serif;
	font-size: smaller;
	margin-left: 50px;
	margin-top: 70px;
}

.galleryBox a {
	color: Gray;
	text-decoration: none;
}

.galleryBox a:hover {
	color: #6C5962;
}

.sessionLeft {
	float: left;
	width: 474px;
	color: Gray;
	margin-left: 28px;
	margin-top: 14px;
}

.sessionRight {
	float: right;
	width: 460px;
	height: 430px;
	overflow: auto;
	margin-top: 14px;
	margin-right: 20px;
	padding-left: 1px;
	padding-top: 1px;
}

.orderLeft {
	float: left;
	width: 354px;
	color: Gray;
	margin-left: 28px;
	margin-top: 14px;
}

.orderRight {
	float: right;
	width: 470px;
	height: 430px;
	overflow: auto;
	margin-top: 14px;
	margin-right: 20px;
	padding-left: 1px;
	padding-top: 1px;
}

.printAddress {
	display: none;
}

#descriptionBox {
	color: Gray;
	font-family: Sans-Serif;
}

#productChoice {
	font-size: 10px;
}

.pricesBG {
	margin-top: 20px;
	background-image: url(../img/pricesBG.jpg);
	width: 888px;
	height: 420px;
}

.pricesList {
	padding-top: 280px;
	padding-left: 8px;
}

.pricesList ul {
	list-style-type: none;
}

.pricesList li {
	/*color: White;*/
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: large;
}

.pricesList li a {
	color: White;
	text-decoration: none;
}

.framesBG {
	margin-top: 40px;
	background-image: url(../img/framesBG.jpg);
	background-repeat: no-repeat;
	width: 888px;
	height: 320px;
}

.framesList {
	color: White;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: small;
	padding-top: 1px;
	padding-left: 540px;
}

.framesList H2 {
	color: White;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: medium;
}

.framesList td {
	color: White;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: small;
}

.framesList a {
	color: White;
	text-decoration: none;
}

.albumBG {
	margin-top: 40px;
	background-image: url(../img/albumsBG.jpg);
	background-repeat: no-repeat;
	width: 888px;
	height: 320px;
}

.albumText {
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: small;
	text-align: left;
	color: White;
	padding-top: 1px;
	padding-left: 540px;
}

.albumText H2 {
	color: White;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: medium;
}

.canvasBG {
	margin-top: 40px;
	background-image: url(../img/canvasBG.jpg);
	background-repeat: no-repeat;
	width: 888px;
	height: 320px;
}

.canvasText H2 {
	color: White;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: medium;
}

.canvasText {
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 70%;
	/*text-align: center;*/
	color: White;
	padding-top: -10px;
	padding-left: 540px;
}

.canvasText td {
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 100%;
	color: White;
}

.canvasText a {
	color: White;
	text-decoration: none;
}

/*
.previewBox {
	background-color: Gray;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 474px;
	height: 368px;
	min-width: 474px;
	min-height: 368px;
	border: 0;
	padding: 0;
}

#preview {
	background-color: Gray;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 474px;
	height: 368px;
	min-width: 474px;
	min-height: 368px;
	border: 0;
	padding: 0;
}
*/
.thumbnailsBox {
	float: right;
	width: 360px;
	height: 430px;
	margin-top: 14px;
	overflow: auto;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	color: Gray;
}

.thumbnailsBox a {
	font-size: 10px;
	color: Gray;
	text-decoration: none;
}

.thumbnailsBox a:hover {
	color: #6C5962;
	text-decoration: underline;
}

.tnTable 
{
	width: 640px;
	background-color: White;
	margin: auto;
}

.tn {
	background-image: url(../img/tnbg.gif);
	width: 160px;
	height: 130px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

td.tn a 
{
	color: Gray;
}

.orderBox {
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 12px;
	width: 474px;
}

.normalText {
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 12px;
	color: White;
}

.smallText 
{
	font-size: 11px;
	color: White;
}

.smallLink {
	width: 130px;
	height: 2.5em;
	margin: 0;
	padding: 0;
}

.smallLink a
{
	font-size: 12px;
	color: Gray;
}

.smallLink a:hover {
	color: White;
}

.orderText {
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 12px;
}

#orderBn {
	position: relative;
	width: 90px;
	height: 22px;
	top: -1.8em;
	font-size: 12px;
	float: right;
}

#viewBasket {
	position: relative;
	width: 90px;
	height: 22px;
	top: -1.6em;
	font-size: 12px;
	clear: right;
	float: right;
}

#basketBox {
	width: 474px;
	float: left;
}

#buttonBox {
	padding-left: 72px;
}

.basketButton {
	width: 110px;
	/*clear: right;*/
	/*float: right;*/
}

.smallVertSpacer {
	width: 1px;
	height: 4px;
}

.vertSpacer {
	width: 1px;
	height: 24px;
}

.halfVertSpacer {
	width:1px;
	height: 12px;
}

.orderDetails {
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 12px;
}

.basket {
	margin-top: 0px;
	border-collapse: collapse;
	border: solid 1px Black;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 12px;
}

.basket td,th {
	border: solid 1px Gray;
	padding: 0.1em 0.3em 0.1em 0.3em;
}

.thankyouText {
	margin: 40px;
	font-size: 11pt;
	color: Black;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
}

.bodyText {
	background-color: White;
	margin: 24px 24px 24px 40px;
	width: auto;
	height: 420px;
	color: black;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 14px;
	overflow-y: scroll;
}

.bodyText h2 {
	color: Gray;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 15px;
}

.bodyText h3 {
	color: Gray;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 15px;
	font-weight: normal;
}

.item {
	width: 10em;
	font-size: 11px;
}

.price {
	text-align: right;
	font-size: 11px;
	width: 5em;
}

#currImage {
	display: none;
}

.orderField {
	width: 260px;
}

.greyLink {
	color: Gray;
}

.greyLink:hover {
	color: #6C5962;
}

.plainLink {
	text-decoration: none;
	color: Black;
}

.plainLink:hover {
	color: orange;
}

.slidy {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.bookingLeft {
	float: left;
	width: auto;
	height:auto;
}

.bookingForm {
	margin: 24px 24px 24px 40px;
	width: auto;
	height: 420px;
	color: Gray;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 11px;
}

.bookingForm p {
	margin-top: 0;
	padding-top: 0;
}

.bookingRight {
	float: right;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 11px;
	width: 400px;
}

.bookingEntryLabel {
	width: 120px;
	vertical-align: top;
	font-family: Tahoma,Geneva,Arial,Sans-Serif;
	font-size: 12px;
}

.bookingEntry {
	width: 220px;
}

.smallLink a:hover {
	color: White;
}

.pageNumber {
	color: White;
	font-size: 11px;
}

.ebasketLink
{
	color: White;
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
}

.ebasketLink a
{
	color: White;
}

@media print {
	html, body {
		background-color: White;
	}
	
	.whiteBG {
		display: none;
	}
	
	.rightBox {
		clear: both;
		float:left;
	}
	
	.mainContentBottom {
		display: none;
	}

	.top {
		display: none;
	}
	
	.mainArea {
		width: auto;
		height: auto;
		margin: auto;
		margin-top: 20px;
	}
 
	.mainAreaWhite {
		background-color: White;
		width: auto;
		height: auto;
		margin: auto;
		margin-top: 20px;
	}
 
	.whiteBG {
		background-color: White;
		width: auto;
		height: auto;
	}
	
	.orderLeft {
		float: none;
		margin: 0;
	}
	
	#buttonBox {
		display: none;
	}
	
	.orderRight {
		float: none;
		overflow: visible;
	}
	
	.sessionRight {
		float: none;
		overflow: visible;
	}
	
	.directionsBox {
		width: auto;
		height: auto;
		overflow: visible;
		color: Black;
		background-color: White;
		border: none;
	}
	
	.orderText {
		display: none;
	}
	
	.printAddress {
		font-family: Sans-Serif;
		display: inline;
		float: right;
		margin-right: 7em;
	}
	
	.bottomStripe {
		display: none;
	}
}

.sayBox {
	background-color: White;
	color: Black;
}
