body {
    margin: 0px 0px 0px 0px;
    background: url('../pics/water.jpg') repeat-x #002748;
}

#wrapper {
    margin: 0px auto 0px auto;
    width: 900px;
    height: auto;
}

#header {
    margin: 0px 0px 0px 0px;
    width: 900px;
    height: 113px;
    background: url('../pics/header_back.jpg') no-repeat;
}

#top_nav_holder {
    margin: 0px 10px 0px 0px;
    width: 890px;
    height: 30px;
    text-align: right;
    color: #FFFFCC;
    font-family: 'Trebuchet MS', Geneva, sans-serif;
    font-size: 13px;
    padding: 5px 0px 0px 0px;
}

#top_nav_holder a,
#top_nav_holder a:link,
#top_nav_holder a:active,
#top_nav_holder a:visited {
    color: #FFFFCC;
    padding: 0px 8px 0px 8px;
    text-decoration: none;
}

#top_nav_holder a:hover {
    color: #ff9900;
}

#title {
    float: right;
    width: 608px;
    height: 60px;
    text-align: left;
    margin: 10px 0px 0px 0px;
}

#title p.big {
    font-family: 'Palatino Linotype', 'Times New Roman', Times, Serif;
    font-size: 28px;
    color: #FFFFCC;
    margin: 0px 0px 0px 0px;
}

#title p.italic {
    font-family: 'Palatino Linotype', 'Times New Roman', Times, Serif;
    font-size: 16px;
    color: #FFFFCC;
    margin: 0px 0px 0px 0px;
    font-style: italic;
}

#nav_bar_holder {
    margin: 0px 0px 0px 0px;
    width: 900px;
    height: 35px;
    background: url('../pics/nav_back.gif') repeat-x;
}

#nav_image {
    float: left;
    width: 289px;
    height: 35px;
    margin: 0px 0px 0px 0px;
    background: url('../pics/nav_plant.jpg') no-repeat;
    overflow: hidden;
}

#navbar {
    float: right;
    width: 611px;
    height: 35px;
    margin: 0px 0px 0px 0px;
    text-align: right;
}

/* top bar navigation list */

ul.navlist {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 611px;
    list-style: none;
    height: 35px;
}

ul.navlist li {
    position: relative;
    display: inline;
    font-family: 'Palatino Linotype', 'Times New Roman', Times, Serif;
    font-size: 14px;
    z-index: 500;
    left: 0px;
    top: 0px;
    padding: 7px 0px 8px 0px;
}

ul.navlist li a,
ul.navlist li a:link,
ul.navlist li a:visited,
ul.navlist li a:active {
    text-decoration: none;
    color: #FFFFCC;
    padding: 7px 8px 8px 8px;
    z-index: 501;
    line-height: 35px;
}

ul.navlist li a:hover {
    color: #ff9900;
}

/* top navigation drop list */
/* top important: FF */

ul.navlist li ul.navdrop {
    position: absolute;
    text-align: left;
    list-style: none;
    top: 34px !important;
    left: 0px;
    padding: 0px 0px 0px 0px;
    background: url('../pics/drop-back.gif') repeat-y;
    width: 214px;
    display: none;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #F79768;
    border-right: 1px solid #F79768;
    border-left: 1px solid #F79768;
    z-index: 502;
}

/* IE 7 fix */

*:first-child+html ul.navlist li ul.navdrop {
    top: 40px ! important;
    left: 0px ! important;
}

/* end IE 7 fix */

ul.navlist li ul.navdrop li {
    width: 206px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 503;
    top: 0px;
}

ul.navlist li ul.navdrop li a,
ul.navlist li ul.navdrop li a:link,
ul.navlist li ul.navdrop li a:visited,
ul.navlist li ul.navdrop li a:active {
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #F79768;
    line-height: 20px;
    color: #FFFFCC;
    padding: 4px 4px 4px 4px;
    width: 206px;
    z-index: 504;
    margin: 0px 0px 0px 0px;
}
ul.navlist li ul.navdrop li a:hover {
    color: #451809;
    width: 206px;
    border-bottom: 1px solid #451809;
}

/* Fix IE. Hide from IE Mac \*/

* html ul.navlist li {
    float: left;
    height: 1%;
}

* html ul.navlist li a {
    height: 1%;
}

* html ul.navlist li ul.navdrop li {
    float: left;
    height: 1%;
}
* html ul.navlist li ul.navdrop li a {
    height: 1%;
}

#content_holder {
    width: 900px;
    height: auto;
    background: url('../pics/content_back.gif') no-repeat #F5E7C2;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: -169px;
	float: left;
}

