@charset "utf-8";
/* CSS Document */
#CaseTitle
{
	margin:5px 0px 18px 0px;
	text-transform:uppercase;
}
#LaunchSite
{
	color:#17914b;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	left:10px;
	border:0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-shadow:none;
}
#LaunchSite:hover {
	text-shadow: 1px 1px 1px #D7D7D7;
}
#SiteDemonstrationCase
{
	clear:both;
	padding-bottom:0px;
	margin-bottom:30px;
	position:relative;
	width:956px;
}
#CaseTitleImage {
	position:relative;
	float:left;
	margin-bottom:40px;
}
#CaseTitleImage a.Launch {
	position:absolute;
	top:379px;
	right:10px;
	z-index:100;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
	margin:25px 0px 0px 0px;
	width:900px;
}
p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:900px;
	margin-top:5px;
	line-height:20px;
	letter-spacing:0px;
}
h4
{
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	clear:both;
	margin:5px 0px 0px 0px;
}
#Strategy
{
	width:420px;
	float:right;
	position:relative;
}
#Strategy h2
{
	margin-top:0px;
	width:420px;
}
#Strategy p
{
	width:420px;
}
#Results
{
	width:320px;
	float:left;
	position:relative;
	top:50px;
	left:70px;
}
#Results h2
{
	width:320px;
}
#Results p
{
	width:320px;
}
#LastPage, #NextPage
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform:capitalize;
	position:relative;
	top:13px;
}
#LastPage
{
	/*background-image:url(../images/grey_arrow_last.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:14px;*/
}
#NextPage
{
	/*background-image:url(../images/grey_arrow_next.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:14px;*/
}
.screen-m
{
	border:1px solid #000;
}
#left-arrow, #right-arrow
{
	width: 28px;
	height: 43px;
	background-repeat: no-repeat;
	border: 0px;
}
#left-arrow
{
	float:left;
	background:url(../images/product/arrow_l.png) no-repeat;
}
#left-arrow:hover
{
	background: url(../images/product/arrow_l.png) no-repeat 0 -43px;
}
#right-arrow
{
	float:right;
	background: url(../images/product/arrow_r.png) no-repeat 0 0;
}
#right-arrow:hover
{
	background: url(../images/product/arrow_r.png) no-repeat 0 -43px;
}
#ipad-slide
{
	height:712px;
	width:798px;
	background:url(../images/product/ipad_bg.png) no-repeat;
	position:relative;
}
img.slide-show
{
	position:absolute;
	top:69px;
	left:89px;
	cursor: pointer;
}
