div.headouter {
	background-color: black;
	color: #ccff00;
	height: 160px;
	padding: 0px 0px 0px 0px;
	background-image: url('img/webbanner.png');
	background-repeat: no-repeat;
	background-position: center; 
}

div.headleft {
	float: left;
}

div.headright {
	float: right;
}

div.headcentre {
}

div.footer{
	background-color: black;
	color: #ccff00;
	width: 100%;
	clear: both;
	position: relative;
	top: 30px;
	height: 22px;
}

img.headimgbottom {
	vertical-align: bottom;
}

img.headimgtop {
}

div.headcentre p {
	text-align: center;
	margin: 0px 0px 0px 0px;
}

div.footer p {
	margin: 0px;
	padding-top: 2px;
	padding-left: 4px;
	float: left;
}

p.footertextright {
	text-align: right;
	position: absolute;
	right: 5px;
}

a.direct2florist {
	color: #ccff00;
}

p.headshopname {
	font-family: cursive, sans-serif;
	font-size: 20pt; 
	font-weight: bolder;
	line-height: 20px;
	position: relative;
	top: 20px;
}

p.headtagline {
	font-family: cursive, sans-serif; 
	font-size: 13pt;
	position: relative;
	top: 35px;
}

p.headtelephone {
	font-family: Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bolder;
	position: relative;
	top: 45px;
}

p.headaddress {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	position: relative;
	top: 60px;
}

p.headupdate {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	position: absolute;
	top: 10px;
	right: 15px;
}

ul.menubar {
	clear: both;
	position: relative;
	top: 5px;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: black;
	/*filter: alpha(opacity=50);*/
}

li.menuitem {
	display: inline;
}

a.menulink {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #ccff00;
	background-color: #000000;
	padding: 0.2em 0.6em;
	border-right: 1px solid #ccff00;
}

a.menulink:hover {
	background-color: #ccff00;
	color: #000000;
}

