/*	Style Sheet for General Site Layout
-----------------------------------------------------------------------------

-----------------------------------------------------------------------------*/
*
	{
	margin: 0;
	padding: 0;
	border: 0;
	}





/*-----------------------------------------------------------------------------
->	Classes
-----------------------------------------------------------------------------*/

.floatLeft
	{
		float: left;
	}


.floatRight
	{
		float: right;
	}

.clear
	{
		clear: both;
	}


/*-----------------------------------------------------------------------------
->	Layout
-----------------------------------------------------------------------------*/

#wrapper
	{
	width: 710px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 33px;
	}

#logoContainer
	{
		width: 270px;
		float: left;
	}


#spotlightContainer
	{
	width: 690px;
	height: 247px;
	background: #fff url(../img/bg-spotlightHome.gif) repeat-x 0 0;
	margin-top: 15px;
	padding: 10px;
	}


#contentWrapper
	{
		background: #fff url(../img/bg-fauxCols-three.gif) repeat-y 0 0;
	}

/*-----------------------------------------------------------------------------
->	Headings
-----------------------------------------------------------------------------*/
#primaryContent #h1Prime
	{
		text-indent: -9999px;
		height: 43px;
		background: #fff url(../img/bg-h1-event.gif) no-repeat 0 0;
	}


#secondaryContent #h1Inter
	{
	text-indent: -9999px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/bg-h1-announcement.gif);
	}


#secondaryContent h2
	{
		margin-top: 10px;
		text-indent: -9999px;
		width: 270px;
		height: 19px;
		background: #fff url(../img/bg-h2-accessories.gif) no-repeat 0 0;
		float: left;
	}

/*-----------------------------------------------------------------------------
->	Main Content
-----------------------------------------------------------------------------*/
#primaryContent
	{
		float: right;
		width: 440px;
		margin-bottom: 10px;
	}


#primaryContent p
	{
	width: 200px;
	line-height: 15px;
	margin-bottom: 10px;
	float: left;
	padding: 10px;
	}
#primaryContent p span
	{
		color: #000;
	}


#primaryContent a.featureLinks:link, #primaryContent a.featureLinks:visited
	{
		display: block;
		text-decoration: none;
		color: #000000;
		margin-top: 10px;
	}
	
#primaryContent a.featureLinks:hover, #primaryContent a.featureLinks:active
	{
		text-decoration: underline;
		color: #c71444;
	}

/*-----------------------------------------------------------------------------
->	Secondary Content
-----------------------------------------------------------------------------*/
#secondaryContent
	{
	float: left;
	width: 270px;
	}

#secondaryContent p
	{
		width: 250px;
		padding: 10px;
		line-height: 15px;
		float: left;
		margin-bottom: 10px;
	}
#secondaryContent p span
	{
		color: #000;
	}


#secondaryContent a.featureLinks:link, #secondaryContent a.featureLinks:visited
	{
		display: block;
		text-decoration: none;
		color: #000000;
		margin-top: 10px;
	}
	
#secondaryContent a.featureLinks:hover, #secondaryContent a.featureLinks:active
	{
		text-decoration: underline;
		color: #c71444;
	}


/*-----------------------------------------------------------------------------
->	Slider
-----------------------------------------------------------------------------*/
#slideshow {
	width: 689px;
	height: 247px;
}

#slideshow .fader {
	top:95;
	left:140;
	z-index:8;
	position: absolute;
}

#slideshow .fader.active {
    z-index:10;
}

#slideshow .fader.last-active {
    z-index:9;
}
