
/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	background-color: #251D41;
	background-image: url(http://www.thegardenworks.co.uk/images/dahlia_background.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
} 
 
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}



/* Home Page */

#text_container {
	width: 635px;
	height: 311px;
	padding-left: 45px;
	padding-right: 80px;
	padding-top: 52px;
	margin-left: auto;
	margin-right: auto;
}

.header_text {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 37px;
	line-height: 42px;
	font-weight: bold;
	color: #EAE7F3;
	text-decoration: none;
	text-align: left;
}

.green_text {
	color: #8CC63F;
}

#header_strip {
	width: 100%;
	height: 130px;
	clear: both;
	background-color: #EAE7F3;
	opacity: 0.9;
}

#menu {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #9C8DC3;
	text-decoration: none;
	text-align: left;
	text-indent: 45px;
	padding-top: 15px;
}

#menu a {
	text-decoration: none;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #8CC63F;
	text-decoration: none;
} 

#menu a:link.active, #menu a:visited.active{
	color: #8CC63F;
	text-decoration: none;
}

#menu a:hover {
	color: #532380;
	text-decoration: none;
}

