/* ------ START: Global Reset ------ */
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
}
li, dd, blockquote {
	margin-left: 5%;
}
fieldset {
	padding: .5em; 
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 1em;
}
/* ------ END: Global Reset ------ */



a {
	outline: none;
	color: #666666;
	text-decoration: none;
}

a:hover {
	outline: none;
	color: #CCCCCC;
}

body {
	background: #1F1514;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

img { behavior: url("/ssi/pngbehavior.htc"); }



/* ------ START: Splash Page ------ */
#splash {
	position: relative;
	width: 660px;
	margin: 5em auto 0em auto;
	border: 1px solid #FFC003;
}

#splash_custom, #splash_custom a {
	display: block;
	float: left;
	width: 280px;
	height: 300px;
	margin: 0;
}

#splash_custom a {
	text-indent: -3000px;
	background: url("../images/splash_custom.jpg") no-repeat;
}

#splash_custom a:hover {
	background-position: -280px 0px;
}

#splash_enter {
	position: relative;
	clear: both;
	height: 108px;
	text-align: center;
}

#splash_enter_custom {
	position: relative;
	float: left;
	width: 155px;
	height: 68px;
	padding: 20px 20px 20px 155px;
	background: url("../images/splash_bg_custom.jpg") no-repeat;
}

#splash_enter_custom a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 155px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #136397;
}

#splash_enter_custom a:hover {
	background: #084178;
}

#splash_enter_traffic {
	position: relative;
	float: left;
	width: 155px;
	height: 68px;
	padding: 20px 155px 20px 20px;
	color: #FFFFFF;
	background: url("../images/splash_bg_traffic.jpg") no-repeat;
}

#splash_enter_traffic a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 155px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #07462D;
}

#splash_enter_traffic a:hover {
	background: #01200E;
}

#splash_footer {
	position: relative;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	margin: 1em 0em 5em 0em;
}

#splash_logo {
	position: absolute;
	top: 40px;
	left: 200px;
}

#splash_sign_anything, #splash_sign_anything a {
	display: block;
	float: left;
	width: 97px;
	height: 300px;
	margin: 0;
}

#splash_sign_anything a {
	text-indent: -3000px;
	background: url("../images/splash_sign_anything.jpg") no-repeat;
}

#splash_sign_anything a:hover {
	text-indent: -3000px;
	background: url("../images/splash_sign_anything.jpg") -97px 0px no-repeat;
	cursor: default;
}

#splash_traffic, #splash_traffic a {
	display: block;
	float: left;
	width: 283px;
	height: 300px;
	margin: 0;
}

#splash_traffic a {
	text-indent: -3000px;
	background: url("../images/splash_traffic.jpg") no-repeat;
}

#splash_traffic a:hover {
	background-position: -283px 0px;
}
/* ------ END: Splash Page ------ */