body {
	
	background: #414141 url(mainbg.jpg) repeat-x top left;
	font-family: Arial, sans-serif;
	font-size:  small;
	color: #ccc;
	
}

* html body {
	font-size:  x-small; /* for IE5/Win*/
	f\ont-size: small; /*for other IE versions*/
}

img {
	border: none;
}

.clear {
	clear: both;
}

/*---BASIC LAYOUT---*/

#wrapper {
	background: #ccc url(wrapperbg.jpg) no-repeat center center;
	color: #ccc;
	margin: 20px auto 0 auto;
	padding-top: 1px;
	width:800px;
	height:600px;
	border: 1px solid white;
}

#header {
	background: #000 url(mainbanner.jpg) no-repeat top center;
	color: #ccc;
	margin: 9px 10px 0 10px;
	padding: 0;
	width: 780px;
	height: 62px;
}

#content{
	width: 780px;
	clear: both;
}

#footer{
	clear: both;
	background: #000 url(footerbg.jpg) no-repeat top left;
	color: #ccc;
	width: 780px;
	height: 57px; 
	margin: 0 10px 0 10px;
	padding: 0;
}

#footer .lsa{
	position: relative;
	width: 395px;
	height: 57px;
	padding: 0;
	margin: 0;
}

#footer .logo{
	position: relative;
	margin-top: -43px;
	margin-right: 10px;
	float: right;
	/*margin: 16px auto auto 685px;*/
}

/*---END BASIC LAYOUT---*/

/*---SYSTEM PAGE CONTENT AREA---*/


.system{
	background: #000000 url(system_circsaw.jpg) no-repeat top left;
	color: #ccc;
	margin: 0 0 0 10px;
	padding-left: 0;
	height:  325px;
}

.system img{
	padding: 0;
	margin: 0;
	float: right;
}

h1 {
	font-size:100%;
	text-align: center;
	width: 319px;
	float: right;
	margin: 0;
	padding: 0;
	
}

#content p {
	font-size:95%;
	line-height: 150%;
	width: 280px;
	float: right;
	margin: 0;
}

* html #content p{
	font-size: 92%;/* for IE/Win */
}

.system p{
	text-align: center;
	padding: 10px 20px 10px 10px;
	}

/*---END SYSTEM PAGE CONTENT AREA---*/

/*---BUY PAGE CONTENT AREA---*/

.buy{
	background: #000 url(buy_image.jpg) no-repeat top left;
	color: #ccc;
	margin: 0 0 0 10px;
	padding-left: 0;
	height:  325px;
	
}

.buy p{
	text-align: center;
	padding: 10px 35px 10px 10px;
	}

.buy strong a{
	text-decoration: none;
	color: #ed7c24;
	text-transform: uppercase;
	}

.buy img{
	padding: 0;
	margin: 50px 110px 0 0;
	float: right;
}


/*---END BUY PAGE CONTENT AREA---*/

/*---TOOLS PAGE CONTENT AREA---*/

.tools{
	background: #000;
	color: #ccc;
	margin: 0 0 0 10px;
	padding-left: 0;
	height:  325px;
	width: 780px;
	
}

/*---END TOOLS PAGE CONTENT AREA---*/

/*---BATTERY PAGE CONTENT AREA---*/

.batteries{
	background: #000;
	color: #ccc;
	margin: 0 0 0 10px;
	padding-left: 0;
	height:  325px;
	
}

/*---BATTERY BUY PAGE CONTENT AREA---*/

/*---MAIN NAVIGATION---*/

#nav{
	margin: 0;
	padding: 35px 0 0 472px;
	list-style: none;
	background: none;
	font-weight: bold;
	}
	
#nav li{
	float: left;
	padding: 0 10px 0 0;
	font-size: 85%;
	letter-spacing: 1px;
	font-weight: bold;
}

* html #nav li{/* for IE/Win */
	padding: 0 12px 0 0;
	font-size: 80%;
}

#nav a{
	text-decoration: none;
	background: #000;
	color: #FFF;
	display: block;
}

#nav a:hover, body#systempage #system a {
	border-bottom: 1px solid #f58025;
}

#nav a:hover, body#toolspage #tools a {
	border-bottom: 1px solid #f58025;
}

#nav a:hover, body#batteriespage #batteries a {
	border-bottom: 1px solid #f58025;
}

#nav a:hover, body#where_to_buypage #where_to_buy a {
	border-bottom: 1px solid #f58025;
}

/*---END MAIN NAVIGATION---*/

/*---DESCRIPTIVE NAV STYLES---*/

#descnav{
	background: #000;
	color: #ccc;
	list-style: none;
	margin: 2px 10px 0 10px;
	padding: 0;
	width: 780px;
	height: 134px;
}

#descnav dl{
	position: absolute;
	padding: 0;
	margin: 0;
	/*list-style: none;*/
	/*display: inline;*/
	width: 195px;
	height: 134px;
}

dl#systembox{
	background: #000 url(lightning.jpg) no-repeat top left;
	color: #ccc;
}

dl#toolsbox{
	background: #000 url(circsaw.jpg) no-repeat top left;
	color: #ccc;
	margin-left: 195px;
}

dl#batteriesbox{
	background: #000 url(battery.jpg) no-repeat top left;
	color: #ccc;
	margin-left: 390px;
}

dl#wheretobuybox{
	background: #000 url(cart.jpg) no-repeat top left;
	color: #ccc;
	margin-left: 585px;
}

#descnav dt{
	background: none;
	width: 190px;
	padding-left: 0;
	margin: 0;
	font-family: "Arial Black", Arial, sans-serif;
	letter-spacing:2px;
	font-size: 110%;
	color: #fff;
}

#descnav dd{
	background: none;
	margin: 0;
	padding: 0 60px 0 10px;
	font-size: 90%;
	line-height: 1.5em;
	color: #ccc;
}

* html #descnav dd{/* for IE/Win */
	font-size: 85%;
}
