.buttons { list-style: none; float: right; margin-bottom:0; padding: 0; clear:both; }
 .buttons li { float: left; display: block; margin:0 20px 0 0; padding: 0; }
 .cta { float: right; display: inline-block; padding: 0 20px; color: #fff; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35); font: bold 18px Helvetica, Arial, sans-serif; height: 50px; text-decoration: none; line-height: 50px; white-space: nowrap; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; position: relative; z-index: 10; -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333'); -moz-user-select: none; -webkit-user-select:none; -khtml-user-select: none; user-select: none; overflow: visible; outline: none; }
 .cta:before { content: ""; display: block; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; }
 .cta:hover { -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
 .cta:active { -moz-box-shadow: 0 0 0; -webkit-box-shadow: 0 0 0; box-shadow: 0 0 0; }
 .cta-red, .cta-green, .cta-blue, .cta-yellow { -webkit-transition: border-color .218s; -moz-transition: border .218s; -o-transition: border-color .218s; transition: border-color .218s; }
 .cta-green { border: solid 1px #00922d; background: #00b638; background: -webkit-gradient(linear, left top, left bottom, from(#50de76), to(#00b638)); background: -moz-linear-gradient(top, #50de76, #00b638); background: -ms-linear-gradient(top, #50de76, #00b638); background: -o-linear-gradient(top, #50de76, #00b638); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638')"; }
 .cta-green:before { border: solid 1px #78e695; border-color: rgba(255, 255, 255, 0.35); }
 .cta-green:hover { color: #fff; border: solid 1px #006e22; background: -webkit-gradient(linear, left top, left bottom, from(#5cec82), to(#00c43c)); background: -moz-linear-gradient(top, #5cec82, #00c43c); background: -ms-linear-gradient(top, #5cec82, #00c43c); background: -o-linear-gradient(top, #5cec82, #00c43c); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c')"; }
 .cta-green:active { color: #fff; border: solid 1px #006e22; background: -webkit-gradient(linear, left top, left bottom, from(#00b638), to(#50de76)); background: -moz-linear-gradient(top, #00b638, #50de76); background: -ms-linear-gradient(top, #00b638, #50de76); background: -o-linear-gradient(top, #00b638, #50de76); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76')"; }
 .icon-download, .icon-check { margin-left:-5px; padding-left:37px; display:block; height:50px; background:transparent url(theme/sprite.png?608574) no-repeat; }
 .icon-go, .icon-more { margin-right:-5px; padding-right:40px; display:block; height:50px; background:transparent url(theme/sprite.png?608574) no-repeat; }
 .icon-download {background-position:0 -141px;}
 .icon-check {background-position:0 -66px;}
 .icon-more {background-position:right 10px;}
 .icon-go {background-position:right -212px;}
 .cta-big { font-size: 22px; height: 60px; line-height: 60px; }
 .cta-big .icon-download {background-position:0 -136px; height:60px;}
 .cta-big .icon-check {background-position:0 -61px; height:60px;}
 .cta-big .icon-more {background-position:right 15px; height:60px;}
 .cta-big .icon-go {background-position:right -207px; height:60px;}
 .cta-huge { font-size: 26px; height: 76px; line-height: 76px; padding: 0 26px; }
 .cta-huge .icon-download {background-position:0 -128px; height:76px;}
 .cta-huge .icon-check {background-position:0 -53px; height:76px;}
 .cta-huge .icon-more {background-position:right 23px; height:76px;}
 .cta-huge .icon-go {background-position:right -199px; height:76px;}
 .cta-subhead { padding: 20px 30px; font-size: 26px; line-height: 26px; }
 .cta-subhead i { color: #000; color: rgba(0, 0, 0, 0.5); text-shadow: 0 0 0; font-weight: normal; font-style: normal; display: block; line-height: 26px; font-size: 14px; }
 ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,div.paragraph,blockquote,fieldset,input{ margin:0; padding:0; }
 ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0; }
 fieldset{ border:0; }
 a img{ border:0; }
 .clear{ clear:both; }
 body { background: url(theme/bodybg.jpg?608574) top repeat-x; background-color:#009393; font-family: helvetica, arial, sans-serif; font-size:14px; color:#333333; margin:0; padding:0; }
 div.paragraph { line-height: 170%; color: #333333; font-size: 14px; padding-bottom:12px; }
 p { line-height: 170%; color: #333333; font-size: 14px; padding-bottom:12px; }
 h1 { font-size:30px; font-weight:bold; color:#000000; text-transform: uppercase; margin: 0px 0px 10px 0px; }
 h2 { font-size:24px; font-family: helvetica, arial, sans-serif; font-weight:normal; color:#000000; margin: 10px 0px 5px 0px; }
 #wrapper { width:960px; margin:0pt auto; }
 #header{ width: 960px; height: 82px; background: url(theme/secure_ordering_by_fastspring_bw_dark.gif?608574) top right no-repeat; }
 #headerleft{ font-size:30px; font-weight:bold; color:#ffffff; padding: 20px 20px 5px 0px; }
 #navigation ul{ position: relative; display: inline; list-style: none; margin: 0; padding: 0; height: 43px; }
 #navigation ul li{ float: left; margin: 5px 0px 0px 13px; padding: 0px 20px 0px 0px; background: url(theme/libg.jpg?608574) right no-repeat; }
 #navigation ul li a{ color: #D6D6D6; font-size: 13px; font-weight: bold; text-decoration: none; text-transform: uppercase; }
 #navigation ul li a:hover, #navigation ul li#active a{ color: #FF3800; }
 #navigation ul li.weebly-nav-more{ background: none; }
 #wsite-menus .wsite-menu-wrap { z-index: 5000; margin: 1px 0px 0px 0px; }
 #wsite-menus .wsite-menu { padding: 0; margin: 0; list-style: none; }
 #wsite-menus .wsite-menu li { float: left; clear: left; width: 163px; text-align: left; }
 #wsite-menus .wsite-menu li a { position: relative; display: block; width: 161px; background: #d4d4d4; text-decoration: none; font-size: 12px; font-weight: bold; padding: 6px 0px 6px 0px; color: #383838; border-left: 1px solid #b4b4b4; border-right: 1px solid #b4b4b4; border-bottom: 1px solid #b4b4b4;}
 #wsite-menus .wsite-menu li a:hover { background: #a7a7a7; color: #FF3800; }
 #content{ width: 898px; background: #fff; min-height: 500px; _height: 500px; padding: 32px; }
 #content a{ color: #FF3800; text-decoration: none; }
 #content a:hover{ color: #FF9000; text-decoration: none; }
 #content a:visited{ color: #FFAE00; text-decoration: none; #footer
 #footer a{ color: #cc0000; text-decoration: none; }
 #footer .weebly-footer a{ color: #666666; }

div.paragraph ul, div.paragraph ol { padding-left: 25px !important; margin: 5px 0 !important; overflow:hidden; }
div.paragraph li { padding-left: 5px !important; margin: 3px 0 0 !important; }
div.paragraph ul, div.paragraph ul li { list-style: disc outside !important; }
div.paragraph ol, div.paragraph ol li { list-style: decimal outside !important; }

