﻿@import url("reset.css");

html, body {
	height: 100%;
}

body {
	background-color: #fffef4;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	color: #231F20;
	background-image: url(../../images/bg_body.png);
	background-repeat: repeat-y;
	background-position: center top;
}

p {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	margin: 0.7em 0 0.3em 0;
	line-height: 1.2em;
	color: #301818;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style-type: disc;
	/* margin-left: 2em;*/
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
}

li {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-size: 100%;
	margin: 0.5em 0;
	line-height: 1.2em;
}

a {
	color: #00673F;
	text-decoration: none;
}

li a, p a, span a {
	color: #00673F;
}

a:hover, a:focus {
	color: #333;
}

h1 span {
	font-size: 70%;
}


/* TEMPLATE */
#container {
	margin: 0 auto;
	width: 934px;
	height: 100%;
	position: relative;
	
	_padding-left:10px;
}

#container.landing {
	padding: 65px 0;
}


#header {
	width: 100%;
	height: 141px;
	background-image: url(../../images/header.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0 0;
}

#header.landing {
	background-image: none;
}


#header span {
	display: none;
}

div.darkbar, div.lightbar {
	height: 13px;
	background-color: #00673F;
	margin-bottom: 1px;
	overflow: hidden;
	line-height: 1em;
}

div.lightbar {
	background-color: #3D8768;
}

#leftbar {
	float: left;
	width: 254px;
}

#leftbar_content {
	margin-left: 50px;
}


#leftbar img {
	display: block;
	margin: 8px 0 1px 0;
}

#content {
	margin-left: 255px;
}

#menu2 {
	list-style-type: none;
	position: absolute;
	right: 50px;
	bottom: -2px;
	/*float: right;
	width: 100px;
	height: 20px;  */
}

#menu2 li {
	padding: 0 3px 0 14px;
	background-image: url(../../images/bullet_menu2.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}


#menu2 li a {
	color: #FFF;
}


#menu {
	background-color:#00673f;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	line-height: 1em;
	font-size: 13px;
	list-style-position: inside;
	
	margin:0 auto;
	width:930px;
	
	/** have fun **/
	background-image:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.1));
}

#menu li {
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0 18px;
	line-height: 1.4em;
	zoom:1;
}

#menu li a {
	color: #ffffff;
	height:2.8em;
	line-height:2.8em;
	text-decoration: none;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
}

#menu li a:hover, #menu li a:focus {
	color: #cccccc;
	text-decoration: underline;
}

#menu li a.active:active, #menu li a.active:hover, #menu li a.active:visited {
	font-weight: bold;
}


#pagebody {
	width: 620px;
	margin-left: 20px;
	min-height: 615px;
	min-height: 25px;
}

#pagebody h1 {
	padding: 10px 0 10px 0;
	font-size: 140%;
	font-weight: bold;
	color: #00673F;
}
#pagebody h2 {
	font-size: 120%;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	text-align: justify;
}
#pagebody p {
	line-height:1.5em;
	text-align: justify;
}


#portfolio_links {
	margin: 10px 0 0 10px;
	width: 250px;
	float: left;
}

#portfolio_images {
	/*float: right;*/
	margin-top: -30px;
	width: 320px;
	height: 400px;
	margin-left: 350px;
}

#portfolio_images img {
	/*height: 120px;
	width: 150px;*/
	/*padding: 0 10px 10px 10px;
	/*float: left;
	}
	
	
	#portfolio_links li {
	/*color: #000;*/
}


#portfolio_links li a {
	font-weight: bold;
	color: #000;
}

#portfolio_links a:hover {
	color: #00673F;
}

#portfolio_links a.active:active, #portfolio_links a.active:hover, #portfolio_links a.active:visited, #portfolio_links a.active:link {
	color: #00673F;
}

#portfolio_images h2 {
	font-size: 120%;
	font-weight: bold;
	color: #00673F;
}

#contact_form {
	/*float: right;*/
	width: 500px;
	/*height: 300px;*/
	border: 1px solid #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 20px 10px 4px 0px;
	padding:10px;
}

