/* @group Global Settings */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #e1e7eb;
	font: 11px/160% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#wrap {
	width: 602px;
	margin: 0 auto;
	min-height: 500px;
}

#topmenu {
	height: 40px;
	background: #4577a1 url(images/topmenubtm.gif) repeat-y center center;
}

#menubottom {
	background: url(images/menubtm.gif) no-repeat center top;
	height: 10px;
	padding: 0;
	margin: 0;
}

#topmenu a {
	color: #fefefe;
}

#topmenu ul {
	padding: 11px 0 0 24px;
	margin: 0;
	text-align: center;
}

#topmenu li {
	margin: 0 15px 0 0;	
	height: 15px;
	padding: 0 0 11px 0;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: -1px;
	background: url(images/menuarrow.gif) no-repeat center bottom;
	border-top: 1px solid #224567;
}

#topmenu ul li {
	display: inline-block;
	position: relative;
	float: left;
	text-align: center;
}

#topmenu a:hover{
	color: #e1e7eb;
}

#topmenu li:hover {
	border-top: 1px solid white;
}

#logo {
	width: 49%;
	float: left;
	height: 75px;
	padding: 0 0 0 12px;
	margin: 10px 0 10px 0;
}

#quicklinks {
	width: 44%;
	float: right;
	height: 75px;
	border-left: 1px solid #0b8140;
	padding: 5px 10px 5px 15px;
	margin: 10px 0 10px 0;
}

#quicklinks h1 {
	padding: 0 0 4px 8px;
	font-size: 1.1em;
	color: #0b8140;
}

#quicklinks ul {
	padding: 0 8px 0 8px;
}

#quicklinks li a {
	color: #0b8140;
	text-decoration: underline;
}

#quicklinks li a:hover {
	text-decoration: none;
}

#mainimg {
	background-image: url(images/mainimg.jpg);
	height: 298px;
}

#mainimgsmall {
	background-image: url(images/mainimgsml.jpg);
	height: 160px;
}

#mainimgsmall.design{
	background-image: url(images/designimg.jpg);
}

#mainimgsmall.appt{
	background-image: url(images/apptimg.jpg);
}

#mainimgsmall.contact{
	background-image: url(images/contactimg.jpg);
}

#mainimgsmall.tools{
	background-image: url(images/toolsimg.jpg);
}

#mainimgsmall.company{
	background-image: url(images/companyimg.jpg);
}

#mainimgsmall.hardscape{
	background-image: url(images/hardscapeimg.jpg);
}

#mainimgsmall.install{
	background-image: url(images/installimg.jpg);
}

#maincontent {
	min-height: 200px;
	background: #fefefe;
	padding: 10px 20px 20px 20px;
	border-left: 1px solid #0b8140;
	border-right: 1px solid #0b8140;
}

#maincontent img {
	margin: 10px;
	border: 1px solid silver;
}

#maincontent li {
	list-style-type: disc;
}

#maincontent a {
	color: #133f64;
	text-decoration: underline;
}

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

#footer {
	padding: 10px 20px 10px 20px;		background: #0b8140;
	color: #62db9c;
	font-size: .9em;
}

#footer p {
	padding: 0;
	line-height: 110%;
}

#footer a{
	color: #62db9c;
}

#footer a:hover {
	color: #fefefe;
	text-decoration: underline;
}

#bottom {
	background: url(images/bottom.gif) no-repeat center top;
	height: 15px;
	margin-bottom: 20px;
}

/* @end */

/* @group Formatting */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	padding: 30px 0 25px 0;
	letter-spacing: -1px;
	font-size: 2em;
}

#maincontent h1 {
	padding: 0;
	letter-spacing: -1px;
	font-size: 2em;
	color: #4577a1;
	margin-bottom: 4px;
	border-bottom: 1px solid silver;
	background: url(images/h1pic.jpg) no-repeat right bottom;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.2em;
	color: #0b8140;
	clear: both;
	text-align: right;
}

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

p, ul, ol {
	margin: 0;
	padding: 0 0 10px 0;
}

ul, ol {
	list-style: none;
	padding: 0 0 18px 40px;
}

blockquote {
	margin: 22px 40px;
	padding: 0;
}

small {
	font-size: 0.85em;
}

img {
	border: 0;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

a, a:visited {
	text-decoration: none;
}

/* @end */

/* @group Forms */

form {
	margin: 0;
	padding: 0;
	display: inline;
}

input, select, textarea {
	font-size: 1em;
	border: 1px solid silver;
}

textarea {
	line-height: 1.25;
	border: 1px solid silver;
}

label {
	cursor: pointer;
}

/* @end */

/* @group Tables */

table {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

table tr td {
	padding: 5px;
	vertical-align: top;
}

/* @end */

/* @group Classes */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

/* @end */