html {
	height: 100%
}

body, input[type=text], textarea {
	font: 16px "Times New Roman", Times, serif;
}

body {
	margin: 0px;
	padding: 8px;
	color: #FFFFFF;
	background: #000000;
}

p {
	margin-top: 0px;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	border-color: #ffffff;
}

br.clear {
	width: 0px;
	height: 0px;
	clear: both;
	font-size: 0px;
}

div#splash {
	text-align: center;
	font-size: 0px;
	min-width: 474px;
}

div#splash div#logo {
	margin: 52px 0px 90px 0px;
}

#root {
	padding: 0px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#top_menu {
	position: relative;
	font: 14px Arial, Helvetica, sans-serif;
}

#top_menu table {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #3C6C54;
}

#top_menu table td {
	padding: 2px;
}

#top_menu table a, #top_menu table span {
	display: block;
	padding: 3px 13px 3px 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#top_menu table a:hover, #top_menu table span:hover {
	background-color: #59A27D;
	cursor: pointer;
}

#top_menu ul.sub_menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: absolute;
	border-left: 2px solid #3C6C54;
}

#top_menu ul.sub_menu li {
	float: left;
	margin: 0px;
	padding: 0px 2px 2px 0px;
	background-color: #3C6C54;
}

#top_menu ul.sub_menu li a {
	display: block;
	padding: 2px 13px 2px 13px;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	border: 1px solid #59A27D;
	white-space: nowrap;
}

#top_menu ul.sub_menu li a:hover {
	background-color: #59A27D;
}

table#top_navigation {
	padding: 0;
	margin: 35px 0px 5px 0px;
	width: 100%;
}

table#top_navigation td.button {
	width: 105px;
}

table#top_navigation td#title {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

#bottom_menu {
	font-size: 13px;
}

table#installation {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

table#installation td {
	width: 33%;
	text-align: center;
	padding: 0px;
}

table#installation td a {
	font-size: 0px;
}

table#installation td span.installation_title {
	display: block;
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

img#installation {
	cursor: pointer;
}

table#gallery {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

table#gallery td {
	width: 25%;
	text-align: center;
	padding: 10px;
}

table#gallery td a {
	font-size: 0px;
}

img#picture {
	margin-top: 15px;
}

table#contact {
	width: 350px;
	margin-top: 10px;
}

table#contact th {
	text-align: right;
	vertical-align: top;
}

table#contact td input.text, table#contact td textarea {
	width: 100%;
}

div#selected_project {
	margin: 10px auto 0px auto;
	position: relative;
}