/** Intro **********************************************************************************************************/
/*******************************************************************************************************************/
.body-splash {
	background-image: url(../images/splash/bg_splash.jpg);
}

.body-splash #vmc_logo {
	position: absolute;
	top: 0;
	left: 0;
}

.body-splash #vmc_logo a {
	position: absolute;
	top: 34px;
	left: 448px;
	display: block;
	width: 308px;
	height: 39px;
	background: transparent;
}

/* Page ********************************************************/
.body-splash .lang-block {
	float: left;
	position: relative;
	width: 30%;
	margin: 0 5px 0 5px;
}

.body-splash #blocks {
	position: absolute;
	top: 85px;
	left: 50%;
	width: 800px;
	margin: 50px 0 0 -371px;
}

.body-splash #blocks .description { height: 148px; }

.body-splash #blocks p.flash-logo {
	text-align: center;
	margin: 8px 0 0 0;
}

.body-splash #blocks p.entersite {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 25px 0 30px 0;
}
.body-splash .entersite a, .body-splash .entersite a:visited {
	text-align: center;
	color: #cc3333;
	border: 1px solid #cc3333;
	padding: 2px 5px 2px 5px;
}

.body-splash .entersite a:hover { }

.body-splash #blocks p.links {
	text-align: center;
	margin: 0 0 0 0;
	line-height: 1.1em;
}

.body-splash #blocks p.links a {
	color: #663333;
}

.body-splash .lang-block h1 {
	text-indent: -9999px;
	overflow: hidden;
}

.body-splash #english h1 {
	background: url(../images/splash/title_en.gif) no-repeat;
	width: 229px;
	height: 18px;
}

.body-splash #french h1 {
	background: url(../images/splash/title_fr.gif) no-repeat;
	margin: -1px 0 0 0;
	width: 223px;
	height: 19px;
}

.body-splash #japanese h1 {
	background: url(../images/splash/title_ja.gif) no-repeat;
	margin: -2px 0 2px 0;
	width: 161px;
	height: 18px;
}

/* Typography **************************************************/
.body-splash #blocks h1 { color: #ab6e17; font-size: 10pt;}
.body-splash #blocks p { color: #663333; font-size: 9pt; margin: 0 0 9px 0; }
/***************************************************************/

/*******************************************************************************************************************/
/*******************************************************************************************************************/

/* Menu Column *************************************************/
.body-asahi #leftColumn {
	width: 304px;
	float: left;
}

/**************************************************************/



