* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../../img/bg.gif);
	color: #fff;
	font: 10pt Calibri;
}
a {
	text-decoration: none;
	color: #8bcc9f;
	font-weight: bold;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
#topBG {
	background: url(../../img/bgtop.gif) repeat-x;
}
#tupperware {
	width: 960px;
	margin: 0 auto;
}
#header h1 a {
	width: 960px;
	height: 150px;
	background: url(../../img/header.jpg);
	display: block;
	text-indent: -10000px;
}
#content {
	background: #041309;
	padding: 20px;
	border-top: 1px solid #000;
}
#content:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
#nav {
	width: 200px;
	float: left;
}
#nav ul {
	list-style-type: none;
}
#nav a {
	display: block;
	padding: 10px;
	margin: 0 20px 0 -20px;
	text-align: right;
	color: #fff;
	border-bottom: 1px solid #283b2e;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#nav a:hover {
	border-color: #fff;
}
#mainContent {
	float: right;
	width: 720px;
	min-height: 300px;
}
#mainContent .homePage {
	font-size: 18pt;
	text-transform: uppercase;
	margin: 10px 0 10px 30px;
	color: #8bcc9f;
	list-style-type: square;
}
#mainContent .homePage li {
	margin: 0 0 10px 0;
	padding: 5px 0 0px 0;
	letter-spacing: -0.05em;
}
.vis {
	background: url(../../img/ontario.png) 225px 50% no-repeat;
	padding: 10px 20px 10px 10px;
	border: 1px solid #fff;
	font-weight: bold;
	float: right;
	width: 250px;
	font-size: 18pt;
	color: #8bcc9f;
	text-transform: uppercase;
	margin: 20px 200px 0 0;
}
#footer {
	clear: both;
	background: url(../../img/footer.png) repeat-x;
	height: 200px;
	padding: 0 0 0 220px;
}
#footer p {
	padding: 1em 0;
	color: #8bcc9f;
}
#footer .logos {
	height: 25px;
	background: url(../../img/logos.gif);
	width: 500px;
	list-style-type: none;
	position: relative;
}
#footer .logos li, #footer .logos a {
	float: left;
}
#footer .logos a {
	text-indent: -100000px;
	display: block;
	position: absolute;
	height: 25px;
	top: 0;
}
#footer .logos a.cummins {
	width: 35px;
	left: 0;
}
#footer .logos a.detroitdiesel {
	width: 135px;
	left: 35px;
}
#footer .logos a.prevost {
	width: 160px;
	left: 170px;
}
#footer .logos a.setra {
	width: 90px;
	left: 330px;
}
#footer .logos a.allison {
	width: 80px;
	left: 420px;
}
#footer .logos a.mcicoach {
	width: 125px;
	left: 510px;
	background: url(../../img/logoMci.gif);
}

/* Forms */
fieldset {
	border: 1px solid #283b2e;
	padding: 10px;
	margin: 0 0 20px 0;
}
legend {
	color: #283b2e;
	padding: 0 10px;
}
label {
	color: #8bcc9f;
	float: left;
	width: 50px;
	text-align: right;
	margin: 0 10px 0 0;
}
.formItem {
	clear: both;
	border-bottom: 1px solid #111a14;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
}
input, textarea {
	background: #041309;
	border: 1px solid #283b2e;
	padding: 1px;
	color: #8bcc9f;
	font: 10pt Calibri;
}
textarea {
	width: 500px;
	height: 100px;
}