/* 
	Homepage
*/

#page-body {
	background-image: none;
}

#HomeBanner {
	position:relative;
}

h1,
#HomeBanner .inner h2{
    font-size: 16px;
	letter-spacing: 0;
}

#HomeBanner .flash {
	position:absolute;
	width:515px;
	height:315px;
	left:0px;
	top:70px;
}

#homeRing{
	position:absolute;
	left:180px;
	top:40px;
}
#hisHers{
	position:absolute;
	left:410px;
	top:300px;
}
#index-page.main{
	display:block;
	float:none;
	width:auto;
}
#slideshow{
    overflow: hidden;
    width:902px;
    float:left;
	position: relative;
}
#slideshow-container{
    width:5000px;
	position: relative;
	left: 0;
}
#slideshow-container .cat-pod{
    float: left;
    height: 130px;
    margin: 6px 2px 0px 2px;
	padding-bottom:8px;
}
#slideshow-container .cat-pod a{
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 130px;
    width: 222px;
}
#slideshow-container .label{
    padding: 30px 25px 0 120px;
    font-size: 14px;
    color: white;
    line-height: 1.2em;
}
#slideshow-container .label-big{
    font-size: 18px;
    display: block;
}
#slideshow-container .selected{
    background-image: url(../images/pod-selector.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
#index-page .nav-button{
	width:28px;
	height:130px;
	float: left;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
	margin-top:6px;
	font-size:16px;
	font-weight:bold;
}
#index-page a:link.nav-button,
#index-page a:visited.nav-button { 
	color:#000000;
	text-decoration:none;
	background-position: -1px bottom;
	line-height:16px;
}

#index-page a:hover.nav-button,
#index-page a:active.nav-button,
#index-page a:focus.nav-button { 
	color:#FFFFFF;
	text-decoration:none;
	background-position: -31px bottom;
	line-height:16px;
}

#index-page #left-arrow {
	margin-right:1px;
}
#index-page #right-arrow {
	margin-left:1px;
	background-position: -62px bottom;
}
#index-page a:hover#right-arrow,
#index-page a:active#right-arrow,
#index-page a:focus#right-arrow { 
	background-position: -92px bottom;
}
#Content .cat-content{
	width:100%;
	background-color: #FFFFFF;
	float: left;
	display: none;
	background-image: url(../images/cat-content.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	border-bottom:1px solid #eee;
}
#Content .active{
    display: block;
}

.main .oneThirdColumn, .main .s1of3{width:320px}

.main .oneThirdColumn{
    float: left;
}

.homePod {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0 1px;
	padding:28px 28px 10px 28px;
    border-top: 1px #eeeef0 solid;
	position:relative;
}

#Content .top {
	border-top: 0;
}


.homePod h2{
    font-size: 16px;
}
.homePod p {
	font-size:11px;
	line-height:14px;
    color: #404040;
}

.homePod a.button{margin-left:0px}

.workshopPod {
    background-image: url(../images/diamond.jpg);
    min-height:142px;
    padding-bottom: 20px;
}
*html .workshopPod {height:142px}

.workshopPod p{
    padding-right: 100px;
}

.homePod .textLinkHolder p{
    background-image: url(../images/icons/inline.png);
    background-repeat: no-repeat;
    background-position: -28px -221px;
    padding-left: 8px;
    margin-left: 10px;
    margin-bottom: 5px;
	min-height:14px;
	height:auto !important;
	height:14px;
}
.homePod .textLinkHolder a{
    font-size: 11px;
    color: #404040;
    text-decoration: none;
}
.homePod .textLinkHolder a:hover{
	text-decoration:underline;
}

#WorkshopPod {
	background-image: url(../images/diamond.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeef0;
	padding:28px 120px 20px 28px;
	min-height:142px;
}
*html #WorkshopPod {height:142px}

.podText {
	min-height:95px;
	padding-bottom:6px;
}

#Sitemap {
	background-image: url(../images/sitemap.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Video Buttons */

a.video {
	background-image: url(../images/icons/video.jpg);
	background-repeat: no-repeat;
	width:50px;
	text-align:center;
	text-decoration:none;
	padding-top:50px;
	float:left;
	color:#FFFFFF;
	background-position: 0px 0px;
	margin-left:5px;
	margin-right:5px;
}

a:hover.video {
	color:#4dbcd8;
	background-position: 0px -100px;
}

a.videoPink {
	background-position: 0px -200px
}
a:hover.videoPink {
	color:#d84c76;
	background-position: 0px -300px
}

/*
Xmas Ribbon
*/

#ribbon{
	position:absolute;
	top:14px;
	left:-5px;
	width:525px;
	height:54px;
	background-image: url(../images/ads/ribbon.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	display:block;	
}
#ribbon.xmas {
	background-image: url(../images/ads/ribbon-xmas.jpg);
}


.pageSummary{
	background-color:#fff;
	padding:30px;
}
.pageSummary p{
	margin:0px;
}

