/* CSS Document */
body, div, td, th {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #006E00;
}
body {
	background-color: #F7F7F7;
}
td {
	vertical-align: top;
}
table.fullpage {
	width: 779px;
	background-color: #C9DFD7;
}
td.header {
}
td.headerimages div {
	border: 1px solid #006E00;
	padding: 4px;
}
table.pagecontent {
	width: 100%;
}
	td.menu {
		border: 1px solid #006E00;
		margin-top: 4px;
		margin-bottom: 4px;
		background-image: url(artwork/menu_basic_bg.gif);
		background-repeat: repeat-x;
	}
		ul.menu, ul.menu li {
			margin: 0;
			padding: 0;
			text-indent: 0;
			list-style-type: none;
		}
		ul.menu li {
			width: 154px;
			float: left;
		}
		ul.menu li.home {
			width: 153px;
			float: left;
		}
		ul.menu a, ul.menu a:link {
			display: block;
			background-image: url(artwork/menu_bg.gif);
			background-position: top left;
			line-height: 36px;
			color: #006E00;
			font-size: 16px;
			text-decoration: none;
			text-align: center;
		}
		ul.menu a:hover {
			background-position: bottom left;
			color: #FFFFFF;
		}
	td.content {
		font-size: 90%;
		padding: 18px;
	}
		td.content a, td.content a:link {
			text-decoration: none;
			color: #006E00;
			border-bottom: 1px dotted #006E00;
		}
		td.content a:hover {
			text-decoration: underline;
		}
td.footer {
	padding: 2em;
	font-size: 70%;
	text-align: center;
}
		td.footer a, td.footer a:link {
			text-decoration: none;
			color: #006E00;
			border-bottom: 1px dotted #006E00;
		}
		td.footer a:hover {
			text-decoration: underline;
		}
.bordered {
	border: 1px solid #006E00;
}
.padded {
	padding: 0.5em 1em;
}
.padright {
	padding-right: 1em;
}
.padtop {
	padding-top: 1em;
}
.margined {
	margin: 1em;
}
.marginright {
	margin-right: 1em;
}
.margintop {
	margin-top: 1em;
}
.margintopbig {
	margin-top: 2em;
}
.marginbottom {
	margin-bottom: 1em;
}
.marginbottomlow {
	margin-bottom: 0.5em;
}
.larger {
	font-size: 130%;
}
.centered {
	text-align: center;
}
.greyed {
	position: relative;
	background-color: #F0E4E1;
	border: 1px solid #006E00;
	padding: 0.5em;
}
p {
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 120%;
	font-style: italic;
}
h3 {
	font-size: 105%;
}
h4 {
	font-size: 105%;
	font-style: italic;
}
ul.blocked, ul.blocked li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}
	ul.blocked li {
		display: block;
		position: relative;
		padding: 1.5em 0.5em 0.5em 2.5em;
		margin-top: 1em;
		background-color: #F0E4E1;
		border: 1px solid #006E00;
	}
	ul.blocked span.label {
		position: absolute;
		left: 0.5em;
		top: 0.5em;
		font-weight: bold;
		font-style: italic;
		cursor: pointer;
	}
div.labeled {
	padding-left: 15em;
}
	div.labeled span.label {
		position: absolute;
		left: 0.5em;
	}
table.portfoliolist td {
	vertical-align: bottom;
}
table.portfoliolist img {
	margin-top: 0.5em;
}
td.content table.portfoliolist a, td.content table.portfoliolist a:link {
	display: block;
	width: 190px;
	text-align: center;
	padding: 0.5em 0 0 0;
	border: 1px solid #006E00;
	background-color: #F0E4E1;
	text-decoration: none;
	margin-bottom: 1em;
	font-weight: bold;
}
	table.portfoliolist a.col1 {
		margin-left: 0;
		margin-right: auto;
	}
	table.portfoliolist a.col2 {
		margin-left: auto;
		margin-right: auto;
	}
	table.portfoliolist a.col3 {
		margin-left: auto;
		margin-right: 0;
	}
td.content table.portfoliolist a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
table.gallery td {
	text-align: center;
	vertical-align: middle;
}
	table.gallery td.full {
		width: 50%;
		text-align: center;
		vertical-align: top;
	}
	table.gallery td.pmenu {
		text-align: left;
		vertical-align: top;
	}
table.items td#productcell {
	text-align: center;
	vertical-align: top;
}
table.bottommenu {
	width: 100%;
}
table.bottommenu td {
	padding: 0 0 6px 0;
	text-align: right;
}
table.bottommenu td.portfoliopagelinks {
	height: 1em;
	color: #999999;
	text-align: center;
	padding: 0;
}
		td.content table.gallery a, td.content table.gallery a:link {
			border-bottom: none;
		}
		td.content table.gallery a:hover {
			text-decoration: none;
		}
p.keywords {
	color: #569e5c;
}