@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d0cbb8;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	color: #665b39;
	font-size: 14px;
	line-height: 24px;
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #665b39;

}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 20px;
}

.margin-right {
	margin-right: 20px;	
}

.margin-right-sm {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 20px;	
}

.margin-bottom {
	margin-bottom: 20px;
}

.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px solid #ffffff;
}

.border {
	border: 1px solid #fff;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
	padding-bottom: 10px;
	line-height: 18px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-size: 20px; 
	color: #5b5f06; 
	font-weight: normal;
}


h5 {
	margin: 0px;
	line-height: normal;
	font-size: 18px; 
	color: #787c20;
	font-weight: normal;
}

h2 {
	margin: 0px;
	line-height: normal;
}

.smaller {
	font-size: 10px;
}

.header {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

.smaller-caps  {
	color: #787c20;
	font-size: 11px;
	text-transform:uppercase;
	line-height: 13px;
}

.white a {
	color: #FFFFFF;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	
}

#top {
	margin-top: 24px;
	height: 112px;
}

#main-container {
	clear: both;
	
}


#top-images {
	height: 390px;
	width: 752px;
	border: 1px solid #fff;
	background-color: #FFFFFF;
	margin-top: -118px;
	left: 237px;
	float: right;
	z-index: 100;
	position: absolute;
	*position: relative;
	*left: 0px;
	
}


#top-right {
	float:right;
	width: 325px;
	margin-top: 46px;
	font-size: 12px;
	line-height: 16px;
}	

#sub-container {
	background-image: url(../images/bg-sub.jpg); 
	background-repeat: repeat-x;
	background-color: #d0cbb8;
	padding: 30px 45px;
	min-height: 214px;
	clear: both;
}
	
	

#menu {
	height: 49px;
	width: 990px;	
}

#home-type {
	padding-left: 45px;
	margin-top: 30px;
	line-height: 18px;
	color: #FFFFFF;
	height: 244px;
	display: block;
	float: left;
}

#home-type a {
	color: #FFFFFF;
}


#footer {
	border-top: 1px solid #fff;
	padding: 10px;
	font-size: 12px;
	color: #979480;
	clear: both;
	
}

#footer a {
	text-decoration: none;
	color: #979480;
	
}

#footer a:hover {
	text-decoration: underline;
	
}

#footer img {
	float:right;
	margin:-15px 0 0 15px;
}

#left-column {
	float: left;
	display: inline;
	width: 585px;
	padding-right: 35px;
	
}

#right-column {
	float: left;
	display: inline;
	width: 280px;	
}

#mollers-tip {
	background-image: url(../images/bg-tip5.jpg);
	background-repeat: no-repeat;
	padding: 60px 130px 0 18px;
	width: 155px; 
	height: 137px;
	color: #FFFFFF;
	line-height: 18px;

}

#gift-card {
	background-image: url(../images/bg-card.jpg);
	background-repeat: no-repeat;
	padding: 60px 40px 0 18px;
	width: 245px; 
	height: 137px;
	color: #FFFFFF;
	line-height: 18px;

}


#gift-shop {
	background-image: url(../images/bg-gift2.jpg);
	background-repeat: no-repeat;
	padding: 60px 134px 0 18px;
	width: 151px; 
	height: 137px;
	color: #FFFFFF;
	line-height: 18px;
}


#flower-shop {
	background-image: url(../images/bg-flower2.jpg);
	background-repeat: no-repeat;
	padding: 60px 134px 0 18px;
	width: 151px; 
	height: 137px;
	color: #FFFFFF;
	line-height: 18px;
	
}

#newsletter-archive {
	background-image: url(../images/bg-newsletter.jpg);
	background-repeat: no-repeat;
	padding: 50px 18px 0 18px;
	width: 245px; 
	height: 85px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;

}



#flashcontent {
	height: 510px;
}



/* ------- ACCORDIAN ------- */

.accordion {
	width: 585px;
}
.accordion h1 {
	background: #96947f url(../images/arrow-square.gif) no-repeat right -51px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 7px 25px 7px 15px;
	border: 1px solid #fff;
	border-bottom: none;
	margin: 0;
	cursor: pointer;
}
.accordion h1:hover {
	background-color: #6d5e2a;
}
.accordion h1.active {
	background-position: right 5px;
}
.accordion .accordion-container {
	margin: 0;
	padding: 10px 15px 20px;
		border: 1px solid #fff;
	


}
