@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #202020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #221e63;
	background-image: url(media/images/regUtil_layout_01.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 966px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(media/images/regUtil_layout_body_07.jpg);
	background-repeat: repeat-y;
	margin: auto;
	position:relative;
	top: 25px;
}
#mainContent {
	padding: 0 0 0 30px;
}
#banner {
	background-image: url(media/images/regUtil_layout_03.jpg);
	height: 322px;
	width: 984px;
	position: relative;
	left: -9px;
	top:-15px;
}
#bannerList {
	width: 500px;
	position: relative;
	left: 125px;
	top: 108px;
}

#bannerList ul, #footerList ul {
	list-style-position: outside;
	list-style-image: url(media/images/arrow.png);
	list-style-type:none;
}
#bannerList ul li, #footerList ul li {
	height: 27px;
}
#tagLine {
	position: absolute;
	width: 550px;
	left: 89px;
	top: 80px;
	font-size: 18px;
}
#box {
	background-image:url("media/images/box.png");
	background-repeat:no-repeat;
	float:right;
	height:499px;
	position:absolute;
	right:54px;
	top:39px;
	width:254px;
	z-index: 10;
}
#priceBurst {
	background-image:url("media/images/buttons_03.png");
	background-repeat:no-repeat;
	height:122px;
	left:449px;
	position:absolute;
	top:218px;
	width:115px;
}
#buyButton {
	height:91px;
	left:202px;
	position:absolute;
	top:227px;
	width:300px;
}
#rightContent {
	float: right;
	width: 325px;
	z-index:100;
	padding-top:100px;
}
#leftContent {
	width: 590px;
}
#footer {
	clear:both;
	margin-bottom:45px;
	position:relative;
}
.lineItem {
	display:inline-block;
	position:relative;
	top: -10px;
	font-size: 16px;
}
#trialBtn {
	float: right;
	height: 96px;
	width: 271px;
	position: absolute;
	top: 375px;
	right: 40px;
	z-index: 250;
}

