@charset "utf-8";
/* CSS Document */

body {
	font:normal 15px/20px verdana, arial;
	margin: 0 auto;
	color: #2c414e;
	background: #fff url(../images/topFade.gif) repeat-x;
	text-align: left;
}
h1 {
	font: bold 22px Verdana;
	margin: 10px 0 20px 0;
	color: #000;
}
.inset {	width: 200px;
	padding: 15px;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	margin: 0 15px 15px 0;
	background: #FFF9D9;
	border: 1px solid #c3c3c3;
	float: left;
}
#eBookContents {
	background: #fff;
	border: 1px solid #c3c3c3;
	border-right: 0;
	padding: 15px;
	width: 200px;
	float: left;
}
#eBookTable{
	background: #fff;
	border: 1px solid #c3c3c3;
	padding: 15px 30px;
	float: left;
	width: 640px;
}
.style1 {	
font: italic 12px/14px  Arial, Verdana, Sans-serif;

}
.style3 {	color: #666666;
	font-style: italic;
	font-weight: bold;
}
h1#pageTitle {
	margin: 15px 40px 25px;
	font: bold 26px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #2C414E;
}
h1#walkthroughTitle {
	font: bold 25px Verdana;
	padding: 0px;
	color: #2C414E;
	text-align: center;
}
h2 {
	font: normal 18px Verdana;
	margin:0;
	color: #2c414e;
}
h2.subHead {
	color: #999999;
}
h3 {
	font-size: 14px;
	margin: 0;
}
ul li, ol li{
	margin: 15px 0;
}
p {
	font:normal 15px/20px verdana, arial;
}

a img{
	border: 0;
}
a {
	color: #01539f;
}
a:hover {
	color: #0084ff;
}
img.feature {
	margin: 0 0 0px 5px;
	float: right;
	width: 112px;
	height: 80px;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/* layout divs */

#header {
	position: relative;
	width: 950px;
	height: 96px;
	background: #428fc6 url(../images/headerBg.gif) repeat-x;
}
.topLinks {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #82bde9;
	font-size: 10px;
	text-align: right;
}
.topLinks a{
	color: #82bde9;
}
.menu {
	height: 32px;
	width: 950px;
	margin: auto;
}
a.menu, a.menuSelected{
	display: block;
	float: right;
	background: url(../images/tabSm.gif) no-repeat;
	margin-top: 9px;
	width: 101px;
	height: 19px;
	padding: 4px 5px 0 0;
	color: #80b5ce;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;	
	text-align: center;
}
a.menu:hover, .menu a.menuSelected{
	background: #BEE8FF url(../images/tabSmSelected.gif) no-repeat;
	color: #005173;

}
.container {
	width: 950px;
	margin: 0 auto;
	padding-top: 2px;
	background: transparent;
	border: 0;
}
.columnLeft {
	float: left;
	width: 360px;
}
.phone2 {
	font-size: 20px;
	color: #2b841a;
}
.columnRight {
	float: right;
}
#indexNews {
	padding: 15px 6px 0 6px;
	background: #e4e4e4 url(../images/newsBg.gif) repeat-x top;
	margin-top: 15px;
}
.indexNewsBox {
	float: left;
	width: 430px;
	height: 35px;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.indexNewsBox a, .indexNewsBox{
	color: #707070;
	font: normal 11px Verdana;
	text-decoration: none;
}
#footer {
	margin: 10px auto 40px auto;
	width: 950px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
#footer a{
	color: #666;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}


/* walkthrough pages */
.bar {
	margin-top: 10px;
	height: 37px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.bar a{
	font-size: 11px;
	color: #ababab;
}
.bar2 {
	margin-top: 10px;
	height: 27px;
	float: left;
	text-align: center;
	padding-top: 5px;
	font: bold 13px arial;
}
#walkthroughLinksBox {
	width: 560px;
	position: absolute;
	bottom: 40px;
	right: 0;
}
.walkthroughLink {
	font: normal 14px Verdana;
	text-align: center;
	float: left;
	margin-left: 30px;
}
.walkthroughLink img{
	display: block;
	margin-bottom: 7px;
}
.walkthroughMainText {
	text-align: center;
	font: normal 20px/27px Verdana;
	padding: 10px 150px 30px 150px;
}
#walkthroughBg {
	height: 310px;
	display: block;
	position: relative;
}
a#nextPage {
	display: block;
	float: right;
	margin-right: 30px;
	padding: 10px 20px;
	border: 2px solid #943506;
	font-size: 18px;
	color: #fff;
	background: #943506;
}
.callout {
	position: absolute;
	text-align: left;
	padding: 10px;
	background: #fff;
	border: 2px solid #bee8ff;
}
.callout2 {
	position: absolute;
	text-align: left;
	background: #fff;
	border: 1px solid #c3c3c3;
	padding-top: 10px;
}
.callout2 ul{
	padding-left: 10px;
	margin: 0;
}
.callout2 li{
	font: normal 14px/24px verdana;
}
.calloutHeader {
	color: #6c3819;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.calloutArrow {
	position: absolute;
	left: 402px;
	top: -23px;
	width: 149px;
	height: 132px;
	background: url(../images/arrow.png) no-repeat;
}
.calloutCorner {
	position: absolute;
	bottom: -12px;
	right: -24px;
	width: 42px;
	height: 30px;
	background: url(../images/callout.png) no-repeat;
}
.calloutCorner2 {
	position: absolute;
	bottom: -28px;
	left: -20px;
	width: 39px;
	height: 43px;
	background: url(../images/callout2.png) no-repeat;
}
.demoFormTable {
	color: #6c3819;
	font: normal 14px verdana;
}
.contactForm {
	border: 1px solid #7c6e63;
	font: normal 14px arial;
	color: #606060;
	padding: 5px;
}
.newsReviews {
	width: 235px;
	background: #fff9d9;
	border: 1px solid #e0dab8;
	padding: 20px;
	margin: 15px 0 0 60px;
	color: #545454;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/* secondary pages */
.customerslink {
	text-decoration: none;
	font: bold 16px Verdana;
	color: #6C3819;
}
.seeDemo {
	width: 370px;
	padding: 15px;
	background: #fff9d9;
	border: 1px solid #BFB6A3;
	margin: 0 20px;
	text-align: center;
	position: relative;
	float: left;
}
.downloadTable {
	margin-top: 45px;
	border-top: 1px dashed #c3c3c3;
}
.downloadTable ul{
	padding: 7px;
}
.downloadTable li {
	margin-bottom: 5px;
}
.videoClip, .videoClip2 {
	float:left; 
	text-align: center;
	width: 92px;
	margin: 0 20px 20px 0;
}
.videoClip img, .videoClip2 img, .videoFeature img{
	padding: 2px;
	border: 1px solid #c3c3c3;
	background: #fff;
	display: block;
	margin-bottom: 5px;
}
.videoClip2{
	float: right;
	margin: 0 0 20px 20px;
}
.live {
	position: absolute;
	width: 52px;
	height: 49px;
	top: -1px;
	right: 43px;
	background: url(../images/live.png) no-repeat;
}
