/*
Theme Name: Lotus Landscape Design

*/



body {
	margin: 36px;
	color: #04291e;
	font-family: Arial, Helvetica, sans-serif;
}

body.background_small {
	background: url(images/background-tile-2.jpg) center top no-repeat;
}

body.background_medium {
	background: url(images/background-tile-1.jpg) center top no-repeat;
}

body.background_large {
	background: url(images/background-tile-large.jpg) center top no-repeat;
}

body.background_extraLarge {
	background: url(images/background-tile-3.jpg) center top no-repeat;
}

.projectPreview {
	margin-right: 1em;
	float: left;
}

p {
	color: #04291e;
}

h1, h2, h3, h4, h5, h6 {
	color: #04291e;
}

h2 {
	font-weight: bold;
	margin-top: 2em;
	color: #a0a089;
}

h3, h4, h5 {
	font-size: 1em;
	font-weight: bold;
}

.uberContainer {
	min-height: 800px;
}

/* START Gilder/Levin image replacement */
h1 {
	width: 225;
	height: 95px;
	position: relative;
	font-size: 10px;
	overflow: hidden;
	margin: 0;
}

h1 span {
	background: url(images/lld_logo_225x95.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* END Gilder/Levin image replacement */


.return-home {
	display: block;
	margin-left: 40px;
	width: 225px;
}

a,
a:link,
a:active,
a:visited {
	color: #52523a;
	/*text-decoration: none;
	border-bottom: 1px solid #a0a089;*/
}

a:hover {
	border-bottom: 1px solid #a0a089;
	background-color: #a0a089;
	color: #FFF;
	text-decoration: none;
}

div.header a:hover {
	border-bottom: none;
}

ul#nav {
	margin: 16px 40px 0 0;
	padding: 5px 1.5em 8px 0;
	float: right;
	background: url(images/nav_tile.gif) repeat-x bottom left #efeee4;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1.5em;
}

ul#nav li a,
ul#nav li a:active,
ul#nav li a:link,
ul#nav li a:visited {
	color: #52523a;
	font-size: 1.2em;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li.current_page_item a, ul#nav li.current_page_parent a {
	border-bottom: 2px solid #a0a089;
	color: #FFF;
}

ul#nav li.current_page_item a, ul#nav li.current_page_parent a {
	color: #52523a;
}

.contentSection {
	padding-top: 2em;
}

.bannerSection {
	min-height: 100px;
}

.bannerSection .flashModule {
	padding-left: 20px;
	min-height: 361px;
}

#slideshowModule {
	height: 600px;
	min-height: 650px;
	background: #000;
	padding: 5px 0;
	margin: 0 0 2em 0;
	position: relative;
}



#slideshowModule #previousSlide, #slideshowModule #currentSlide, #slideshowModule #loaderContainer {
	/*text-align: center;*/
	position: absolute;
	height: 600px;
	min-height: 600px;
	width:800px;
}

#slideshowModule #loaderContainer #loaderBackground {
	position: absolute;
	height: 50px;
	min-height: 50px;
	width:60px;
	/*background: url(images/bg-transparent-black-50.png) repeat;*/
	right: -20px;
	bottom: 0;
}

#slideshowModule #loaderContainer #loaderAnimation {
	height: 50px;
	min-height: 50px;
	width:60px;
	background: url(images/loader-lld-50x50.gif) no-repeat center center;
}

#slideshowModule .loaderOn { 
  display: block;
}

#slideshowModule .loaderOff { 
  display: none;
}

#slideshowModule #previousSlide .imageContainer, #slideshowModule #currentSlide .imageContainer {
	position: absolute;
}

#slideshowModule #previousSlide img, #slideshowModule #currentSlide img {
	margin: 0 auto;
	display: block;
}

#slideshowModule #previousSlide .label, #slideshowModule #currentSlide .label {
	width: 150px;
	height: 50px;
	position: absolute;
	top: 550px;
	background: url(images/bg-transparent-black-50.png) repeat;
}

#slideshowModule #previousSlide .label p, #slideshowModule #currentSlide .label p {
	color: #FFF;
	font-size: 18px;
	margin: 10px 15px 0 0;
	text-align: right;
}

#slideshowModule #slideshowUI {
	background: #FFF;
	height: 50px;
	min-height: 50px;
	width: 100%;
	position: relative;
	top: 610px;	
}

#slideshowModule #slideshowUI .ui-button {
	margin-right: .5em;
}

#slideshowModule #slideshowUI .progressBar {
	display: inline-block;
	position: relative;
	top: 3px;
	/* IE inline-block hack */
	zoom:1;
	*display: inline;
	_height: 15px;
}

#slideshowModule #slideshowUI .progressBar li {
	display: inline-block;
	height: 0;
	width: 15px;
	overflow: hidden;
	padding-top: 15px;
	background: url(images/progress-indicator-sprite.gif) 0 0;
	margin: 0 5px;
	/* IE inline-block hack */
	zoom:1;
	*display: inline;
	_height: 0px;
}

#slideshowModule #slideshowUI .progressBar li.active {
	background: url(images/progress-indicator-sprite.gif) -16px 0;
}

.bannerSection .titleImage {
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer {
	border-top: 1px solid #d0e0da;
	text-align: right;
}

.footer p {
	color: #739680;
	font-size: 0.8em;
}

ul.faqs {
	margin: 0;
	padding: 0;
	margin-top: 3em;
}

ul.faqs li {
	list-style-type: none;
	margin-bottom: 0.5em;
}

ul.faqs h4, ul.faqs h5 {
	display: block;
	margin: 0;
	height: auto;
}

ul.faqs li ul li {
	list-style-type: disc;	
}

ul.faqs p.backToTop {
	font-size: 0.9em;
	margin-top: -1.2em;
}

.beforeAndAfters img {
	padding-bottom: 20px;
}
