/* MAIN PAGE LAYOUT */

body {
	text-align: center; /* centering the content for IE6 */
	margin: 8px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	display: table; /* must put this in for FireFox. */
	width: 790px;
	margin: 0px auto; /* for IE6 and Firfox centering */
	text-align: left; /* so that IE6 and Firefox puts the text to the left*/
	height: 800px; /* Have to put SOMETHING in here for the height for both browser. DO NOT put in a percentage, must be a pixel value */
	padding: 0px 0px;
}

#layoutHeader{
	width: 772px;
	height: 110px;
	background-image: url(../images/header.jpg);
}

#layoutLeft {
	float:left; /* float the menu to the left */
	width:201px;
	height: 100%; /* so the menu has the height of the main content and visa versa */
	background-color: #DFE4DE;
	margin-left: 4px;
}

#layoutRight {
	float: left; /* float the content to the right */
	width: 558px;
	margin-left: 4px;
	height:100%; /* so the content has the height of the menu and visa versa */
}

#layoutBottom{
	width:772px;
	background: url(../images/bottom_bck.gif) top center no-repeat;
	clear: both;
	text-align: center;
	margin: auto;
	position: relative;
	bottom: 0px;
}

/* HOMEAPGE LAYOUT */

div#home {
	display:table; /* must put this in for FireFox. */
	width:772px;
	margin:auto; /* for IE6 and Firfox centering */
	text-align:left; /* so that IE6 and Firefox puts the text to the left*/
}

#homeLeft {
	float:left; /* float the menu to the left */
	width:201px;
	background-color: #DFE4DE;
	margin-left: 4px;
}

#homeRight {
	float:right; /* float the content to the right */
	background: url(../images/homepage_image.jpg) top left no-repeat;
	width:562px;
	height: 380px;
}

#hpboxr {
	float:right; /* float the content to the right */
	width: 358px;
	height: 380px;
	position: static;
	margin-top: 0;
	margin-right: 4px;
}

/* NAV */

#nav {
	WIDTH: 772px;
	HEIGHT: 30px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 8px;
	color: #666666;
	background-image: url(../images/nav_bck.gif);
	background-repeat: no-repeat;
}


#nav a:link {
	text-decoration: none;
	padding-top: 11px;
	margin: 3px 8px;
	color: #666666;
	font-size: 14px;	
}

#nav a:visited {
	text-decoration: none;
	margin: 3px 10px;
	color: #666666;
	font-size: 14px;	
}

#nav a:hover {
	text-decoration: underline;
	margin: 3px 8px;
	color: #D6EC3F;
	font-size: 14px;	
}


/* CONTENT LEFT */

#contentLeft {
	width: 195px;
	background-image: url(../images/left_bck.gif);
	height: 100%; /* so the menu has the height of the main content and visa versa */
	background-repeat: no-repeat;
	padding: 0px 0px;
	margin: 0px 0px;
}

#ltxtdiv {
	padding: 10px 5px 0 10px;
	margin: 0;
	width: auto;
}

.ltxth1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #426E31;
}

.ltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 5px 0 10px 0;
}

#contentLeftmain {
	width: 201px;
	background-image: url(../images/left_content.gif);
	height: 380px; /* exact fit for home page */
	background-repeat: no-repeat;
}

#contentLeft  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
}

#contentLeft  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 4px;
}

#contentLeft a:link {
	text-decoration: underline;
	padding-top: 5px;
	color: #333333;
	display: block;
	margin: 10px 10px 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contentLeft a:visited {
	text-decoration: underline;
	padding-top: 5px;
	margin: 10px 10px 10px 15px;
	color: #666666;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contentLeft a:hover {
	text-decoration: none;
	padding-top: 5px;
	margin: 10px 10px 10px 12px;
	color: #669999;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* CONTENT RIGHT */

.homepage {
	margin-left: 2px;

}

.internal {
	border-left: 1px solid #CCCCCC;

}

#layoutRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 120%;
	margin-top: 0px;
}

#layoutRight H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

#layoutRight H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-left: 15px;
}

