/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #E3E3E6 url(images/img01.gif) repeat-x;*/
	background-color: #cacaca;
	font: normal 12px "Georgia", Times New Roman, serif;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: 0px;
}
h1 span {
font-size:10px;
color:#999999;
letter-spacing:normal;
}

h2 {
	margin-bottom: 18px;
	margin-top:5px;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: 0px;
}

h3 {
	font-size: 95%;
	font-weight: normal;
	text-align:left;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 110%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #024c24;
}

/* Menu */

#menu {
	width: 740px;
	height: 35px;
	margin: 0 auto;
	border-left: 20px solid #024c24;
	background-color:#FFFFFF;
}
#divider {
	width: 760px;
	height: 2px;
	margin: 0 auto;
	background-color:#024c24;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 19px 0 19px;
	font-size: 92%;
	font-weight: normal;
	border-right: 1px solid #eeeeee;
}

#menu a:hover {
	background: #024c24;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 240px;
	padding-left: 500px;
	height: 180px;
	margin: 0 auto;
	padding-right:20px;
	background: #FFFFFF url(images/orangeries-conservatories.jpg) no-repeat
}

#logo h1 {
	margin: 0;
	padding: 26px 40px 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
	line-height:90%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	color:#024c24;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#lowercontent {
	float: left;
	width: 440px;
	margin-top:20px;
}

#welcome {
	margin-bottom: 1px;
	padding-bottom: 1px;
}

.floating-box {
	float: left;
	width: 210px;
	margin-bottom:10px;
}

.floating-form-box {
	float: left;
	width: 187px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 110%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #e2e4e2;
}
.floating-box h2 {
	margin-bottom: 10px;
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background-color:#e2e4e2;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #024c24;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #024c24;
}

#links span a {
font-size:10px;
	padding-left: 1em;
	color: #024c24;
}

#links span a:link, #links span a:visited {
color:#999999;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #024c24;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

.textinputhome-name {
 	position:relative;
	width:120px;
 	border: 1px solid #024c24;
 	top:0px;
	left:0px;
	height:20px;
}

.textinputhome-postcode {
 	position:relative;
	width:120px;
 	border: 1px solid #024c24;
 	top:0px;
	left:0px;
	height:20px;
}
#quote {
	padding:5px;
	border:dashed #000000 1px outset;
	background-color:#024c24;
	background:url(images/measure.gif) no-repeat right;
}
#header {
width:434px;
padding:3px;
background-color:#024c24;
} 
#fastquotemid {
background:url(images/orangeries-quote_02.gif) repeat-y;
padding-top:0px;
margin-top:0px;
padding-left:16px;
padding-right:5px;
width:185px;
padding-bottom:5px;
}
#fastquote {
background-color:#FFF1D6;
border:dashed #000000 1px outset;
padding:5px;
}
.fastquotefield {
width:160px;
font-size:10px;
height:15px;
}
.imagepad {
	border: 5px solid #FFFFFF;
	pad:10px;
}
.pad-image2 {
margin-left:10px;
}
#accreditations {
  background-color:#ffffff;
}

