/* CSS Document */
body {
	margin:0;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-size: 100%;
}
h3 {margin: 0;}
h5 {
	margin: 20px 0 0 0;
	font-weight: normal;
}
h6 {margin-top: 10px; margin-bottom: 0; font-weight: bold; font-size: 100%;}

.floatleft {float: left; margin: 0 20px 10px 0;}
.floatright {float: right; margin: 0 0 10px 0;}
.caption {float: left; margin: 10px 20px 10px 0; padding: 0;}
.divider {clear: both; width: 580px; text-align: center; border-top: 1px solid #999933; padding: 5px;}
#header {position: absolute; top: 10px; left: 10px; width: 750px;
	z-index:1;}
#left {
	position: absolute;
	top: 131px;
	left: 10px;
	width: 114px;
	z-index:1;
}
#navcontact {
	position: absolute;
	top: 316px;
	left: 20px;
	width: 114px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}
#navcontact p, #content p {margin: 0;}
.ptext {padding-top: 10px;}
#content {
	position: absolute;
	top: 131px;
	left: 124px;
	padding: 10px;
	width: 636px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	z-index:1;
}
#textdiv {float: left; width: 400px;}
.gallerytext {clear: left;}
.gallerytext p {margin: 0;}
.pichoriz {margin: 0; clear: left; width: 636px;}
.pichoriz img {float: left; margin-right: 50px;}
.clearer {margin: 0; clear: both;}
#footer {
	clear: left;
	text-align: right;
	margin-top: 18px;
	border-top: 2px solid #000;
	font-size: 10px;
	font-style: italic;
}
td.content {padding: 0 1em; vertical-align: top; font-size:80%; text-align: right;}
.border {
	border: 2px solid #000;
	background-color: #CCC;
}
input, textarea {background: #e1e18a;}
input.submit {background: #ccc;}

												/* LINKS */
#content a:link, #content a:visited,
#footer a:link, #footer a:visited {
	color: #CC0000;
	text-decoration: none;
}
#content a:hover, #content a:active,
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

											/* NAVIGATION */
.trigger {
	margin-bottom: 0px;
	color: #CC0000;
	text-decoration: none;
}
#trigHome, #trigDrains, #trigConst, #trigGallery,
 #trigProfile, #trigContact, #trigPerma {
	position: absolute;
	left: 15px;
	width: 93px;
	z-index: 1;
}
#trigHome {top: 143px;}
#trigDrains {top: 168px;}
#trigConst {top: 208px;}
#trigGallery {top: 233px;}
#trigProfile {top: 273px;}
/*
#trigPerma {top: 298px;}
#trigContact {top: 322px;}
*/
#trigContact {top: 298px;}
	
#submenu1, #submenu2 {
	position: absolute;
	width: 130px;
	font-size: 10px;
	visibility: hidden;
	font-family: "Trebuchet MS", Arial, sans-serif;
	z-index: 100;
}
#submenu1 {
	top: 168px;
	left: 108px;
}
#submenu2 {
	top: 208px;
	left: 108px;
}
.submenus p {margin: 0;}
.submenus a, .submenus a:visited {
	display: block;
	padding: 1px 8px 1px 12px;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
	background-color: #CCCC99;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.submenus a:hover, .submenus a:active {
	color: #FFF;
	background-color: #B3B36A;
}
