#header
{
	position: relative; /*width: 100%;*/
	height: 88px;
	background: url( 'images/topbg.gif' ) repeat-x;
	margin-bottom: 3px;
}

#header .tl
{
	height: 88px;
	background: url(images/round_corners/top_left_transparence_inside.gif) top left no-repeat;
}


#header .tr
{
	height: 88px;
	background: url(images/round_corners/top_right_transparence_inside.gif) top right no-repeat;
}

#header .bl
{
	height: 88px;
	background: url(images/round_corners/buttom_left_transparence_inside.gif) bottom left no-repeat;
}

#header .br
{
	height: 88px;
	background: url(images/round_corners/buttom_right_transparence_inside.gif) bottom right no-repeat;
}

#headerContent
{
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 6.0em;
	background: url(images/incredo-logo.jpg) no-repeat 1.5em 0.3em;
}

#headerContent h1
{
	font-weight: normal;
	color: #00a9a2;
	font-size: 2.5em;
}

#headerContent h2
{
	font-size: 1.0em;
	font-weight: normal;
	color: #00a9a2;
}




#headerPicBackground
{
	height: 140px;
	margin-bottom: 3px;
}

#headerPicBackground .tl
{
	height: 140px;
	background: url(images/round_corners/top_left_transparence_inside.gif) top left no-repeat;
}


#headerPicBackground .tr
{
	height: 140px;
	background: url(images/round_corners/top_right_transparence_inside.gif) top right no-repeat;
}

#headerPicBackground .bl
{
	height: 140px;
	background: url(images/round_corners/buttom_left_transparence_inside.gif) bottom left no-repeat;
}

#headerPicBackground .br
{
	height: 140px;
	background: url(images/round_corners/buttom_right_transparence_inside.gif) bottom right no-repeat;
}


