@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}
#outer {
	width: 800px;
	margin: 0 auto;
	display: block;
	background: url(../images/bg-body.gif) repeat-y;
	font-family: "Garamond Premr Pro", "Times New Roman", serif
}

/* Header */
#header {
	background: url(../images/bg-header.jpg) no-repeat;
	height: 252px;
}
	
	/* Logo */
	#branding {
		padding: 7px 0px 0px 60px;
	}
		#leaf-logo {
			float: left;
			border: none;
		}
		h1 {
			float: left;
			margin: 45px 0px 0px -28px;
		}
			h1 a {
				color: #fff;
				text-decoration: none;
				font-weight: normal;
				font-size: 49pt;
			}

	#menu {
		clear: both;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		position: relative;
		top: -90px;
		left: 198px;
	}
		.menu-link {
			display: inline;
			float: left;
			padding: 0px 10px;
		}
			.menu-link a {
				color: #fff;
				text-decoration: none;
				font-size: 14pt;
			}

/* Left-hand column for contact information */
#contact-column {
	float: left;
	width: 180px;
	padding-top: 50px;
	text-align: right;
	margin-right: 45px;
}

/* Main Content */
#content {
	float: left;
	width: 525px;
	margin: 50px 0px;
	font-size: 10pt;
	color: #444;
}
	h2 {
		margin-top: 0px;
		font-weight: normal;
		color: #000;
	}
	h3 {
		font-weight: normal;
		color: #000;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	h4 {
		margin: 0px;
		font-size: 10pt;
		color: #000;
	}
	p {
		margin: 0px 0px 20px 0px;
	}
	#content a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	#content a:hover {
		text-decoration: underline;
	}
	.float-left {
		float: left;
		margin-right: 10px;
	}
	.float-right {
		float: right;
		margin-left: 10px;
	}
	.caption {
		font-size: 9pt;
		font-style: italic;
		margin-top: 0px;
	}
	.atl {
		position: relative;
		top: 4px;
	}
	
	/* Tables */
	table {
		width: 525px;
	}
	.price-table {
		border: 1px solid #444;
	}
		.price-table td {
			padding: 5px;
			border: 1px solid #444;
		}
	#compare-table td {
		border: 1px solid #000;
		padding: 5px;
	}
	
/* Image Gallery */
#gallery img {
	border: none;
}

#footer {
	clear: both;
	background: url(../images/bg-footer.gif) repeat-y;
	height: 45px;
	padding: 5px 0px 0px 0px;
}
	#sub-nav {
		margin: 0px 0px 0px 190px;
		padding: 0px;
		list-style-type: none;
	}
		.footer-link {
			display: inline;
			float: left;
			padding: 0px 12px;
			border-right: 1px solid #fff;
		}
		#last {
			border: none;
		}
			.footer-link a {
				color: #fff;
				text-decoration: none;
				font-size: 10pt;
			}
			.footer-link a:hover {
				text-decoration: underline;
			}

