/* Global */

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
	
strong {
	font-weight: bold;
}

a {
	color: #666;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #2e452d;
	}

h1, h2, h4, h5, h6, h7 {
	font-family: Georgia, "Times Roman", serif;
	font-style: italic;
	}


.clear {
	clear: both;
	}

/* ------------- masthead */

#container {
	background: #2e452d url("../images/container.png") repeat;
	width: 1015px;  
	margin: 0px auto;
	}	
	
#container-base {
	background: #2e452d url("../images/container-base.png") no-repeat;
	width: 1015px;  
	margin: 0px auto;
	margin-bottom: 25px;
	}

#logo {
	background: url("../images/landscapia-logo-lg.png") no-repeat;
	width: 225px;
	height: 65px;
	margin: 42px 0px 36px 0px;
	float: left;
	}
	
#logo:hover {
	cursor: pointer;
	}

#strapline h2 {
	font-size: 14px;
	font-family: Georgia, "Times Roman", serif; 
	color: #1f4a19;
	font-style: italic;
	padding: 78px 0px 0px 0px;
	float: left;
	}

#masthead {
	background: #ffffff url("../images/masthead-bg.jpg") no-repeat;
	width: 944px;
	height: 172px;
	margin-left: 35px;
	}

.clear {
	clear: both;
	}


/* ------------- nav */

#navlinks {
	padding: 0px 10px 0px 15px;
	}

#navlinks a {
	color: #fff;
	}
	
.navlinkwrapper {
	float: left;
}

.navlinkwrapper-active {
	float: left;
}
	
.leftcorner {
	background: url("../images/navigation-tab-left.png") no-repeat;
	height: 29px;
	padding: 0px 3px 0px 4px;
	float:left;
	}

.rightcorner {
	background: url("../images/navigation-tab-right.png") no-repeat;
	height: 29px;
	margin: 0px 2px 0px 0px;
	padding: 0px 4px 0px 3px;
	float:left;
	}

.mid-tab {
	background: url("../images/navigation-tab-center.png") repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 3px 6px 3px;
	margin: 0px;
	float: left;
	color: #fff;
	}

.navlinkwrapper-active .leftcorner {
	background: url("../images/navigation-tab-left-active.png") no-repeat;
	}

.navlinkwrapper-active .rightcorner {
	background: url("../images/navigation-tab-right-active.png") no-repeat;
	}

.navlinkwrapper-active .mid-tab {
	background: url("../images/navigation-tab-center-active.png") repeat;
	}
	
#navlinks .navlinkwrapper-active .mid-tab a {
	font-size: 13px;
	font-weight: bold;
	color: #385834;
	text-decoration: none;
	}
		
#navlinks div:hover {
	cursor: pointer;
}
		
.mid-tab a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.mid-tab a:hover {
	color: #385834;
	}

.clear {
	clear: both;
	}


/* CSS Document */

/* ------------- general rules */

.service-nuggit {
	width: 226px;
	height: 117px;
	}

.service-nuggit p {
	font-size: 12px;
	color: #666666;	
	padding: 6px 15px 0px 15px;
	}

.service-nuggit:hover {
	cursor: pointer;
	}

h1 {
	font-size: 21px;
	color: #295326;
	padding: 10px 15px 0px 15px 
	}

h2 {
	font-size: 17px;
	color: #404040;
	padding: 10px 45px 0px 15px;
	}

.service-nuggit a {
color:#404040;
text-decoration: none;
}

.service-nuggit a:hover {
color:#6a6a6a;
text-decoration: none;
}

#casestudy a {
	color: #ffffff;
	text-decoration: none;
	}

#casestudy a:hover {
	color: #cff29c;
	text-decoration: none;
	}

#callnow a {
	color: #95e16a;
	text-decoration: none;
	}

#callnow a:hover {
	color: #cff29c;
	text-decoration: none;
	}

a:link {
	color:#fffffff;
	text-decoration: none;
	bordar -bottom: 0px;
	}

