/***************************************************************
Style Sheet for 'Lucion.com'
***************************************************************/

/***************************************************************
Colors
***************************************************************/
.green	{ color: #74a411 }
.red	{ color: #d40703 }
.blue	{ color: #1f66ac }
.gray	{ color: #aaaaaa }
.orange { color: #f15c22 }

/* Background: #ebf5ff */
/* Old Blue: #108ae7 */
/* Old Yellow: #fdd703 */
/* Old Green: #a5cf63 */
/* Old Headers: #2860b2 */


/***************************************************************
Custom Fonts
***************************************************************/
/* @font-face {
	font-family: lucion;
	src: url('images/lucion.eot');
	src: local(lucion), url('images/lucion.otf') format('opentype');
} */


/***************************************************************
Main Elements
***************************************************************/
body {
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
	min-width: 960px;
	font-family: segoe ui, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #222;
	background-color: #ffffff;
}

table {}
tr {}
td {
	font-size: 9pt;
	font-size: 92%;
	padding: 5px;
}

p {
	margin: 0;
	padding-bottom: .8em;
	line-height: 1.5em;
}

a:link, a:visited {
	color: #108ae7;
}
a:hover, a:active {
	color: #f80;
}

h1 {
	margin: 0;
	padding: 5px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #2860b2;
	color: #1f66ac;
	font-weight: bold;

	font-family: trebuchet ms, sans-serif;
	font-size: 22px;
	color: #333;
}

h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-size: 110%;
	color: #2860b2;
	font-weight: bold;
	letter-spacing: 0px;

	font-family: trebuchet ms, sans-serif;
	font-size: 18px;
	color: #555;
}
h2.no-pad {
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-size: 100%;
	color: #2860b2;
	font-weight: 300;
	letter-spacing: 0px;
}

form {
	display: inline;
}

img {
	border: 0px;
	margin: 0px;
}

hr {
	margin: 20px 0 20px 0;
	height: 0px;
	border: none;
	border-bottom: 1px solid #c0daed;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}


/***************************************************************
Main Container Elements
***************************************************************/
#shell {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

#header-shell {
	position: relative;
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
}

#body-shell {
	position: relative;
	margin: 12px 0 0 0;
	padding: 0 0 75px 0;
}

#left-shell {
	position: absolute;
	width: 180px; /* IE variant exists */
	top: 5px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#middle-content {
	margin: 0;
	padding: 5px 30px 25px 30px;
}

#right-content {
	width: 180px; /* because IE keeps eating the left border */
	margin: 0;
	padding: 0;
}

#bottom-nav-shell {
	margin: 0;
	padding: 0;
}

#key-content {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}

#feature-highlight {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
}

#footer-pods {
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 8pt;
	background-color: #eee;
	color: #888;
}


/***************************************************************
Body Border Styles
***************************************************************/
#body-top-full {
	margin: 0;
	padding: 0;
	height: 10px;
	background: url('images/body-full.png') left top no-repeat;
}
#body-mid-full {
	margin: 0;
	padding: 0;
	background: url('images/body-full.png') -1000px top repeat-y;
}
#body-bot-full {
	margin: 0 0 15px 0;
	padding: 0;
	height: 10px;
	background: url('images/body-full.png') right top no-repeat;
}

#body-top-lhn {
	margin: 0;
	padding: 0;
	height: 10px;
	background: url('images/body-lhn.png') left top no-repeat;
}
#body-mid-lhn {
	margin: 0;
	padding: 0;
	background: url('images/body-lhn.png') -1000px 0 repeat-y;
}
#body-bot-lhn {
	margin: 0 0 15px 0;
	padding: 0;
	height: 10px;
	background: url('images/body-lhn.png') right top no-repeat;
}

#body-top-none {
	margin: 0;
	padding: 0;
	height: 0px;
	background: none;
}
#body-mid-none {
	margin: 0;
	padding: 0;
	background: none;
}
#body-bot-none {
	margin: 0;
	padding: 0;
	height: 0px;
	background: none;
}


/***************************************************************
Main Table
***************************************************************/
table.main {
	position: static;
	width: 100%;
	height: 650px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.main td {
	padding: 0;
	vertical-align: top;
}
table.main td.left {}
table.main td.middle {}
table.main td.middle-full { /* no right column */ }
table.main td.right {}


/***************************************************************
Header
***************************************************************/
#header-links {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 0px 5px 0px;
	text-align: right;
}
#header-links a {
	text-align: left;
	text-transform: none;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 1px;
}
#header-links a:hover {
	color: #108ae7;
	text-decoration: underline;
}

table.header {
	width: 100%;
	border-collapse: collapse;
}
table.header td {
	padding: 0;
	vertical-align: top;
	white-space: nowrap;
}

