body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	height: 100%;
	font-size: 14px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flash_content {
	height: 100%;
}
/* end hide */

.header
{
	padding: 0;
	margin: 0;
	width: 682px;
	height: 70px;
	background-image: url("../images/header.png");
}

.header h1
{
	padding: 0;
	margin: 0;
}

.header .heading-left
{
	cursor: pointer;
	left: 22px;
	top: 16px;
	float: left;
    position:relative;
    width:87px; height:36px;
    overflow:hidden;
}

.header .heading-left span
{
    display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:87px; height:36px;
    margin:0; padding:0;
    background:url("../images/viera-logo.png") top left no-repeat;
}

.header .heading-right
{
	cursor: pointer;
	right: 31px;
	top: 23px;
	float: right;
    position:relative;
    width:91px; height:16px;
    overflow:hidden;
}

.header .heading-right span
{
    display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:91px; height:16px;
    margin:0; padding:0;
    background:url("../images/panasonic-logo.png") top left no-repeat;
}

.general-text
{
	text-align: left;
	line-height: 130%;
}

/** SEO HTML Content **/
#html-content
{
	display: none;
	width: 682px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}
/** End SEO Content **/

/** NO FLASH CONTENT **/
#no-flash
{
	width: 682px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}

#no-flash-hero
{
	display: block;
	margin: 20px auto 20px auto;
	width: 455px;
	border: 0;
}

/** END NO FLASH **/