/***************************************************************
Style Sheet for Lucion.com
***************************************************************/

/***************************************************************
Colors
***************************************************************/
/* Blue: #108ae7 */
/* Red: #ee1644 old: #d61039 */
/* Yellow: #fdd703 */
/* Green: #a5cf63 */

/* Orange: #f75d21 */

/***************************************************************
Main Elements
***************************************************************/
body {
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
	min-width: 760px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #5c5c5c;
	color: #444;
	background-color: #ffffff;
}

table {}
tr {}
td {
	font-size: 8pt;
	padding: 5px;
}

p {
	margin: 0;
	padding-bottom: .8em;
	line-height: 140%;
}

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: 11pt;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0px;
}

h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	color: #555555;
	color: #444;
	font-weight: 600;
	letter-spacing: 0px;
}
h2.no-pad {
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	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: 900px;
	text-align: left;
}

#header-shell {
	position: static;
	width: 100%;
}

#header-logo {
	padding: 5px 0px 2px 0px;
}

#left-shell {
	position: absolute;
	width: 180px;
	top: 90px;
	left: 0px;
	margin: 0;
	padding: 0;
	border: 0px solid red;
}

#left-title {
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 700;
	color: #108ae7;
	letter-spacing: 1px;
	margin: 0px 15px 10px 15px;
	padding: 10px 0px 5px 10px;
	border-bottom: 1px solid #c0daed;
}

#middle-content {
	padding: 5px 30px 30px 30px;
}

#middle-gradient {
	height: 20px;
	background: url('images/content-gradient.gif') top left no-repeat;
	padding: 5px 30px 0px 30px;
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #cccccc;
	text-align: right;
	letter-spacing: 1px;
}

#right-content {
	width: 180px; /* because IE keeps eating the left border */
	margin: 20px 0 0 0;
	padding: 0;
}

#right-photo {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c0daed;
}

#footer-shell {
	margin-top: 20px;
}

#footer-copyright {
	margin-top: 15px;
	font-size: 7pt;
	text-align: center;
}

#banner-full {
	width: 900px;
	height: 210px;
}

/***************************************************************
Main Table
***************************************************************/
table.main {
	position: static;
	width: 100%;
	height: 500px;
	margin-top: 12px;
	border-collapse: collapse;
}
table.main td {
	padding: 0;
	vertical-align: top;
}
table.main td.left {
	border: 1px solid #c0daed;
	background-color: #ebf5ff;
}
table.main td.middle {
	border: 1px solid #c0daed;
}
table.main td.right {
	border: 1px solid #c0daed;
	background-color: #f3f3f3;
	background-color: #ebf5ff;
}

/***************************************************************
Header Table
***************************************************************/
table.header {
	width: 99%;
	border-collapse: collapse;
}
table.header td {
	padding: 0;
	vertical-align: top;
	white-space: nowrap;
}

/***************************************************************
header-nav
***************************************************************/
#header-nav-shell {
	padding: 12px 0px 0px 0px;
}
#header-nav {
	background-color: #ffffff;
}
#header-nav ul {
	height: 16px;
	margin: 0;
	padding: 7px 0px 5px 50px;
	list-style: none;
	text-align: left;
}
#header-nav ul .blue {
	background: url('images/circle-blue.png') top left no-repeat;
}
#header-nav ul .red {
	background: url('images/circle-red.png') top left no-repeat;
}
#header-nav ul .yellow {
	background: url('images/circle-yellow.png') top left no-repeat;
}
#header-nav ul .green {
	background: url('images/circle-green.png') top left no-repeat;
}
#header-nav ul .orange {
	background: url('images/circle-orange.png') top left no-repeat;
}
#header-nav ul .video {
	background: url('images/circle-green-play.png') top left no-repeat;
}
#header-nav ul li {
	display: inline;
	padding: 1px 0px 5px 0px; /* Only set Top and Bottom padding */
}
#header-nav ul li a {
	text-align: left;
	text-transform: none;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
	color: #878787;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}
#header-nav ul li a:hover {
	color: #108ae7;
	text-decoration: underline;
}


/***************************************************************
header-links
***************************************************************/
#header-link-shell {
	width: 100%;
	margin: 0;
	padding: 20px 0px 0px 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;
}


/***************************************************************
footer-nav
***************************************************************/
#footer-nav-shell {
	width: 100%;
}
#footer-nav {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #606060;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#footer-nav ul li {
	display: inline;
}
#footer-nav a {
	margin: 0 -1px;
	padding: 0 15px 0 0;
	color:#606060;
	text-decoration:none;
}
#footer-nav a:hover {
	text-decoration: underline;
	color: #c60;
}