#header-logo {
	margin: 0;
	padding: 0 0 0 14px;
}
/***************************************************************
nav1
***************************************************************/
#nav1 {
	margin: 0 0 0 12px;
	background: url('images/nav1.png') right top no-repeat transparent;
}
#nav1 ul {
	height: 43px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#nav1 ul li {
	width: 125px;
	height: 43px;
	line-height: 40px;  /* creates vertical centering */
	margin: 0;
	padding: 0px 0px 0px 2px; /* Only set Top and Bottom padding */
	float: left;
}
#nav1 ul li a {
	display: block;
	text-decoration: none;
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-size: 10pt;
	font-weight: 300;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
	color: #0079d6;
}
#nav1 ul li a:hover {
	text-decoration: underline;
	color: #0079d6;
}
#nav1 ul li.beg- {
	background: url('images/nav1.png') left top no-repeat;
}
#nav1 ul li.beg-current {
	background: url('images/nav1.png') left bottom no-repeat;
}
#nav1 ul li.mid- {
	background: url('images/nav1.png') -200px top no-repeat;
}
#nav1 ul li.mid-current {
	background: url('images/nav1.png') -200px bottom no-repeat;
}
#nav1 ul li.mid-current a {
	color: #2860b2;
}
#nav1 ul li.beg-current a {
	color: #2860b2;
}
#nav1 ul li.stub- {
	background: url('images/nav1.png') -200px top no-repeat;
	width: 2px;
}


/***************************************************************
Left Hand
***************************************************************/
#left-title {
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #1f66ac;
	letter-spacing: 1px;
	margin: 5px 15px 15px 15px;
	padding: 0 0px 10px 10px;
	border-bottom: 1px solid white;
}

#nav2-shell {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#nav2 {}
#nav2 ul {
	margin: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0 0px 0px;
	list-style: none;
	text-align: left;
}
#nav2 ul li {
	margin: 0;
	padding: 3px 0px 3px 0px; /* Only set Top and Bottom padding */
	padding: 5px 0px 5px 15px;
}
#nav2 ul li a {
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt; /* we're fixed here for more accurage positioning */
	font-weight: 300;
	color: #108ae7;
	letter-spacing: 0px;
}
#nav2 ul li a:hover{
	text-decoration: underline;
	color: #f80;
}
#nav2 ul li.current { /* IE variant exists */
	background: url('images/navBar2-current.png') 0px 0px no-repeat transparent;
	min-height: 31px; /* keep the bottom border of selection graphic from getting eaten */
	padding-top: 9px;
	padding-bottom: 0;
}
#nav2 ul .current a {
	color: #108ae7;
}
#nav2 ul .current a:hover {
	color: #108ae7;
	text-decoration: none;
}

#nav2 .head {
	margin: 0;
	padding: 0 0 5px 25px;
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #108ae7;
	letter-spacing: 1px;
}

#nav2 .contact {
	padding: 10px 0 0 0;
}

#nav2 .chat {
	padding: 50px 0 0 0;
	text-align: center;
}


/***************************************************************
Right Hand
***************************************************************/
#right-photo {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #c0daed;
}

#right-boxshot {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}




/***************************************************************
Bottom Nav
***************************************************************/
#bottom-nav-shell {
	width: 100%;
}
#bottom-nav-main {
	margin: 0;
	padding: 0;
	height: 27px;
	line-height: 27px;
	background: url('images/footer.png') left top no-repeat transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #606060;
}
#bottom-nav-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#bottom-nav-main ul li {
	display: inline;
	margin: 0;
	padding: 0 25px 0 25px;
}
#bottom-nav-main a {
	color:#606060;
	text-decoration:none;
}
#bottom-nav-main a:hover {
	text-decoration: underline;
	color: #c60;
}

#bottom-nav-sub {
	margin: 0;
	padding: 0 10px 0 10px;
	height: 27px;
	line-height: 27px;
	background: url('images/footer.png') left bottom no-repeat transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: #606060;
}
#bottom-nav-sub a {
	color:#606060;
	text-decoration:none;
}
#bottom-nav-sub a:hover {
	text-decoration: underline;
	color: #c60;
}
#bottom-nav-sub-links {
	margin: auto;
	width: auto;
	float: right;
}
#bottom-nav-copyright {
	margin: auto;
	width: auto;
	float: left;
}


/***************************************************************
Footer Elements
***************************************************************/
#key-content h1,
#feature-highlight strong {
	display: inline;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	xline-height: 1em;
	color: #666;
}

#key-content p,
#feature-highlight p {
	display: inline;
	font-size: 10pt;
	xline-height: 1em;
	color: #888;
}

#key-content a,
#feature-highlight a {
	color: #888;
	text-decoration: none;
	font-style: italic;
}

#footer-pods td {
	padding: 0 15px 0 0;
}
#footer-pods h3 {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid gray;
	font-size: 10px;
	color: #333;
}
#footer-pods a {
	display: block;
	font-size: 8pt;
	color: #888;
}


/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top: 3px;
	margin-left: 7px;
	padding-left: 0;
	list-style: none;
}
.ulStyle1 li {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 18px;
	background: url('images/bullet-blue.gif') 4px 6px no-repeat transparent;
}

.ulStyle2 {
	margin: 3px 0 0 10px;
	padding: 0;
	list-style: none;
}
.ulStyle2 li {
	margin: 0;
	padding: 0 0 5px 16px;
	color: #108ae7;
}

