@charset "utf-8";
body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	background: url(../images/splash_bg.gif) repeat-x #230000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #fff;
	padding-top: 98px;
}
body.no-buttons{
	background: url(../images/splash_no_buttons_body_bg.gif) repeat-x #230000;
}
h1{
	font-size: 1.4em;
	width: 310px;
	height: 60px;
}
h1 span{
	width: 310px;
	height: 60px;
	background: url(../images/splash_head.gif) no-repeat;
}
a{
	color: #fff;
}

.container{
	width: 1000px;
	margin: 0 auto;
}

.header{
	height: 66px;
	padding-left: 196px;
	position: relative;
}
.skip{
	width: 285px;
	height: 23px;
	position: absolute;
	top: 35px;
	left: 694px;
}
.skip a{
	width: 285px;
	height: 23px;
}
.skip a span{
	width: 285px;
	height: 23px;
	background: url(../images/splash_skip.gif) no-repeat;
}

.box{
	background: url(../images/splash_box_bg.gif) repeat-x;
	padding: 16px 10px;
	position: relative;
	height: 393px;
}
.no-buttons .box{
	background: url(../images/splash_no_buttons_box_bg.gif) repeat-x;
	height: 356px;
}
.left{
	float: left;
	height: 236px;
	overflow: hidden;
}
.right{
	width: 260px;
	padding-left: 35px;
	height: 240px;
	float: right;
	background: url(../images/splash_box_right_bg.gif) no-repeat;
	overflow: hidden;
}
.right a{
	display: block;
	width: 261px;
	height: 79px;
	overflow: hidden;
	margin-bottom: 1px;
}
.bottom{
	clear: both;
	width: 980px;
	padding-top: 5px;
}
.bottom a{
	margin-right: 2px;
}
.bottom a.no-margin{
	margin: 0;
}

.partners{
	padding-top: 25px;
	padding-left: 45px;
}
.no-buttons .partners{
	clear: both;
}

.logo{
	position: absolute;
	top: -66px;
	left: 31px;
	width: 150px;
	height: 82px;
	background: url(../images/splash_logo.gif) no-repeat;
}
.shadow-left{
	width: 5px;
	height: 425px;
	background: url(../images/splash_shadows.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: -5px;
}
.no-buttons .shadow-left{
	height: 358px;
	background: url(../images/splash_no_buttons_shadows.jpg) no-repeat;
}
.shadow-right{
	width: 5px;
	height: 425px;
	background: url(../images/splash_shadows.jpg) no-repeat -5px 0;
	position: absolute;
	top: 0;
	left: 1000px;
}
.no-buttons .shadow-right{
	height: 358px;
	background: url(../images/splash_no_buttons_shadows.jpg) no-repeat -5px 0;
}

.r-image{
	display: block;
	position: relative;
	overflow: hidden;
}
.r-image span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
a.r-image span{
	cursor: pointer;
}

.no-display{ display: none; }
.clear{ clear: both; }
.float-left{ float: left; }
.float-right{ float: right; }

