﻿/*------------------------------------------------------------

*Project: Panasonic Corporate Site

*Date: Feb 2009

*Author: Andrew Ford @ CucumberSoftware.com

------------------------------------------------------------*/

body 
{
	margin:0;
	color:#666666;
	background:#000 url(/web/design/images/general/body-bg.gif) repeat-x;
}
body, span, div, td, th, input, textarea, select, p, li
{
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:120%;
}
.canvasWrapper
{ 
	text-align:center;
}
.canvas
{
	width:940px;
	margin:0 auto;
	text-align:left;	
	background-image:url(/web/design/images/general/canvas-bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
}
.main_cont
{
	background-image:url(/web/design/images/general/main-cont-short-grad-bg.png);
	background-repeat:no-repeat;
	padding:25px 30px;
	min-height:394px;
}




/*Top area*/
.toprow_cont
{
	height:100px;
	overflow:hidden;
}
.topLogo
{
	width:124px;
	float:left;
	height:57px;
}
.searchInputCont
{
	float:right;
	width:190px;
	height:35px;
	padding-top:17px;
}
.searchField
{
	width:108px;
	background-color:#999999;
	border:none;
	float:left;
	margin-top:3px;
	color:#fff;
}
.searchBtnWrapper
{
	background:transparent url(/web/design/images/general/search-btn-ovr.jpg) no-repeat;
	width:72px;
	height:25px;
	float:right;
}
.searchBtnWrapper a,
.searchBtnWrapper a:visited
{
	text-decoration:none;
}
.searchBtn
{
	float:right;
	width:72px;
	height:25px;
	background:transparent url(/web/design/images/general/search-btn.jpg) no-repeat;
	border:0;
	line-height:40px;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-decoration:none;	
}
.searchBtn:hover
{
	background:none;

}
.logoMenu
{
	width:735px;
	float:left;
}


/* Breadcrumbs */
.breadCrumbsIcon
{
	width:40px;
	float:left;
	height:40px;
}
.breadCrumbsIcon img
{
	margin-top:2px;
	margin-left:10px;
}
.breadCrumbs
{
	float:left;
	margin-top:5px;
	color:#7593b1;
	
}
.breadCrumbs span
{
	font-size:11px;
	line-height:11px;
}
.breadCrumbs a
{
	color:#7593b1;
	text-decoration:none;
}
.breadCrumbs .chev
{
	color:#7593b1;
	font-size:16px;
	line-height:100%;	
}
.breadCrumbs .selectedCrumb
{
	color:#fff;
}


/* Bottom menu */
#bottomMenu
{
	min-height:250px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	background-color:#d4d4d4;
	width:940px;
	margin:0 auto;
	
}



/* Footer */
.copyrightCont
{
	width:105px;
	float:left;
	color:#999999;
	font-size:10px;
	margin-top:2px;
	text-align:left;
	padding-left:10px;
}
.opera .copyrightCont
{
	margin-top:0;
}
.footerLinksCont
{
	width:610px;
	float:left;
	font-size:10px;
}
.loginCont
{
	float:right;
	width:170px;
}
.footer_cont
{
	width:100%;
}
.footerLinksCont li
{
	float:left;
	margin-left:20px;
}
.footerLinksCont li a,
.footerLinksCont li a:visited
{
	color:#999999;
	text-decoration:none;
	text-transform:capitalize;
	font-size:10px;
}
.footerLinksCont li a:hover
{
	text-decoration:underline;
}
.loginCont
{
	background-image:url(/web/design/images/general/login-lock-black.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:18px;
}
.loginCont a,
.loginCont a:visited
{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.loginCont a:hover
{
	text-decoration:underline;
}
.footerWrapper
{
	padding:10px 0;
}
.footer
{	
	width:940px;
	margin:0 auto;
}
.LogoutButton
{
	/*text-decoration:none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;*/
}

/* Content */
.content 
{
	font-size:12px;
	line-height:130%;
}
.content i,
.content em
{
    font-style:italic;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
{
	font-weight: bold;
	margin-bottom: 10px;
	color:#000;
}
.content h1,
.content h1 span
{
	font-size:31px;
	color:#fff;
	line-height:130%;
	font-weight:bold;
}
.content h2
{
	font-size:16px;
}
.content h3
{
	font-size:14px;
}
.content h4
{
	font-size:12px;
}
.content h5
{
	font-size:11px;
}
.content h6
{
	font-size:10px;
}
.content blockquote, 
.content q
{
    quotes:"""";    
    padding:5px 40px;
    font-style:italic;
    min-height:100px;
}
.content img
{
	padding:0 5px;
}
.content ul
{
    list-style-type:disc;
    list-style-position:outside;
    margin-left:5px;
}
.content ol
{
    list-style-type:decimal;
    list-style-position:outside;
    margin-left:23px;    
}
.content ul li
{
    margin-left:10px;
    padding-left:5px;
}
.content ol li
{
    margin-left:-3px;
    padding-left:0px;
}
.content p
{
    padding-bottom:5px;
}
.content a,
.content a:visited
{
    color:#536987;
    text-decoration:underline;
}
.content hr
{
    border:none;
    border-top:solid 1px #ccc;
    height:1px;
    clear:both;
    color:#fff;
}
.content b, 
.content strong
{
    font-weight:bold;
}
.content .fontxxSmall
{
	font-size:70%;
}
.content .fontxSmall
{
	font-size:80%;
}
.content .fontSmall
{
	font-size:90%;
}
.content .fontMedium
{
	font-size:100%;
}
.content .fontLarge
{
	font-size:110%;
}
.content .fontxLarge
{
	font-size:120%;
}
.content .fontxxLarge
{
	font-size:130%;
}