.ulStyle3 {
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}
.ulStyle3 li {
	margin: 0;
	padding-bottom: .8em;
	padding-left: 18px;
	background: url('images/bullet-blue.gif') 4px 4px no-repeat transparent;
	line-height: 140%;
}

.ulStyle4 {
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}
.ulStyle4 li {
	margin: 0;
	padding-bottom: .5em;
	padding-left: 18px;
	background: url('images/bullet-blue.gif') 4px 4px no-repeat transparent;
}

dt {
	font-style: italic;
}
dd {
	margin: 2px 0 15px 25px;
}


/***************************************************************
Link Styles
***************************************************************/

a.plain {
	text-decoration: none;
}

a.blob-link {
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #108ae7;
	letter-spacing: 1px;
	text-decoration: none;
}
a.blob-link:hover {
	text-decoration: underline;
	color: #f80;
}

a.toggle-link {
	display: block;
	text-align: right;
	padding: 10px 5px 7px 0;
	text-decoration: none;
}

a.info-link {
	display: block;
	padding: 0px 0 0px 22px;
	color: #444;
	text-decoration: none;
	background: url('images/help.png') left top no-repeat;
}
a.info-link:hover {
	color: #108ae7;
}


/***************************************************************
Banner Boxes
***************************************************************/
.banner-home {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 335px;
	background: url('images/banner-home.png') right top no-repeat;
}

.banner-box {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 335px;
	background: url('images/banner-plain-files.png') right top no-repeat;
}

.banner-box h2 {
	margin: 0;
	padding: 15px 25px 0 0;
	text-align: right;
	font-size: 40px;
	font-family: arial;
	font-weight: bold;
	color: #fffdd3;
}
.banner-box h2.flare {
	margin: 0;
	padding: 15px 0 0 18px;
	padding: 15px 18px 0 0;
	height: 55px;
	text-align: right;
	float: right;
	font-size: 38px;
	font-family: arial;
	font-weight: bold;
	color: #fffdd3;
	background: url('images/banner-flare.png') right bottom repeat-x;
}
.banner-box-flare-end {
	margin: 0;
	padding: 0;
	width: 25px;
	height: 70px;
	float: right;
	background: url('images/banner-flare.png') left bottom no-repeat;
}

.banner-box h3 {
	margin: 0;
	padding: 5px 25px 10px 0;
	color: #e1cbad;
	text-align: right;
	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
}
.banner-box h3.flare {
	padding: 0 5px 10px 0;
}

.banner-box ul {
	margin: 5px 0 0 522px;
	padding: 0;
	list-style: none;
}
.banner-box ul li {
	margin: 0;
	padding: 5px 0 0 30px;
	background: url('images/bullet-header-check-black.png') left 12px no-repeat transparent;
	font-size: 18px;
	color: #fffdd3;
}

.banner-box p {
	margin: 0;
	padding: 10px 25px 0 500px;
	color: #fffdd3;
	text-align: justify;
	font-size: 16px;
	font-family: arial;
	font-weight: normal;
	line-height: 1em;
}

.banner-box-link-try {
	position: absolute;
	display: block;
	left: 525px;
	top: 243px;
	width: 315px;
	height: 60px;
}
.banner-box-link-buy {
	position: absolute;
	display: block;
	left: 580px;
	top: 314px;
	width: 200px;
	height: 20px;
}

.banner-footer-overview {
	position: relative;
	height: 155px;
	margin: 25px 0 0 0;
	padding: 0;
	background: url('images/banner-footer-overview.png') left top no-repeat;
}
.banner-footer-overview a {
	display: block;
	position: absolute;
	text-indent: -500px;
	text-decoration: none;
	overflow: hidden;
}
.banner-footer-overview a.sales {
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
}
.banner-footer-overview a.support {
	top: 0;
	left: 250px;
	width: 220px;
	height: 100%;
}
.banner-footer-overview a.connect {
	top: 0;
	left: 520px;
	width: 180px;
	height: 100%;
}


/***************************************************************
Product Headers
***************************************************************/

.header-box {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
}

.header-box-text {
	margin: 0;
	padding: 0;
	width: 390px;
	float: left;
}
.header-box h2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1em;
	color: #333;
}

.header-box h3 {
	margin: 0;
	padding: 0;
	font-family: tahoma, segoi ui, arial, helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	line-height: 1.25em;
	color: #888;
}

.header-box p {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: tahoma, segoi ui, arial, helvetica, sans-serif;
	font-size: 13pt;
	line-height: 1.25em;
}

.header-box-video {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	width: 300px;
	float: right;
	text-align: right;
	text-decoration: none;
}

.header-box-buttons {
	margin: 0;
	padding: 20px 0 0 0;
	clear: both;
	text-align: center;
}



/***************************************************************
Trio Boxes
***************************************************************/

.trio-box-wrapper {
	margin: 0;
	padding: 6px 0 0 0;
	height: 324px;
	background: url('images/box-trio.png') left top no-repeat;
}

