td img {
	display: block;
}
/* Framework */
body {
	min-width: 775px; /* NS 6 hack to keep wrapper from spilling off side of page */
	text-align: center; /* IE hack for centering in wrapper */
	margin: 0;
	background: url(../images/bg_main.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 775px;
}
#leftmargin {
	width: 24px; 
	background: url(../images/bg_leftcol.jpg) repeat-y top left;
}
#rightmargin {
	width: 24px; 
	background: url(../images/bg_rightcol.jpg) repeat-y top right;
}
a {
	color: #3366CC;
}
a:hover {
	color: #FF0000;
}
/* Content Area */
#content-wrapper {
	width: 727px; 
	background: url(../images/bg_content.jpg) repeat-y;
	text-align: left;
}
#content-wrapper .content {
	margin: 20px 20px 0px 20px;
	font-size: 75%;
}
.content ul {
	margin:0;
	padding:0;
}
.content ul li {
	margin:0 10px 0 18px;
	padding:0;
}
form {
	margin: 0px;
}
/* Footer */
#footer {
	font-size: 70%;
	margin: 8px 14px 8px 14px;
	color: #666666;
}
#footer a {
	color: #3366CC;
	text-decoration: none;
}
.hide {
	visibility: hidden;
}
/* Footer - LIVECHAT */
#livechat {
	font-size: 70%;
	margin: 8px 0px 5px 0px;
	color: #666666;
}
h3,h4,h5 {
	font-family: Tahoma, Arial, sans-serif;
	color: #4269AA;
	font-weight: bold;
}
/* Features Header */
.featuresTitle {
	font-size: 120%;
	font-family: Tahoma, Arial, sans-serif;
	color: #4269AA;
	font-weight: bold;
}
/* Links to top of page */
.toTop {
	font-size: 75%;
	background: url(../images/icon_back.gif) no-repeat right top;
	text-decoration: none;
	padding-right: 10px;
}
a.toTop {
	text-decoration: none;
	color: #3366CC;
}
a.toTop:hover {
	text-decoration: underline;
	color: #FF0000;
}
/* Coolsite features - Page types */
.features-pagetypes {
	background: #DEEDFA url(../images/bg_coolsite_features.jpg) repeat-x top left;
	border: 1px solid #999999;
	padding: 16px 16px 15px 0px;
}
/* Screenshots  */
.screenShot {
	background: url(../images/icon_screenshot.gif) no-repeat right top;
	text-decoration: none;
	padding-right: 14px;
}
a.screenShot {
	text-decoration: underline;
	color: #3366CC;
	position: relative; /* TEST POSITIONING */
}
a.screenShot:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: #FFFFFF; /* defeats the IE/Win display changing bug */
}
/* SCREENSHOTS */
a.screenShot span {
	display: none;
} 
a.screenShot:hover span {
	padding: 10px;
	position: absolute;
	display: block;
	background: #fdd;
	border: 1px solid red;
	top: 10px; /* TEST POSITIONING */
	left: 25px; /* TEST POSITIONING */
  } 
/* ToolTip */
div#tipDiv {
  position:absolute; 
  visibility:hidden; 
  left:0; 
  top:0; 
  z-index:10000;
  background-color:#dee7f7; 
  border:1px solid #336; 
  width:250px; 
  padding:4px;
  color:#000; 
  font-size:11px; 
  line-height:1.2;
}
/* Validate - required */
.required {
	color:#CC0000;
}