* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.cl {
	clear: both;
}

img.pic {
	border: 8px solid #01522a;
	margin: 10px;
}

#navigation {
	width: 100%;
	height: 44px;
	background: url("images/bg-topbar.png") repeat-x;
}

#nav {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
	list-style: none;
	float: right;
	margin-top: 5px;
}

#nav li {
	display: inline;
	float: left;
	text-align: center;
}

#nav li a {
	display: block;
	width: 94px;
	height: 30px;
	padding-top: 7px;
	margin-left: 1px;
	color: #beeed3;
	text-decoration: none;
	font-family: Verdana, Tahoma, Trebuchet, "Trebuchet MS", Helvetica, Arial, Sans-Serif;
}

#nav li a:hover {
	background: url("images/bg-nav-over.png") no-repeat;
	color: #fff;
}

#nav li a.active {
	background: url("images/bg-nav.png") no-repeat;
	color: #fff;
}

#header-1 {
	width: 100%;
	height: 315px;
	background: url("images/topimg-flowers.jpg") no-repeat center #000;
}

#header-2 {
	width: 100%;
	height: 315px;
	background: url("images/topimg-girl.jpg") no-repeat center #000;
}

#header-3 {
	width: 100%;
	height: 315px;
	background: url("images/topimg-garden.jpg") no-repeat center #000;
}

#header-4 {
	width: 100%;
	height: 315px;
	background: url("images/topimg-lawnmower.jpg") no-repeat center #000;
}

#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	margin-top: 40px;
}

#wrapper {
	width: 100%;
	background: url("images/bg-midgrad.png") repeat-x #007130;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding-bottom: 40px;
}

#content .tag h3 {
	font-size: 12px;
	font-family: Verdana, Tahoma, Trebuchet, "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #333;
	text-align: right;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 50px;
}

#content .rightform {
	float: right;
	width: 227px;
	padding: 20px;
	padding-right: 30px;
	padding-top: 10px;
	height: 413px;
	background: url("images/bg-form.png") no-repeat;
	color: #666;
}

#content .rightform h2 {
	font-weight: normal;
	color: #333;
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 15px;
}

#content .rightform p {
	padding-left: 5px;
	padding-top: 0px;
	line-height: 18px;
}

#content .rightform form {
	padding-top: 5px;
}

#content .rightform p {
	padding-top: 5px;
}

#content .rightform select {
	width: 200px;
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 4px;
}

#content .rightform input.txt {
	width: 200px;
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 4px;
}

#content .rightform label {
	width: 200px;
}

#content .rightform input.btn {
    padding-left: 130px;
	padding-top: 5px;
}

#content .left {
	margin-right: 300px;
}

#content h1 {
	font-weight: normal;
	font-size: 40px;
	border-bottom: 1px solid #229553;
}

#content .left h3 {
	font-weight: normal;
	font-size: 18px;
	margin-top: 25px;
}

#content .left p {
	margin-top: 20px;
	line-height: 18px;
}

#content ul {
	margin-top: 20px;
	margin-left: 30px;
	line-height: 18px;
}

#footer {
	clear: both;
	background: url("images/bg-footer.png") repeat-x;
	height: 112px;
}

#footermid {
	width: 900px;
	padding-top: 20px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
}

#footermid p {
	padding-top: 6px;
}

#footermid a {
	text-decoration: none;
	color: #666;
	padding-left: 5px;
	padding-right: 5px;
}

#footermid a:hover {
	text-decoration: underline;
}




