/*
 * Colors:
 * Light orange background color: FFF9F1
 * Light orange border color: F8DFC1
 * Medium orange: F89D56
 * Dark orange: F17E32
 * Dark orange: F68026
 *
 * Light green background color: EBFDED
 * Dark green border color: 42A13C
 */
html,body {
   margin: 0px;
   padding: 0px;
}

body {
   font-family: Century Gothic, Geneva, sans-serif;
   font-size: 12px;
   color: #333333;
   background: none repeat scroll 0 0 #F8F8F8;
}

h1,h2,h3,h4 {
   color: #F17E32;
   font-weight: normal;
   margin: 20px 0 10px 0;
}

h1 {
   margin: 0 0 10px 0;
   font-size: 24px;
}

h2 {
   font-size: 18px;
}

h3 {
   font-size: 14px;
}

a img {
   border: none;
}

a:link,a:visited {
   color: #F17E32;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a.NoLink:link,a.NoLink:visited,a.NoLink:active,a.NoLink:hover {
   text-decoration: none;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   color: #999999;
}

img {
   border-style: none;
   border-color: inherit;
   border-width: medium;
}

input,textarea {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   margin: 0;
}

.copy {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
   font-style: normal;
}

#aploscontainer {
   width: 1000px;
   margin: 0pt auto;
   background: url("../images/bg.jpg") repeat-y scroll center center #ffffff;
}

#aplosmain {
   width: 970px;
   margin: 0 auto;
}

#header {
   width: 100%;
   background: url(../images/headerBg.jpg) left top no-repeat;
   padding: 0;
   margin: 0;
}

#logo {
   float: left;
   margin: 20px 10px 0 10px;
   height: 81px;
   width: auto;
}

#topMenu {
   float: right;
   margin: 30px;
}

#topMenu ul li {
   display: inline;
   margin: 0px 2px;
}

#topMenu ul li a {
   color: #999999;
   text-decoration: none;
}

#topMenu ul li a:hover {
   color: #ffffff;
}

#menu {
   
}

#menu ul.pubmenu {
   margin: 0 0 -7px 0;
   padding: 0;
}

#menu ul.pubmenu li {
   display: inline-block;
   color: #ffffff;
   margin: 0 0 0 -3px
}

#menu ul.pubmenu li a {
   color: #ffffff;
   text-decoration: none;
   display: inline-block;
   padding: 8px 20px;
}

#menu ul.pubmenu li:hover {
   
}

#menu ul.pubmenu li a:hover { /*background-color: #ffffff;*/
   color: #F17E32;
}

#menu ul.pubmenu li.on {
   background-color: #ffffff;
   border-left: 1px solid #999999;
   border-right: 1px solid #999999;
   border-top: 1px solid #999999;
}

#menu ul.pubmenu li.on a {
   color: #F17E32;
}

#menu ul.pubmenu li.subitem {
   position: relative;
}

#menu ul.pubmenu li.subitem ul {
   background-color: #FFFFFF;
   display: none;
   left: -1px;
   margin-top: -6px;
   padding: 0;
   position: absolute;
   border-left: 1px solid #999999;
   border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
}

#menu ul.pubmenu li.subitem ul li {
   white-space: nowrap;
   padding: 0;
   margin: 0;
   width: 100%;
}

#menu ul.pubmenu li.subitem ul li div {
   line-height: normal;
   width: 100px;
   padding-left: 10px;
}

#menu ul.pubmenu li.subitem ul li div:hover {
   
}

#menu ul.pubmenu li.subitem ul li div a {
   display: block;
   padding: 5px 10px;
   color: #F17E32;
   border: none;
}

#menu div.line {
   clear: both;
}

#banner {
   clear: both;
   min-height: 300px;
}

#content {
   padding: 30px;
   line-height: 19px;
}

#contentbanner {
   padding: 0;
   margin: 0;
   line-height: 19px;
}

