/* -------------------------------------------------------------
IBEX 

Description: Splash page styles are here and are seperate to the rest of the site.
Filename:  splash.css
Version:  2.0
Date:  Nov 20 2007
Author:  Daniel Eberhardt

------------------------------------------------------------- */

body#splash {

}

/* @group General */

#page {
	background: #fff;
	padding-bottom:1em;
}

/* @group Links */

a, a:link, a:visited {
	color: #2B7EB4;
	text-decoration: underline;
	background: transparent;
}

a:hover {
	color: #A3BCD6;
	text-decoration: none;
}

a:active {
	color: #000;
	background: transparent;
}

#col-indus a:link, #col-indus a:visited
{
	color: #589C28;
}

#col-indus a:hover
{
	color: #81B36C;
}

/* @end */

/* @group Headings */

#content h1 {
	font-size: 1.5em;
	text-align: left;
	padding-right: 30px;
}

#content h2 {
	font-size: 1.1em;
	color: #000;
	text-align: center;
}

#content h1 {
	margin-bottom: 1em;
}

#content #col-indus h1 {
	color: #589C28;
}

/* @end */



/* @end */

/* @group Masthead */

#masthead {
	background: url(_img/splash/masthead_top.jpg) no-repeat 50% 3em;
	padding-top: 28px;
	height: 153px;
}

#branding img {
	margin: 42px 0 0 112px;
	border: 0;
	float: left;
	padding: 0;
}

#branding img.logo_tech {
	margin: 42px 153px 0 0;
	float: right;
}

/* @end */

/* @group Box Layout */

#main {
	background: url(_img/splash/body_bg.gif) repeat-y center top;
	padding: 0;
}

#content {
	padding: 0 0 10em 0;
	margin: 0;
	width: 100%;
	background: url(_img/splash/boxes_btm.gif) no-repeat center bottom;
	position: relative;
}

.col {
	width: 240px;
	float: left;
	display: inline;
	text-align: justify;
}

#col-indus {
	margin: 0 98px 0 91px;
}

div#col-tech.col {
	margin: 0 91px 0 0;
	float: right;
}


/* @group Inner containers */

body#splash div.inner-shell {
	margin: 8px 16px 0;
	padding-bottom: 30px;
	text-align: left;
	word-spacing: 0.25em;
}

#splash div.inner-shell div {
	padding-bottom: 0;
	margin-bottom: 0;
}

#splash img.cert {
	float: right;
	position: relative;
	top: 0;
	right: -40px;
	border: 0;
	margin: 0 0 1.5em -40px;
	padding: 0;
}

/* @end */
/* @end */

/* @group Button Links */

div.inner-shell a.enter-button {
	display: block;
	width: 82px;
	height: 25px;
	text-align: center;
	color: #FFF;
	line-height: 25px;
	text-decoration: none;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0;
}

#col-tech a.enter-button,
#col-tech a.enter-button:link,
#col-tech a.enter-button:visited
	{
	color: #fff;
	background: url(_img/splash/enter_sprite.gif) no-repeat 0 100%;
	margin-left: 128px;
	}	

#col-tech a.enter-button:hover
	{
	background-position: 0 -50px;
	color: #000;
	}

#col-indus a.enter-button,
#col-indus a.enter-button:link,
#col-indus a.enter-button:visited
	{
	color: #fff;
	background: url(_img/splash/enter_sprite.gif) no-repeat 0 0;
	margin-left: -213px;
	}

#col-indus a.enter-button:hover {
	background-position: 0 -25px;
	color: #000;
}

/* @end */


/* @group Language selection */

.language-box {
	min-height:6.5em;
	position: absolute;
	bottom: 5.5em;
	width: 208px;
}

.splash-language {
	text-align: center;
}

.splash-language li {
	display: inline;
	list-style: none none;
	background-image: none;
	padding: 0 2px;
	margin: 0;
}

.splash-language a:link, .splash-language a:visited {
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	border: 0;
	width: 760px;
	margin-top: 2em;
	background-image: none;
	clear: both;
}

#footer img {
	display: block;
	margin: 0 auto;
	border: 0;
	float: none;
}

/* @end */