h3 {
	font-size: 14px;
	color: #95e16a;
	padding: 14px 8px 0px 14px;
	}
			
h4 {
	font-size: 19px;
  	color: #ffffff;
	font-style: normal;
	padding: 3px 12px 0px 25px;
	}

#contact-form h4 {
	font-size: 19px;
  color: #666666;
	font-style: normal;
	padding: 3px 12px 0px 15px;
	}
	
h5 {
	font-size: 15px;
	color: #ffffff; 
	padding: 6px 5px 5px 14px;
	}

h6 {
	font-size: 17px;
	color: #ffffff; 
	padding: 14px 5px 5px 14px;
	}

h7 {
	font-size: 11px;
  	color: #cff29c;
	padding: 141px 0px 0px 15px;
	float: left;
	}

#introblock p {
	font-size: 15px;
	color: #4f913e;
	padding: 6px 15px 0px 15px
	}

#casestudy p {
	font-size: 13px;
	color: #cee8c7;	
	padding: 0px 16px 16px 14px;
	}

.clear {
	clear: both;
	}

/* ------------- main content blocks */

#contentleft {
	margin: 0px 0px 0px 0px;
	float: left;
	clear: both;
	}

#introblock {
	background: #ffffff url("../images/introblock-bg.jpg") repeat;
	width: 464px;
	height: 118px;
	Margin: 15px 0px 15px 35px;  
	}

#lifestyle {
	background: #ffffff url("../images/image-block-bg.jpg") repeat;
	width: 464px;
	height: 285px;
	margin: 15px 0px 0px 35px;
	}

#lifestyle img.illus {
	padding: 17px 0px 0px 17px;	
	}

#contentcentre {
	margin: 0px 15px 0px 0px;
	float: left;
	width: 226px;
	}

#garden {
	background: #2e452d url("../images/garden-design-nuggit.jpg") no-repeat;
	margin: 15px 0px 15px 15px;
	}

#private {
	background: #2e452d url("../images/private-design-nuggit.jpg") no-repeat;
	margin: 15px 0px 15px 15px;
	}

#commercial {
	background: #2e452d url("../images/commercial-design-nuggit.jpg") no-repeat;
	margin: 15px 0px 15px 15px;

	}

#callnow {
	background: #ffffff url("../images/contact-nuggit-bg.jpg") repeat;
	width: 224px;
	height: 68px;
	margin: 15px 0px 0px 15px;
	padding: 0px;
	}
	
#callnow:hover {
	cursor: pointer;
	}

#contentright {
	margin: 0px 0px 0px 0px;
	float: left;
	}

#casestudy {
	background: url("../images/casestudy-nuggit.png") no-repeat;
	width: 225px;
	height: 298px;
	margin: 15px 14px 0px 15px;
	}

#casestudy img.illus {
	padding: 16px 0px 0px 14px;
	}
	
#casestudy:hover {
	cursor: pointer;
	}

#footer {
	background: url("../images/footer-bg.png") no-repeat;
	width: 944px;
	height: 207px;
	margin: 0px 0px 0px 35px;
	padding-bottom: 15px;
	}

.block-right {
	margin:16px 15px 0 0;
	float: left;
	width: 423px;
}

.block-left {
	margin:16px 65px 0 0;
	float: left;
	width: 423px;
}

.triple-nugget {
	float: left;
	width: 260px;
	border-left: 15px solid #E3DCEC;
	padding-left: 10px;
	height: 200px;
	margin-left: 15px;
	margin-top: 20px;
}

.triple-nugget h3 {
	color: #4C4C30;
	font-family: georgia, serif;
	font-style: italic;
	font-size: 15px;
}

.service-detail .triple-nugget p {
	font-size: 13px;
	font-style: italic;
}

.service-detail p.center {
	width: 700px;
	font-style: italic;
	font-family: georgia, serif;
}

/* ------------- services */

#services-nav {
	margin: 0px 0px 0px 0px;
	}

