@charset "UTF-8";
/*ITM - CSS Core Document */

/*Global reset*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align:baseline;
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
	border:0;
}
ol, ul {
	list-style: none;
}
a, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/*Start layout definition*/
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#000;
	min-width:990px;
}
/*************************** TOP ***/

#wrapper  {
	border-top: #e62c25 5px solid;
}
/*************************** CENTER ***/
#wrapper #center {
	width:100%;
	height:530px;
	background:#000 url(../graphics/bg.jpg) no-repeat center top;
}
#wrapper #center #selectIntro {
	margin:0 auto;
	width:990px;
	height:530px
}
/*************************** FOOTER ***/
#wrapper #footer {
	width:100%;
	height:37px;
	background:url(../graphics/footer_tile.gif) repeat-x 0 0;
}
#wrapper #footer p{
	margin:0 auto;
	width:890px;
	height:29px;
	padding:8px 0 0 50px;
	color:#FFF;
	font-size:10px;
	text-align:center;
	background:url(../graphics/itm_mini_logo.gif) no-repeat 20px 0;
}
/*************************** BOTTOM ***/
#wrapper #bottom {
	width:100%;
	height:110px;
	background:url(../graphics/bottom_tile.gif) repeat-x 0 0 scroll;
}

/*************************** ALT CONT ***/

#selectIntro a {
    width: 411px;
    padding: 39px;
    float: left;
    position: relative;
    height: 350px;
    margin-top: 110px;
    z-index: 10;
}

#selectIntro a img {
    position: relative;
    left: 10px;
    top: 10px;
    z-index: 20;
}

#selectIntro a .description {
    position: absolute;
    top: 330px;
    z-index: 20;
}

#selectIntro a .description span {
    float: left;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    margin-left: 15px;
    background: url( '../graphics/square.jpg' ) no-repeat center left;
}

#selectIntro a .description span:first-child {
    margin-left: 10px;
}

#selectIntro a .red-button {
    width: 80px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    background: url('../graphics/button-bg.jpg') repeat-x top left;
    font-size: 12px;
    color: #fff;
    z-index: 20;
}