#singlePart {
   float: left;
   width: 845px;
}

#doubleLeft {
   float: left;
}

#doubleRight {
   float: left;
}

#leftPart {
   float: left;
   width: 270px;
}

#middlePart {
   float: left;
   width: 270px;
   margin: 0px 35px;
}

#rightPart {
   float: left;
   width: 270px;
}

#footer {
   background: url(../images/footerBg.jpg) top left repeat-x;
   padding: 15px 40px 40px;
   color: #999999;
}

#footerMenu {
   font-size: 10px;
   float: left;
}

#footerMenu p {
   margin: 0;
   padding: 4px;
}

#footerMenu ul {
   margin: 0;
   padding: 0;
}

#footerMenu ul li {
   display: inline;
   border-right: 1px solid #999999;
   padding: 0px 6px 0px 4px;
}

#footerMenu ul li a {
   color: #999999;
   text-decoration: none;
}

#footerMenu ul li a:hover {
   color: #ffffff;
}

#footerMenu ul .last {
   border: none;
}

#footerRight {
   float: right;
   margin-top: 10px;
}

#footerRight a {
   color: #999999;
   text-decoration: none;
}

#footerRight a:hover {
   color: #ffffff;
   text-decoration: none;
}

.clear {
   clear: both;
}

.ora {
   color: #F17E32;
}

.Orange {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #F17E32;
}

.faded {
   opacity: 0.5;
   -moz-opacity: 0.5; /* older Gecko-based browsers */
   filter: alpha(opacity =                 5); /* For IE6&7 */
}

div.new {
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   background: url("/images/bg-orange.gif") repeat-x scroll 0 0 #FFFFFF;
   border: 1px solid #F17E32;
   float: right;
   margin-left: 20px;
   padding: 0 20px 20px;
   width: 457px;
}

div.new p,div.new ul {
   font-size: 14px;
}

div.supportImage {
   float: left;
   width: 120px;
}

div.supportFaq {
   float: left;
   width: 480px;
}

div.supportFaq div.faq {
   padding: 10px;
   background-color: #FFF9F1;
}

div.minifaq {
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   border: 1px solid #F17E32;
   padding: 20px;
   margin-bottom: 20px;
   background-color: #FFF9F1;
}

div.minifaq ul {
   list-style-type: lower-latin;
}

.error {
   font-weight: bold;
   color: #BE0707;
   white-space: normal;
}

.good {
   font-weight: bold;
   color: #079A07;
   white-space: normal;
}

.success {
   color: #f89d56;
   margin: 10px 0;
}

.note {
   font-size: 10px;
}

.button {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background-color: #F89D56;
   border: 1px solid #F89D56;
   color: #FFFFFF;
   font-size: 1.2em;
   margin-top: 10px;
   padding: 2px 30px;
}

.button:hover {
   background-color: #F17E32;
   color: #F2F2F2;
}

.buttonThin {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background-color: #F89D56;
   border: 1px solid #F89D56;
   color: #FFFFFF;
   font-size: 1.2em;
   padding: 2px;
}

.buttonThin:hover {
   background-color: #F17E32;
   color: #F2F2F2;
}

/* ========== TABLES ========== */
table {
   padding: 0;
   margin: 0;
}

td {
   vertical-align: top;
}

table.layout2 {
   width: 100%;
}

table.layout2 td.col1 {
   padding-right: 20px;
}

table.layout2 td.col2 {
   padding: 0;
   width: 1px;
   background-color: #e4e4e4;
}

table.layout2 td.col3 {
   width: 250px;
   padding: 0 5px;
}

/* ========== HOME PAGE ========== */
table.home {
   width: 100%;
   color: #666666;
   font-size: 13px;
}

table.home td {
   padding: 0;
}

table.home h3 {
   font-weight: bold;
   margin-bottom: 3px;
   font-size: 13px;
}

table.home tr.middle {
   background-color: #999999;
}