.service-tab {
	display: block;
	width: 275px;
	height: 59px;
	float: left;
	font-size: 17px;
	padding: 20px 15px 0px 15px;
	color: #333333;
	font-family: Georgia, "Times Roman", serif;
	font-style: italic;
	text-decoration: none;
	}
	
.service-tab:hover {
	color: #666666;
	}

#service-block h2 {
	font-size: 19px;
	padding: 18px 0px 0px 15px; 
	}

#service-block p {
	font-size: 13px;
	color: #666666;
	padding: 10px 0px 0px 15px;
	}
 
.service-detail img.illus {
	}

.service-detail p {
	font-size: 15px;
	color: #6e6b63;
	padding: 10px 15px 5px 15px;
	}

.service-detail h1 {
	font-size: 23px;
	color: #4c4c30;
	padding: 10px 350px 0px 15px;
}


ul {
 	margin: 20px 0px 0px 15px;
 	width: 410px;
 	}
 
#commercial-service li {
 font-size: 13px; 
 font-style: italic;
 color: #40553b;
 background: url("../images/leaf-bullit.png") no-repeat;
 padding: 0px 0px 10px 30px;
 list-style: none;
 width: 380px;
 }

	
	/* -------------  services content blocks */

#garden-tab {
	background: url("../images/services-garden-tab-bg.jpg") no-repeat;
	margin: 15px 0px 0px 15px;
	}

#garden-tab:hover {
	background: url("../images/services-garden-tab-on-bg.jpg") no-repeat;
	margin: 15px 0px 0px 15px;
	}

#garden-tab-active {
	background: url("../images/services-garden-tab-on-bg.jpg") no-repeat;
	margin: 15px 0px 0px 15px;
	color: #666666;
	}
	
#private-tab {
	background: url("../images/services-private-tab-bg.jpg") no-repeat;
	margin: 15px 0px 0px 15px;
	}

#private-tab:hover {
	background: url("../images/services-private-tab-on-bg.jpg") no-repeat;
	margin: 15px 0px 0px 15px;
	}

#private-tab-active {
	background: url("../images/services-private-tab-on-bg.jpg") no-repeat;
	margin: 15px 0px 0px 15px;
	color: #666666;
	}
	
#commercial-tab {
	background: url("../images/services-comm-tab-bg.jpg") no-repeat;
	margin: 15px 0px 0px 35px;
	}

#commercial-tab:hover {
	background: url("../images/services-comm-tab-on-bg.jpg") no-repeat;
	margin: 15px 0px 0px 35px;
	}

#commercial-tab-active {
	background: url("../images/services-comm-tab-on-bg.jpg") no-repeat;
	margin: 15px 0px 0px 35px;
	color: #666666;
	}
	
.clear {
	clear: both;
	}

#commercial-detail {
	background: url("../images/commercial-detail-bg.jpg") bottom no-repeat;
	width: 944px;
	margin: 15px 0px 0px 35px;
	padding-bottom: 75px;
	}

#garden-detail {
	background: url("../images/garden-detail-bg.jpg") bottom no-repeat;
	width: 944px;
	padding-bottom: 10px;
	margin: 15px 0px 0px 35px;
	}

#private-detail {
	background: url("../images/private-detail-bg.jpg") bottom no-repeat;
	width: 944px;
	margin: 15px 0px 0px 35px;
	padding-bottom: 75px;
	}

#service-block {
	background: url("../images/services-comm-content-bg.jpg") no-repeat;
	width: 944px;
	margin: 15px 0px 0px 35px;
	padding-bottom: 30px;
	}

#service-block img.illus {
	margin: 16px 15px 0px 0px;	
	}

a:link {
	color:#404040;
	text-decoration: none;
	bordar-bottom: none;
	}

		
	/* -------------  about */
	
#about-intro h2 {
	color: #335d6c;
	padding: 10px 240px 0px 15px;
	}

#taylor-made p {
	font-size: 15px;
	color: #4f913e;
	padding: 10px 270px 0px 15px
 }

