/* Steam Specialties, Inc: Main CSS  */
/* Shannon-Rose Design 2008 */

/* Swatches
	Nav Text Red: ce8987
	Nav Red: 552725
	Nav Over Red: 3a1b1a
	Dark Red Text: 753634
	Yellow: fac43f
	Group Red: 80403e
	TSL Green: 6b976c
	Tusco Blue: 7f94d6
	Steam Red: bb7a78
	Text Gray: 939393
	Background Gray: ccc
*/

/* == Common Rules ============================ */
.clear {
	clear: both;
}
div.clear {
	font-size: 1px;
	line-height: 1px;
	height: 0;
	visibility: hidden;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
em { font-style: italic; }
strong { font-weight: bold; }
a { color: #3a1b1a; text-decoration: underline; }
a:hover { color: #552725; text-decoration: none; }
.flash-update p { display: none; }
/* ============================================ */

body {
	color: #939393;
	font-size: 62.5%;
	line-height: 40%;
	font-family: Helvetica, Arial, sans-serif;
	background: #ccc url(/imgs/bodyBkgd.jpg) repeat-x 0 0;
}
div#wrapper {
	width: 865px;
	margin: 0 auto;
}
div#topBar {
	height: 32px;
	float: right;
	width: 760px;
	margin-right: 65px;
}
#topBar ul {
	height: 21px;
	float: right;
}
#topBar ul li {
	float: left;
	display: inline;
	text-align: center;
	margin-right: 2px;
}
#topBar li a {
	display: block;
	height: 21px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 21px;
	text-decoration: none;
}
#topBar li a:hover {
	text-decoration: none;
	color: #fff;
}
#topBar li a img {
	margin-left: 5px;
}
#topBar ul li#theTSLGroup {
	text-align: right;
	margin-right: 12px;
}
li#theTSLGroup a {
	width: 100px;
	color: #80403e;
}
li#turbineServicesLimited a {
	width: 113px;
	color: #6b976c;
	background-color: #38553a;
}
li#tuscoCorp a {
	width: 69px;
	color: #7f94d6;
	background-color: #3d4f86;
}
#topBar ul li#steamSpecialties {
	margin-right: 0;
}
li#steamSpecialties a {
	width: 102px;
	color: #bb7a78;
	background-color: #7c3b39;
}
div#logo {
	float: left;
	margin: 16px 0 0 32px;
}
div#informationRequest {
	width: 150px;
	float: right;
	display: inline;
	margin: 35px 49px 0 0;
}
#informationRequest a {
	display: block;
	padding: 5px 7px;
	text-align: center;
	text-decoration: none;
	color: #CE8987;
	border: 1px solid #552725;
	background-color: #7C3B39;
	width: 120px;
}
#informationRequest a:hover {
	color: #fff;
	background-color: #552725;
}
div#topNav {
	margin: 18px 0 0 40px;
	height: 31px;
	width: 760px;
}
#topNav ul {
	margin-top: 3px;
	height: 28px;
	width: 760px;
}
#topNav ul li {
	float: left;
	display: inline;
	margin-right: 2px;
	text-align: center;
}
li#home a { width: 72px; }
li#about a { width: 85px; }
li#research a { width: 150px; }
li#parts a { width: 79px; }
li#clients a { width: 110px; }
li#news a { width: 62px; }
li#downloads a { width: 92px; }
#topNav li#contact { margin-right: 0; }
#topNav li#contact a { width: 96px; }
#topNav li a {
	display: block;
	color: #ce8987;
	font-size: 11px;
	line-height: 15px;
	padding-top: 7px;
	height: 21px;
	background-color: #552725;
	text-decoration: none;
}
#topNav li a:hover {
	color: #fff;
	background-color: #3a1b1a;
	text-decoration: none;
}
#footer {
	margin: 25px 0 25px 40px;
}
#footer p {
	font: normal 9px/13px Arial, sans-serif;
}
#footer p strong {
	margin: 0 5px;
}
#footer p a {
	color: #939393;
	text-decoration: underline;
}
#footer p a:hover {
	color: #939393;
	text-decoration: none;
}