/* DTAS Home CSS */

#content {
	padding: 34px 0px 80px 505px; /* Margin-bottom = space before footer */
	width: 482px; /* 988 - left padding (505). Right padding on text(45) applied through p stylinging as greater width required for hp-lnk divs */
	/* background: url(../images/design/content-hm-bg.jpg) 50px 1px no-repeat; - Replaced with div#slide */
}

/* #hd {background-image: url(../images/design/hd-shoxx-hm-bg.gif);} Animated gif option */

#hd {background-image: none;}

div#hd1 {background-image: none;} /* Remove animated gif for #hd1 to reveal the image for #hd2 */

/* Javascript slide rotator */
div#slide {
	position: absolute;
	margin: 0; border: 0; padding: 0;
	top: 1px;
	left: 0;
	width: 465px;
	height: 414px;
	background: url(../images/design/content-hm-bg.jpg) 50px 0 no-repeat;
}
div#slide div.slide {
	position: absolute;
	margin: 0; border: 0; padding: 0;
	top: 0;
	left: 0;
	width: 465px;
	height: 414px;
}
div#slide1 {background: url(../images/design/slide1.jpg) 50px 0 no-repeat;}
div#slide2 {background: url(../images/design/slide2.jpg) 50px 0 no-repeat;}
div#slide3 {background: url(../images/design/slide3.jpg) 50px 0 no-repeat;}
div#slide4 {background: url(../images/design/slide4.jpg) 50px 0 no-repeat;}
div#slide5 {background: url(../images/design/slide5.jpg) 50px 0 no-repeat;}
div#slide6 {background: url(../images/design/slide6.jpg) 50px 0 no-repeat;}
div#slide7 {background: url(../images/design/slide7.jpg) 50px 0 no-repeat;}
div#slide8 {background: url(../images/design/slide8.jpg) 50px 0 no-repeat;}
div#slide9 {background: url(../images/design/slide9.jpg) 50px 0 no-repeat;}
div#slide10 {background: url(../images/design/slide10.jpg) 50px 0 no-repeat;}
div#slide11 {background: url(../images/design/slide11.jpg) 50px 0 no-repeat;}
div#slide12 {background: url(../images/design/slide12.jpg) 50px 0 no-repeat;}
div#slide13 {background: url(../images/design/slide13.jpg) 50px 0 no-repeat;}
div#slide14 {background: url(../images/design/slide14.jpg) 50px 0 no-repeat;}
div#slide15 {background: url(../images/design/slide15.jpg) 50px 0 no-repeat;}

/* Essential selection logo */
img#hm-dess-logo {
	position: absolute;
	margin: 0; border: 0; padding: 0;
	top: 450px;
	left: 60px;
	width: 375px;
	height: 100px;
}
img#hm-dess-logo:hover {
	top: 448px;
	left: 58px;
	width: 379px;
	height: 104px;
}

/* Rippa blade logo and text */
div#hm-rippa {
	position: absolute;
	margin: 0; border: 0; padding: 0;
	top: 566px;
	left: 60px;
	width: 375px;
	height: 150px;
}

div#hm-rippa img { /* Rippa logo */
	position: absolute;
	margin: 0; border: 0; padding: 0;
	width: 213px;
	height: 63px;
}
div#hm-rippa img:hover {
	width: 217px;
	height: 67px;
}

div#hm-rippa p { /* Rippa link text */
	margin: 0; border: 0;
	padding: 0 0 0 223px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #C3CAD0;
}
div#hm-rippa p a {
	color: #F6D219;
	text-decoration: none;
}
div#hm-rippa p a:hover {color: #FEFF6F;}