﻿/*------------------------------------------------------------

*Project: Panasonic Heat pumps

*Date: Mar 2009

*Author: Andrew Ford @ CucumberSoftware.com

------------------------------------------------------------*/
body 
{
	margin:0;
	color:#666;
	background:#000 url(/web/design/images/heatpumps/body-bg.jpg) repeat-x;
}
body, span, div, td, th, input, textarea, select, p, li, b, strong, em, i
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:120%;
}
#col2
{
	display:none;
}

/* Top */
.panasonicLogo
{
	float:right;
}
.heatpumpsLogo
{
	float:left;
}
.canvasWrapper
{
	width:940px;
	margin:0 auto;
}


/* Main */
.main_cont
{
	background:#fff url(/web/design/images/heatpumps/main-bg.png) no-repeat top center;
}


/*Breadcrumbs*/
.breadCrumbs_cont
{
	height:44px;
	overflow:hidden;
	width:940px;
	clear:both;
}
.breadCrumbs
{
	color:#7593b1;	
}
.breadCrumbsIcon
{
	width:40px;
	float:left;
	height:40px;
	display:block;
}
.breadCrumbsIcon img
{
	margin:9px 0 0 9px;	
}

.breadCrumbs span
{
	font-size:11px;
	line-height:11px;
}
.breadCrumbs a.crumbLink
{
	color:#7593b1;
	text-decoration:none;
	margin:12px 5px 0 2px;
	display:block;
	float:left;
}
.breadCrumbs .chev
{
	color:#7593b1;
	font-size:16px;
	line-height:18px;
	margin:8px 5px 0 0;
	display:block;
	float:left;
}
.breadCrumbs .selectedCrumb
{
	color:#fff;
	margin:12px 5px 0 0;
	display:block;
	float:left;
}



/* Footer */
.footer_cont
{
	/* Only for stand-alone sites */
	/*background:transparent url(/web/design/images/heatpumps/main-bottom-bg.gif) no-repeat top left;*/
}
#footer
{
	width:940px;
	color:#cccccc;
	margin:0 auto;
	text-align:left;
	display:block;
	padding-top:17px;
	padding-bottom:10px;
}
.footerRight
{
	float:right;
	width:350px;
}
.footerLeft
{
	float:left;
	width:550px;

}
.footerLeft ul li
{
	float:left;
	border-right:1px solid #999;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
.footerRight ul li
{
	float:right;
	margin-left:20px;
	border-right:1px solid #000;
}
#footer .footerEndLinks ul li,
#footer .footerEndLinks ul li a
{
	color: #999;
	text-decoration: none;
	font-size: 10px;
	list-style:none;	
}
#footer .footerEndLinks ul li a:hover
{
	text-decoration:underline;
}
.footerEndLinks
{
	padding:15px 10px;
}
.footerLeft ul li.lastLink
{
	border-right:none;
}

/* Handy */
.hide
{
	display:none;
}
.show
{
	display:block;
}
/* Content */
.content 
{
	font-size:12px;
	line-height:125%;
}
.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;
	line-height:125%;
}
.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:14px;
	font-weight:normal;
	color:#000;
}
.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:#ccc;
}
.content td,
.content th
{
	vertical-align:top;
}
.content b, 
.content strong
{
    font-weight:bold;
}
.content .fontxxSmall,
.content .Fontxx-Small
{
	font-size:70%;
}
.content .fontxSmall,
.content .Fontx-Small
{
	font-size:80%;
}
.content .fontSmall,
.content .Font-Small
{
	font-size:90%;
}
.content .fontMedium,
.content .Font-Medium
{
	font-size:100%;
}
.content .fontLarge,
.content .Font-Large
{
	font-size:110%;
}
.content .fontxLarge,
.content .Fontx-Large
{
	font-size:120%;
}
.content .fontxxLarge,
.content .Fontxx-Large
{
	font-size:130%;
}