@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #6893AF;
	background-image: url(images2/body_bg.png);
	background-repeat: repeat-x;
	min-height: 230px;
}

#authorizebox {
	position: relative;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	left: 25px;
}

#buynowbox {
	background-color: #C40B11;
	background-image: url(images2/buy_now_bg.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 203px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#containerinner {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #077fab;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 20px;
	position: relative;
}

#headerinner  {
	background-color: #FFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 950px;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	display: inline;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topnavwrap {
	width: 425px;
	position: relative;
	left: 470px;
	top: -80px;
	margin: 0px;
	z-index: 10000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;    
}

#OLDtopnavwrap {
	width: 425px;
	position: relative;
	left: 470px;
	top: -85px;
	margin: 0px;
	padding: 0px;
}


#mainContentinner  {
	width: 730px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#boxheaddemo {
	float: left;
	width: 330px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: right;
	position: relative;
}
#freetrialbox {
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dotted #86A5BD;
	padding: 5px;
}

#headboxfloat {
	width: 640px;
	clear: left;
	position: relative;
	left: 50px;
	margin: 0px;
	text-align: left;
	top: -25px;
}

#headboxfloatinner {
	width: 700px;
	float: right;
	margin-top: -55px;
	margin-right: 170px;
	z-index: 13000;
	padding: 0px;
}

.elevcontainersm {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#fastcarfloat {
	background-color: #FFF;
	float: right;
	width: 250px;
	margin-right: 5px;
	margin-left: 15px;
	margin-top: -10px;
}

#footer {
	padding: 0px 10px 0px 20px;
	background-color: #000000;
	min-height: 60px;
	border: 1px solid #FFF;
	background-image: url(images2/footer_bg.png);
	background-repeat: repeat-x;
} 
#rrlibbox {
	width: 210px;
	z-index: 10000;
	clear: left;
	text-align: center;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0px;
	position: relative;
}

#footerinfo {
	margin-top: 23px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 800px;
	margin-bottom: 3px;
}

 #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



#innerheadbot {
	background-image: url(images2/inner_lower_header_crop.jpg);
	width: 950px;
	position: relative;
	height: 52px;
	top: -50px;
	background-repeat: no-repeat;
	margin-top: 10px;
	text-align: left;
}

#freetrial {
	color: #FFF;
	width: 110px;
	position: absolute;
	top: 9px;
	margin-right: 10px;
	left: 817px;
}
#freetrialinner {
	color: #FFF;
	width: 110px;
	z-index: auto;
	position: absolute;
	top: 6px;
	right: 22px;
	margin: 0px;
}

#logoheadinner {
	height: 85px;
	width: 365px;
	position: relative;
	z-index: 10000;
}


#closebutt {
	width: 73px;
	z-index: 11000;
	height: 31px;
	clip: rect(auto,0px,auto,0px);
	padding: 0px;
	left: 3px;
	top: 14px;
	float: right;
	margin-top: 0px;
	margin-right: 870px;
	margin-left: 0px;
	clear: none;
}
#textcontainerinner {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	top: 5px;
	position: relative;
	width: 720px;
	clear: none;
	margin-bottom: 10px;
	padding-top: 20px;
	z-index: 998;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: none;
}

#easylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	font-weight: 400;
	list-style-position: outside;
	list-style-image: url(images2/orange_fatarrow2.png);
	color: #06C;
	line-height: 1.2em;
	list-style-type: none;
	font-variant: normal;
	border-top-color: #999;
	border-top-style: dotted;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#demolist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	font-weight: 400;
	list-style-position: outside;
	list-style-image: url(images2/orange_fatarrow2.png);
	color: #06C;
	line-height: 1.2em;
	list-style-type: none;
	font-variant: normal;
}


#featureslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 400;
	list-style-position: outside;
	list-style-image: url(images2/orng_arrow_smaller.png);
	color: #3A505E;
	line-height: 1.2em;
	list-style-type: none;
	font-variant: normal;
}

.howtolistorder {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	list-style-type: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#magglasstop {
	float: right;
	width: 88px;
	z-index: 9999;
	position: absolute;
	right: 27px;
	top: 152px;
	clear: left;
	height: 51px;
}

#magglassinner {
	float: right;
	width: 88px;
	z-index: 9999;
	position: relative;
	right: 125px;
	top: -55px;
}

#homebutt {
	width: 73px;
	z-index: 12000;
	height: 31px;
	clip: rect(auto,0px,auto,0px);
	padding: 0px;
	left: 3px;
	top: 0px;
	float: right;
	margin-top: 18px;
	margin-right: 870px;
	margin-left: 0px;
	clear: both;
	visibility: visible;
}
#backbutt {
	width: 73px;
	z-index: 11000;
	height: 31px;
	clip: rect(auto,0px,auto,0px);
	padding: 0px;
	left: 3px;
	top: 14px;
	float: right;
	margin-top: 0px;
	margin-right: 870px;
	margin-left: 0px;
	clear: none;
}
#mainContentproduct {
	width: 750px;
	margin-top: 0px;
	margin-right: 170px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sidebarprod {
	float: right; /* since this element is floated, a width must be given */
	width: 205px;
	margin-top: 8px;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #fff;
	top: 0px;
	clear: none;
	margin-right: 5px;
	border: 1px solid #077fab;
}


