/* 
CSS Document for The Flower Preservation House
*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	background-color: #D9B6D4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #002458;
}
img {
	border-style: none;
}
ul {
	list-style: none;
}
a:link, a:visited {
	color: #002458;
	text-decoration: none;
}
a:active, a:hover {
	color: #C50778;
	text-decoration: none;
}
#wrapper {
	width: 900px;
	background-color: #D9B6D4;
	height: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
#page {
	background-color:#D9B6D4;
	position: relative;
}
#header {
	background-color: #9F9FBB;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 140px;
}
#content {
	background-color: #e9e8ef;
	height: auto;
	padding: 15px;
}
#nav {
	width: 100px;
	position: absolute;
	margin: 10px;
	left: 775px;
	top: 145px;
	font-size: 70%;
	}
	
#nav li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 39px;
	text-decoration: none;
	}	
	
#nav li a:link, #nav li a:visited {
	color: #C50778;
	display: block;
	background:  url(images/nav.gif);
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	}
	
#nav li a:hover {
	color: #C50778;
	padding-top: 8px;
	padding-left: 5px;
	background-image: url(images/nav.gif);
	background-position: 0 -47px;
	padding-right: 5px;
	}
#con_top {
	width: 750px;
}
#con_mid {
	width: 750px;
}
#form {
	width: 375px;
	float: left;
	padding-left: 25px;
}
#form_bottom {
	clear: both;
	width: 870px;
}
#contact {
	width: 325px;
	float: right;
}
#con_bot {
	width: 750px;
}
#middle {
	width: auto;
}
#bottom {
	width: 870px;
}

#footer {
	background-color:#9F9FBB;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 60px;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.flower {
	list-style-image: url(images/flower.png);
	margin-left: 230px;
}
.center {
	text-align: center;
}
#title {
	width: 375px;
	height: 26px;
	padding-top: 5px;
	background: transparent url("images/form_bgtop.gif") no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 18px;
	font-weight: bold;
}

.col1 {
	text-align: right;
	width: 80px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(images/form_bglable.gif) no-repeat;
}

.col2 {
	width: 290px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/form_bgtextfield.gif) no-repeat;
}

.col2comment {
	width: 290px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/form_bgtextarea.gif) no-repeat;
}

.col1comment {
	text-align: right;
	width: 80px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/form_bglablecomment.gif) no-repeat;
}

div.row {
	clear: both;
	width: 375px;
}

.submit {
	height: 29px;
	width: 375px;
	background: url(images/form_bgsubmit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
}
.footsize {
	float: left;
	font-size: 0.6em;
	padding-top: 7px;
	padding-left: 5px;
}
.footsize_r {
	text-align: right;
	font-size: 0.6em;
	padding-top: 7px;
	padding-left: 5px;
}
