/* style.css - a simple style sheet */
body {
	margin-left: 10%;
	margin-right: 10%;
	color: black;
	background: url('images/pipeline.jpg') #C0C0C0 center no-repeat fixed;}

A:hover {
	color: #000070;
	font-weight: bold;}

/* MOUSEOVER BUTTON1 */
.glowbtn1 {
	position: relative;
	left: -10px;
	font-family: arial, helvetica, sans-serif;
	background-image: url('images/overmenu.gif');
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 151px;
	height: 36px;
	margin: 0;
	padding: 0;}

.glowbtn1 a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	width: 151px;
	height: 36px;
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;}
	
.glowbtn1 img {
	width: 151px;
	height: 36px;
	border: 0px none;}

* html a:hover {
	visibility:visible;}

.glowbtn1 a:hover img{
	visibility:hidden;}

.glowbtn1 span {
	position: absolute;
	left: 12px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;}

/* MOUSEOVER END */

.inlnbtn1 {
	font-family: arial, helvetica, sans-serif;
	background-image: url('images/downpipe.gif');
	background-repeat: no-repeat;
    background-position: 0px 0px;
	white-space: nowrap;
	width:	140px;
	height:	24px;
	border: 0px;
	margin: 0px;
	vertical-align: middle;
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 12px;
	line-height:0;
	text-indent: 0px;
	float: center;
	color: white;
	font-weight: bold;
	text-decoration: none;}

.inlnbtn1 a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	width: 140px;
	height: 24px;
	float: left;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border: 0px none;)

.inlnbtn1 a:hover {
	background-image: url('images/overpipe.gif');}