﻿/* CSS Documents for Rest of the Pages */

html, body
{
	margin: 0;
	padding: 0;
	font-family: Segoe UI, Verdana, Arial;
}
a
{
	outline: none;
}
.clear
{
	clear: both;
	height: 10px;
}


/* Page style begin */

#parentcontent
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
}

/* Header style begin */

#header
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
}
.leftheader
{
	float: left;
	padding-top: 50px;
}
.rightheader
{
	float: right;
}

/* Content style begin */

#content
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	padding-top: 150px;
}
.leftcontent
{
	float: left;
	width: 462px;
	font-size: 11px;
}
.leftcontent-alt
{
	float: left;
	width: 662px;
	font-size: 11px;
}
.leftcontent-alt-bg
{
	float: left;
	width: 562px;
	height:360px;
	background:url("../images/productsbatteries.gif") no-repeat right;
	font-size: 12px;
}
img.ussbrnadsavailable
{
	float:right;
	position:relative;
	z-index:999;
	margin-top:270px;
}
.rightcontent
{
	float: right;
	width: 312px;
	font-size: 12px;
	text-align: justify;
}
.rightcontent-alt
{
	float: right;
	width: 374px;
	font-size: 12px;
	text-align: justify;
}
.boxcontent
{
	background: #c6cfa9;
	color: #514e4b;
	width: 312px;
	height: 120px;
}
.boxcontent-alt
{
	background: #c6cfa9;
	color: #514e4b;
	width: 314px;
	height: 150px;
}
.boxcontent-alt-s
{
	background: #c6cfa9;
	color: #514e4b;
	width: 374px;
	height: 180px;
}
.boxleft
{
	float: left;
	width: 170px;
	padding-left: 10px;
}
.boxcontent-alt .boxleft
{
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-left: 10px;
}
.dotterborder
{
	text-align: justify;
	padding: 3px;
	color: #514e4b;
	font-size: 12px;
}
ul.bottomlink
{
	margin:0;
	padding:0;
	margin-top:10px;
	float:right;
}
ul.alt
{
	margin:0;
	padding:0;
	margin-top:10px;
	float:right;
}
ul.bottomlink li
{
	list-style:none;
	display:block;
	float:left;
}
ul.bottomlink li a
{
	list-style:none;
	font-size:12px;
	display:block;
	float:left;
	text-decoration:none;
	color:#73a646;
	padding-left:25px;
	padding-right:30px;
}
ul.bottomlink li a:hover
{
	color:Black;
}
ul.bottomlink li.homelink
{
	background:url("../images/homeimg.gif") no-repeat;
}
ul.bottomlink li.sitemap
{
	background:url("../images/sitemapimg.gif") no-repeat;
}
a.download
{
	float:right;
	font-size:12px;
	text-decoration:none;
	color:#73a646;
}

/* Content style end */

#clearfooter
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	height: 20px;
	clear: both;
}
#clearfooter-alt
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	clear: both;
}
/* Footer style begin */

#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100px;
	border-top: 2px solid #73a646;
	border-bottom: 2px solid #73a646;
	font-size: 11px;
	color: #a6a6a6;
}
#footer-alt
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	height: 100px;
	font-size: 11px;
	color: #a6a6a6;
}
#footer-alt-s
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 115px;
	border-top: 2px solid #73a646;
	border-bottom: 2px solid #73a646;
	font-size: 11px;
	color: #a6a6a6;
}
.sponsors
{
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	color: Black;
	font-size: 12px;
}
.sponsors table td
{
	vertical-align:top;
}
.button
{
	background:#6f7850;
	border:1px solid #404729;
	color:White;
	font-family:Segoe UI, Verdana, Arial;
	font-weight:bold;
	font-size:11px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
}

/* Slide Show */

.slideshow
{
	height: 340px;
	width: 380px;
	overflow: hidden;
	cursor: pointer;
}
.visibletxt
{
    position:absolute;
    z-index:999;
    margin-left:400px;
    margin-top:100px;
    width:200px;
}

#slideshow
{
	position: relative;
	height: 350px;
}

#slideshow img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#slideshow img.active
{
	z-index: 10;
}

#slideshow img.last-active
{
	z-index: 9;
}