#taylor-made h3 {
	font-size: 13px;
	color: #799474;
	padding: 10px 270px 0px 15px
 }

#about-intro h3 {
	font-size: 13px;
	color: #314a57;
	font-style: bold;
	padding: 10px 250px 0px 15px;
	}
	
	/* ------------- about page content blocks */

#about-intro {
	background: url("../images/about-intro-bg.jpg") repeat;
	width: 705px;
	height: 107px;
	margin: 15px 0px 0px 35px;
	}

#taylor-made {
	background: url("../images/about-lifestyle-bg.jpg") repeat;
	width: 705px;
	height: 283px;
	margin: 15px 0px 0px 35px;
	}

#taylor-made a:hover {
	color: #999999;
	}


#about-intro img.illus {
	margin: -62px 15px 0px 0px;	
	float: right;
	}
	
#taylor-made img.illus {
	margin: -20px 15px 0px 0px;	
	float: right;
	}
	
#marks img.illus {
	margin: -55px 0px 0px 0px;	
	float: right;
	}

#taylor-made a {
	color:#404040;
	text-decoration: none;
	bordar-bottom: none;
	}
	
	/* -------------  gallery */

#gallery-intro {
	background: url("../images/gallery-bg.jpg") repeat;
	width: 944px;
	height: 631px;
	margin: 15px 0px 0px 35px;
	}
	
#gallery-intro p {
	font-size: 15px;
	color: #666666;
	width: 600px;
	margin-left: 15px;
	padding-top: 10px;
	}

.gallery-wrapper {
	position: relative;
}
	
.gallery {
	position: absolute;
	top: 0px;
	left: 0px;
}

.service-gallery {
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px; 
	text-decoration: none;
	}
	
.service-gallery:hover {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	}

.album-thumb:hover {
	cursor: pointer;
	}

#albums {
	background: url("../images/gallery-lines.png") no-repeat;
	width: 944px;
	height: 80px;
	margin: 35px 0px 0px 15px;
	}

#albums h2 {
	margin: 35px 0px 15px -15px;
	}

.album-fs {
	float: left;
	margin: 15px 25px 0px 15px;
	width: 600px;
	height: 400px;
	}


.album-fs img {
	position: absolute;
	}
	
.album-thumb {
	float: right;
	margin: 15px 0px 0px 0px;
	width: 270px;
	position: relative;
	}

#garden-album-fullsize {
	padding-bottom: 15px;
	}

.album-thumb img.illus {
	padding: 2px 2px;
	}

.main-image {
		}


#gallery-intro a {
	size: 15px;
	color: #3d8631;
	}

#albums a {
	color: #666666;	
	}

#albums a#commercial-album	{
	color: #333333;
}

#albums a:hover {
	color: #333333;	
	}

	/* -------------  contact */
	

#contact-intro {
	background: url("../images/contact-bg.jpg") repeat;
	width: 704px;
	height: 491px;
	margin: 15px 0px 0px 35px;
	}
	
#contact-intro p {
	font-size: 15px;
	color: #666666;
	width: 450px;
	padding: 15px 0px 0px 15px;
	}

#contact-intro h2 {
	font-size: 15px;
	font-family:Arial, "Helvetica", sans-serif;
	font-style: normal;
	color: #666666;
	width: 450px;
	padding: 15px 0px 15px 15px;
	}
	
.label {
	font-size: 15px;
	font-family: Georgia, "Times Roman", serif;
	font-style: italic;
	color: #999999;
	padding: 10px 15px;
	}
	
#contact-intro {
	background: url("../images/contact-bg.jpg") repeat;
	width: 704px;
	height: 491px;
	margin: 15px 0px 40px 35px;
	}



#table {
	margin: 15px auto;
	}

.form {
    font-weight: normal
  }


#contact-intro td {
	padding: 15px 15px 0px 15px;
	}

#contact-intro td.label {
	width: 100px;
}	
