/* CSS Stylesheet template */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	background-color: #040607;
	text-align: center; /* fixes IE 5 centring problem */
}
p {
	padding: 10px 20px 5px 20px;
	line-height: 170%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #FFF;
	padding: 15px 5px 6px 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #FEC5EB;
	padding: 15px 5px 25px 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #FEC5EB;
	text-align: center;
	padding: 10px 10px 15px 10px;
}

.copyright {
	text-align: center;
	font-size: 85%;
	padding: 25px 30px 10px 30px;
}
.white {
	color: #FFF;
}
.pink {
	color: #FEC5EB;
}

/* Set layout styles */
#page {
	margin: 0 auto;
	width: 950px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left; /* fixes IE 5 centring problem */
}
#content {
	width: 682px;
	margin-right: 43px;
	_margin-right: 20px;
	float: right;
	background-image: url(images/flower_bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
#leftcolumn {
	width: 225px;
	float: left;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#shopdetails {
	width: 170px;
	margin-left: 30px;
	margin-top: 80px;
}
#florist2florist {
	width: 150px;
	margin: 70px 15px 10px 40px;
}


#header {
	width: 950px;
	height: 178px;
}
#footer {
	width: 950px;
	height: 71px;
	background-image: url(images/footer.jpg);
	clear: both;
}
#homepics {
	width: 640px;
	margin-top: 20px;
}
#homepicsleft {
	width: 300px;
	float: left;
	margin-left: 10px;
}
#homepicsright {
	width: 300px;
	float: right;
}
#homepics h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #000;
	background-color: #896b79;
	padding: 8px 5px 8px 15px;
	margin-bottom: 7px;
}
#homepics p {
	margin: 5px 0px 15px 0px;
	font-size: 90%;
}
#gallery {
	width: 650px;
	margin-left: 10px;
}
#gallery img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #FEC5EB;
}

/* Set layout for content images */
.picleft {
	padding: 0px 10px 15px 0px;
	float: left;
}
.picright {
	padding: 0px 0px 15px 10px;
	float: right;
}
.mainpic {
	margin-left: 12px;
}

/* Link styles */
a:link {
	color: #FEC5EB;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FEC5EB;
}
a:visited {
	color: #FEC5EB;
}


/* CSS navigation styles */

#nav {
	width: 190px;
	margin-left: 10px;
	margin-top: 50px;
}

#nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 92%;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
}
.menuhead li a {
	line-height: 17px;
	text-decoration: none;
}
#nav li a:link {
	color: #FEC5EB;
	text-decoration: none;
}
#nav li a:visited {
	color: #FEC5EB;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/menu_flower.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 30px 7px 10px;
}
#nav li a:active {
	color: #666666;
	text-decoration: none;
}
.menuhead {
	margin-bottom: 5px;
	padding: 5px 3px 7px 10px;
}
.menuhead2 {
	background-image: url(images/menu_flower.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 5px 30px 7px 10px;
	margin-bottom: 6px;
}
#lwd {
	margin: 0 auto;
	width: 950px;
	height: 80px;
}
#lwd img {
	margin: 15px 25px 0 0;
}
.bullets {
	margin-bottom: 5px;
	margin-left: 25px;
	padding: 0px 15px 0px 21px;
	list-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
}
#shopdetails p {
	text-align: right;
	font-size: 90%;
	padding: 3px 12px 5px 10px;
	line-height: 190%;
	color: #FEC5EB;
}
#shopdetails h2 {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #FFF;
	padding: 3px 30px 5px 10px;
	background-image: url(images/menu_flower.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.clearfloat {
	clear: both;
}
