/* CSS Document */

#newest
{
	width:100%;
	height:435px;
	background-color:#1d3f4c; /*#635f5c*/
	background-image:url(/Images/slider_odizor.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#promo1
{
	width:100%;
	height:435px;
	background-color:#1d3f4c; /*#635f5c*/
	background-image:url(/Images/callRescuebg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#promo2
{
	width:100%;
	height:435px;
	background-color:#1d3f4c; /*#1a568c*/
	background-image:url(/Images/processBg2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#promo3
{
	width:100%;
	height:435px;
	background-color:#1d3f4c; /*#6d7745*/
	background-image:url(/Images/leadsBg2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#promo4
{
	width:100%;
	height:435px;
	background-color:#1d3f4c; /*#566553*/
	background-image:url(/Images/evaluateBg2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#promo5
{
	width:100%;
	height:435px;
	background-color:#1d3f4c; /*#635f5c*/
	background-image:url(/Images/recordBg2.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#rotate
{
	width:100%;
	height:435px;
	background-color:#1d3f4c; /*#635f5c*/
	background-image:url(/Images/slider_odizor.jpg);
	background-position:center;
	background-repeat:no-repeat; 
}

#promoSelect
{
	width:980px;
	height:25px;
	margin:0 auto 0 auto;
}

#promoSelectContainer
{
	z-index:2;
	position:absolute;
	top:390px;
	left:0;
	width:100%;
}

#promoSelect ul
{
	float:right;
	height:25px;
	margin:0;
	padding:0;
	list-style:none;
}

#promoSelect ul li:hover
{
	cursor:pointer;
}

#promoSlider
{
	width:100%;
	height:435px;
	list-style:none;
	overflow:hidden;
	z-index:1;
}

#promoSlider li
{
	width:16.666666666666666666666666666667%;
	height:435px;
	margin:0;
	padding:0;
	float:left;
}

#promoSlider ul
{
	width:600%;
	height:435px;
	margin:0;
	padding:0;
	list-style:none;
}

.notSelected
{
	float:left;
	width:25px;
	height:25px;
	background-image:url(../Images/whiteBox.png);
	background-repeat:no-repeat;
}

.pause
{
	float:left;
	width:25px;
	height:25px;
	background-image:url(../Images/pause.png);
	background-repeat:no-repeat;
}

.play
{
	float:left;
	width:25px;
	height:25px;
	background-image:url(../Images/play.png);
	background-repeat:no-repeat;
}

.promoContents
{
	width:940px;
	height:435px;
	padding:200px 20px 20px 20px;
	margin:0 auto 0 auto;	
}

#promoList h2
{
	width:350px;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.promoText
{
	width:350px;
	color:#FFFFFF;
	font-size:1.125em;
}

.promoText a
{
	text-decoration:underline;
	color:#FFFFFF;
}

.selected
{
	float:left;
	width:24px;
	height:25px;
	padding:0 0 0 1px;
	background-image:url(../Images/orangeBox.png);
	background-repeat:no-repeat;
	text-align:center;
	line-height:26px;
	font-size:1.5em; /* 24px */
	vertical-align:middle;
	color:#FFFFFF;
}