/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	text-align: center;
	color: #333333;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	margin-top: 1em;
	border: 1px solid #a4c3bd;
	color: #333333;
}
#header {
	text-align: center;
	position: relative;
}
#header #hdimg {
	margin-top: 36px;
}

/* Start top navigation */
#topnav {
	font-weight: bold;
	font-size: 75%;
	text-align: center;
	height: 20px;
	margin-left: 0px;
	position: absolute;
	right: 12px;
	padding-top: 10px;
}

#topnav li {
	display: inline;
}
#topnav a:link, #topnav a:visited {
	color: #426861;
	padding: 0.25em .9em;
	border-right: 1px solid #426861;
	text-decoration: none;
}
#topnav a:hover, #topnav a:active {
	color: #94a1b5;
}
#topnav a.alt:link, #topnav a.alt:visited	{	/* removes the righthand border and padding */
	border: none;
	padding-right: 0px;
}
#homepage #topnav li #homelink, #aboutpage #topnav li #aboutlink, #contactpage #topnav li #contactlink {
	color: #94a1b5;
}
/* End top navigation */

/* Start main navigation */
#mainnav {
	font-weight: bold;
	border-bottom: 1px solid #a4c3bd;
	font-size: 75%;
	padding-top: 1em;
	text-align: center;
	height: 28px;
	margin-left: 0px;
}
#mainnav li {
	display: inline;
}
#mainnav a:link, #mainnav a:visited {
	color: #426861;
	padding: 0.25em .5em;
	border-right: 1px solid #426861;
	text-decoration: none;
}
#mainnav a:hover, #mainnav a:active {
	color: #94a1b5;
}
#mainnav a.alt:link, #mainnav a.alt:visited	{	/* removes the righthand border and padding */
	border: none;
}
#conspage #mainnav li #conslink, #orangepage #mainnav li #orangelink, #gardenpage #mainnav li #gardenlink, 
#periodpage #mainnav li #periodlink, #planningpage #mainnav li #planninglink, #finishpage #mainnav li #finishlink, 
#smallpage #mainnav li #smalllink {
	color: #94a1b5;
}
/* End main navigation */
#content {
	position: relative;
	width: 900px;
	display: block;
	background: url(../images/content_bg.jpg) no-repeat;
	text-align: left;
	padding-bottom: 1em;
}
#content h1 {
	color: #172a46;
	font-size: 120%;
	margin-left: 1em;
}

#content h1+p {	/* Makes first para bold */
	font-weight: bold;
}
#content h2 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #172A46;
	margin-left: 1.5em;
	margin-top: 1em;
}
#content h3 {
	font-size: 80%;
	font-weight: bold;
	margin-left: 1.75em;
	margin-top: 1em;
	color: #003399;
}
#content h4 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 2em;
}
#content p {
	font-size: 90%;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	line-height: 140%;
}
#content ul {
	font-size: 90%;
	margin-left: 4em;
	margin-top: 1em;
}
#content li {
	margin-bottom: .75em;
	line-height: 120%;
	list-style: disc;
}
#content ol {
	margin-left: 2em;
	margin-top: 0.5em;
	font-size: 90%;
}
#content ol li {
	list-style: decimal;
	margin-left: 1.5em;
	font-size: 90%;
	margin-top: 0px;
}
#content ol h2 {
	margin-left: 0px;
	font-size: 90%;
	margin-top: 0px;
}
#content ol li p {
	margin-top: 0px;
	line-height: 120%;
	margin-left: 0em;
}
#content dt {
	margin-left: 2em;
	font-size: 80%;
	font-weight: bold;
	margin-top: 1em;
}
#content dd {
	font-size: 70%;
	line-height: 120%;
	margin-left: 5.5em;
	padding-bottom: 0.25em;
}
#content dd ul {
	font-size: 100%;
	list-style: disc;
}
#content dd p {
	font-size: 100%;
	margin-left: 0px;
}
#content blockquote {
	font-style: italic;
	color: #653B12;
	background: #FFD67C;
	display: block;
	border: 1px solid #653B12;
	padding: .5em;
}
#content blockquote p {
	padding: 0px;
	font-size: 70%;
	font-style: normal;
	line-height: 130%;
	margin: 0px;
}
#content blockquote cite {
	font-weight: bold;
	margin-left: 0em;
}

#content a:link, #content a:visited {	/* Main link text */
	color: #426861;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #94a1b5;
}

#content address {
	font-weight: bold;
	color: #3C1D03;
	margin-left: 3em;
	margin-top: .5em;
	font-size: 90%;
	font-style: normal;
}
.highlight {
	font-weight: bold;
	text-align: center;
	color: #000099;
	font-size: 120%;
	margin-bottom: 0.5em;
}

/* Starts the Request a Brochure form on the home page */
#content #brochurebox {
	float: right;
	width: 204px;
	border: 1px solid #cccccc;
	background: url(../images/brochurebox_bg.gif) repeat-x;
	margin: 0.25em 20px 1em 1em;
}
#content #brochurebox h3 {
	font-size: 90%;
	font-weight: bold;
	color: #31165A;
	text-align: center;
	margin-left: 0em;
	padding-left: 0px;
	margin-top: .5em;
}
#content #brochurebox #brochure p {
	text-align: left;
	margin-left: 11px;
	font-size: 70%;
	margin-top: .5em;
}
#content #brochurebox #brochure label {
	margin-top: 2px;
}
#content #brochurebox #brochure input {
	width: 179px;
	height: 15px;
	background: url(../images/input_bg.gif) no-repeat;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
}
#content #brochurebox #brochure #address {
	width: 179px;
	background: url(../images/textarea_bg.gif) no-repeat;
	border: 1px solid #CCCCCC;
	height: 60px;
}
#content #brochurebox #brochure textarea {
	width: 179px;
}
#content #brochurebox #brochure #submit2 {
	height: 22px;
	width: 60px;
	margin-top: 0.5em;
	margin-left: 70px;
	margin-bottom: .75em;
}
#content #brochurebox #brochure #privacy {
	width: 16px;
	margin-left: .5em;
}
#content #brochurebox #brochure #secode {
	width: 60px;
}


