/* Generic */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #200b02;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

.tni {
	background: url(../images/test.jpg) no-repeat top center;
}

.background {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
}

h3, h4, h5, h6, h7 {
	
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

/* main structure */

#wrapper {
	width: 958px;
	background: url(../images/wrapper.jpg);
	margin: 0 auto;
	height: auto!important;
	height: 730px;
	min-height: 730px;
}

#booking {
	background-color: #341002;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

#container {
	margin: auto;

	width: 960px;
}

#content {
	margin: auto;

	padding-top: 20px;
	width: 620px;
}

#content .contentTop {
	background-image: url(../images/contentTop.png);
	height: 27px;
}

#content .contentMiddle {
	background-image: url(../images/contentSlice.png);
	padding: 0 20px;
}

#content .contentMiddle p {
	font-size: 12px;
	line-height: 18px;
	padding-right: 100px;
}

#content .contentMiddle h3 {
	padding: 12px 0 5px 0;
	font-size: 16px;
	border-bottom: dotted 1px #80af3b;
	clear: both;
}

#content .contentMiddle h1 {
	clear: both;
	display:block;
	text-indent: -50000px;
	width:579px;
	height:82px;
	background: url(../images/strap.gif) no-repeat top left;
	overflow:hidden;
}

#content .contentBottom {
	background-image: url(../images/contentBottom.png);
	height: 27px;
}

#footer {
	background-color: #341002;
	padding: 10px;
	width: 938px;
	margin: 0 auto;
}



/* Navigation */

#topNav {
	font-size: 1.5em;
	margin-left: 160px;
	width: 640px;
}

#topNav p {
	text-align: center;
	margin: 5px 0 10px 0;
}

#topNav a {
	display: block;
	text-decoration: none;
	width: 140px;
}

#topNav .logo {
	float: left;
}

#topNav #topLeftNav, #topNav #topRightNav {
	float: left;
	font-size: 1.1em;
	margin: 0 27px 0 27px;
	width: 122px;
}

#topNav #topLeftNav li, #topNav #topRightNav li {
	background-image: url(../images/arrow.gif);
	background-position: 0 15px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #7E6958;
	padding: 10px 20px;
	width: 100px;
}

#topNav #topLeftNav li:hover, #topNav #topRightNav li:hover, #topNav #topLeftNav li.active, #topNav #topRightNav li.active {
	background-image: url(../images/arrow_hover.gif);
	background-position: 0 15px;
	background-repeat: no-repeat;
}

#topNav #topLeftNav .last, #topNav #topRightNav .last {
	border-bottom: 0;
}

/* #content styling */

#content {
	font-size: 1.5em;
}

#content hr {
	background-color: #769B3B;
	border: 0;
	color: #769B3B;
	height: 2px;
	margin: auto;
	width: 580px;
}

#content h2 {
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 18px;
}

#content p {
	padding: 10px 0 10px 0;
}

#content ul {
	list-style-type: disc;
	padding-left: 20px;
}

.lawnsLogo {
	margin-top: 10px;
}

#footer p {
	width: 400px;
}

#footer img {
	float: right;
	padding-left: 10px;
}

/* forms */

.errors {
	margin-bottom: 20px;
	width: 350px;
}

#ContactForm {
	float: left;
	margin-top: 10px;
	width: 350px;
}

#ContactForm fieldset {
	padding: 10px;
}

#ContactForm legend {
	color: #FFF;
	padding: 0 5px;
}

#ContactForm ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#ContactForm label {
	display: block;
	padding: 10px 0 5px 0;
}

#ContactForm input[type=text], #ContactForm textarea {
	width: 300px
}

#ContactForm textarea {
	height: 75px;
	margin-bottom: 10px;
}

#contactAddress {
	float: right;
	margin-top: 10px;
	width: 220px;
}


