/** CSS reset **/
*, form, fieldset {
	padding: 0;
	margin: 0;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, 
blockquote, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, 
img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, 
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, 
tr, th, td {	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
}

:focus {
	outline:0;
}

body {
	color: #000;
	background-color: #fff;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td  {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}
/** end CSS reset **/


button, object, embed {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}


/** site wide **/
html {
	background-color: #fff;
	height: 100%;
	overflow-y: scroll;
}

body {
	background-color: #fff;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 80%;
	height: 100%;
}

button {
	background-color: #fff;
	color: #000;
	border: 1px solid black;
	margin: 0 5px;
	display: inline;
}

a {
	color: #666;
}

strong {
	font-weight: bold;
}

option {
	padding-right: 1em;
}

img {
	display: block;
}

div.clear, br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

div#container {
	width: 944px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	position: relative;
}

div#content-container {
	padding-bottom: 78px;
}

div#header h1, div#header p {
	float: left;
}

div#header h1 {
	padding: 0 32px 0 19px;
}

br.clear, div.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}


/** header **/
div#header {
	overflow: hidden;
	padding-top: 20px;
	font-size: 85%;
}

div#navigation {
	width: 450px;
	padding-bottom: 5px;
}

div#navigation, ul#primary-nav, ul#sub-nav {
	float: right;
	overflow: hidden;
}

ul#primary-nav {
	clear: right;
	margin: 25px 19px 0 0;
	width: 370px;
}

ul#primary-nav li {
	float: left;
	margin-left: 4px;
	display: inline !important;
}

ul#primary-nav a {
	display: block;
}

ul#primary-nav li, ul#primary-nav a {
	background-position: top left;
	background-repeat: no-repeat;
	height: 45px;
}

ul#primary-nav span {
	display: none;
}

ul#primary-nav a:hover {
	background-position: bottom left;
}

ul#primary-nav li.active {
	background-position: top right;
}

li#primary-nav-eshops, li#primary-nav-eshops a {
	background-image: url('/images/nav/eShop-Default.gif');
	width: 65px;
}

li#primary-nav-careers, li#primary-nav-careers a {
	background-image: url('/images/nav/careers.gif');
	width: 72px;
}

li#primary-nav-customer-service, li#primary-nav-customer-service a {
	background-image: url('/images/nav/customer-service.gif');
	width: 130px;
}

li#primary-nav-register, li#primary-nav-register a {
	background-image: url('/images/nav/register.gif');
	width: 77px;
}

ul#sub-nav {
	padding-right: 14px;
}

ul#sub-nav a {
	text-align: right;
	display: block;
	text-decoration: none;
	padding: 1px 5px 1px 15px;
	background-position: left;
	background-repeat: no-repeat;
}

ul#sub-nav a#sub-nav-panasonic-global {
	background-image: url('/images/global/arrow-right-grey-white.gif');
}

ul#sub-nav a:hover {
	background-image: url('/images/global/sub-nav-rollover.gif') !important;
	color: #fff;
}


/** crumb trail **/
ul#crumbtrail {
	width: 925px;
	height: 19px;
	background: url('/images/global/crumbtrail.gif') top no-repeat;
	overflow: hidden;
	padding-left: 19px;
}

ul#crumbtrail li {
	float: left;
	color: #fff;
	padding: 3px 0 0 13px;
	font-size: 85%;
	background: url('/images/global/arrow-right-lightgrey-grey.gif') 0 6px no-repeat;
	margin-right: 17px;
}

ul#crumbtrail li a {
	color: #d1d1d1;
}


/** footer **/
div#footer {
	width: 944px;
	padding: 30px 0 10px 0;
	background: url('/images/global/footer.gif') top no-repeat;
	overflow: hidden;
	margin: -68px auto 0 auto;
	position: relative;
	font-size: 85%;
}

div#footer p {
	float: left;
}

div#footer ul {
	float: right;
}

div#footer ul li.first {
	margin: 0;
}

div#footer ul li {
	float: left;
	margin-left: 20px;
}


/** rounded inner container **/
div.rounded-inner {
	background: url('/images/global/rounded-inner-grey-596.gif') bottom;
	padding: 0 0 20px;
	width: 596px;
	margin-left: 19px;
}

div.rounded-inner div.top {
	background: url('/images/global/rounded-inner-grey-596.gif') top no-repeat;
	padding-top: 10px;
}

div.rounded-inner div.content {
	padding: 10px 20px 0;
	color: #000;
}


/** hub **/
div#country-select {
	background: #eaf2fb url('/images/global/country-select-bg.gif') bottom no-repeat;
	overflow: hidden;
	padding: 15px 19px 15px 0;
	zoom: 1;
}

div#country-select form {
	float: right;
}

div#country-select form div {
	overflow: hidden;
}

div#country-select label {
	float: left;
	margin-right: 14px;
}

div#country-select select {
	float: left;
}


/** customer service **/
div#customer-service img {
	margin: 16px 0 10px 19px;
}

/** register **/
div#register h3 {
	margin: 21px 0 0 19px;
}

ul#register-reasons {
	margin: 19px 0 0 21px;
}

ul#register-reasons li {
	float: left;
	width: 134px;
	margin-right: 20px;
}

ul#register-reasons li p {
	padding-top: 9px;
}

div#register div.rounded-inner {
	margin-top: 25px;
}

div#register div.rounded-inner div.content {
	padding-top: 0;
}

div#register div.rounded-inner p {
	padding-top: 4px;
	clear: left;
}



/** customer service / register forms **/
div#customer-service form, div#register form {
	margin-top: 20px;
}

div#customer-service form div, div#register form div {
	overflow: hidden;
}

div#customer-service label, div#register label {
	font-weight: bold;
	display: block;
	float: left;
	width: 300px;
}

div#customer-service button, div#register button {
	float: left;
}

div#customer-service select, div#register select {
	float: left;
	width: 200px;
}

