/* Panasonic Batteries splash CSS */

body
{
	background-color: #FFF;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin-left:-40px;
	overflow: auto;
}

#container
{
	margin: 2% auto 0px auto;
	width: 1200px;
	overflow: hidden;
}

#header
{
	height: 180px;
	background-image: url('../site_images/splash/bg_header.png');
	background-repeat:  no-repeat;
	background-position: top center;
	margin-bottom: -60px;
	overflow: hidden;
}

#header h1
{
	position: relative;
	left: 155px;
	width: 86px;
	height: 64px;
	outline: none;
	text-indent: -99999px;
	background-image: url('../site_images/splash/bg_h1.gif');
	background-repeat:  no-repeat;
}

#content
{
	width: 1200px;
	background-image: url('../site_images/splash/bg_content.png');
	background-repeat:  repeat-y;
	background-position: left;
	font-size: 11px;
	color: #999;
	overflow: hidden;
	padding: 0 130px;
}


#content .col
{
	width: 277px;
	float: left;
	margin: 0px 20px 0px 20px;
}

#content .col h2
{
	height: 45px;
	font-size: 19px;
	color: #00C7FF;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1em;
}

#content .col h3
{
	font-size: 12px;
	color: #00C7FF;
	background-image: url('../site_images/splash/bg_h3.png');
	background-repeat:  no-repeat;
	background-position: top left;
	padding-left: 20px;
}

#content .col .links
{
	padding-left: 20px;
}

#content .col .links a:link, #content .links a:visited
{
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #666 solid;
	color: #999;
	letter-spacing: 1px;
	font-weight: lighter;
	line-height: 1.5em;
}

#content .col .links a:hover
{
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #666 solid;
	color: #333;
}

#content .col .preview
{
	padding: 20px 0px 20px 0px;
	border-top: 1px #CCC dotted;
	border-bottom: 1px #CCC dotted;
}

#content .col .preview img
{
	width: 0%;
	height: 0%;
}

#footer
{
	height: 150px;
	background-image: url('../site_images/splash/bg_footer.png');
	background-repeat:  no-repeat;
	background-position:  top center;
	margin-top: -30px;
	clear: both;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