.trio-box {
	position: relative;
	width: 320px;
	float: left;
}

/* background element */
.trio-box-bg-fc {
	margin: 0;
	padding: 0;
	background: url('images/icon-trio-bg-filecenter.png') right bottom no-repeat transparent;
}
.trio-box-bg-fcv {
	margin: 0;
	padding: 0;
	background: url('images/icon-trio-bg-fileconvert.png') right bottom no-repeat transparent;
}

/* header icon */
.trio-box-header-fc,
.trio-box-header-fcv,
.trio-box-header-save,
.trio-box-header-quote {
	height: 41px;
	margin: 15px 0 0 20px;
	padding: 0 0 0 50px;
	line-height: 41px;
	font-size: 25px;
	font-weight: normal;
	color: #333;
}
.trio-box-header-fc {
	background: url('images/icon-trio-header-filecenter.png') left top no-repeat;
}
.trio-box-header-fcv {
	background: url('images/icon-trio-header-fileconvert.png') left top no-repeat;
}
.trio-box-header-save {
	background: url('images/icon-trio-header-save.png') left top no-repeat;
}
.trio-box-header-quote {
	background: url('images/icon-trio-header-quote.png') left top no-repeat;
}

/* other elements */
.trio-box h2, .trio-box-title {
	margin: 0;
	padding: 0;
	color: #1f66ac;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 42px;
}

.trio-box ul {
	margin: 10px 0 0 25px;
	padding: 0;
	list-style: none;
}
.trio-box ul li {
	margin: 0;
	padding: 3px 0 0 22px;
	background: url('images/bullet-trio-star.png') left 6px no-repeat transparent;
	font-size: 14px;
}

.trio-box-buttons {
	margin: 0;
	padding: 20px 0 15px 25px;
}

.trio-box blockquote {
	margin: 4px 0 0 14px;
	padding: 7px 50px 0 34px;
	background: url('images/icon-trio-bg-quote.png') 10px 0px no-repeat transparent;
	font-style: italic;
	font-size: 13px;
	color: #444444;
	text-align: justify;
}

.trio-box-quote-src {
	margin: 20px 20px 0 0;
	padding: 0;
	text-align: right;
	font-size: 13px;
}

.trio-box-video {
	text-align: center;
	margin: 25px 0 0 0;
}


/***************************************************************
Flex Boxes
***************************************************************/

.flex-box-wrapper {
	margin: 0;
	padding: 15px 0 15px 0;
	min-height: 250px;
	background: url('images/box-flex.png') left top no-repeat;
}

