body {
	font: 11px arial, helvetica, sans-serif;
	color: #232323;
	background-color: #E1E1E1;
	margin: 0px;
	padding: 0px;
}

img {
	margin:0;
	padding:0;
	}

p {
	font: 11px/14px arial, helvetica, sans-serif;
	margin: 0px 0px 12px 0px ;
}

h1 {
	margin:0;padding:0;
}

h1 img {
	border:none;
	}

h2 {
	color: #000000;
    font-size: 14px;
	font-weight: bold;
    line-height: 17px;
    margin-top: 0px;
    margin-bottom: 11px;
    margin-left: -1px;
	padding-top:11px;
}

a:link, a:visited {
	text-decoration: none; 
	color: #FFF;
}

span.vid-link {
	color:#999999;
	}
	
span.vid-link a {
	color:#7ddd17;
	font-weight:bold;
	}

a:hover {
	text-decoration: underline;
}

#content ul {
	margin-left: 5px;
	padding-left: 8px;
	text-indent: 2px;
}

#content ul li {
	list-style-image: url("../images/bullet.gif");
    list-style-position: outside;
    list-style-type: square;
    margin: 0 0 0 0px		/* changed in 9.1 : was 26px in 8.1 */;
    padding: 0 0 0 0;
}

.clear {
	clear: both;
}

.errorBox {
	border: 2px solid #FF0000 ;
	padding: 10px ;
	margin: 5px ;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#header {
	background:url(../images/top-bar-gradient.gif);
	height:94px;
	position:relative;
}

#adskLogo {
	margin: 18px 22px;
	float: right ;
	border: 0 ;
}

h1.titleBar {
	height: 26px;
	padding-top: 45px;
	padding-bottom: 5px;
	text-indent: 18px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight:normal;
	float:left;
}

#header ul#cta-buttons {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	bottom:0;
	right:14px;
	height:40px;
	}
	
	#header ul#cta-buttons li {
		float:left;
		}
		
		#header ul#cta-buttons li a {
			display:block;
			height:40px;
			overflow:hidden;
			line-height:500px;
			}
		
		#header ul#cta-buttons li a:hover {
			background-position:0 -40px;
			}
			
		#header ul#cta-buttons li#contactme a {
				background-image:url(../images/contactme-button.gif);
				width:135px;
				}
		
		#header ul#cta-buttons li#wheretobuy a {
				background-image:url(../images/wheretobuy-button.gif);
				width:137px;
				}
		
		#header ul#cta-buttons li#freetrial a {
				background-image:url(../images/trial-button.gif);
				width:135px;
				}
		
		#header ul#cta-buttons li#moreinfo a {
				background-image:url(../images/moreinfo-button.gif);
				width:135px;
				}


#content {
	clear: both ;
	width: 924px;
	margin: 20px 18px 0px 18px ; 
	font: 11px arial, helvetica, sans-serif;
	line-height: 16px;
}



/* Footer */
#footer {
	clear: both;
	background:url(../images/bottom-bar-gradient.gif);
	color: #DDDDDD;
	font-size: 11px;
	padding: 9px 18px;
	margin:0px;
	margin-top: 15px ;
}

#footer a {
	color: #DDDDDD;
}

