/* CSS */

html, body {
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

/* HEADER */

#header {
	overflow: hidden;
	width: 832px;
}
#search-bar {
	height: 27px;
	width: 794px;
	padding: 0 19px;
	background: #707070;
}
#line-blue {
	height: 2px;
	width: 100%;
	background: #00b2e5;
	overflow: hidden;
}
#line-grey {
	height: 2px;
	width: 100%;
	background: #707070;
	overflow: hidden;
}
#banner {
	padding: 12px 18px 12px 19px;
	width: 795px;
	height: 300px;
}
#flashcontent {
	position: absolute;
	left: 21px;
	top: 45px;
	z-index: 50;
}
#headerimage {
	position: absolute;
	left: 21px;
	top: 84px;
	width: 795px;
	height: 210px;
	z-index: 10;
}
#cvsmember-button {
	width: 162px;
	height: 77px;
	position: absolute;
	left: 21px;
	top: 270px;
	z-index: 50;
	cursor: pointer;
}
#cvsmember-button p {
	display: none;
}
#login-overlap {
	width: 187px;
	height: 31px;
	position: absolute;
	left: 183px;
	top: 270px;
	z-index: 50;
}
#login-line {
	position: absolute;
	left: 183px;
	top: 301px;
	height: 21px;
	width: 628px;
	padding: 3px 0 0 5px;
}
#nopassword-button {
	position: absolute;
	left: 183px;
	top: 325px;
	height: 22px;
	cursor: pointer;
	width: 194px;
}
#nopassword-button p {
	display: none;
}
#register-button {
	position: absolute;
	left: 377px;
	top: 325px;
	height: 22px;
	cursor: pointer;
	width: 294px;
}
#register-button p {
	display: none;
}
.form-login {
	width: 82px;
	height: 15px;
	border: 0 solid #fff;
	font-size: 11px;
	padding: 1px 4px 0;
	margin-left: 25px;
}
#headline {
	position: absolute;
	top: 3px;
	right: 14px;
	width: 310px;
	color: #fff;
	padding-right: 14px;
}
#headline a {color: #fff; text-decoration: none;}
#headline a:hover {color: #fff; text-decoration: underline;}

#mainsection-blue {width: 153px; padding: 0 0 14px 19px; float: left;}
#mainsection-green {width: 152px; padding: 0 0 14px 8px; float: left;}
#mainsection-purple {width: 153px; padding: 0 0 14px 8px; float: left;}
#mainsection-orange {width: 153px; padding: 0 0 14px 8px; float: left;}
#mainsection-red {width: 152px; padding: 0 0 14px 8px; float: left;}

/* CONTENT */

#form-table {
	width: 450px;
}
.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0 18px 0 19px;
	margin: 0;
	height: 41px;
	overflow: hidden;
	width: 795px;
	background: #fff;
	font-size: 9px;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #000; text-decoration: none;}
a.footer-link:hover {color: #00b2e5; text-decoration: none;}

#footer-left {
	float: left;
	color: #000;
	padding: 7px 0 0;
	line-height: 13px;
}

#footer-right {
	float: right;
	color: #000;
	padding: 0;
}