.flex-box-wrapper blockquote {
	margin: 0;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-style: italic;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

/* column styles */
.flex-box-duo,
.flex-box-duo-main,
.flex-box-duo-sub {
	position: relative;
	width: 50%;
	float: left;
}


/* background elements */
.flex-box-bg-fcv {
	margin: 0;
	padding: 0;
	background: url('images/icon-flex-bg-fileconvert.png') right bottom no-repeat transparent;
}
.flex-box-bg-green {
	margin: 0;
	padding: 0;
	background: url('images/icon-flex-bg-green.png') right bottom no-repeat transparent;
}
.flex-box-bg-find {
	margin: 0;
	padding: 0;
	background: url('images/icon-flex-bg-find.png') right bottom no-repeat transparent;
}
.flex-box-bg-scan {
	margin: 0;
	padding: 0;
	background: url('images/icon-flex-bg-scan.png') 95% bottom no-repeat transparent;
}

/* other elements */
.flex-box-wrapper h2 {
	margin: 12px 0 0 20px;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	color: #666666;
}
.flex-box-wrapper h2 strong {
	color: #1f66ac;
}
.flex-box-wrapper h2 strong.red {
	color: #d40703;
}
.flex-box-wrapper h2 strong.green {
	color: #74a411;
}
.flex-box-duo-main h2 {
	font-size: 22px;
}
.flex-box-duo-sub h2 {
	font-size: 18px;
}

.flex-box-wrapper ul {
	margin: 10px 0 0 25px;
	padding: 0;
	list-style: none;
}
.flex-box-wrapper ul li {
	margin: 0;
	padding: 0 0 0 25px;
	background: url('images/bullet-trio-star.png') left 2px no-repeat transparent;
	font-size: 13px;
	color: #666666;
}

.flex-box-buttons {
	margin: 0;
	padding: 10px 0 5px 25px;
}

.flex-box-wrapper p {
	margin: 10px 140px 0 20px;
	padding: 0;
	font-size: 13px;
	color: #666666;
	text-align: justify;
}
.flex-box-duo-sub p {
	margin: 5px 20px 0 20px;
	font-size: 12px;
}
.flex-box-duo-main p {
	margin: 10px 20px 0 20px;
	font-size: 15px;
}


/***************************************************************
Feature Boxes
***************************************************************/

.feature-box-wrapper-duo {
	margin: 0 -30px 0 -20px;
	padding: 0;
}

.feature-box {
	width: 335px;
	height: 175px;
	margin: 0 7px 5px 7px;
	padding: 20px 0 15px 30px;
	background: url('images/box-feature.png') left top no-repeat;
	float: left;
}

.feature-box h2 {
	margin: 0;
	padding: 0;
	font-size: 20pt;
	font-weight: bold;
	line-height: 1em;
	color: #333;
}

.feature-box h3 {
	margin: 0;
	padding: 0;
	font-size: 18pt;
	font-weight: normal;
	line-height: 1em;
	color: #333;
}

.feature-box p {
	margin: 0;
	padding: 10px 130px 0 0;
	font-size: 12pt;
	line-height: 1.25em;
}

.feature-box a {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12pt;
	text-decoration: none;
}

.feature-box ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
.feature-box ul li {
	margin: 0;
	padding: 3px 0 0 22px;
	background: url('images/bullet-trio-star.png') left 6px no-repeat transparent;
	font-size: 14px;
}

.feature-box-bg-manage {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-manage.png') right bottom no-repeat;
}
.feature-box-bg-find {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-find.png') right bottom no-repeat;
}
.feature-box-bg-view {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-view.png') right bottom no-repeat;
}
.feature-box-bg-pdf {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-pdf.png') right bottom no-repeat;
}
.feature-box-bg-editions {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-editions.png') right bottom no-repeat;
}
.feature-box-bg-job {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-job.png') right bottom no-repeat;
}
.feature-box-bg-guarantee {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-guarantee.png') right bottom no-repeat;
}
.feature-box-bg-winner {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-winner.png') right bottom no-repeat;
}
.feature-box-bg-quote {
	margin: 0;
	padding: 0;
	background: url('images/icon-feature-quote.png') right bottom no-repeat;
}
.feature-box-bg-fc {
	margin: 0;
	padding: 0;
	background: url('images/icon-flex-bg-filecenter.png') right bottom no-repeat transparent;
}
.feature-box-bg-fcv {
	margin: 0;
	padding: 0;
	background: url('images/icon-flex-bg-fileconvert.png') right bottom no-repeat transparent;
}





























/***************************************************************
CTA
***************************************************************/

a.ctaArrow {
	width: auto;
	display: block;
	margin: 0;
	padding: 1px 0 4px 25px;
	text-align: left;
	background: url('images/arrow-action-blue.gif') 0px 0px no-repeat transparent;
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #108ae7;
	letter-spacing: 1px;
	text-decoration: none;
}
a.ctaArrow:hover {
	text-decoration: underline;
	color: #f80;
}

ul.cta-strip {
	margin: 20px 0 20px 0;
	padding: 15px 0 15px 0;
	list-style: none;
	text-align: center;
	border-top: 1px solid #c0daed;
	border-bottom: 1px solid #c0daed;
}
ul.cta-strip li {
	display: inline;
	margin: 0;
	padding: 0; /* Only set Top and Bottom padding */
}
ul.cta-strip li a {
	background: url('images/arrow-action-blue.gif') 0px 0px no-repeat transparent;
	margin: 0;
	padding: 1px 25px 1px 25px;
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #108ae7;
	letter-spacing: 1px;
	text-decoration: none;
}
ul.cta-strip li a.plain {
	background-image: none;
	text-align: center;
}
ul.cta-strip li a:hover {
	text-decoration: underline;
	color: #f80;
}
ul.cta-strip li a.last {
	padding-right: 0;
}

div.button-strip {
	margin: 20px 0 25px 0;
	text-align: center;
}
.button-strip img {
	padding-left: 10px;
	padding-right: 10px;
	border: none;
}

p.cta {
	margin: 20px 0 20px 0;
	padding: 15px 0 15px 0;
	text-align: center;
	border-top: 1px solid #c0daed;
	border-bottom: 1px solid #c0daed;
}



/***************************************************************
blobs and columns
***************************************************************/
.blob-head {
	padding: 0 0 5px 0;
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #108ae7;
	letter-spacing: 1px;
}

.blob-text {
	padding: 0 10px 0 10px;
	color: #777777;
}

.blob-text p {
	margin: 0;
	padding-bottom: 5px;
}

.blob-pod {
	margin: 250px 0 0 0;
	padding: 0 10px 0 10px;
	color: #777777;
}
.blob-pod a {
	text-decoration: none;
	color: #777777;
	cursor: default;
}

.blob-pod-cat {
	margin: 250px 0 0 0;
	padding: 0 10px 0 10px;
	color: #777777;
}
.blob-pod-cat h3 {
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #222;
	font-weight: bold;
}
.blob-pod-cat a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #777777;
	cursor: default;
}

.blob-video {
	text-align: center;
}

.blob-middle-callout {
	margin: 0 0 20px 20px;
	padding: 10px 5px 10px 10px;
	line-height: 1.75em;
	width: 180px;
	float: right;
	background-color: #dbe5ff;
	color: black;
}

.blob-middle-callout-columnar {
	margin: 0px 10px 20px 0;
	padding: 10px 5px 10px 10px;
	line-height: 1.75em;
	width: auto;
	background-color: #dbe5ff;
	color: black;
}