table.home tr.bh {
   
}

table.home tr.bt {
   
}

table.home td.left {
   width: 33%;
   padding: 0 20px 0 50px;
}

table.home td.mid {
   width: 33%;
   padding: 0 20px;
}

table.home td.right {
   width: 33%;
   padding: 0 50px 0 20px;
   border-left: 1px solid #999999;
   text-align: center;
}

table.home tr.bt td {
   padding-bottom: 20px;
   vertical-align: middle;
}

table.home table.banner {
   width: 100%;
}

table.home table.banner td.im {
   width: 435px;
}

table.home table.banner td.signup {
   text-align: center;
   vertical-align: middle;
}

/* ========== FREE TRIAL BANNER ========== */
table.banner input.email {
   width: 100%;
   padding: 7px 10px;
   outline: none;
   font-size: 14px;
   text-align: center;
}

table.banner input.focusField {
   border: solid 2px #cccccc;
   background: #ffffff;
   color: #000;
}

table.banner input.idleField {
   color: #999999;
   border: solid 2px #DFDFDF;
}
table.layout2 input.email {
   padding: 5px 10px;
   outline: none;
   font-size: 14px;
   text-align: center;
}

table.layout2 input.focusField {
   border: solid 2px #cccccc;
   background: #ffffff;
   color: #000;
}

table.layout2 input.idleField {
   color: #999999;
   border: solid 2px #DFDFDF;
}

img.freetrial {
   background: url("../images/freetrial.png") no-repeat scroll 100% 100% transparent;
   width: 102px;
   height: 36px;
}

img.freetrial:hover {
   background: url("../images/freetrial-hover.png") no-repeat scroll 100% 100% transparent;
   width: 102px;
   height: 36px;
}

/* ========== REGISTRATION PAGE ========== */
table.banner1 {
   width: 100%;
   color: #666666;
   font-size: 11px;
}

table.banner1 td {
   padding: 0;
}

table.banner1 h3 {
   font-weight: bold;
   margin: 0 0 3px 0;
   font-size: 13px;
}

table.banner1 td.containerl {
   width: 300px;
   padding: 20px 20px 20px 40px;
}

table.banner1 td.containerr {
   padding: 20px 40px 20px 20px;
}

table.banner2 {
   width: 100%;
   color: #666666;
   font-size: 11px;
   background-color: #EDEDED;
}

table.banner2 td {
   padding: 0;
}

table.banner2 h3 {
   font-weight: bold;
   margin-bottom: 3px;
   font-size: 13px;
}

table.banner2 ul {
   list-style: lower-alpha;
   padding-left: 20px;
   margin: 0;
}

table.banner2 tr.line {
   background-color: #999999;
}

table.banner2 tr.bt td {
   padding-bottom: 20px;
}

table.banner2 td.left {
   width: 33%;
   padding: 0 20px 0 50px;
}

table.banner2 td.mid {
   width: 34%;
   padding: 0 20px;
}

table.banner2 td.right {
   width: 33%;
   padding: 0 50px 0 20px;
}

td.l {
   font-weight: bold;
   padding: 3px 10px;
   text-align: right;
   white-space: nowrap;
}

table.view {
   border: 1px solid #F89D56;
   padding: 10px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
}

table.view td.l {
   background-color: #FFF9F1;
   border: 1px solid #F89D56;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
}

table.view td.v {
   padding: 3px 10px;
   border-bottom: 1px solid #F89D56;
}

table.videos td {
   padding: 10px 20px;
   vertical-align: top;
   width: 50%;
   border-left: 1px solid #F2F2F2;
   border-right: 1px solid #F2F2F2;
}

table.videos td.ld,table.videos td.rd {
   border-top: 1px solid #F2F2F2;
}

table.videos td.lv,table.videos td.rv {
   border-bottom: 1px solid #F2F2F2;
}

table.features {
   width: 100%;
}

