html, body
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

.float-left
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.float-right
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.clear-both, .clear-left, .clear-right
{
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clear-both
{
	clear: both;
}
.clear-left
{
	clear: left;
}
.clear-right
{
	clear: right;
}

.menu, .menu li
{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.companycontent img
{
	border: 8px solid #999999;
}
.companycontent .flash-alt
{
	display: none;
}

.pre-list
{
	margin-bottom: 0.25em;
}

.rounded
{
	position: relative;
}
.rounded img.top-left, .rounded img.top-right, .rounded img.bottom-right, .rounded img.bottom-left
{
	z-index: 5;
	position: absolute;
	width: 14px;
	height: 14px;
	border: none;
}
.rounded .top-left, .rounded .top-right
{
	top: 0px;
	left: 0px;
}
.rounded .top-right
{
	left: auto;
	right: 0px;
}
.rounded .bottom-left, .rounded .bottom-right
{
	bottom: 3px;
	left: 0px;
}
.rounded .bottom-right
{
	left: auto;
	right: 0px;
}

.ie7 .rounded .bottom-left, .ie7 .rounded .bottom-right
{
	bottom: 0px;
}

.bolded
{
	font-weight: bold;
}

#video-wash_bay
{
	margin-bottom: 2em;
}

.link-list ol, .link-list ul, .link-list dl, .link-list li
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