#content_text {
    margin: 0px auto 10px auto;
    width: 850px;
    z-index: 1;
}

#content_text_indent {
    margin: 0px 0px 10px 100px;
    width: 750px;
    z-index: 1;
}

#home_top {
    margin: 0px auto 0px auto;
    width: 841px;
    height: 215px;
}

#home_slide {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 500px;
    height: 220px;
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
}

#home_search {
    float: right;
    width: 250px;
    height: 210px;
    background: url('../pics/search_back.jpg') no-repeat;
    padding: 10px 40px 10px 40px;
}

#home_search a,
#home_search a:active,
#home_search a:visited,
#home_search a:link {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #FFFFCC;
    text-align: left;
}

#home_search a:hover {
    color: #ff9900;
}

#home_bottom {
    clear: both;
    margin: 20px auto 10px auto;
    width: 800px;
    height: auto;
}
#listing_holder {
    clear: both;
    width: 900px;
    padding: 0px 0px 20px 0px;
    height: auto;
    margin: 0px 0px 0px 0px;
}

#listing1 {
    float: left;
    width: 270px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
    text-align: center;
}

#listing2 {
    float: left;
    width: 270px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 25px 0px 25px;
    text-align: center;
}

#listing3 {
    float: right;
    width: 270px;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
    text-align: center;
}

#listing_title {
    width: 260px;
    height: auto;
    background: url('../pics/listing-title-back.gif') repeat-y;
    margin: 0px 0px 0px 0px;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

#listing_title a,
#listing_title a:link,
#listing_title a:active,
#listing_title a:visited {
    color: #FFFFCC;
    font-size: 16px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}

#listing_title a:hover {
    color: #ff9900;
}

#listing_image {
    width: 250px;
    height: 188px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    background-color: #ffffff;
}

#listing_content {
    width: 258px;
    min-height: 150px;
    padding: 0px 5px 5px 5px;
    text-align: left;
    border: 1px dotted #ff9900;
    background-color: #FFD08C;
}

#listing_content p {
    margin: 0px 0px 0px 0px;
}

#listing_detail_holder {
    clear: both;
    width: 860px;
    padding: 0px 0px 20px 0px;
    height: auto;
    margin: 0px auto 0px auto;
}

#listing_detail_holder h1 {
    font-family: 'Palatino Linotype', 'Times New Roman', Times, Serif;
    font-size: 24px;
    font-weight: normal;
    color: #692B11;
}

#listing_detail_slideshow {
    float: left;
    width: 600px;
    height: 435px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

#listing_detail_desc {
    float: right;
    width: 240px;
    height: auto;
    text-align: left;
}

#listing_detail_left {
    float: left;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    width: 400px;
}

#listing_detail_right {
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 400px;
}

#footer {
    margin: 0px auto 0px auto;
    padding: 10px 0px 10px 0px;
    width: 900px;
    height: auto;
    text-align: center;
    font-family: geneva, verdana, sans-serif;
    color: #FFFFCC;
    font-size: 12px;
}

#footer p {
    font-family: geneva, verdana, sans-serif;
    color: #FFFFCC;
    font-size: 12px;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
    color: #FFFFCC;
}

#plant {
    position: relative;
    top: 0px;
    left: 0px;
    width: 119px;
    height: 169px;
    margin: 0px 0px 0px 0px;
    z-index: 4500;
}

h1 {
    font-family: 'Palatino Linotype', 'Times New Roman', Times, Serif;
    font-size: 24px;
    font-weight: normal;
    color: #692B11;
}

h2 {
    font-family: 'Palatino Linotype', 'Times New Roman', Times, Serif;
    font-size: 20px;
    font-weight: normal;
    color: #692B11;
}

h3 {
    font-family: 'Palatino Linotype', 'Times New Roman', Times, Serif;
    font-size: 18px;
    font-weight: normal;
    color: #692B11;
}

p {
    font-family: 'Palatino Linotype', 'Times New Roman', Times, Serif;
    font-size: 14px;
    color: #000000;
}

a,
a:link,
a:active,
a:visited {
    color: #692B11;
}

a:hover {
    color: #003256;
}

/* New CSS 2016 */

body {
    margin: 0px 0px 0px 0px;
    background: none;
}

#content_holder {
    height: auto;
    background: url('') no-repeat #F5E7C2;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: -170px;
    background-image: none;
    background-color: #F5E7C2;
    width: 100%;
    padding: 30px 0%;
	margin-bottom: 20px;
}

#wrapper {
    margin: 0px auto 0px auto;
    width: 100%;
    height: auto;
    background-color: #002748;
}

