/* CSS Document */

#photograph {
	position:absolute;
	left:12px;
	top:97px;
	width:440px;
	height:240px;
	z-index:2;
	background-image: url(../img/bg_pic.jpg);
}

#trial_curve {
	position:absolute;
	left:2px;
	top:24px;
	width:62px;
	height:240px;
	z-index:3;
	background-image: url(../img/overlap.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/overlap.png', sizingMethod='scale');
}

#trial_3mo {
	position:absolute;
	left:0px;
	top:0px;
	width:159px;
	height:160px;
	z-index:4;
	background-image: url(../img/teardrop.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/teardrop.png', sizingMethod='scale');
}

#trial_text {
	position:absolute;
	left:77px;
	top:0px;
	width:160px;
	height:145px;
	z-index:3;
	background:#FFFFFF;
	padding-left:93px;
	padding-top:15px;
	font-size:18px;
	color:#555555;
}

#trial_pink_bar {
	position:absolute;
	left:330px;
	top:0px;
	width:10px;
	height:160px;
	z-index:1;
	background-color: #DA0C72;
}

#panel_1 {
	left:12px;
	top:356px;
	background-image: url(../img/gradient_grey.gif);
}

#sdtv_logo{
	margin-bottom:9px;
}

#panel_1_link{
	color:#000000;
	font-size:10px;
	position:absolute;
	left:24px;
	top:163px;
	width:171px;
	height:13px;
	background-image:url(../img/link_grey.gif);
	padding-top:2px;
	padding-left:20px;	
}

#panel_1_bottom{
	position:absolute;
	left:0px;
	top:183px;
	width:239px;
	height:6px;
	background-image:url(../img/panel_base_grey.gif);
}

#panel_2 {
	left:266px;
	top:356px;
	background-image: url(../img/gradient_pink.gif);
}

#panel_2_link{
	color:#000000;
	font-size:10px;
	position:absolute;
	left:24px;
	top:163px;
	width:171px;
	height:13px;
	background-image:url(../img/link_pink.gif);
	padding-top:2px;
	padding-left:20px;	
}

.p2_head{
	color: #DA0C72;
}

#panel_2_bottom{
	position:absolute;
	left:0px;
	top:183px;
	width:239px;
	height:6px;
	background-image:url(../img/panel_base_pink.gif);
}

