#containerotherpage {
	width: 760px;
	background-image: url(../images/bg_otherpage.jpg);
	background-repeat: no-repeat;
	background-color: #099CAE;
	padding: 0px;
	margin: 0px auto;
}

#content_containerotherpage {
	background-image: url(../images/grass.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 100px;
	padding-top: 83px;
	color: #FFFFFF;
}


#headerotherpage {
	text-align: center;
	height: 158px;
	padding-top: 40px;
}



#navmenuotherpage {
	margin: 0px;
	padding: 9px 0px 0px;
	width: 213px;
	height: 173px;
	float: right;
	background-image: url(../images/bg_navmenuotherpage.jpg);
	background-repeat: no-repeat;
}
#navmenuotherpage a {
	text-decoration: none;
	height: 0px;
	width: 88px;
	display: block;
	margin-left: 22px;
	margin-bottom: 1px;
	padding-top: 30px;
	overflow: hidden;
}
#navmenuotherpage ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navotherpage_profile a {
	background-image: url(../images/navotherpage_profile.jpg);
	background-repeat: no-repeat;
}
#navotherpage_profile a:hover,
#navotherpage_profile.active a {
	background-image: url(../images/navotherpage_profile-over.jpg);
	background-repeat: no-repeat;
}
#navotherpage_services a {
	background-image: url(../images/navotherpage_services.jpg);
	background-repeat: no-repeat;
}
#navotherpage_services a:hover,
#navotherpage_services.active a {
	background-image: url(../images/navotherpage_services-over.jpg);
	background-repeat: no-repeat;
}
#navotherpage_portfolio a {
	background-image: url(../images/navotherpage_portfolio.jpg);
	background-repeat: no-repeat;
}
#navotherpage_portfolio a:hover,
#navotherpage_portfolio.active a {
	background-image: url(../images/navotherpage_portfolio-over.jpg);
	background-repeat: no-repeat;
}
#navotherpage_references a {
	background-image: url(../images/navotherpage_quotes.jpg);
	background-repeat: no-repeat;
}
#navotherpage_references a:hover, 
#navotherpage_references.active a {
	background-image: url(../images/navotherpage_quotes-over.jpg);
	background-repeat: no-repeat;
}
#navotherpage_enquiry a {
	background-image: url(../images/navotherpage_enquiry.jpg);
	background-repeat: no-repeat;
}
#navotherpage_enquiry a:hover,
#navotherpage_enquiry.active a {
	background-image: url(../images/navotherpage_enquiry-over.jpg);
	background-repeat: no-repeat;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.submit {
	font-weight: bold;
	padding: 2px;
}

.error {
	color: #FFFF99;
}