.blob-middle-cta {
	margin: 20px 0 20px 0;
	padding: 15px 0 15px 0;
	border-top: 1px solid #c0daed;
	border-bottom: 1px solid #c0daed;
}

.blob-sep {
	height: 20px;
	margin: 0;
	padding: 0;
}

.blob-sep-line {
	height: 0px;
	margin: 20px 25px 20px 25px;
	padding: 0;
	border-bottom: 1px solid #c0daed;
}

.leftColumn {
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
}

.rightColumn {
	width: 49%;
	margin: 0;
	padding: 0;
	float: right;
}


/***************************************************************
Character Styles
***************************************************************/

.big {
	font-size: 110%;
}

.small {
	font-size: 75%;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 90%;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.strikeout {
	font-weight: normal;
	text-decoration: line-through;
}

.buyPrice {
	color: #f15c22;
	color: #d40703;
	font-style: italic;
}

.special {
	color: #108ae7;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.edition {
	color: #888;
	font-style: italic;
}

.caps {
	text-transform: capitalize;
}


/***************************************************************
Product Catalog, Boxes
***************************************************************/

.catThumb {
	float:left;
	width:135px;
	margin-right:20px;
	margin-bottom:10px;
	text-align:center;
}

.catDescr {
	width:350px;
	float:left;
	margin-right:35px;
}



/***************************************************************
Videos
***************************************************************/

table.library {
	margin-top: 15px;
}
table.library th {
	padding: 15px 0 10px 0;
	padding: 7px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: black;
	color: #2860b2;
	background-color: #dbe5ff;
}
table.library td {
	padding: 10px 10px 25px 10px;
	vertical-align: top;
	text-align: center;
}

.thumb-300 {
	display: block;
	width: 300px;
	height: 225px;
	border: 1px solid transparent;
	margin: auto;
	padding: 2px;
	text-decoration: none;
}

.thumb-140, .thumb-160, table.library a {
	display: block;
	width: 140px;
	height: 105px;
	border: 1px solid transparent;
	margin: auto;
	padding: 2px;
	text-decoration: none;
}
.thumb-160 {
	width: 160px;
	height: 120px;
}
table.library a {
	border: 1px solid #c0daed;
	margin-bottom: 5px;
}
.thumb-140:hover, .thumb-160:hover, .thumb-300:hover, table.library a:hover {
	border: 1px solid #108ae7;
}
.thumb-140 strong, .thumb-160 strong {
	font-weight: normal;
}

.thumb-100 {
	display: block;
	width: 100px;
	height: 75px;
	border: 1px solid #c0daed;
	margin: 10px 20px 10px 0;
	padding: 2px;
	text-decoration: none;
}
.thumb-100:hover {
	border: 1px solid #f80;
	border: 1px solid #108ae7;
}


/***************************************************************
Product Features
***************************************************************/

div.feature-head {
	margin: 0;
	padding: 10px 0 0 0;
	height: 28px;
}
div.feature-head a {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	/*color: #108ae7;
	color: #3279d2;
	color: #2659c2;
	color: #4675cd;*/
	color: #1e5cce;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
	display: block;
}
div.feature-head a.title {
	/*padding-top: 3px;*/
	float: left;
}
div.feature-head a.title:hover {
	text-decoration: underline;
	color: #f80;
}
div.feature-head a.video {
	display: none;
	width: 80px;
	height: 100%;
	background: url('images/button-play-video.gif') 0px 0px no-repeat transparent;;
	float: right;
}



/***************************************************************
Product Boxes
***************************************************************/

div.blob-product {
}

div.blob-product .bulleted {
	margin: 4px 0 4px 0;
	padding: 0px 0px 0px 15px;
	background: url('images/bullet-blue-tiny.gif') 5px 6px no-repeat transparent;
	font-size: 10pt;
}

div.blob-product .productCTA {
	margin: 0;
	padding: 5px 0 0 15px;
}

div.blob-product .productCTA a {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	text-decoration: none;
}

div.blob-product .productTag {
	margin: 10px 0 10px 0;
	text-align: left;
	font-weight: bold;
	color: #2860b2;
}


/***************************************************************
Calculator
***************************************************************/

table.calc th {
	padding: 5px 20px 5px 10px;
	color: black;
	color: #2860b2;
	font-weight: bold;
	background-color: #dbe5ff;
}
table.calc tr {
	background-color: #f6faff;
}
table.calc td {
	font-family: segoe ui, arial, helvetica, sans-serif;
}

table.calc .colA {
	padding: 5px 20px 5px 10px;
}
table.calc .colB {
	white-space: nowrap;
	padding: 5px 10px 5px 0px;
}

table.calc .buffer {
	height: 30px;
	background-color: white;
}
table.calc .total {
	background-color: #ebf5ff;
}


/***************************************************************
Blue Table
***************************************************************/

table.blue {
	border-style: none;
	border-collapse: collapse;
}
table.blue th {
	padding: 5px 5px 5px 5px;
	border: 1px solid #c0daed;
	color: black;
	color: #2860b2;
	background-color: #dbe5ff;
	background-color: #ebf5ff;
	font-weight: bold;
	text-decoration: none;
}
table.blue th a {
	text-decoration: none;
}
table.blue th span.sub {
	font-weight: normal;
	color: #5c5c5c;
	font-style: italic;
}
table.blue td {
	padding: 8px 8px 8px 8px;
	border: 1px solid #c0daed;
	vertical-align: middle;
	color: #444;
}
table.blue td.top {
	vertical-align: top;
}
table.blue td.buffer {
	border: none;
}
table.blue td.right {
	text-align: right;
}
table.blue td.nowrap {
	white-space: nowrap;
}


/***************************************************************
Gray Table
***************************************************************/

table.gray {
	border-style: none;
	border-collapse: collapse;
}
table.gray th {
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	color: #2860b2;
	font-weight: bold;
	text-decoration: none;
}
table.gray th a {
	text-decoration: none;
}
table.gray th span.sub {
	font-weight: normal;
	color: #5c5c5c;
	font-style: italic;
}
table.gray td {
	padding: 8px 8px 8px 8px;
	border: 1px solid #c0daed;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table.gray td.top {
	vertical-align: top;
}
table.gray td.buffer {
	border: none;
}
table.gray td.right {
	text-align: right;
}
table.gray td.nowrap {
	white-space: nowrap;
}


/***************************************************************
Misc Tables
***************************************************************/

table.bare {
	margin: 15px 0 15px 0;
	border-style: none;
	border-collapse: collapse;
}

table.bare td {
	padding: 0px 10px 10px 0px;
	font-family: segoe ui, arial, helvetica, sans-serif;
	font-size: 92%;
}



/***************************************************************
Toggle Sections
***************************************************************/

.toggle-on {
	display: block;
}

.toggle-off {
	display: none;
}



/***************************************************************
Pod Pages
***************************************************************/

#pod-main {
	margin: 0;
	padding: 0;
}
#pod-main h1 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 36pt;
	font-size: 15px;
	font-weight: normal;
	xletter-spacing: 3px;
	line-height: 1em;
	color: #333;
	color: #888;
}
#pod-main h2 {
	margin: 0;
	padding: 0;
	font-family: tahoma, segoi ui, arial, helvetica, sans-serif;
	font-size: 24pt;
	font-size: 40px;
	font-weight: normal;
	xline-height: 1.25em;
	color: #888;
	color: #333;
}
#pod-main p {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: tahoma, segoi ui, arial, helvetica, sans-serif;
	font-size: 13pt;
	line-height: 1.25em;
}
#pod-main-video {
	display: block;
	margin: 0;
	padding: 0;
	width: 300px;
	xwidth: 52%;
	float: right;
	text-align: right;
	text-decoration: none;
}

