﻿.titleblock
{
	width:1000px;
	height:208px;
    position: relative;
    top: 0px;
	background: url(Image/Title/JCP_title.jpg) no-repeat ;
	background-color: Transparent;	
	/* background-position:top;
	padding-left:50px; */
	border-width:1px;
	border-color:#FFFFFF; border-style:solid;
 border-bottom: none;
	
}
.titleblock>h1
{
	position: relative;
	top:50px;
	left:220px;
	color:#ffffff;
	font-size:30px;
	font-weight:300;
	line-height:36px;
	z-index:1;
}
.titleblock .logoblock
{
	position:absolute;
	top:5px;
	left:35px;
}
.titleblock .logoblock .logoblockimage
{	
    height:125px;
    z-index:0;
}