/***************************************************************
nav1
***************************************************************/
#nav1-shell {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #108ae7;
	background: url('images/nav1-end.gif') top right no-repeat #108ae7;
}
#nav1 {
	height: 22px;
	background: url('images/nav1-begin.gif') top left no-repeat;
}
#nav1 ul {
	margin: 0;
	padding: 4px 10px 2px 40px;
	list-style: none;
	text-align: left;
}
#nav1 ul li {
	display: inline;
	/* float: left; This controls whether displayed horizontal or vertical */
	margin: 0;
	padding: 0px 0px 0px 0px; /* Only set Top and Bottom padding */
}
#nav1 ul li a {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 300;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 0px 15px 0px 17px;
}
#nav1 ul li a:hover {
	text-decoration: none;
	color: #0079d6;
	background-color: #ffffff;
}
#nav1 ul .current {
}
#nav1 ul .current a {
}
#nav1 ul .current a:hover {
}

/***************************************************************
nav2
***************************************************************/
#nav2-shell {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#nav2 {}
#nav2 ul {
	margin: 0px 10px 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 */
}
#nav2 ul li a {
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 300;
	color: #108ae7;
	letter-spacing: 0px;
	padding: 0px 10px 0px 15px;
}
#nav2 ul li a:hover{
	text-decoration: underline;
	color: #f80;
}
#nav2 ul .current {
	background: url('images/bullet-orange.gif') 4px 7px no-repeat transparent;
}
#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 .sales {
	min-height: 40px;
	background: url('images/icon-phone-right.gif') 4px 4px no-repeat;
}

#nav2 .chat {
	padding: 25px 0 0 0;
	text-align: center;
}


/***************************************************************
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 4px 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: 2px 0 3px 22px;
	color: #444;
	text-decoration: none;
	background: url('images/help.png') left top no-repeat;
}
a.info-link:hover {
	color: #108ae7;
}


/***************************************************************
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 .left-end {
	padding-right: 15px;
}
.button-strip .right-end {
	padding-left: 15px;
}
.button-strip img {
	border: none;
}


/***************************************************************
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-video {
	width: 99%;
	text-align: center;
}

.blob-middle {
	padding: 0;
	width: 99%;
	color: #777777;
}

.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;
}

.blob-middle-sep {
	height: 0px;
	margin: 50px 30px 50px 30px;
	padding: 0;
	border-bottom: 1px solid #c0daed;
}

.blob-head-blue {
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700;
	color: #108ae7;
	letter-spacing: 2px;
}

.blob-sales {
	min-height: 40px;
	margin: 0 0 0 15px;
	padding: 0 0 0 25px;
	background: url('images/icon-phone-right.gif') 0px 0px no-repeat;
	text-align: left;
}
.blob-sales a {
	display: block;
	padding-top: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 300;
	color: #108ae7;
	letter-spacing: 0px;
	text-decoration: none;
}
.blob-sales a:hover {
	text-decoration: underline;
	color: #f80;
}


.leftColumn {
	xwidth: 225px;
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.rightColumn {
	xwidth: 225px;
	width: 49%;
	margin: 0;
	padding: 0;
	float: right;
}


/***************************************************************
Character Styles
***************************************************************/

.big {
	font-size: 110%;
}

.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;
}

.red {
	color: #dd0000;
}

.buyPrice {
	color: #f15c22;
}

.special {
	color: #108ae7;
	font-style: italic;
	font-weight: bold;
}

.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;
	background-color: #dbe5ff;
}
table.library td {
	padding: 10px 10px 25px 10px;
	vertical-align: top;
	text-align: center;
}

.thumb-140, table.library a {
	display: block;
	width: 140px;
	height: 105px;
	border: 1px solid transparent;
	margin: auto;
	padding: 2px;
	text-decoration: none;
}
table.library a {
	border: 1px solid #c0daed;
	margin-bottom: 5px;
}
.thumb-140:hover, table.library a:hover {
	border: 1px solid #108ae7;
}

.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
***************************************************************/

.boxshot-right {
	margin: 0;
	padding-left: 20px;
	width: auto;
	float: right;
}

.boxshot-left {
	margin: 0;
	padding-right: 20px;
	width: auto;
	float: left;
}

div.blob-product {
}

div.blob-product table.product {
	margin: 0;
}

div.blob-product .bulleted {
	margin: 5px 0 5px 0;
	padding: 0px 0px 0px 15px;
	background: url('images/bullet-blue-tiny.gif') 5px 4px no-repeat transparent;
	color: black;
	font-family: arial;
	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;
}


/***************************************************************
Calculator
***************************************************************/

table.calc th {
	padding: 5px 20px 5px 10px;
	color: black;
	font-weight: bold;
	background-color: #dbe5ff;
}
table.calc tr {
	background-color: #f6faff;
}

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;
	background-color: #dbe5ff;
	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;
}
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;
}


/***************************************************************
Misc Tables
***************************************************************/

table.bare {
	margin: 15px 0 15px 0;
	border-style: none;
	border-collapse: collapse;
}

table.bare td {
	padding: 0px 10px 10px 0px;
}

table.padded {
	margin: 0;
	padding: 0;
	border-style: none;
	border-collapse: collapse;
}

table.padded td {
	padding: 5px 5px 5px 5px;
}



/***************************************************************
Toggle Sections
***************************************************************/

.toggle-on {
	display: block;
}

.toggle-off {
	display: none;
}



/***************************************************************
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;
}
