body {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	line-height: 16px;
	background: url("images/bg.jpg") repeat-x #fff top center;
}
img {
	border: none;
}

div#container {
	margin: 0 auto;
	width: 1020px;
}
#content a, #content a:visited {
	color: #60388d;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
	background: #60388d;
}
.caption {
	font-size: 12px;
	font-style: italic;
	color: #666;
	line-height: 12px;
}
form {
	margin: 0;
	padding: 0;
}
.clearFloat {
	clear: both;
}

/* navigation */
div#nav {
	height: 80px;
}
div#nav ul#p7menubar {
	float: right;
}
#flower {
	float: right;
}

/* contact form */
#contactForm ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#contactForm input, #contactForm textarea {
	margin: 0 0 8px 0;
	font-size: 11px;
	color: #60388d;
}
#contactForm input {
	width: 160px;
}
#contactForm textarea {
	width: 220px;
	height: 140px;
}
#contactForm #check {
	width: 20px;
	margin: 4px 0 0 4px;
}
#contactForm #button {
	width: 40px;
	color: #fff;
	background: #60388d;
	border: none;
	margin: 12px 0 0 0;
	padding: 4px 8px;
}
#contactForm #button:hover {
	cursor: pointer;
}

/* images on home page */
div#images, div#imagesPreview, div#priceguide {
	float: left;
	margin: 0 20px 0 0;
	width: 670px;
}
div#images p {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	width: 18px;
	text-align: right;
}
div#images img {
	float: left;
	margin: 0 0 20px 0;
}
div#imagesPreview div {
	float: left;
	width: 203px;
	margin: 0 0 20px 20px;
}

/* copy section */
div#copy {
	float: right;
	width: 330px;
}
div#copy h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 24px 0;
}
div#copy h2 {
	font-size: 13px;
	margin: 24px 0 8px 0;
	padding: 0;
	line-height: 0;
}
div#copy p {
	margin: 0 0 12px 0;
	padding: 0;
}
div#copy p#home {
	margin: 0 0 8px 13px;
	padding: 0;
}
div#copy .caption {
	margin: 48px auto 16px auto;
	width: 279px;
}
div#copy .caption p {
	margin: 4px 0 0 0;
}

/* Price Guide */
div.priceguide div.name, div.priceguide div.cost {
	float: left;
	padding: 2px 8px;
}
div.priceguide div.name {
	clear: both;
	width: 240px;
}
div.priceguide div.cost {
	width: 40px;
}
div.priceguide div.head {
	clear: both;
	padding: 16px 8px 2px 8px;
	border-bottom: 1px dashed #999;
	font-weight: bold;
}