@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;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
}

h2 {
	margin: 0px;
	line-height: normal;
}

.smaller {
	font-size: 10px;
}

.header {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

.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 10px;
}

#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-tip3.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;
	
}


#flashcontent {
	height: 510px;
}