/*


	Colours:
	orange #ee7620	


*/
body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height:1.5em;
	background-image:url(../images/design/daisy-background.png);
	background-repeat:both;
	background-position:top center;
	color:#4d4d4d;
	margin:0;
}
#wrapper { 
	margin: 0 auto;
	width: 920px;
	position:relative;
}



#header {
	background-image:url(../images/design/header.png);
	background-repeat:no-repeat;
	height:293px;
	width:903px;
}
	#topmenu {
		position:absolute;
		top:245px;
		left:83px;
		padding:0 0 0 10px;
		line-height:40px;
		z-index:10;
	}
		#topmenu a, #topmenu span.current {
			text-decoration:none;
			width:130px;
			font-size:1.4em;
			padding-right:20px;
			color:#333;
		}
		#topmenu span.current, #topmenu a:hover {
			color:#ee7620;
		}
		#topmenu li, #footer li, #footer ul {
			display: inline;
		}
	#header span.tagline {
		color:#fbe418;
		font-size:1.5em;
		position:absolute;
		top:160px;
		left:90px;
		z-index:30;
	}
	#header span.daisytag {
		/* color:#ee7620; */
		font-size:1.5em;
		position:absolute;
		/* top:290px;
		left:560px; */
		top:190px;
		left:90px;
		z-index:35;
	}
	#daisy {
		position:absolute;
		top:-7px;
		left:447px;
	}

#main {
	width:816px;
	margin-left:87px;
	margin-top:25px;
}
	#content {
		padding:5px;
		width: 520px;
		float:left;
	}
	
	#homepagecontent {
		clear:both;
		padding: 5px 5px;
	}

	#sidebar {
		padding: 5px;
		margin-right:25px;
		width: 228px;
		float:right;
	}

#footer {
	clear:both;
	padding: 20px 20px;
	margin:0 auto;
	width: 700px;
	text-align:center;
	font-size:1em;
}
	#footer a {
	}

p + ul {
	margin-top:-10px;
}



/* 	------------------------------------------------------------------------
	STANDARD TAGS 
*/

h1, h2, h3 {
	margin: 0 0 5px;
}
h1 {
	margin: 0 0 20px;
	font-size: 1.7em;
}
h2 {
	margin: 25px 0 10px;
	padding: 0 0 5px;
	font-size: 1.4em;
	clear:both;
	border-bottom: solid 1px black;
}
h3 {
	margin: 5px 0;
	font-size:1.2em;
}
img {
	border: 0;
}
a {
	color:#ee7620;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

span.bold {
	font-size:1.2em;
}
strong {
	font-size:1.1em;
	font-weight:bold;
}

p.smaller {
	font-size:0.8em;
}

/* 	------------------------------------------------------------------------
	MENUS 
*/
div.menu {
}
	div.menu ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
	}
		div.menu li {

		}
	div.menu a {
		text-decoration: none;
	}
		div.menu a:hover {
			text-decoration: none;
		}
	


#sidemenu {
	
}


/* 	------------------------------------------------------------------------
	Arrow
*/
a.arrow {
	background-image:url(../images/design/flower-arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:4px 30px 4px 0;
}

/* 	------------------------------------------------------------------------
	Flower bullets
*/
ul.flower {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
	ul.flower li {
		padding:7px 0 7px 35px;
		background-image:url(../images/design/flower-bullet.png);
		background-repeat:no-repeat;
	}


/* 	------------------------------------------------------------------------
	Square
*/
div.square {
	position:relative;
	width:205px;
	padding:15px 23px 0px 15px;
	background-image:url(../images/design/box-background.png);
	background-repeat:no-repeat;
	margin-bottom:42px;
}
	div.square div.squarefooter {
		position:absolute;
		left:0px;
		bottom:-38px;
		width:243px;
		height:38px;
		
		background-image:url(../images/design/box-footer.png);
		background-repeat:no-repeat;
	}
	div.square h3 {
		font-size:1.3em;
	}
	div.squareleft {
		float:left;
	}

/* 13 px wide corners */
div.square2 {
	position:relative;
	margin-left:13px; /* width of left corner */
	min-height:50px;
	margin-bottom:0.5em;
}
	.square2top, .square2content, .square2bottom, .square2bottom div {
		background:transparent url(../images/design/green-box.png) no-repeat top right;
	}
	
	.square2top {
		position:absolute;
		left:0px;
		top:0px;
		width:13px; /* top slice width */
		margin-left:-13px;
		height:100%;
		background-position:top left;
	}
	.square2content {
		position:relative;
		padding:0px 13px 0px 0px;
	}
	.square2bottom {
		position:absolute;
		right:0;
		bottom:-13px;
		width:100%;
	}
	.square2bottom, .square2bottom div {
		height:13px;
		font-size:1px;
	}
	.square2bottom {
		background-position:bottom right;
		padding-top:20px;
		z-index:-1;
	}
	.square2bottom div {
		position:absolute;
		left:0;
		bottom:0;
		width:13px; /* bottom corner width */
		margin-left:-13px;
		background-position:bottom left;
	}


/*
	Homepage content
*/
#homefooter {
	clear:both;
	width:100%;
	padding:5px;
	margin-top:15px;
}
	#homefooter ul.flower li {
		font-size:0.9em;
		width:30%;
		float:left;
		padding:0 0 0 25px;
		background-image:url(../images/design/flower-bullet-small.png);
		background-repeat:no-repeat;
	}
	
	
/* 	------------------------------------------------------------------------
	Testimonials
*/

div.testimonial {
}
	div.testimonial span.mark {
		font-size:1.3em;
		margin: 0 5px;
	}
	div.testimonial div.quote {
		font-size:1.2em;
		line-height:1.2em;
		padding:5px;
	}
	div.testimonial div.quoted {
		font-weight:bold;
		padding:5px;
	}



#corner-ribbon {
	position:absolute;
	right:0;
	top:0;
}

