h1 {
	margin-top: 0;
	background: url('/images/background/home-h1-bg.gif') 0 0 no-repeat;
	height: 43px;
	padding: 25px 20px 0 200px;
	font-size: .9em;
}
h1 a {
	color: #0d5eab;
}
div#content {
	background: none;
	margin: 0;
}

/* Player */
#playerCover {
	top: 0;
	left: 0;
	position: absolute;
	width: 900px;
	height: 316px;
	background: url("/images/player/player-main-adv-shadow.gif") 0 0 no-repeat;
	z-index: 20;
}
#player {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 316px;
}
div#player div#playerImages {
	width: 900px;
	height: 316px;
	overflow: hidden;
}
#player #playerButtons {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 399px;
	height: 56px;
}
#player #playerButtons a {
	float: left;
	height: 56px;
	text-indent: -99999px;
	overflow: hidden;
	background: url("/images/player/player-main-adv-buttons.png") 0 0 no-repeat;
}
#player #playerButtons #playerMainLearnMore {
	width: 134px;
	background-position: 0 0;
}
#player #playerButtons a#playerMainDownload {
	width: 130px;
	background-position: -134px 0;
}
#player #playerButtons a#playerMainSupport {
	width: 135px;
	background-position: -264px 0;
}
#player #playerButtons a#playerMainLearnMore:hover { background-position: 0 -56px; }
#player #playerButtons a#playerMainDownload:hover { background-position: -134px -56px; }
#player #playerButtons a#playerMainSupport:hover { background-position: -264px -56px; }

/* Buckets */
#buckets {
	margin-top: 12px;
	font-size: .85em;
	float: left;
	width: 900px;
}
#buckets div.bucket {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #a6a6a6;
	padding: 10px 18px 20px 18px;
	margin: 0 2px;
	width: 260px;
	float: left;
	background: #d8d6d6 url('/images/background/home-buckets-bg.jpg') left top repeat-x;
}
#buckets div.bucket h2 {
	margin: 0 0 .5em 0;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: .15em;
	color: #0d5eab;
}
#buckets div.bucket p,
#buckets div.bucket a {
	color: #000;
}
#buckets div.bucket h3 {
	margin: 1.5em 0 .2em 0;
	font-size: 1em;
}
#buckets div.bucket select {
	width: 90%;
}
#buckets div.bucket#customerBucket div.clients {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #bababa;
}
/* News Bucket */
#buckets #newsBucket div.mainHeadline {
	border: 1px solid #989898;
	padding: 1px;
	background: #fff;
}
#buckets #newsBucket div.mainHeadline a.featTit {
	display: block;
	padding: 2px;
	font-weight: bold;
	font-size: .9em;
}
#buckets #newsBucket img {
	display: block;
	width: 256px;
	border: none;
}
#buckets #newsBucket p {
	margin-top: 0;
	padding: .3em;
	font-weight: bold;
}
#buckets #newsBucket a {
	text-decoration: none;
}
#buckets #newsBucket ol {
	list-style-type: none;
}
#buckets #newsBucket ol li {
	width: 120px;
	float: left;
	margin-top: 1em;
	margin-right: 7px;
}
#buckets #newsBucket ol li.alt {
	border-left: 1px solid #bababa;
	padding-left: 8px;
	margin-right: 0;
}
/* Clients Bucket */
div#buckets div.clients .clientImgBox {
	position: relative;
	display: block;
	width:  260px;
	height: 110px;
	background: url('/images/background/client_bucket_img_bg.gif') bottom center no-repeat;
	overflow:hidden;
}
div#buckets div#clientImgBox_inner {
	position: absolute;
	top: 15px;
	margin-left: 47px;
}