#contact_form textarea {
	border: 1px solid #999;
	margin: 10px 0 10px 0;
	padding: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#large_image {
	margin: 20px 0 0 20px;
}


.button {
	display: inline;
}


#contact_form label {
	display: inline-block;
	width: 80px;
	margin: 5px 0 0 0;
}


#contact_text table {
	color: #666;
	margin-left: 16px;
}

.border {
	border: 1px solid #888;
	width: 324px;
	height: 20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 1px 4px;
}

#tabs{
	/*margin-top: 30px;*/
	width:100%;
	float:left;
}
#tabs div{
	/*background: black url(../images/info-bg.jpg) top left repeat-x;*/
	/*border: 1px solid #CCC;*/
	/*padding:10px;*/
	/* min-height: 280px;*/
	margin: 20px 0 20px 0;
}

#tabs img {
	margin-left: 10px;
}


#tabs p{
	margin:0;
	margin-bottom:5px;
	color:#000;
}
#tabs p img.left{
	margin-bottom:2px;
}
#tabs ul{
	height:25px;
	margin: 0 0 1px 20px;
	/*text-align: center;*/
}
#tabs ul li {
	padding:0 0 10px 0;
	margin:0 40px 0 0;
	float:left;
	background: none;
	line-height: 1.2em;
	/*width: 130px;*/
	/*font-size: 80%;*/
}

#tabs ul#design {
	height: 100%;
}


#tabs ul li a{
	/*display:block;*/
	height:21px;
	line-height:21px;
	/*padding:2px 10px;*/
	color:#000;
	font-weight: bold;
	margin-right:3px;
	text-decoration: none;
	text-align: left;
}
#tabs ul li.ui-tabs-selected a{
	color: #00673F;
	/*border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #FFF;*/
	height:21px;
	line-height:21px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}


#footer-master {
	width: 940px;
	text-align: center;
	background-color: #00673F;
	position: relative;
}


#footer {
	clear: both;
	
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	line-height: 1em;
	padding: 5px 0;
	/*margin-left: 20px;*/
	margin: 10px auto 0 auto;
	
	width: 400px;
}

#salvage {
	list-style: none outside none;
}

#salvage li {
	display: block;
	float: left;
	margin: 0 50px 20px 0;
	width: 130px;
	height: 200px;
	text-align: center;
}

#portfolio li {
	display: block;
	float: left;
	margin: 0 30px 20px 0;
	text-align: center;
}


#salvage a, #portfolio a{
	margin-bottom: 10px;
	color: #00673F;
}

#salvage a:hover {
	text-decoration: none;
}

#salvage a span:hover {
	text-decoration: underline;
}


#salvage img  {
	/*width: 125px;
	height: 150px;*/
	padding: 3px;
	border: 1px solid #00673F;
	
}

#portfolio img {
	border: 1px solid #00673F;
}


#salvage li.first {
	clear: left;
}


.clearing {
	clear:both;
}

.imagebox {
	width: 120px;
	height: 160px;
}

.highlight {
	color: #006840;
	font-size: 1.1em;
}

#home #container,
#garden_design #container {
	background:url('/images/unique-watermark-dark.jpg') 6px top no-repeat;
	height:auto;
	min-height:100%;
	
	_background-position:16px;
}

ul#slideshow {
	height:350px;
	list-style:none;
	margin:9px 0 9px 50px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:850px;
}
ul#slideshow li {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
ul#slideshow li img {
	height:350px;
	width:850px;
}
ul#slideshow li#slideshow-caption {
	background:#00673f;
	background:rgba(0, 103, 63,.7);
	bottom:0;
	color:#ffffff;
	display:none;
	height:auto;
	opacity:1 !important;
	padding:6px 12px;
	top:auto;
	width:100%;
}
ul#slideshow li#slideshow-caption h3,
ul#slideshow li#slideshow-caption p {
	color:#ffffff;
	margin:0;
	padding:2px 0;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
}

div.mailErrors p {
	font-size:1.2em;
	margin-top:0;
}
div.mailErrors ul {
	color:#00673f;
	font-weight:bold;
	list-style:none;
}

