/***********************************************/
/* McMasterCarr-SupplyCo 00001                 */
/* mcmaster.css                                */
/***********************************************/ 



/* Heading Levels 
---------------------------------------------------------------------------------------------------------------------------*/

/*  Add background-image if the client has a background image for their banner.
    The background-color may also be set to match the client's banner.  */

.header {
	background-image: url(Images/bannerImage.jpg);
	background-repeat: no-repeat; 
	background-position: center top; 
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 10px;
	top: 3px; 
}

/*  adjust top/left depending on banner
    change color as needed */
.headerTitle {
    color: #FFF;
	left: 350px;
	top: 20px; 
}

/*  adjust top/left depending on banner
    change color as needed */
.headerSubTitle {
    color: #FFF;
	left: 350px;
	top: 30px; 
}

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */

.headerLink 
{
    color:#FFFFFF;
    font-weight:bold;
}

.headerLink a:link{
	color: #FFFFFF;
}

.headerLink a:visited{
	color: #FFFFFF;
}

.headerLogout a:link {
	color: #FFFFFF;
}

.headerLogout a:visited {
	color: #FFFFFF;
}

.headerLogout a:hover {
	color: #6699FF;
}
