﻿/********************************************************/
/********************************************************/
/*						  Default						*/
/********************************************************/
/********************************************************/
span 
{
	float: left;
	font-family: Tahoma, HelveticaNeue-Black, Verdana, Arial;
	font-size: 12px;
}
#defaultDescriptionWrapper 
{
	float: left;
	width: 550px;
	margin: 15px 30px 0 30px;
	display: inline;
}
#defaultDescriptionWrapper p
{
	text-align: justify;
	line-height: 16px;
}
#defaultDescriptionWrapper p a
{
	color:#008fbd;
}
#NewRelease span
{
	font-family: Tahoma, HelveticaNeue-Black, Verdana, Arial;
	font-size: 14px;
	font-weight:bold;
	line-height:14px;
	color:#008fbd;
	float: none;
}

#NewRelease
{
	background-color: #008fbd;
}

#NewRelease p
{
	background-color: #ecf6fc;
	padding: 5px 7px 5px 5px;
	line-height: 16px;
}

.horizontalLine
{
	background-color: #CACBCF;
	float: left;
	font-size: 1px;
	height: 2px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	width: 550px;
}

#rotateMe
{
	border: solid 0px red;
	display: block;
	float: left;
	height: 220px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 550px;
}
#rotateMe .padImage
{
	float: left;
	padding: 8px 20px 0px 0px;
}
#rotateMe > li
{
	background-color: #FFFFFF;
	height: 220px;
	margin: 0;
	padding: 0;	
	width: 550px;
}
#rotateMe > li > img
{
	display: inline;
	float: left;
	height: 175px;
	margin: 0;
	padding: 0;
	width: 150px;
}
#rotateMe h2
{
	float: left;
	width: 380px;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #008fbd;
}
#rotateMe p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 8px 5px;
}
#rotateMe ul
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 6px 0;
	width: 283px;
}
#rotateMe ul li
{
	float: left;
	background-image: url(../images/highlights/bullet.png);
	background-position: 1px 8px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	width: 162px;
}
#rotateMe ul.greenheck li
{
	float: left;
	background-image: url(../images/highlights/bullet.png);
	background-position: 1px 8px;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 18px;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
	width: 162px;
}
#rotateMe ul li.short
{
	width: 97px;
	margin: 0;
}
#rotateMe a.learnMore
{
	background-image: url(../images/highlights/learn_more_button.png);	
	background-repeat: no-repeat;
	display: block;
	float: right;
	font-size: 11px;
	height: 21px;
	line-height: 13px;
	padding: 8px 0 0 10px;
	text-decoration: none;
	width: 87px;
	margin-top: 60px;
	
}
#adNavigation
{
	float: left;
}
#adNavigation a
{
	float: left;
	border: 2px solid #ccc;
	display: block;
	display: inline;
	width: 75px;
	height: 30px;
	text-decoration: none; 
	text-indent: -5000em;
	margin-right: 2px;
	padding: 0 5px 0 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#adNavigation a.activeSlide
{
	border: 2px solid #2595ec;
}