@charset "UTF-8";

/********************** Begin: Language Splash module classes *****************/

.langSplashOuterContainer {
	display: block;
	position: relative;
	width: 328px;
	height: auto;
	height: auto;
	color: #000000;
	background-color: #F4F4F4;
	background-image: url("../../../images_css/lang_splash_outer_container_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 1px solid #DFDFDF;
	margin-top: 78px;
}

.langSplashInnerContainer {
	display: block;
	position: relative;
	z-index: 1;
	width: 310px;
	height: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.langSplashInnerContainer .pageTitle {
	display: block;
	color: #666666;
	background-color: transparent;
	font-size: 0.9em;
}

/*********************** End: Language Splash module classes ******************/

/********************* Begin: Language Splash template classes ****************/

/*
.masthead {
	margin: 15px 20px 15px 20px;
	width: 740px;
	position: relative;
}
*/

.mainContainer {
	display: block;
	width: 779px;
	height: auto;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/castrol_masthead_tagline.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/********************** End: Language Splash template classes *****************/

.langSplashInnerContainer .footerTable .greenPipe {
	color: #666666;
	background-color: #F4F4F4;
}

.langSplashInnerContainer .footerTable {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	position: relative;
	bottom: 0;
}

.langSplashInnerContainer .footerTable td {
	display: table-cell;
}

/*
	display: table;
	width: 740px;
	height: 20px;
	margin-left: 20px;
	position: relative;
	bottom: 2px;
*/

.langSplashInnerContainer .footerTable .link10:link, .langSplashInnerContainer .footerTable .link10:visited {
	display: inline;
	float: left;
	color: #007B32;
	background-color: transparent;
	/*
	background-image: url("../../../images_css/lang_splash_arrow.gif");
	background-postion: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	*/
	text-decoration: none;
	/*
	padding-right: 10px;
	*/
}

.langSplashInnerContainer .footerTable .link10:hover, .langSplashInnerContainer .footerTable .link10:active {
	display: inline;
	float: left;
	color: #FF0000;
	background-color: transparent;
	/*
	background-image: url("../../../images_css/_lang_splash_arrow.gif");
	background-postion: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	*/
	text-decoration: none;
	/*
	padding-right: 10px;
	*/
}