#monitortyoutube {
	position: relative;
	z-index: 999;
	width: 161px;
	left: 20px;
	top: 0px;
}

#authorizebox {
	position: relative;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
}


#answers {
	height: 100px;
	width: 195px;
	z-index: 999;
	background-image: url(images2/answrs_box_bg.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	font-weight: normal;
	padding-left: 0px;
	margin-top: 10px;
	border: 1px solid #333;
	margin-left: 5px;
	position: relative;
	right: 3px;
}

#answerroll {
	float: right;
	height: 29px;
	width: 108px;
	margin-right: 50px;
	z-index: 10000;
	padding: 0px;
	margin-top: 15px;
}
#maincontentprod {
	background-color: #FFF;
	margin-right: 245px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: -30px;
	width: auto;
}
#textcontainerprod {
	width: 660px;
	clear: none;
	margin-bottom: 10px;
	z-index: 998;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: none;
	padding: 0px;
	margin-top: 20px;
}

#headboxfloatinner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #E0742C;
	width: 640px;
	text-align: center;
	float: right;
	margin-top: -35px;
	margin-right: 120px;
	z-index: 13000;
	line-height: 1.3em;
	font-weight: normal;
}

#prodboxfloat {
	float: left;
	width: 120px;
	margin-left: 20px;
	display: inline;
}
#demodlfloat {
	background-color: #fff;
	float: right;
	width: 205px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 2px;
	margin-right: 0px;
}
#easylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	font-weight: 400;
	list-style-position: outside;
	list-style-image: url(images2/orange_fatarrow2.png);
	color: #06C;
	line-height: 1.2em;
	list-style-type: none;
	font-variant: normal;
	border-top-color: #999;
	border-top-style: dotted;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#screenshotlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	font-weight: 400;
	list-style-position: outside;
	list-style-image: url(images2/orange_fatarrow2.png);
	color: #06C;
	line-height: 1.2em;
	list-style-type: none;
	font-variant: normal;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
#prodboxfloatmob {
	float: left;
	width: 130px;
	margin-left: 10px;
	display: inline;
	margin-top: 10px;
}

.tabletext {
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	min-height: 100px;
}

.powerbox {
	width: 145px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #ccc;
	text-align: center;
}

*.space         { margin-left:0.5em;   }
*.extra-space   { margin-left:0.75em;  }
*.double-space  { margin-left:1em;     }
*.triple-space  { margin-left:1.5em;   }
*.quad-space    { margin-left:2em;     }


hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	min-height: 1px;
	margin-top: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 

#rrmobilebox {
	background-color: #FFF;
	width: 85%;
	position: relative;
	left: 20px;
	top: 20px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#rrmobile {
	top: 0px;
	height: 234px;
	width: 125px;
	left: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	z-index: 10000;
	text-align: center;
	white-space: normal;
	vertical-align: text-bottom;
	background-image: url(images2/rr_mobile_sidebar.jpg);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#pwruserbox {
	width: 165px;
	z-index: 999;
	background-image: url(images2/power_usr_bg.jpg);
	height: 63px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#readabilitybox {
	background-color: #1c4e73;
	background-image: url(images2/readability_bg.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 203px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#magglassprod {
	float: right;
	width: 88px;
	z-index: 9999;
	position: absolute;
	right: 37px;
	top: 135px;
	clear: left;
	height: 51px;
}
#prodpicbox {
	position: relative;
	z-index: 999;
	width: 161px;
	left: 20px;
	top: 0px;
}
#headboxfloatprod {
	width: 640px;
	text-align: center;
	float: left;
	margin-top: -50px;
	z-index: 13000;
	line-height: 1.3em;
	font-weight: normal;
	margin-left: 45px;
}

.textblock {
	width: 675px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ccc;
}

.floating_dropcap {
	float: left;
	margin-right: 3px;
	margin-bottom: 7px;
	margin-left: 3px;
	position: relative;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	font-weight: normal;
	color: #4a4a4a;
}
.floating_dropcap_serif {
	float: left;
	position: relative;
	top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.0em;
	font-weight: normal;
	color: #4a4a4a;
	margin: 3px;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 10000;
}

.floating_dropcap_serifidx {
	float: left;
	position: relative;
	top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #4a4a4a;
	margin-top: 13px;
	margin-right: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#dropcapbox {
	font-size: 100%;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #C90;
	float: left;
	width: auto;
	clear: right;
	height: auto;
}.dropcap_serifprod {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #4a4a4a;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	clear: right;
	width: 30px;
	background-color: #CC3;
	top: 0px;
}
.textblockprod {
	width: 675px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
#boxheaddemonew {
	float: left;
	width: 330px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	clear: right;
	position: relative;
}
#demodlfloatflood {
	background-color: #fff;
	float: right;
	width: 205px;
	margin-left: 10px;
	margin-top: 185px;
	padding: 2px;
	margin-right: 0px;
}

