@import url("styles.css");

/* BASIC STYLES */
/* --------------------------------------------------------------- */
body {background:#9FB4AD url(../images/gardens/bg_body.png) top repeat;}

h2 {color:#003333; display:none;}
h3 {color:#063;}
h4 {color:#063;}
h5 {color:#666;}
a:link, a:visited {color:#063;}
a:hover {color:#090;}
a:active {color:#C00;}


/* HEADER */
/* --------------------------------------------------------------- */
#gdns-home #header {
	height:710px;
	background:url(../images/gardens/banner_home.jpg) no-repeat bottom;
	z-index:10;	
}
body.subpage #header {
	width:300px;
	height:220px;
	background:url(../images/gardens/bg_h1.png) no-repeat;
}
#header h1 {text-indent:-5000px;}

/* PAGE BG AND BANNER IMAGE */
/* --------------------------------------------------------------- */
#banner {background:url(../images/gardens/banner_subpg.jpg) no-repeat;}

#page {
	background:url(../images/gardens/bg_page.png) repeat-y top;
	position:relative;
	top:0px;
	padding-top:0px;
}

/* SIDEBAR */
/* --------------------------------------------------------------- */
#gdns-home #sidebar {
	margin-top:-100px;
	overflow:visible;
}

ul#nav li.divider {background:url(../images/gardens/nav_divider.png) no-repeat top;}
	
li#nav-vill a {background:url(../images/gardens/nav_villas.png);}
li#nav-gdns a {background-image:url(../images/gardens/nav_gdns.png);}
li#nav-livg a {background-image:url(../images/gardens/nav_livg.png);}
li#nav-home a {background-image:url(../images/gardens/nav_home.png);}

#gdns-home li#nav-gdns a {background-position:top;}

ul#nav li ul li {background:url(../images/gardens/bg_nav_bullet.png) no-repeat 0 3px;}
ul#nav li ul li.current,
ul#nav li ul li:hover {background:url(../images/gardens/bg_nav_bullet_on.png) no-repeat 0 3px;}
ul#nav li ul li a:hover {color:#009900;}


/* CONTENT */
/* --------------------------------------------------------------- */
#gdns-home #content.cap-t {background:url(../images/gardens/cap_t.png) no-repeat 10px 0;}

#content li {background:url(../images/gardens/bg_nav_bullet.png) no-repeat 0 5px;}

#content h2.heading {
	margin:0 50px 1em 20px;
	display:block;
	width:600px;
	height:60px;
	text-indent:-5000px;
	}
	#content h2#gallery {background:url(../images/gardens/bg_h2_gallery.png) no-repeat;}
	#content h2#services {background:url(../images/gardens/bg_h2_services.png) no-repeat;}
	#content h2#pricing {background:url(../images/gardens/bg_h2_pricing.png) no-repeat;}
	#content h2#faqs {background:url(../images/gardens/bg_h2_faqs.png) no-repeat;}
	#content h2#activity {background:url(../images/gardens/bg_h2_activity.png) no-repeat;}
	#content h2#schedule {background:url(../images/gardens/bg_h2_schedule.png) no-repeat;}
	#content h2#contact {background:url(../images/gardens/bg_h2_contact.png) no-repeat;}

/* FOOTER */
/* --------------------------------------------------------------- */
#footer {
	top:0px;
	background:url(../images/gardens/bg_footer.png) top no-repeat;
}
#footer p {background:url(../images/gardens/logo_footer.png) no-repeat;}


	