#content #brochurebox #brochure #where {
	width: 179px;
}
#content #brochurebox #brochure .req {
	font-weight: bold;
	color: #CC3300;
	text-align: right;
}
#content #brochurebox #brochure .req2 {
	font-weight: bold;
	color: #CC3300;
	font-size: 120%;
}



/* Ends the Request a Brochure form on the home page */

/* Starts the righthand box for gallery links et al */
#content #rightbox {
	float: right;
	width: 207px;
	border: 1px solid #cccccc;
	background: url(../images/brochurebox_bg.gif) repeat-x;
	padding-bottom: 0.5em;
	margin: 0.75em 20px 1em 1em;
}
#content #rightbox h3 {
	font-size: 90%;
	font-weight: bold;
	color: #31165A;
	text-align: center;
	margin-left: 0em;
	padding-left: 0px;
	padding-bottom: 0em;
}
#content #rightbox ul {
	margin-left: 2.5em;
	font-size: 70%;
}
#content #rightbox li {
	list-style: none;
	margin-left: 0px;
}
#content #rightbox img {
	margin-bottom: 10px;
	border: 1px solid #A4C3BD;
}
#content #rightbox #sf1 {
	margin-top: -5px;
}

#content #rightbox #sf2 {
	float: left;
	margin-left: 9px;
}
#content #rightbox #sf3 {
	margin-left: 87px;
	margin-bottom: 2px;
}
/* Ends the righthand box for gallery links et al */

/* Starts the Home page submenu - boxes */
#content #submenu {
	margin-left: -4em;
	margin-top: 1em;
	clear: right;
}
#content #submenu li {
	float: left;
	text-align: center;
	list-style: none;
}
#content #submenu li p {
	line-height: 200%;
	margin-top: 0px;
	padding-top: 122px;
}
#content #submenu a:link, #content #submenu a:visited {
	display: block;
	height: 146px;
	width: 175px;
	margin-left: 7em;
	text-decoration: none;
}
#content #submenu .consclass a:link, #content #submenu .consclass a:visited { /* Conservatories link */
	background: url(../images/cons_menu_bg.jpg) no-repeat;
}
#content #submenu .consclass a:hover, #content #submenu .consclass a:active {	/* Conservatories hover */
	background: url(../images/cons_menu_bg_r.jpg) no-repeat;
}
#content #submenu .orangeclass a:link, #content #submenu .orangeclass a:visited {	/* Orangeries link */
	background: url(../images/orange_menu_bg.jpg) no-repeat;
}
#content #submenu .orangeclass a:hover, #content #submenu .orangeclass a:active {	/* Orangeries hover */
	background: url(../images/orange_menu_bg_r.jpg) no-repeat;
}
#content #submenu .gardenclass a:link, #content #submenu .gardenclass a:visited {	/* Garden Rooms link */
	background: url(../images/garden_menu_bg.jpg) no-repeat;
}
#content #submenu .gardenclass a:hover, #content #submenu .gardenclass a:active {	/* Garden Rooms hover */
	background: url(../images/garden_menu_bg_r.jpg) no-repeat;
}
/* Ends the Home page submenu - boxes */

#content #back {	/* Formats the back button */
	width: 66px;
	float: right;
	font-size: 80%;
	margin-left: 2em;
	display: block;
	margin-right: 1.5em;
	background: url(../images/back_butt.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 18px;
	margin-top: 0.5em;
}

/* Start normal floats */
.imageright {
	float: right;
	margin-left: 1em;
}
.imageleft {
	float: left;
	margin-right: 1em;
}
.floatright {
	float: right;
	text-align: center;
	font-size: 80%;
	margin-left: 1em;
}
.clear {
	clear: both;
}
/* End normal floats */

.backtotop {
	font-size: 60%;
	text-align: right;
	border-bottom: 1px solid #CC99FF;
	padding-bottom: 0.15em;
	background: url(../images/up-arrow.gif) no-repeat right;
	margin-bottom: .75em;
}

/* Footer styles */
#footer {
	color: #94A1B5;
	clear: both;
	text-align: center;
	padding: 1em;
	border-top: 1px solid #a4c3bd;
	background: #F1F7F6;
	font-size: 75%;
}
#footer ul {
	margin-top: 8px;
}

#footer li {
	display: inline;
}

#footer a:link, #footer a:visited {	/* Main link text */
	color: #94A1B5;
	border-right: 1px solid #a4c3bd;
	padding-right: 0.6em;
	padding-left: 0.4em;
}
#footer a.alt:link, #footer a.alt:visited {
	border-style: none;
}

/* End footer styles */

.center {
	text-align: center;
}
.hidden {
	display: none;
}
noscript {
	font-size: 70%;
	font-weight: bold;
	color: #BFD9FF;
	margin-left: .5em;
}
