html {
	height: 100%;
	background: #000 url('../images/sidegrad.gif') left top repeat-y;
}

body {
	min-height: 100%;
	padding: 0 50px 0 121px;
	background: transparent url('../images/sidefloral-trans.png') left top no-repeat;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 80%;
	color: #fff;
}

#floralwrap {
	height: 100%;
	background: transparent url('../images/bottomfloral-trans.png') 175px bottom no-repeat;
}

/* *****
NAV
***** */

#nav {
	width: 321px;
	margin-top: -20px;
	margin-left: 4px;
}

#nav dt a {
	display: block;
	position: relative;
	cursor: pointer;
	/* height: 32px;
	padding: 2px 0 0 40px; */
	height: 31px;
	padding: 3px 0 0 40px;
	margin-top: 2.1875em;
	background: transparent url('../images/menuitem-trans.png') left center no-repeat;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: .125em;
	font-size: 16px;
	color: #fff;
}

/* *****
MAIN
***** */

#title {
vertical-align: bottom;
	margin-top: 60px;
	margin-left: 11px;
}

.slogan {
	position: relative;
	top: -12px;
	margin-left: 40px;
	line-height: 1.5;
	letter-spacing: .05em;
	font-style: italic;
	font-family: georgia;
}

#flash, #primarycontent {
	position: absolute;
	left: 390px;
	border: 2px solid #c78c2f;
}

#flash object {
	vertical-align: bottom;
}

#primarycontent {
	width: 395px; /*
	height: 298px; */
	padding: 25px 25px 25px 65px;
	background-color: white;
	font-size: .8em;
	color: #000;
	overflow: auto;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em;
}

iframe {
	margin-top: -25px;
}

table {
	width: 80%;
}

td.phone {
	text-align: right;
}

ul {
	margin-left: 50px;
	text-transform: lowercase;
	font-size: 90%;
	line-height: 1.5em;
	list-style-type: disc;
}

/* *****
CLEARFIX
***** */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */