﻿/*--Main Container--*/
.homeBanner_view
{
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.homeBanner_window
{
	height:420px;
	width: 970px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
    z-index:0;
}

.homeBanner_reel
{
	position: absolute;
	top: 0;
	left: 0;
}

.homeBanner_reel img
{
    float: left;
}

/*--Paging Styles--*/
.homeBanner_paging
{
	position: absolute;
	bottom: 0px;
	right: -7px;
	width: 110px;
	height :40px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/*background: url(paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.homeBanner_paging a
{
	padding: 5px;
	text-decoration: none;
	color: #000;
	background: #ddd;
	/*border: 1px solid #610000;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.homeBanner_paging a.active
{
	font-weight: bold;
	color: #fff;
	background: #e94f1a;
	/*background: #920000;*/
	/*border: 1px solid #610000;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.homeBanner_paging a:hover
{
    font-weight: bold;
}

.advertisement
{
	background-image: url(images/pages/home/front-ad.jpg);
}
.promo
{
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #f9bb08 1px solid;
	font-family: arial;
	background-color: #fcd24a;
	text-align: center;
}
.promo_td
{
	background-image: url(images/pages/home/fade_yellow.jpg);
	background-repeat: repeat-x;
	font-family: arial;
}
.new
{
	background-image: url(images/pages/home/ad-main.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	text-align: right;
}
.text_1 a:link
{
  text-decoration: underline;
}
.ShortcutLink
{
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 3px;
	color: black;
	padding-top: 4px;
	font-family: arial;
	text-decoration: none;
	text-align:left;
}
.ShortcutLink a
{
  color:Black;
  font-size:10pt;
}
.ColHead
{
  font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
}
.space_1
{
	font-size:1px;
	line-height:1px;
}