#content_text {
    margin: 0px auto 10px auto;
    width: 100%;
    z-index: 1;
    max-width: 1280px;
	min-width: 850px;
}

#header {
    margin: 0px 0px 0px 0px;
    height: 100%;
    background: url('../pics/header_back.jpg') no-repeat;
    background: #451809;
	min-width: 900px;
}

#header {
    margin: 0px auto;
    width: 100%;
	min-width: 900px;
    height: 113px;
    background: url('../pics/header_back.jpg') no-repeat;
    background-color: #682b0f;
}

#home_bottom {
    clear: both;
    margin: 29px auto 10px auto;
    height: auto;
    max-width: 1280px;
    width: 96%;
    padding: 0px 2% 10px 2%;
}

#nav_bar_holder {
    margin: 0px 0px 0px 0px;
    width: 96%;
	min-width: 900px;
    height: 35px;
    background: url('../pics/nav_back.gif') repeat-x;
    padding: 0 2%;
}

#nav_image {
    float: left;
    width: 289px;
    height: 35px;
    margin: 0px 0px 0px 0px;
    background: none;
    overflow: hidden;
}

.containerHomeSlider {
    position: relative;
    width: 100%;
    height: 495px;
    margin: 0px 0px 20px 0px;
    z-index: 0;
    background: #fff;
}

#plant {
	position:relative; 
	top:0px; 
	left:0px;
	width:119px;
	height:169px; 
	margin:0px 0px 0px 0px; 
	z-index:4500;
}

#plant img {
	display: none;	
}

#home_top {
    display: none;
}

#top_nav_holder {
    margin: 0px 10px 0px 0px;
    width: 446px;
    height: 30px;
    text-align: right;
    color: #FFFFCC;
    font-family: 'Trebuchet MS',Geneva, sans-serif;
    font-size: 13px;
    padding: 5px 0px 0px 0px;
	float: right;
}

#title {
    float: left;
    width: 300px;
    height: 60px;
    text-align: left;
    margin: 25px 0 16px 300px;
}

#listing_holder {
    clear: both;
    width: 100%;
    padding: 0px 0px 20px 0px;
    height: auto;
    max-width: 1280px;
    min-width: 900px;
    margin: 0 auto;
}

#listing1,
#listing2,
#listing3 {
    float: left;
    width: 30%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 4% 0px 0;
    text-align: center;
}

#listing3 {
    margin: 0;
}

#listing_image {
    width: 100%;
    height: 188px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    background-color: #e6d9b7;
    position: relative;
}

#listing_title {
    width: 100%;
    height: auto;
    background: url('');
    margin: 0px 0px 0px 0px;
    text-align: left;
    padding: 5px 10px 5px 10px;
    background-color: #723115;
}

#listing_content {
    width: 100%;
    min-height: 120px;
    padding: 0px 10px 5px 8px;
    text-align: left;
    border: 1px dotted #ff9900;
    background-color: #FFD08C;
}

iframe {
	margin: 0 auto;
	display: block;	
	float: left;
	width: 100%;
}

#content_text_indent {
    width: 100%;
    z-index: 1;
    max-width: 1280px;
    min-width: 900px;
    margin: 0 auto;
}

#listing_detail_holder {
    clear: both;
	
    width: 100%;
    max-width: 1280px;
    min-width: 900px;
}

#listing_detail_desc {
    float: left;
    height: auto;
    text-align: left;
    margin-left: 25px;
    max-width: 640px;
    width: 100%;
}

.clear {
	clear: both;
	display: block;	
}

#guide {
	display: block;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;	
}



.sold{
	}
.sold2:before {
	background: url(../pics/sold-stamp-4.png);
	position: absolute;
	z-index: 4;
	content: ' ';
	width: 80%;
	height: 73%;
	padding: 0%;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 10% 10%;
	background-position: center;
}
.sold3:before {
	background: url(../pics/sold-stamp-4.png);
	position: absolute;
	z-index: 35;
	content: ' ';
	width: 50%;
	height: 50%;
	padding: 0%;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 10% 6%;
	background-position: center;
}


@media all and (max-width: 1380px) {
	
	#listing_detail_desc {
		max-width: 43%;
	}
	
}

@media all and (max-width: 1180px) {
	
	#listing_detail_desc {
		max-width: 33%;
	}
	
}

@media all and (max-width: 1080px) {
	
	#title {
		margin: 25px 0 16px 25px;
	}
	
}

@media all and (max-width: 1000px) {
	
	#listing_detail_desc {
		max-width: 28%;
	}
	
}