table.features td.sep {
   background-color: #F17E32;
   padding: 0;
}

/* ========== SUPPORT ========== */
table.supportsteps {
   width: 100%;
   border-collapse: collapse;
}

table.supportsteps td.step {
   background-color: #F68026;
   border: 1px solid #999999;
   width: 134px;
}

table.supportsteps td.solution {
   background-color: #FFF9F1;
   border: 1px solid #999999;
   padding: 0 20px;
}

ul#supportanswers,ul.supportanswers ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

ul.supportanswers a {
   display: block;
   text-decoration: none;
}

ul.supportanswers li {
   margin-top: 1px;
}

ul.supportanswers li a {
   background: #333;
   color: #fff;
   padding: 0.5em;
}

ul.supportanswers li a:hover {
   background: #000;
}

ul.supportanswers li ul li a {
   background: #ccc;
   color: #000;
   padding-left: 20px;
}

ul.supportanswers li ul li a:hover {
   background: #aaa;
   border-left: 5px #000 solid;
   padding-left: 15px;
}

ul.supportanswers li ul li.sel a {
   background: #aaa;
   border-left: 5px #000 solid;
   padding-left: 15px;
}

div#faq-detail,div#blog-detail {
   background-color: #FFF9F1;
}

/* ========== SITEMAP ========== */
ul.sitemap {
   list-style: none outside none;
   margin: 0;
   padding: 0;
}

ul.sitemap li {
   border: 1px solid #F8DFC1;
   padding: 5px 20px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
}

ul.sitemap li:hover {
   background-color: #fff9f1;
}

ul.sitemap li a {
   display: block;
}

ul.sitemap li a:hover {
   text-decoration: none;
}

/* ========== STORE ========== */
h2.storesection {
   margin-top: 0;
   font-weight: bold;
}

table.product h3 {
   margin: 0;
   font-weight: bold;
}

table.product p.detail {
   margin-top: 0;
}

table.product span.price {
   font-weight: bold;
}

/* ========== FORM 1 ========== */
table.forms {
   border: 1px solid #F8DFC1;
   padding: 10px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   background-color: #FFF9F1;
}

table.forms td.l {
   background-color: #EBFDED;
   border: 1px solid #42A13C;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
}

table.forms td.i {
   padding: 3px;
}

/* ========== FORM 2 ========== */
div.form2 {
   border: 1px solid #CCCCCC;
}

div.form2 div.header {
   background-color: #F17E32;
   color: #FFFFFF;
   font-size: 18px;
   padding: 10px 20px;
}

div.form2 div.header div.l {
   float: left;
}

div.form2 div.header div.r {
   float: right;
}

table.form2 {
   padding: 10px;
   background-color: #FFF9F1;
}

table.form2 td.l {
   color: #F17E32;
   font-weight: normal;
   white-space: normal;
}

table.form2 td.i {
   padding: 1px;
}

/* ========== FORMS ========== */
table.fcontact {
   width: 500px;
}

table.fpurchase {
   width: 450px;
}

table.fbeta {
   margin-top: 20px;
}

table.fmemrefer {
   width: 100%;
}

table.fvote {
   font-size: 11px;
}

/* ========== TERMS AND CONDITIONS ========== */
div.terms {
   width: 550px;
   height: 400px;
   padding: 20px;
   background-color: #ffffff;
   border: 1px solid #F17E32;
   overflow: auto;
}

/* ========== JQUERY OVERRIDE ========== */
.ui-widget {
   font-family: inherit;
   font-size: inherit;
}

.ui-widget-header {
   background: #f89d56;
   border: 1px solid #F17E32;
   color: #222222;
   font-weight: bold;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
   {
   border: 1px solid #F17E32;
   background: #F8DFC1 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
   font-weight: normal;
   color: #212121;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
   border: 1px solid #F17E32;
   background: #F8DFC1 url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
   font-weight: normal;
   color: #212121;
}
