@charset "UTF-8";
body  {
	background: #000;
	margin: 0px;
	padding: 0px ;
	text-align: center;
	color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
}
#container {
	width: 100%;
	margin: 0 auto;
	padding:0;
	text-align: left;
} 
#navcontainer{
	height:24px;
	}
#navlist
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #FEDE00;
	font-weight:bold;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
	padding: 3px 1em;
	margin-left: 5px;
	border: 1px solid #666666;
	border-bottom: none;
	background: #FEDE00 url(../images/yellowbk.png) repeat;
	text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }

#navlist li a:hover{
	color: #FEDE00;
	background: #333232 url(../images/rolloverbk.png) repeat;
	border-color: #FEDE00;
}

#Hcontent{width:980px;margin: 0px auto;}
#header {
	background: url(../images/prowlerheader.jpg) repeat-x;
	height: 279px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #FEDE00;
	position:relative;
} 
#header a img{
	border:none;
	padding:50px 0px 15px 0px;

	}

#header h1 {
	margin: 0;
	padding: 10px 0;
	font-style: italic;
	letter-spacing: 1px;
	color: #FFF;
}

#inner-container{width:980px;margin: 0px auto;}

#sidebar {
	float: right;
	width: 250px;
	padding: 15px 0px 0px;
}
#sidebar h2{
	background: url(../images/submenu-top.png) no-repeat;
	text-indent: -9999px;
	height:71px;
	width:206px;
	margin:0;
	padding:0;
	}
#sidebar ul{
	background: url(../images/submenu-bottom.png) no-repeat;
	margin:0;
	padding:0 20px 30px 20px;
	height:252px;
	width:206px;
	}
	
#sidebar li {
	list-style-type:none;
	margin: 0 20px;
	padding:0;
	line-height: 150%;
}
#sidebar li a{	color: #999;text-decoration: none;}
#sidebar li a:hover{	color: #FFDF00;}
#fadingimages{
	width:480px;
	height:378px;
	float: left;
		}
#fadingimages img{border-left:1px solid #333;}
#frontcontent{
	float: left;
	width:495px;
	line-height:155%;
		}
#frontcontent a{
	font-style: italic;
	color: #FCDF00;
	text-decoration: none;
}
#frontcontent a:hover{text-decoration: underline; color:#fff;}
#frontcontent h1{
	color: #e1c713;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom:55px;
	padding-top:5px;
	padding-left:15px;
	background: url(../images/H1Claw.png) no-repeat left bottom;
}
#content {
	margin: 0;
	width:700px;
	line-height:175%;
} 
#content a{
	font-style: italic;
	color: #FCDF00;
	text-decoration: none;
}
#content a img{
	border: 1px solid #FCDF00;
	margin-right: 5px;
	margin-left: 5px;
}
#content a:hover{text-decoration: underline; color:#fff;}
#content li{list-style: url(../images/bullet.png);}
#content h1{
	color: #e1c713;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom:55px;
	padding-left:15px;
	background: url(../images/H1Claw.png) no-repeat left bottom;
}
#content h2{
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#E1C713;
}
#content h3 {
	font-size: medium;
	color: #FEDD02;
}

#choosemachines a img{
	border:none;
}
#footer {
	clear:both;
	float:left;
	background: url(../images/footerbk.jpg) repeat-x;
	height: 140px;
	width: 100%;
	text-align:center;
	border-top: 1px solid #CCC;
	} 
#footer p {	margin: 0;	padding-top: 10px;}
#footer a{
	color:#F9DC00;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;}
#mdlinkage{text-indent:-9999px;}

/*CLASSES*/
.Rfloat { float: right;margin-left: 8px;}
.Lfloat { float: left;	margin-right: 8px;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.yellowbold{font-weight: bold;color: #F9DC00;font-size:medium;}

.LargeImpact {
	font-family: Impact, sans-serif;
	font-size: 36pt;
	color: #FEDE00;
	letter-spacing: 1px;
	text-align: center;
}
.pdficon{
	border:none !important;
	float: right;
	margin-left: 8px;}