#pod-buttons {
	margin: 0;
	padding: 25px 0 0 0;
}
.pod-buttons-left {
	width: 46%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
}
.pod-buttons-right {
	width: 48%;
	margin: 0;
	padding: 0;
	float: right;
}

.pod-left {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}
.pod-right {
	width: 48%;
	margin: 0;
	padding: 0;
	float: right;
}

.pod-left h2,
.pod-right h2 {
	color: #333;
}

.pod-left h3,
.pod-right h3,
.pod-cat h3 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
	letter-spacing: 0px;
}
.pod-cat a {
	text-decoration: none;
}


/***************************************************************
Spotlight Pages
***************************************************************/

#spotlight {
	border-style: none;
	border-collapse: collapse;
	width: 99%;
}

#spotlight col {
	width: 50%;
}

#spotlight td {
	border: none;
}

#spotlight p {
	font-family: segoe ui, arial, helvetica, sans-serif;
	font-size: 10pt;
}

#spotlight td.spotlight-left {
	margin: 0;
	padding: 0 30px 10px 0;
	border-right: 1px solid #c0daed;
}

#spotlight td.spotlight-right {
	margin: 0;
	padding: 0 0 0 20px;
}

#spotlight h1, #spotlight h2 {
	margin: 0;
	padding: 5px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #2860b2;
	font-weight: bold;
}

#spotlight ul {
	width: 50%;
	margin: 0px 0px 0px 7px;
	padding: 0;
	list-style: none;
}

#spotlight li {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 18px;
	background: url('images/bullet-blue.gif') 4px 6px no-repeat transparent;
	font-size: 10pt;
}

#spotlight-video {
	width: 165px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: center;
	font-size: 10pt;
}

#spotlight-quote {
	width: 55%;
	float: right;
	margin: 0;
	padding: 20px 0px 0px 0px;
	font-family: segoe ui, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #2860b2;
}

#spotlight-buttons {
	text-align: center;
	text-align: left;
	margin-top: 15px;
}


/***************************************************************
Social Media
***************************************************************/

#blob-social {
	text-align: center;
}
#blob-social .container {
	width: 160px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: auto;
	background-color: #efefef;
}
#blob-social .title {
	padding-bottom: 2px;
}
#blob-social .title a {
	text-decoration: none;
}
#blob-social td {
	padding: 5px;
}

