/* ================================================================= */
/* ==={ Header }==================================================== */
/* ================================================================= */
#siteHeader
{
	height: 110px;
	width: 779px;
	background-image: url('../images/castrol_masthead_logo.gif');
	background-repeat: no-repeat;
/*	border: 2px dashed dodgerblue;*/
}

div.topLinks
{
	height: 17px;
/*	border: 1px solid blue;*/
	border-left: 0px;
	text-align: right;
	margin-right: 33px;
	padding-top: 3px;
	color: white;
	text-decoration: none;
}
div.topLinks p a
{
	font-size: 1.1em;
	color: white;
/*	font-weight: bold;*/
	margin-right: 10px;
}
div.topLinks a:visited
{
	color: white;
}
div.topLinks a:hover
{
	color: red;
}
div.pageLabelContainer
{
/*	height: 77px;*/
	height: 54px;
/*	border: 1px solid blue;*/
/*	border: 1px solid white;*/
	border-left: 0px;
}
p#pageLabel
{
	color: white;
	font-weight: bold;
/*	margin-top: 24px;*/
	margin-top: 4px;
	margin-left: 230px;
/*	border: 1px solid yellow;*/
}
div.mastHeadContainer
{
	height: 31px;
	width: 761px;
	background-image: url('/global/images/masthead_container_bg.gif');

/*	border: 1px solid red;*/
}
p#userStatus
{
	text-align: right;
	color: white;
	font-weight: bold;
	margin-right: 43px;
}
p#userStatus a
{
	color: white;
}
p#userStatus a:hover
{
	color: red;
}

