* {
	font: 13px/18px Tahoma, Helvetica, Arial, sans-serif;
	color: white;
}
body {
	background: black no-repeat top center;
	color: white;
}
div#container {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 20px;
	width: 850px;
	height: 100%;
}
div#content {
	margin-left: 126px;
	*margin-left: 110px;
	margin-top: 120px;
	min-height: 340px;
}
div#coLogo {
	position: absolute;
	top: 0;
	margin-left: -70px;
	padding: 10px;
	background-image: url(images/TransparentBG_50.png);
}
div#menu {
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -500px;
	*margin-left: -527px;
	background-image: url(images/TransparentBG_50.png);
}
div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#menu ul li {
	padding: 5px;
	margin: 0;
}
div#menu ul li a {
	display: block;
	width: 170px;
	text-decoration: none;
	padding: 5px 8px;
}
div#menu ul li a:hover {
	background-image: url(images/TransWhiteBG_50.png);
}
div#menu ul li a.hot {
	background-image: url(images/TransWhiteBG_50.png);
	font-weight: bold;
	color: #fedc22;	
}
div#footer {
	*padding-left: 30px;
}

div#content div.footer {
	position: relative;
	top: 15px;
	*top: -5px;
	width: 800px;
	left: -65px;
	*left: 0;
	*width: 750px;
}
div#footer ul, div#content div.footer ul {
	list-style: none;
	margin: 0 0 0 15px;
}
div#footer li, div#content div.footer li {
	padding: 5px 15px;
	border-left: 1pt dashed #222;
	float: left;
	font-size: 11px;
	background-image: url(images/TransparentBG_50.png);
	color: white;
}
div#footer li a, div#content div.footer li a {
	font-size: 11px;
	text-decoration: none;
	color: white;
}
div#footer li a:hover, div#content div.footer li a:hover {
	border-bottom: 1pt solid blue;
}
div#footer li#coName, div#content div.footer li.coName {
	border-left: none;
	font-weight: bold;
	color: #fedc22;
}
div#footer li#phone, div#content div.footer li.phone {
	font-weight: bold;
	color: #fedc22;
}
div#featureLink {
	position: absolute;
	top: 520px;
	right: -60px;
	width: 400px;
	border: 1pt solid white;
	font-size: 12px;
	background-image: url(images/TransparentBG_75.png);
	color: #ddd;
	padding: 10px;
}
div#featureLink a {
	font-size: 12px;
	color: cyan;
	text-decoration: none;
}
div#featureLink a:hover {
	text-decoration: underline;
}
div#featureLink em {
	font-size: 12px;
	color: white;
	font-weight: bold;
}
div#mainQuote {
	position: relative;
	top: 70px;
	left: 50px;
	width: 450px;
	font: 21px/30px "Palatino Linotype", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	background-image: url(images/TransparentBG_75.png);
	border: 1pt solid white;
}
div#mainQuote em {
	font: 14px "Palatino Linotype", Garamond, "Times New Roman", serif;
	font-style: normal;	
}

p.quoteAuthor {
	font-style: italic;
}
a#boschServiceLogo {
	position: absolute;
	top: 595px;
	left: 50%;
	margin-left: -515px;
	border: none;
}
.superscript {
	font-size: xx-small;
	vertical-align: super;
	color: black;
}