#social {
}
#social .title {
	font-size: 120%;
	padding-bottom: 5px;
}
#social td {
	text-align: center;
	padding: 15px 15px 15px 15px;
}
#social a {
	text-decoration: none;
}


/***************************************************************
Forms
***************************************************************/

input.trial-form {
	width: 200px;
}


/***************************************************************
Netsuite
***************************************************************/

.inputreq {
	border: 1px solid #7f9db9;
	padding-top: 1px;
	padding-bottom: 1px;
}

.input {
	border: 1px solid #7f9db9;
}

#title {
	width: 350px;
}

#incomingmessage {
	width: 350px;
	height: 200px;
}

#comments {
	width: 250px;
}

/* Sales Order Form */
#custrecord_paytranid,
#custrecord_paytranid_fs,
#custrecord_paytranid_val {
	border: none;
}

#custrecord_payquantity,
#custrecord_payquantity_fs,
#custrecord_payquantity_val {
	border: none;
}

#custrecord_payamount,
#custrecord_payamount_fs,
#custrecord_payamount_val {
	border: none;
}




/* DELETED

#home-comp {
	border-style: none;
	border-collapse: collapse;
	width: 99%;
}

#home-comp th {
	padding: 5px 5px 5px 5px;
	border: 1px solid #c0daed;
	color: #2860b2;
	font-weight: normal;
	text-decoration: none;
}

#home-comp td {
	padding: 8px 8px 8px 8px;
	border: 1px solid #c0daed;
	vertical-align: middle;
	background-color: white;
}

#home-main h1 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-family: verdana;
	font-size: 120%;
	font-weight: normal;
	color: #2860b2;
}

#home-main ul {
	margin: 0px 0px 0px 7px;
	padding: 0;
	list-style: none;
}
#home-main li {
	margin: 0;
	padding-bottom: 5px;
	padding-left: 18px;
	background: url('images/bullet-blue.gif') 4px 6px no-repeat transparent;
	font-size: 115%;
}

#home-main td.images {
	padding: 0 20px 0 0;
	text-align: center;
	font-size: 100%;
}

#home-main a.button {
	display: block;
	border: 0;
	margin: 0 0 3px 0;
	padding: 0;
}

#home-main-left {
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #c0daed;
}

#home-main-right {
	width: 48%;
	margin: 0;
	padding: 0;
	float: right;
}

#home-sub {
	margin: 75px -30px 0px -30px;
	padding: 30px 30px 30px 30px;
	background-color: #ebf5ff;
	border-top: 1px solid #c0daed;
	border-bottom: 1px solid #c0daed;
}

#home-sub h1 {
	margin-top: -5px;
	padding-top: 0;
	font-family: segoe ui, arial, helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
}

#home-sub-left {
	width: 49%;
	float: left;
	border-right: 1px solid white;
}

#home-sub-left .pad {
	margin: 0 20px 0 0;
	padding: 0;
}

#home-sub-right {
	width: 48%;
	float: right;
}

#home-sub-right h1 {
	color: #57a700;
}

#home-sub-right .icon {
	margin: 15px 0 0 0;
	text-align: center;
}

.banner-buttonless {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 335px;
	background: url('images/banner-buttonless.png') right top no-repeat;
}

.banner-box-link-try,
.banner-home-link-try {
	position: absolute;
	display: block;
	left: 525px;
	top: 243px;
	width: 315px;
	height: 60px;
}
.banner-box-link-buy,
.banner-home-link-buy {
	position: absolute;
	display: block;
	left: 580px;
	top: 314px;
	width: 200px;
	height: 20px;
}

.blob-head-blue {
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #108ae7;
	letter-spacing: 2px;
}

.blob-middle {
	padding: 0;
	width: 99%;
	color: #777777;
}

.blob-middle-sep {
	height: 0px;
	margin: 50px 30px 50px 30px;
	padding: 0;
	border-bottom: 1px solid #c0daed;
}

.boxshot-right {
	margin: 0;
	padding-left: 20px;
	width: auto;
	float: right;
}

.boxshot-left {
	margin: 0;
	padding-right: 20px;
	width: auto;
	float: left;
}

ul.cta-strip-plain {
	list-style: none;
	text-align: center;
}
ul.cta-strip-plain li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.cta-strip-plain li a {
	background: url('images/arrow-action-blue.gif') 0px 0px no-repeat transparent;
	margin: 0;
	padding: 1px 25px 1px 25px;
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #108ae7;
	letter-spacing: 1px;
	text-decoration: none;
}
ul.cta-strip-plain li a.plain {
	background-image: none;
	text-align: center;
}
ul.cta-strip-plain li a:hover {
	text-decoration: underline;
	color: #f80;
}
ul.cta-strip-plain li a.last {
	padding-right: 0;
}

.leftColumn, .leftColumn-div {
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
}
.leftColumn-div {
	border-right: 1px solid #c0daed;
}

table.padded {
	margin: 0;
	padding: 0;
	border-style: none;
	border-collapse: collapse;
}

table.padded td {
	padding: 5px 5px 5px 5px;
}

div.blob-product table.product {
	margin: 0;
}

*/
