/* Resets */

body, form, input, label, p {
	padding: 0;
	margin: 0;
}

/* Main Rules */


body {
	background: #fefee3 url( ../images/background-slice.png ) repeat-x;
	height: 100%;
	font-family: "Georgia", serif;
}

h1, h2, h3, h4 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
}

h1 {
	font-size: 140%;
}

h3 {
	font-weight: normal;
	color: #5A5A5A;
}

p {
	padding: 10px;
}

form {
	border: 1px dotted gray;
}

label {
	display: block;
	padding-bottom: 2px;
}

input {
	border: 1px solid gray;
	padding: 2px;
}

select {
	border: 1px solid gray;
	padding: 2px;
	margin-left: 10px;
}

input[type=radio] {
	margin: 0 5px 0 10px;
}

button {
	border: 1px solid gray;
	margin-left: 10px;
}

.outofstock {
	color: red;
}

#content img {
	border: 1px solid gray;
	margin: 10px;
	display: block;
}

/* Page layout elements */

#header {
	width: 910px;
	height: 187px;
	background: url( ../images/header.png ) no-repeat right;
	position: relative;
}

#wrap {
	width: 994px;
	padding-bottom: 26px;
	margin-bottom: 10px;
	background: url( ../images/content-bottom.png ) no-repeat bottom;
}

#wrap2 {
	width: 884px;
	min-height: 200px;
	background: url( ../images/content-slice.png ) repeat-y right;
}

#content {
	margin: 0 30px 0 130px;
}

/* Footer stuff */

html, body {
	height: 100%;
}

#page {
	position: relative;
	min-height: 100%;
}

#footer {
	width: 887px;
	height: 144px;
	margin-top: -9em;
	_margin-top: -3.4em;
	position: relative;
	background: url( ../images/footer.png ) no-repeat bottom left;
}

#footer div {
	text-align: center;
	width: 130%;
	color: gray;
	position: absolute;
	bottom: 0;
}

* html #page {
	height: 100%;
}

#content-container {
	padding-bottom: 9em;
}

/* Navigation links */
#navigation {
	margin: 0 0 0 125px;
	list-style-type: none;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 79px;
}

#navigation li {
	float: left;
}

#navigation li a {
	text-decoration: none;
	color: black;
	padding: 0px 10px 0px 10px;
	line-height: 32px;
	height: 32px;
	float: left;
	display: block;
}

#navigation li a:hover {
	background: #db9500;
}

#navigation li.active a {
	font-weight: bold;
}

.flowers {
	border-collapse: collapse;
}

.flowers th {
	padding: 20px 0 20px 0
}

.flowers th h3 {
	text-align: right;
	font-size: 13pt;
	border-bottom: 1px dotted gray;
}

.flowers .edit {
	display: none;
	border: 1px dotted gray;
	padding: 5px;
}

.flowers .edit form input[type=submit] {
	margin-left: 10px;
}

.flower, .flowertext {
	display: inline;
}

.photos td img {
}

#prices {
	margin-bottom: 40px;
}

#prices .price .edit {
	display: none;
}

