/* Turbine Services Limited: Main CSS  */
/* Shannon-Rose Design 2008 */

/* Swatches
	Nav Text Green: 88ab8b
	Nav Green: 2c442c
	Nav Over Green: 1c321d
	Dark Green Text: 38553a
	Yellow: fac43f
	Group Green: 4c674d
	TSL Green: 6b976c
	Tusco Blue: 7f94d6
	Steam Red: bb7a78
	Text Gray: 939393
	Background Gray: ccc
*/

/* == Common Rules ============================ */
.clear {
	clear: both;
}
div.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0;
	visibility: hidden;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
strong { font-weight: bold; }
em { font-style: italic; }
a { color: #1C321D; text-decoration: underline; }
a:hover { color: #2C442C; text-decoration: none; }
.flash-update p { display: none; }
/* ============================================ */

body {
	color: #939393;
	font-size: 62.5%;
	line-height: 70%;
	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: 28px;
	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: #4c674d;
}
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: #88AB8B;
	border: 1px solid #2C442C;
	background-color: #38553A;/*2C442C;*/
	width: 120px;
}
#informationRequest a:hover {
	color: #fff;
	background-color: #2C442C;/*1C321D;*/
}
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: #88ab8b;
	font-size: 11px;
	line-height: 15px;
	padding-top: 7px;
	height: 21px;
	background-color: #2c442c;
	text-decoration: none;
}
#topNav li a:hover {
	color: #fff;
	background-color: #1c321d;
	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;
}
