body{
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}
	
/*-- HEADER STYLES --*/

	#topFiller{
		height: 13px;
		font-size: 10px;
		line-height: 10px;
	}
	
	#logoRoll{
		position: absolute;
		z-index: 2;
		margin: 0;
		padding: 0;
	}

	#little_links{
		font-size: 8px; 
		color: #565656;
		font-weight: bold;
		}
		
	#little_links a{
		font-size: 8px;
		color: #565656;
		font-weight: bold;
		text-decoration: none;
		}
		#little_links a:hover{
			text-decoration: underline;
		}
/*-- END OF HEADER --*/

/*-- TOP NAV SECTION -- */
	#topNav{
		list-style-type: none;
		padding-top: 2px;
		margin-bottom: 0; 
		padding-bottom: 0;
		height: 12px;
		/* -- this was built so you can add a mouse over background to the element */
		/* -- juat add the call for the image on the mousever for an li */
	}
	
	#topNav a{
		color: #fff;
		line-height: 12px;
		text-decoration: none;
		font-weight: 600;
	}
	
	#topNav a:hover{
		text-decoration: underline;
	}
	
	#topNav li{
		cursor: pointer;
		float: left;
		margin-left: 0px;
		color: #fff;
		font-size: 12px;
		height: 12px;
		font-weight: 300;
		width: 110px;
	}
		
	
/*-- LEFT NAVIGATION STYLES --*/
	
	#lNav{
		height: 398px;
		font-size: 10px;
		color: #525151;
	}
	
	#lNav a{
		font-size: 10px;
		color: #525151;
		line-height: 17px;
		text-decoration: none;
	}
	
	#lNav a:hover{
		text-decoration: underline;
	}
	
	#lNavSlogan{
		margin: 10 0 10 0;
		padding-left: 20px;
		font-size: 10px;
		line-height: 14px;
		color: #C77E28;
		padding-bottom: 20px;
	}
	
	#lNavSlogan b{
		color: #3aa500;
	}
	
	#Content{
		clear: left;
		text-align: left;
		margin: 0;
		padding: 0;
		margin: 0 0 0 51;
		width: 542px;
	}
	
	#Content h1{
		margin: 0;
		padding: 0;
		margin: 0 0 12 0;
		color: #1d1d1d;
		font-size: 21px;
		line-height: 24px;
		letter-spacing: -1;
	}
	
	#Content p{
		color: #333333;
		padding: 0;
		margin: 0;
		margin-bottom: 16px;
		line-height: 16px;
		font-size: 12px;
		letter-spacing: 1;
		font-weight: bold;
	}
	
	#Content b{
		color: #0974c7;
	}
	
	#Content u{
		color: #49aa01;
	}
	
	#video{
		position: absolute;
		z-index: 1;
		margin-top: -60px;
		margin-left: 405px;
	}
	
	#Batteries{

	}

	#Batteries a{
		text-decoration: none;
	}
	
	#Batteries img{
		margin-top: 20px;
	}
	
	#BatteryText{
		position: absolute;
		margin-top: -45px;
	}
	
	#BatteryText table{
		font-size: 10px;
		color: #030303;
	}
	
/* END OF THE CONTENT SECTION INCLUDING THE BATTERIES */

/* FOOTER SECTION STYLES */
	
	#Footer{
		clear: left;
	}
	
	#Footer h2{
		margin: 0;
		padding: 0;
		margin-left: 190px;
		margin-top: 28px;
		color: #000;
		font-size: 22px;
		font-weight: bold;
	}
	
	#Footer h3{
		margin: 0;
		padding: 0;
		margin-left: 100px;
		color: #136001;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -1;
	}
	
	#Footer b{
		color: #6a6a6a;
		font-size: 11px;
	}
	
	#Footer a{
		color: #858484;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: -1;
	}
	
	#Footer a:hover{
		text-decoration: underline;
		color: #e77301;
	}
	
	.dot{
		color: #0d709f;
		font-size: 11px;
	}
		
/* PAGE SPECIFIC STYLES */

	#aboutList{
		font-size: 12px;
		line-height: 18px;
		color: #ef8e03;
	}
	
	#aboutList b{
		color: #136001;
		font-size: 12px;
	}
	
	.footerEmail{
		color: #e77301;
	}
	
	.prod_links{
		font-size: 12px;
		color: #000;
		line-height: 14px;
		text-decoration: none;
	}
	
	.prod_links:hover{
		text-decoration: underline;
	}
	
	#app_table li{
		color: #000;
		font-size: 12px;
	}
	
	#OnlineTable{
		display: block;
		height: 20px;
		margin-top: 50px;
		margin-bottom: 40px;
		padding: 0 0 5 0;
		font-size: 14px;
	}
	
	.onlineList{
		color: #136001;
		padding-left: 15px;
		font-size: 15px;
		text-decoration: none;
	}
	
	.onlineList:hover{
		text-decoration: underline;
		color: #6e25b1;
	}
	
	
	
