﻿/*
 * Colors:
 * Light orange background color: FFF9F1
 * Light orange border color: F8DFC1
 * Medium orange: F89D56
 * Dark orange: E1600E
 *
 * Light green background color: EBFDED
 * Dark green border color: 42A13C
 */
html,body {
   margin: 0px;
   padding: 0px;
}

body {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   color: #333333;
   background: none repeat scroll 0 0 #F8F8F8;
}

h1,h2,h3,h4 {
   color: #E1600E;
   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: #E1600E;
   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;
}

.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;
}

#logo {
   float: left;
   margin: 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 {
   background: url(../images/menuBarBg.jpg) left top repeat-x;
   clear: both;
}

#menu ul {
   float: right;
   margin: 0px 50px 0px 0px;
}

#menu ul li {
   display: inline;
   padding: 12px 20px;
   line-height: 39px;
   color: #ffffff;
}

#menu ul li a {
   color: #ffffff;
   text-decoration: none;
}

#menu ul li a:hover {
   color: #d9d8d8;
}

#menu ul li.on {
   background-image: url(../images/menuBarBg-on.jpg);
   background-repeat: repeat-x;
}

#menu ul li.gone {
   visibility: hidden;
}

#banner {
   clear: both;
   min-height: 300px;
}

#content {
   padding: 30px;
   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;
}

.line {
   clear: both;
   background: url(../images/hrBg.jpg) top right repeat-y;
   height: 7px;
}

.Orange {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #E1600E;
}

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 #E1600E;
   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 #E1600E;
   padding: 20px;
   margin-bottom: 20px;
   background-color: #FFF9F1;
}

div.minifaq ul {
   list-style-type: lower-latin;
}

.error {
   font-weight: bold;
   color: #BE0707;
}

.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: #E1600E;
   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;
}

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: #E1600E;
   padding: 0;
}

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;
}

/* FORMS */
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;
}

table.fcontact {
   margin-top: 20px;
}

table.fbeta {
   margin-top: 20px;
}

table.fmemrefer {
   width: 100%;
}