﻿/* ########## breadcrumb ########## */
body.home #breadcrumb { 
	display: none;
}

/* ########## banner ########## */
div.banner {
	position: relative;
}

/* navigation */
div.banner a.next,
div.banner a.previous
{
	background: transparent url(/web/resource/img/home/banner/navigation/blank.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 365px;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 69px;
	z-index: 9999;
}

div.banner a.next {
	right: 0;
}

div.banner a:hover.next {
	background-image: url(/web/resource/img/home/banner/navigation/next.png) !important;
}

div.banner a.previous {
	left: 0;
}

div.banner a:hover.previous {
	background-image: url(/web/resource/img/home/banner/navigation/previous.png) !important;
}

div.banner ul.navigation {
	bottom: 0;
	left: 70px;
	padding: 20px 20px 10px 10px;
	position: absolute;
	z-index: 9999;
}

div.banner ul.navigation li {
	float: left;
	margin: 2px 2px 2px 0;
}

div.banner ul.navigation li a {
	background: #ffffff no-repeat;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-indent: -9999px;
	width: 20px;
}

div.banner ul.navigation li.selected a {
	background-color: #000000;
}

/* rotation */
#banner {
	background: #f4f4f4 url(/web/resource/img/home/banner/loader.gif) no-repeat center center;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}

#banner,
#banner li a
{
	height: 365px;
	width: 990px;
}

#banner li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

#banner li a {
	background: transparent no-repeat;
	display: block;
	outline: 0;
	text-indent: -9999px;
}


/* ########## featured ########## */
div.featured {
	background: none;
	float: left;
	margin-right: 2px;
}


/* ########## news ########## */
div.news {
	background: transparent url(/web/resource/img/home/divider.gif) no-repeat right bottom;
	float: left;
	height: 266px;
	margin-right: 2px;
	position: relative;
	text-align: center;
	width: 260px;
}

div.news h3,
div.news h3 span,
div.items h3,
div.items h3 span,
div.finder h3
{
	display: block;
	height: 28px;
	margin: 0 !important;
	text-indent: -9999px;
	width: 260px;
}

div.news h3,
div.items h3
{
	background: transparent url(/web/resource/img/global/footer/gradient.gif) repeat-x;
}

div.news h3 span {
	background: transparent url(/web/resource/img/home/news.gif) no-repeat 15px center;
}

div.news div.item {
	margin: 15px auto;
	text-align: left;
	width: 230px;
}

div.news div.item h4 {
	color: #222222;
	font-size: 100%;
}

div.news div.item p {
	font-size: 90%;
	padding: 5px 0;
	margin: 0 !important;
}

div.news a:hover {
	text-decoration: underline;
}

div.news div.item a.more {
	color: #d7150b;
}

div.news a.more.all {
	bottom: 5px;
	display: block;
	left: 10px;
	position: absolute;
}


/* ########## items ########## */
div.items {
	float: left;
	height: 266px;
	position: relative;
	width: 466px;
}

div.items h3,
div.items h3 span
{
	width: 466px;
}

div.items h3 span {
	background: transparent url(/web/resource/img/home/featured.gif) no-repeat 15px center;
}

div.items div.item {
	float: left;
	height: 300px;
	margin-left: 2px;
	position: relative;
	text-align: center;
	width: 220px;
}

div.items div.item.one {
	/*background: transparent url(/web/resource/img/home/divider.jpg) no-repeat top right;*/
	margin-left: 5px;
}

div.items div.item.two {
	float: right;
	margin-right: 5px;
}

div.items div.item h4 {
	border-bottom: 1px solid #d3cac3;
	border-top: 1px solid #d3cac3;
	font-size: 110%;
	padding: 10px;
	margin-bottom: 10px !important;
}

div.items div.item img {
	background: transparent no-repeat center center;
	display: block;
	height: auto;
	margin: 10px auto;
	width: auto;
}

div.items div.item a.more {
	background: none;
	color: #d7150b;
	display: inline;
	height: auto;
	text-decoration: none;
	text-indent: 0;
	width: auto;
}

/* ########## finder ########## */
div.finder {
	color: #ffffff;
	float: left;
	position: relative;
	text-align: center;
	width: 260px;
}

div.finder h3 {
	background: #c71405 url(/web/resource/img/home/pod/gradient-red-header.gif) repeat-x bottom;
}

div.finder h4 {
	background: transparent url(/web/resource/img/home/pod/notebook-finder.png) no-repeat center center;
	display: block;
	margin: 0 auto 10px !important;
	height: 26px;
	text-indent: -9999px;
	width: 180px;
}

div.finder div.content {
	background: transparent url(/web/resource/img/home/pod/gradient-red-bg.gif) repeat-x;
	height: 180px;
	padding-top: 20px;
	margin-bottom: 2px;
}

div.finder div.footer {
	background: transparent url(/web/resource/img/home/pod/table-base-red.gif) no-repeat;
	height: 10px;
}

div.finder fieldset {
	margin: 0 auto;
	width: 200px;
}

div.finder fieldset label {
	display: block;
	height: 18px;
	margin: 0 auto 5px;
	width: 200px;
}

div.finder fieldset label select {
	color: #666666;
	font-size: 95%;
	height: 18px;
	float: left;
	width: 200px;
}

div.finder fieldset a.search {
	background: transparent url(/web/resource/img/home/search.png) no-repeat 0 -30px;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: 10px auto 0;
	text-indent: -9999px;
	width: 170px;
}

div.finder fieldset a:hover.search {
	background-position: 0 0;
}

div.finder div.glass {
	background: transparent url(/web/resource/img/home/pod/magnifying-glass.png) no-repeat;
	display: block;
	height: 52px;
	left: 100px;
	position: absolute;
	text-indent: -9999px;
	top: -10px;
	width: 78px;
	z-index: 9999;
}

div.finder a.redemption,
div.finder a.partner,
div.finder a.shop
{
	background: transparent no-repeat 0 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	margin-bottom: 2px;
	text-indent: -9999px;
	text-transform: uppercase;
}

div.finder a.redemption {
	background-image: url(/web/resource/img/home/btn-redemptions.png);
}

div.finder a.partner {
	background-image: url(/web/resource/img/home/btn-partner.png);
}

div.finder a.shop {
	background-image: url(/web/resource/img/home/btn-shop.png);
}

div.finder a:hover.redemption,
div.finder a:hover.partner,
div.finder a:hover.shop
{
	background-position: 0 bottom;
}


/* ########## arrow bar ########## */
div.arrow-bar {
	background: #383838;
	height: 9px;
	margin-top: 150px;
	position: relative;
}

div.arrow-bar div.arrow {
	background: transparent url(/web/resource/img/home/triangle.gif) no-repeat;
	height: 9px !important;
	position: absolute;
	top: 0;
	width: 13px !important;
}

div.arrow-bar div.arrow.left {
	left: 250px;
}

div.arrow-bar div.arrow.center {
	right: 490px;
}

div.arrow-bar div.arrow.right {
	right: 260px;
}


/* ########## footer ########## */
#footer {
	border-top: 0;
	margin: 0;
}