@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
}

body {
	margin:0;
	background:#00418b url('/_images/hp/bgRepeatVert.jpg') top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
	div#logo {
		position:absolute;
		top:40px;
		left:50%;
		margin-left:-313px;
		width:626px;
		height:144px;
		background:url('/_images/hp/logo1.png') top center no-repeat;
		z-index:20;
	}
	div#flash {
		position:relative;
		margin:123px auto 0;
		width:100%;
		height:434px;
		z-index:10;
		overflow:hidden;
	}
		div#flashContainer {
			position:absolute;
			top:0;
			left:50%;
			margin-left:-732px;
			height:434px;
			width:100%;
		}
	div#foot {
		position:relative;
		width:100%;
		height:550px;
		background:url('/_images/hp/picsBottom.jpg') top center no-repeat;
	}
		div#login {
			margin:0 auto;
			width:600px;
			text-align:center;
			padding-top:20px;
		}
			.login-input {
				width:200px;
				height:14px;
				color:#fff;
				font-weight:bold;
				font-size:11px;
				padding:2px;
				background:#116bcb;
				border:1px solid #888;
			}
			#goBtn {
				background:#254e7a;
				border:1px solid #888;
				width:75px;
				height:20px;
				font-weight:bold;
				font-size:11px;
				color:#fff;
				text-align:center;
				cursor:pointer;
			}
		div#buttons {
			position:relative;
			width:950px;
			height:80px;
			padding-top:10px;
			margin:0 auto;
			text-align:center;
		}
			a#btn1 {
				position:relative;
				float:left;
				width:185px;
				height:80px;
				background:url('/_images/hp/promoBtn_schedule_up.png') top left no-repeat;
			}
				a#btn1:hover {
					background:url('/_images/hp/promoBtn_schedule_over.png') top left no-repeat;
				}
			a#btn2 {
				position:relative;
				float:left;
				width:187px;
				height:80px;
				background:url('/_images/hp/promoBtn_trial_up.png') top left no-repeat;
			}
				a#btn2:hover {
					background:url('/_images/hp/promoBtn_trial_over.png') top left no-repeat;
				}
			a#btn3 {
				position:relative;
				float:left;
				width:187px;
				height:80px;
				background:url('/_images/hp/promoBtn_opp_up.png') top left no-repeat;
			}
				a#btn3:hover {
					background:url('/_images/hp/promoBtn_opp_over.png') top left no-repeat;
				}
			a#btn4 {
				position:relative;
				float:left;
				width:185px;
				height:80px;
				background:url('/_images/hp/promoBtn_buy_up.png') top left no-repeat;
			}
				a#btn4:hover {
					background:url('/_images/hp/promoBtn_buy_over.png') top left no-repeat;
				}