﻿/*
	Abbey Memorials
	HTML Tag declarations
*/
body {
	margin: 0;
	padding: 0;
	color: #339900;
	background-color: #339900;
	background-image: url('../img/header-bg.jpg');
	background-position: right;
	background-repeat: repeat-y;
	font-family: Verdana, Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	line-height: 14pt;
}
a {
	color: #026800;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:visited {
	color: #026800;
}
h3 {
	margin: 0 0 1em 0;
	padding: 0px;
	font-size: 220%;
	font-family: Times New Roman;
}
hr {
	border: 0;
	height: 1px;
	color: #808080;
	background-color: #808080;
}
img {
	border: 0;
}
/* All stuff do to with the header */
#header {
	height: 103px;
}
#header h1 {	
	float: left;
	margin-top: 45px;
	margin-left: 20px;
	padding: 0;
	font-size: 0px;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 273px;
	height: 46px;
	background: url('../img/logo.gif');
	border: 0;
}
#header h2 {
	margin-left: 400px;
	padding: 17px 0 0 10px;
	color: white;
	text-align: right;
	font-size: 170%;
	line-height: 120%;
}
#mid {
	height: 103px;
	border: 1px solid white;
	background-image: url('../img/mid-bg.jpg');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #E9FBE7;
}
#midWrapper {
	width: 700px;
}
#mid img {
	float: left;
	border-right: 1px solid white;
}
/* All stuff do to with the navbar */
#navbar {
	height: 30px;
	margin-top: 10px;
	border-top: 1px solid white;
	background-color: #fff;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	height: 30px;
	width: 800px;
	background-color: #fff;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	margin-right: 3px;
	background-image: url("../img/navbar-right.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#navbar ul li a {
	display: block;
	padding: 5px 10px 6px 10px;
	border-bottom: 0;
	color: #66CC33;
	font-family: Times New Roman;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../img/navbar-left.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#navbar ul li a:hover, #navbar ul li a.active {
		color: #fff;
}
/* Main content divs */
#wrapper {
	background-color: #fff;
}
#content {
	clear: both;
	width: 700px;
	background-color: #fff;
	padding-top: 10px;
}
#main {
	float: left;
	width: 350px;
	padding: 5px 20px;
	margin-bottom: 10px;
}
#main img {
	float: right;
	margin: 10px;
}
#angelHead {
	float: left;
}
#footerMsg {
	clear: both;
	padding: 5px 10px;
	background-color: #CCFFCC;
	font-family: Times New Roman;
	font-size: 140%;
	font-weight: bold;
}
#footerMsg p {
	margin: 0;
	padding: 0;
}
#mainNoHead {
	float: left;
	width: 437px;
	padding: 5px 20px;
	margin-bottom: 10px;
}
#mainNoHead {
	float: left;
	width: 437px;
	padding: 5px 20px;
	margin-bottom: 10px;
}
#mainCat {
	width: 599px;
	padding: 5px 20px;
	margin-bottom: 10px;
}
#mainCat h3 a {
	color: #339900;
	text-decoration: underline;
}
.memorialWrap {
	margin: 10px 0;
	border: 1px solid #1E8400;
	background-color: #E9FBE7;
}
.categories {
	float: left;
	width: 175px;
	padding: 7px;
	margin: 10px 5px 10px 5px;
	text-align: center;
}
.categories h3 {
	font-size: 100%;
	font-family: Verdana, Serif;
}
.categories img {

}
.memorial {
	float: left;
	width: 125px;
	padding: 7px;
	margin: 10px 5px 10px 5px;
	text-align: center;
}
.memorial h3 {
	font-size: 130%;
	font-family: Verdana, Serif;
}
.memorial img {
	display: block;
}
.memorialView {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #1E8400;
	background-color: #E9FBE7;
}
.memorialView #memorialImage { 
	float: left;
	width: 400px;
}
.memorialView .prices {
	font-size: 150%;
	font-weight: bold;
}
.memorialDetails {
	float: left;
	width: 165px;
	margin-left: 10px;
}
.memorialView .enquireButton {
	position: absolute;
	margin-top: -57px;
	margin-left: 417px;
}
.pager {
	margin-top: 10px;
	text-align: center;
	font-size: 145%;
}
#enquireImage {
	float: right;
}
#right {
	float: left;
	width: 162px;
	margin-bottom: 10px
}
#openingHours {
	border: 1px solid  #1E8400;
	padding: 0 10px;
}
#pleaseCall {
	padding: 0 10px;
	border: 1px solid  #1E8400;
	text-align: center;
	font-family: Times New Roman;
	font-size: 140%;
	font-weight: bold;
}
/*
	Special offers stuff
*/
#specialOffers {
	text-align: center;
	font-size: 140%;
}
.specialOffersLeft {
	clear: both;
	float: left;
}
.specialOffersRight {
	clear: both;
	float: right;
}
.specialOffersPrice {
	margin: 1em 0;
	font-family: Times New Roman;
	font-size: 300%;
	font-weight: bold;
}
.specialOffersPriceLabel {
	font-weight: normal;
}
.specialOffersSmallPrice {
	margin: 1em 0;
	font-family: Times New Roman;
	font-size: 200%;
	font-weight: bold;
}
.tablet {
	float: left;
	width: 50%;
	text-align: left;
	font-size: 70%;
	line-height: 110%;
}
.tablet img {
	margin: 0 1em;
	padding-bottom: 3em;
}

