﻿/*Main Style remember check IE6* this enables all other styles to inherit from these unless overidden*/
body {
	font-size: 1em;
	line-height: 150%;
	background-color: #FFFFFF;
	font-family: Georgia, Arial, Verdana;
	
}

/* Makes a margin/padding on all the paragraph and headers*/
p, h1, h2, h3, h4, h5 {
	margin: 10px;
	padding-top: 10px;
}
/*Colours indicated by merry maids */

.springGreen {
	color: #66CC00;
}
.Lavender {
	color: #9999CC;
	font-size: 2em;
}	
.Papaya {
	color: #FF6633;
	font-size: 2em;
}
.Ocean {
	color: #6699FF;
	font-size: 2em;
}

/*Style used to change | character to same colour as a:link*/
.darkGreen {
	color: #576a22;
	font-size: .7em;
}

/* Simple return to top of page where anchors are on pages*/
.returnToTop {
	text-decoration: underline;
	font-size: 0.9em;
	text-align: right;
	
}
/*Make Sure css link styles right order link, visited, hover, active */
a:link {
	color: #576a22;
	text-decoration: none;
	font-size:0.7em;
	font-weight: bolder;
}
a:visited {
	color: #576a22;
	text-decoration: none;
	font-size: 0.7em;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 0.7em;
}
a:active {
}

/*Controls the positioning of images within paragraphs*/
p img {
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}

/*Controls presentation of any lists used on web pages*/
li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: -10px;
}

/*Controls different style for another a href link*/
a.email:link {
	font-size: 0.8em;
}
a.email:visited {
	font-size: 0.8em;
}
a.email:hover {
	font-size: 0.8em;
}
a.email:active {
	font-size: 0.8em;
}

/*Controls heading style for the contact details*/
h6 {
	color: #6699FF;
	margin-left: 10px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	line-height: inherit;
}
/*Name and Address details on the customer satisfaction page*/
.name_address {
	font-weight: bolder;
	color: #576a22;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.customer_feedback {
	margin: 10px;
	padding: 10px;
}
/*Links used on the site map set up for Search Engine optimisation*/
a.sitemap:link {
	text-decoration: underline;
}
a.sitemap:visited {
	text-decoration: underline;
}
a.sitemap:hover {
	text-decoration: underline;
}
a.sitemap:active {
	text-decoration: underline;
}
