/* CSS Document */

html {

	height:100%;


}

body {

	margin:0px;
	height:100%;
	background-color:#cccccc;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;	
	
}


.main_table {

	height:100%;
	background-image:url(images/gear_large.gif);
	background-repeat: no-repeat; 
	background-position: 75px bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	
}


.gray_bar {

	position:absolute;
	height:76px;
	width:100%;
	top:0px;
	background-color:#666666;
	z-index:1;

}


.orange_line {

	position:absolute;
	height:2px;
	width:100%;
	top:76px;
	background-color:#ff9900;
	font-size:1px;
	z-index:2;

}



.logo {

	position:absolute;
	height:36px;
	width:300px;
	top:40px;
	left:460px;
	z-index:5;

}


.buttons {

	
	height:36px;
	top:75px;
	/*height:41px;
	top:70px;*/
	z-index:5;
	margin-left:230px;
	width:600px;
	position:absolute;
	
}


.text_layer {
	margin-top:150px;
	margin-left:230px;
	margin-bottom:10px;
	width:500px;
	z-index:5;

}


.footer {

	height:20px;
	padding-top:6px;
	background-color:#555555;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#ffffff; 
	text-align:center;

}


.gear  {
	background-attachment: fixed;
	background-image: url(images/gear.gif);
	background-repeat: no-repeat;
	background-position: center;
	height:200px;
	z-index:6;
	
}


h1 {

	color:ff9900;
	font-size:14px;
}

.border {

	border: 1px solid #666666;
}


A:link {color: #ff9900; font-style: nounderline; text-decoration: none; font-weight: normal;}
A:visited {color: #ff9900; font-style: nounderline; text-decoration: none; font-weight: normal;}
A:hover {color: #F4AF57; font-style: nounderline; text-decoration: underline; font-weight: normal;}