/*
	Form stuff
*/
legend {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	float: left;
	clear: left;
	width: 175px;
	margin-top: 1em;
}
select {
	border: 0px;
	padding: 5px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #f0f0f0;
	border: 1px solid #808080;
	font-family: courier new;
	font-size: 120%;
}
select:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
select.fail {
	border: 1px solid #FF0000;
}
input {
	width: 250px;
	border: 0px;
	padding: 5px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #f0f0f0;
	border: 1px solid #808080;
	font-family: courier new;
	font-size: 120%;
}
input:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
input.fail {
	border: 1px solid #FF0000;
}
textarea {
	width: 250px;
	height: 100px;
	border: 0px;
	padding: 5px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #f0f0f0;
	border: 1px solid #808080;
	font-family: courier new;
	font-size: 120%;
}
textarea:focus{
	background-color: #fff;
	border: 1px solid #808080;
}
textarea.fail {
	border: 1px solid #FF0000;
}
.checkBox {
	clear: left;
	float: left;
	padding: 0;
	margin: 0.2em 0.5em 0.2em 175px;
	/* All for ie */
	width:13px;
	height:13px;
	overflow:hidden;
}
.checkBoxLabel {
	clear: none;
	float: left;
	width: 170px;
	margin-top: 0em;
	margin-bottom: 1em;
}
.formSubmit {
	width: 92px;
	height: 39px;
	margin-top: 10px;
	margin-left: 175px;
	padding: 0px;
	border: 0px;
}
#showIns {
	margin-left: 175px;
	padding: 5px;
}
#fillIns {
	display: none;
	position: absolute;
	left: 20px;
	width: 175px;
}
#inscriptions {
	display: none;
	margin-left: 175px;
	padding: 5px;
	height: 200px;
	border: 1px solid #808080;
	background-color: #f0f0f0;
	overflow: auto;
	font-family: courier new;
	font-size: 120%;
}
#msgPass {
	padding: 5px;
	margin-bottom: 1em;
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
	color: #000;
}
#msgFail {
	padding: 5px;
	margin-bottom: 1em;
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
	color: #000;
}
/*
	Footer section
*/
#footer {
	clear: both;
	padding: 5px 20px;
	border-top: 1px solid #66cc33;
	color: #66CC33;
}
#footer p {
	margin-top: 0px;
}