v\:* { behavior: url(#default#VML);}
body,table,tr,td,input,select
{
	font-family:Verdana,Arial;
	font-size:10px; 
	color: #333333;	
	margin:0;
}
body
{
	overflow:auto;
	margin:1,1,1,1;
	background:white;
}
td
{
	padding:0;
}
image
{
	border: 0px;
}
p 				
{	
   font-family: Verdana, Arial, Helvetica, sans-serif;	
   font-size: 10px;	
   font-weight: normal;	
   color: #333333; 
	margin-top: 10px;
	margin-bottom: 10px;
}
ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}
li 			
{	
   font-family: Verdana, Arial, Helvetica, sans-serif;	
   font-size: 10px;	
   font-weight: normal;	
   color: #333333; 
}
input
{
	font-size: 12px;
	vertical-align:middle;
}
button
{
	font-family:Verdana;
	font-size:11px; 
	height: 22px;
	margin:0;
	margin-left:5px;
	margin-right:5px;
}
h1				
{	
  	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	font-weight: bold;	
	color: #333333; margin: 2px 2px 2px 0px;	
}
h2 			
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	font-weight: bold;	
	color: #333333;	
	font-style: italic;
	margin: 2px 2px 2px 0px;	
}
h3				
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	font-weight: bold;	
	color: #333333;	
	margin: 2px 2px 2px 0px;	
}
h4				
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 16px;	
	font-weight: bold;	
	color: #E30707; 	
	font-style: italic;	
	margin: 2px 2px 2px 0px;	
}
.title-small
{
	font-size:12px; 
}
.smallheadlinetext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	font-weight: bold;	
	color: #000000; 	
}
a.BuyButton				
{	
	font-size: 12px;	
	font-weight: bold;	
	color: #FFFFFF;		
	text-align: center;		
	text-decoration: none;
}
a.BuyButton:hover		
{	
	font-size: 12px;	
	font-weight: bold;	
	color: #28E528;	
	text-align: center;		
	text-decoration: none;
}
a.BuyButton:visited	
{	
	font-size: 12px;	
	font-weight: bold;	
	color: #FFFFFF;		
	text-align: center;		
	text-decoration: none;
}
.Wordmark
{
	margin-bottom:0px;
}
.Logo
{
    position:absolute;
    left:425px;
}
.LogoCaption
{
    color:#2a567f;
	margin-bottom:10px;
	font-family:arial,helvetica;
	font-size:8pt; 
}
.BuyNow
{
    color:Red;
    font-size:20;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:0px;
}
.FreeText
{
    font-size:18;
    font-weight:bold;
}
.MainText
{
    width:410; 
}
.OuterContainer
{
	height: 100%;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*	This is the start of the CSS for the trail count down box */

/* This controls the width of the entire box */
#divTrialRemain
{
	width:145px;
}

.PromoTD
{
	width:150px;
	vertical-align:bottom;
	text-align:right;
}
	

/* This controls the properties of the inner box */
#divCountDown
{
	margin:0px;

	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:10px;
}

/* This section is for the box border */
#bdrTop, #bdrLft, #bdrBtm, #bdrRgt
{
	margin:0px;
	padding:0px;
}

#bdrTop
{
	background-position:0% 0%;
	background-repeat:repeat-x;
}

#bdrLft
{
	background-position:0% 0%;
	background-repeat:repeat-y;	
}

#bdrBtm
{
	background-position:0% 100%;
	background-repeat:repeat-x;	
}

#bdrRgt
{
	background-position:100% 0%;
	background-repeat:repeat-y;
}

#cnrTL, #cnrTR, #cnrBL, #cnrBR
{
	background-repeat:no-repeat;
}

#cnrTL
{
	background-position:0% 0%;
}

#cnrTR
{
	background-position:100% 0%;
}

#cnrBL
{
	background-position:0% 100%;
}

#cnrBR
{
	background-position:100% 100%;
}

/* This section is for the progress bar */	
#divUnderSlider, #divOverSlider
{
	padding:0px;
	margin:0px;
	height:10px;
}

#divUnderSlider
{
	
	margin-top:10px;
	margin-bottom:3px;
	margin-left:2px;
	margin-right:2px;

	border:solid 1px rgb(123,123,123);
	background-image:url(Images\TrialCounter\grey_bkg.gif);
}

#divOverSlider
{
	background-image:url(Images\TrialCounter\pb.gif);
	float:left;
	overflow:hidden;
}

/* This section is for the text that's contained in the box */
#divCount
{
	font-weight:bold;
	font-size:20px;
}

#divPBStart, #divPBEnd
{
	width:13px;
	margin:0px;
	padding:0px;
}

#divPBStart
{
	float:left;
	background-image:url(Images\TrialCounter\pb_start.gif);
}

#divPBEnd
{
	float:right;
	background-image:url(Images\TrialCounter\pb_end.gif);
}

#divText
{
	text-align:center;
}

/* This is the end of the trail counter CSS */