#layoutRight h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-left: 25px;
	color: #666666;
}

#layoutRight H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #000000;
	background-attachment: fixed;
	margin-top: 0px;
	text-align: center;
}

#layoutRight .normalCase {
	text-transform: none;
}

.free {
	color: #990000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	margin-right: 20px;
}

.products a { display: block; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-repeat: no-repeat; text-decoration: underline; line-height: 140%; background-position: 0px; color: #669999; margin-left: 88px;}
.products a:hover {text-decoration: underline; color: #333333;}
.products a:visited { color: #669999; text-decoration: underline;}

.arrangement a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; display: block; text-decoration: underline; line-height: 140%; color: #669999;}
.arrangement a:hover{ text-decoration: none; line-height: 140%;	color: #669999;}
.arrangement a:visited { text-decoration: underline; line-height: 140%;	color: #669999;}


/* BOTTOM */

#layoutBottom p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	color: #B6C4B3;
	padding: 8px 0 4px 0;

}

/* POP UP */

.popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 120%;
	margin-top: 0px;
	text-align: left;
}

/* FORM */

.gift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 15px;

}

.form {
	margin-left: 10px;
}

.wronglocation {
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #666666;
	background-color:#EEEEDD;
}

.elements {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#formLeft {
	width: 145px;
	float: left;
}

#formRight {
	width: 274px;
	float: right;
}

.required {
	color: #EF4222;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	page-break-after: right;
}

#directions {
	width: 274px;
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Rylan's Additions */
.flowerSubType{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bolder;
	line-height: 13px;
}

img.bordered{
	border: 1px solid #D4D6A5;
	margin: 4px 4px;
}

.borderGreenContainer{
	border: 1px solid #B8BD46;
	width: 500px;
	margin: 8px 0px 10px 25px;
	padding: 5px 10px;
}

.left{
	float: left;
	width: 195px;
	margin: 0px auto 5px 20px;
	z-index: 1;
	padding: 0px 0px;
	text-align: center;
	border: 1px solid #D4D6A5;
}

.left img{
	margin-left: 5px;
}

.left blockquote{
	margin: 4px auto;
	padding: 0px 0px;
	font-size: 12px;
}

.right{
	float: left;
	width: 195px;
	margin: 0px auto 5px 20px;
	z-index: 1;
	padding: 0px 0px;
	text-align: center;
	border: 1px solid #D4D6A5;
}

.leftMargin60px{
	margin-left: 60px;
}

.right img{
	margin-left: 5px;
	padding: 0px 0px;
}

.right blockquote{
	margin: 4px auto;
	padding: 0px 0px;
	font-size: 12px;
}

.flowerDescriptContain{
	width: 450px;
	margin: 10px 25px;
	font-size: 12px;
	clear: both;
}

.flowSpecsContain{
	width: 195px;	
	font-size: 10px;
	margin: 2px 0px 4px 0px;
	padding: 0px 0px;
}

.flowSpecsContain h4.underFlower{
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: normal !important;
}

.clear{
	clear: both;
	width: 300px;
	border-style:hidden;
	border: none;
	height: 1px;
}


img.noMarginMag{
	margin: -30px 0px 0px -16px;
	float: right;
	z-index: 10;
	position: relative;
}

.price{
	color: #B8BD46;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px 2px;
	height: 20px;
}

blockquote{
	margin: 4px 4px;
	padding: 0px 0px;
}

.greenStandOut{
	margin: 8px 10px;
	padding: 6px 6px;
	border: 1px solid #B8BD46;
	background-color: #F1FCF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#springTopDiv{
	background-image: url(../images/spring_top_orchid.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F1FCF0;
	width: 522px;
	border: 1px solid #B8BD46;
	height: 280px;
	margin: 10px 0px 10px 25px;
}
#springTextSubDiv{
	width: 234px;
	margin-left: 286px;
	padding-right: 4px;
	padding-top: 0px;
}

#springTextSubDiv p{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 5px 5px 0px;
	line-height: 1.08em;
	text-align: justify;
}

.greenTheText{
	color: #9f23a9;
	font-style: italic;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}