@charset "UTF-8";
/*
63336 orange: #EF6B0D gradient from #F0A675 to #EF6B0D
Light orange: #F8BE95 for shadowed borders
Teal:         #1C8589 gradient from #0AA3B1 to #1C8589
Light blue:   #BFE5EA background for forms
Red:          #F7432C aler for New items
-------------------------------------------------------------------
Horizontal margins are always 20px between different sections and page edges
Vertical margins are 10px above the banner and 20px below the banner
Margin from header to content is 10px
Margin between items is 6px
An exception is 4px when the items are closely related like Q&A
-------------------------------------------------------------------
Inner box width is 780px + 2 x 10px margins gives total width 800px
Golden ratio to split left & right gives left=300px & right=480px
Left and right each have 10px margins making 20px all round each section.
*/
* {
  margin:0;
  padding:0;
}
body {
  font:87.5% Arial,Geneva,sans-serif;
  line-height:1.125em;
  text-align:center;
  width:100%;
  height:auto;
  min-height:100%;
  color:#000000;
  background-color:#ffffff;
}
h1 {
  font-size:2em;
  line-height:1em;
  font-weight:bold;
  color:#EF6B0D;
  margin-bottom:0.4em;
}
h2 {
  font-size:1.5em;
  line-height:1em;
  font-weight:bold;
  color:#EF6B0D;
  margin-top:0.2em;
  margin-bottom:0.4em;
}
h3 {
  font-size:1.25em;
  line-height:1em;
  font-weight:bold;
  color:#EF6B0D;
  margin-top:0.2em;
  margin-bottom:0.4em;
}
p {
  padding-bottom:0.6em;
  line-height:1.125em;
}
ol {
  padding-bottom:0.6em;
}
ul {
  padding-bottom:0.6em;
}
li {
  margin-left:16px;
}
blockquote {
  line-height:1.125em;
  color:#000000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
a {
  color:#EF6B0D;
  outline:none;
  cursor:pointer;
  text-decoration:none;
  padding-bottom:0px;
}
p a,td a {
  font-weight:bold;
}
a:visited {
  color:#F29756;
}
a:hover {
  text-decoration:underline;
}
a:active {
  color:#FFFFFF;
}
a img {
  border:0px;
}
.alert {
  color:#FF0000;
}
p.alert {
  font-weight:bold;
  font-style:normal;
  color:#FF0000;
}
.strong {
  font-weight:bold;
}
.link-color {
  color:#EF6B0D;
}
.clear-both {
  clear:both;
}
.hidden {
  display:none;
}
.button,.button:visited {
  display:inline-block;
  font-weight:normal;
  color:#FFFFFF; 
  text-decoration:none;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
  position:relative;
}
a.button {
  color:#FFFFFF; 
}
button:hover,.link.button:hover,.smenu-i-normal.button:hover,.smenu-i-highlight.button {
  background-color:#EF6B0D;
  background:url(../images/button-orange.gif) repeat-x; 
  text-decoration:none;
}
.button:active {
  top:1px;
}
.link.button {
  width:138px;
  font-size:1.125em;
  padding-top:8px;
  padding-bottom:8px;
  text-align:center;
  background-color:#1C8589;
  background:url(../images/button-teal.gif) repeat-x; 
}
.smenu-i-normal.button,.smenu-i-highlight.button {
  width:160px;
  font-size:16px;
  margin-bottom:10px;
  padding:8px;
}
.smenu-i-normal.button {
  background-color:#1C8589;
  background:url(../images/button-teal.gif) repeat-x;
}
.smenu-i-highlight.button {
  background-color:#EF6B0D;
  background:url(../images/button-orange.gif) repeat-x;
}
#container {
  text-align:left;
  width:100%;
  height:100%;
  max-height:100%;
  margin:0 auto;
}
#header {
  width:780px;
  height:104px;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  padding:10px 10px 0px 10px;
}
#header-logo,#header-text {
  margin-bottom:-10000px;
  padding-bottom:10000px;
}
#header-logo {
  float:left;
  width:176px;
  padding-left:10px;
  padding-right:10px;
  padding-top:8px;
}
#header-text {
  float:left;
  width:564px;
  padding-left:10px;
  padding-right:10px;
}
#header-text h1 {
  font-weight:bold;
  font-size:32px;
  line-height:32px;
  text-transform:uppercase;
  margin-bottom:0.2em;
}
#header-prices {
  font-weight:bold;
  padding-bottom:0px;
}
#banner {
  height:50px;
  background-image:url(../images/banner.gif);
  background-position: 0px -4px;
  background-repeat:repeat-x;
}
#menu {
  width:780px;
  height:48px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  padding:2px 10px 0px 10px;
}
#menu img {
  position:relative;
  top:4px;
}
a.menu-normal,a:visited.menu-normal,a.menu-highlight,a:visited.menu-highlight {
  height:48px;
  display:inline-block;
  font-size:1.25em;
  line-height:48px;
  text-decoration:none;
  color:#FFFFFF;
  padding:0px 10px 0px 10px;
}
a.menu-highlight,a:visited.menu-highlight,a:hover.menu-normal {
  background-image:url(../images/banner-highlight.gif);
  background-repeat:repeat-x;
  text-decoration:none;
}
a:active.menu-normal {
  background-image:url(../images/banner.gif);
  background-position: 0px -6px;
  background-repeat:repeat-x;
}
#content {
  width:780px;
  height:100%;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  padding:10px 10px 0px 10px;
}
#left,#right {
  margin-bottom:-10000px;
  padding-bottom:10000px;
}
#left {
  float:left;
  width:280px;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
}
#brilliant-answers {
  padding:9px;
  border: 1px solid #F8BE95;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -moz-box-shadow:0px 0px 8px #EF6B0D;
  -webkit-box-shadow:0px 0px 8px #EF6B0D;
  box-shadow:0px 0px 8px #EF6B0D;
}
#brilliant-answers h1 {
  font-weight:bold;
  font-size:24px;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:0px;
}
#brilliant-answers h2 {
  font-weight:normal;
  font-size:1em;
  color:#000000;
  margin-top:0px;
  margin-bottom:12px;
}
.ba-question,.ba-answer {
  position:relative;
  margin-left:20px;
  width:240px;
}
.ba-question {
  font-weight:bold;
  color:#EF6B0D;
  padding-bottom:4px;
}
.ba-answer {
  padding-bottom:10px;
}
.ba-indent {
  position:absolute;
  left:-20px;
  width:20px;
}
#links {
  margin-top:20px;
}
#links p {
  padding-bottom:6px;
}
.link-spacer {
  padding-right:0px;
}
#right {
  float:left;
  width:460px;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
}
#free-app {
  float:left;
  width:334px;
  margin-top:-5px;
}
#free-app h1 {
  font-weight:bold;
  font-size:40px;
  line-height:40px;
  text-transform:uppercase;
  margin-bottom:0px;
}
#free-app h2 {
  font-weight:normal;
  font-size:24px;
  line-height:24px;
  text-transform:uppercase;
  margin-top:0px;
  margin-bottom:6px;
}
#free-app-body {
  position:relative;
  height:70px;
}
#free-app-button {
  position:relative;
}
#free-app-button img {
  padding-left:39px;
}
#free-app-button a {
  color:#FFFFFF;
  text-decoration:none;
}
#free-app-button-text {
  position:absolute;
  top:7px;
  left:56px;
}
p#free-app-button {
  padding-bottom:2px;
}
#free-app-button:active {
  position:relative;
  top:1px;
}
#free-app-offer {
  padding-bottom:0px;
}
#free-app-picture {
  float:right;
  margin-top:-3px;
}
#free-app-picture a {
  cursor:pointer;
}
#form-send-app {
  width:296px;
  height:46px;
  padding-top:6px;
}
#form-send-app input[type="submit"] {
  padding-left:0px;
  padding-right:0px;
}
.form-send-cancel {
  position:relative;
  left:20px;
  top:-4px;
}
.form-send-cancel a {
  cursor:pointer;
}
#form-send-textfield {
  display:inline;
  padding-left:10px;
  padding-right:10px;
}
#sending-app {
  height:70px;
  text-align:center;
}
.index-sending-app {
  width:318px;
}
#sending-app-complete {
  height:70px;
}
#news {
  display:block;
  margin-top:20px;
}
#news h1 {
  font-weight:bold;
  font-size:20px;
  line-height:20px;
  text-transform:uppercase;
}
.news-story {
  margin-top:10px;
  margin-bottom:10px;
}
.news-picture {
  float:left;
  width:96px;
  height:64px;
  margin-top:10px;
  margin-right:20px;
  border:2px solid #EF6B0D;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
p.news-picture {
  padding:2px;
}
.news-text {
  float:left;
  width:336px;
  padding-top:8px;
}
p.news-text {
  padding-bottom:0px;
}
.news-border {
  border-top:1px dotted #1C8589;
}
.news-link-right {
  width:336px;
  margin-left:120px;
  padding-top:20px;
}
.news-link-spacer {
  padding-right:6px;
}
#index-footer,#footer {
  background-image:url(../images/banner.gif);
  background-position: 0px -5px; 
  background-repeat:repeat-x;
}
#index-footer {
  height:40px;
}
#footer {
  height:30px;
}
#index-footer-text p {
  font-size:0.875em;
  color:#FFFFFF;
  padding-top:-3px;
  padding-bottom:1px;
}
#index-footer-text,#footer-text {
  width:780px;
  height:100%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}
#index-footer-text {
  padding-top:5px;
}
#footer-text {
  padding-top:7px;
}
#index-footer-text li,#footer-text li {
  display:inline;
  list-style-type:none;
  font-size:0.875em;
  margin-left:10px;
  padding-right:10px;
  color:#FFFFFF;
}
#index-footer-text a:link,#index-footer-text a:visited,#footer-text a:link,#footer-text a:visited {
  color:#FFFFFF;
}
#index-footer-text a:hover,#index-footer-text a:active,#footer-text a:hover,#footer-text a:active {
  color:#FFFFFF;
}
#inner-header {
  width:780px;
  height:104px;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  padding:10px 10px 0px 10px;
}
#inner-header-logo,#inner-free-app {
  margin-bottom:-10000px;
  padding-bottom:10000px;
}
#inner-header-logo {
  float:left;
  width:176px;
  margin-top:8px;
  padding-left:10px; 
  padding-right:10px;
}
#inner-free-app {
  float:left;
  width:420px;
  padding-left:10px;
  padding-right:18px;
}
#inner-free-app h1 {
  font-weight:bold;
  font-size:24px;
  line-height:24px;
  margin-bottom:6px;
  text-transform:uppercase;
}
#inner-free-app-button {
  position:relative;
}
#inner-free-app-button img {
  padding-left:87px;
}
#inner-free-app-button a {
  color:#FFFFFF;
  text-decoration:none;
}
#inner-free-app-button-text {
  position:absolute;
  top:7px;
  left:104px;
}
p#inner-free-app-button {
  padding-bottom:2px;
}
#inner-free-app-button:active {
  position:relative;
  top:1px;
}
#inner-free-app-offer {
  width:420px;
  text-align:center;
}
#inner-free-app-picture {
  float:left;
}
#inner-free-app-picture a {
  cursor:pointer;
}
.inner-form-send-app-spacer {
  margin-left:51px;
}
.inner-sending-app {
  width:420px;
}
#inner-left,#inner-right {
  margin-bottom:-10000px;
  padding-bottom:10000px;
}
#inner-left {
  float:left;
  width:176px;
  margin-top:10px;
  padding-left:10px;
  padding-right:10px;
}
#inner-external {
  padding-left:7px;
}
.inner-external-indent {
  padding-left:19px;
  padding-right:17px;
}
#inner-right {
  float:left;
  width:564px;
  padding-left:10px;
  padding-right:10px;
}
#inner-right h1 {
  margin-top:7px;
}
#ba-year-index td {
  color:#666666;
  padding-bottom:4px;
  width:98px;
}
#ba-year-index ul {
  padding-left:22px;
  font-size:1em;
}
#ba-year-index li {
  list-style-type:none;
}
#ba-month-index li {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  list-style-type:none;
  padding-bottom:4px;
}
#ba-month-index a {
  color:#000000;
}
p#ba-month-index-link {
  padding-top:10px;
  padding-bottom:10px;
}
#ba-top5 {
  padding-top:10px;
}
#ba-top5-qa {
  padding:9px 9px 0px 9px;
  border: 1px solid #F8BE95;
  overflow:hidden;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -moz-box-shadow:0px 0px 8px #EF6B0D; /* FF3.5+ */
  -webkit-box-shadow:0px 0px 8px #EF6B0D; /* Saf3.0+, Chrome */
  box-shadow:0px 0px 8px #EF6B0D; /* Opera 10.5, IE 9.0 */
}
#ba-top5-qa h1 {
  position:relative;
  font-weight:bold;
  font-size:20px;
  line-height:20px;
  margin-left:30px;
  margin-top:10px;
  margin-bottom:6px;
}
#ba-top5-qa h2 {
  position:relative;
  font-weight:normal;
  font-size:16px;
  line-height:16px;
  color:#000000;
  margin-left:30px;
  margin-top:10px;
  margin-bottom:20px;
}
.ba-top5-qa-indent {
  position:absolute;
  left:-30px;
  width:30px;
}
#ba-top5-qa-text,#ba-top5-qa-spacer {
  margin-bottom:-1000px;
  padding-bottom:1000px;
}
#ba-top5-qa-text {
  width:543px;
  float:left;
}
#ba-top5-qa-spacer {
  float:left;
  width:1px;
  height:167px;
}
#ba-top5-qa-links a:visited {
  color:#EF6B0D;
}
p#ba-top5-qa-link-left {
  display:inline-block;
  width:180px;
  float:left;
}
p#ba-top5-qa-link-center {
  display:inline-block;
  width:183px;
  float:left;
  text-align:center;
}
p#ba-top5-qa-link-right {
  display:inline-block;
  width:180px;
  float:right;
  text-align:right;
}
#ba-related-qa h1 {
  display:inline-block;
  font-weight:bold;
  font-size:20px;
  line-height:20px;
  margin:20px 0px 10px 0px;
}
.ba-related-question,.ba-related-answer {
  position:relative;
  margin-left:20px;
}
.ba-related-question {
  font-weight:bold;
  color:#EF6B0D;
  margin-left:20px;
  padding-bottom:4px;
}
.ba-related-answer {
  padding-bottom:10px;
}
.ba-related-indent {
  position:absolute;
  left:-20px;
  width:20px;
}
.press-history {
  padding-bottom:4px;
}
.press-history p {
  position:relative;
  width:500px;
  margin-left:64px;
  margin-right:10px;
  padding-bottom:4px;
}
.press-date {
  position:absolute;
  left:-64px;
  width:64px;
}
#customer-help-toc a {
  color:#000000;
  font-weight:normal;
}
#customer-help ul {
  margin-left:20px;
}
.ch-question,.ch-answer {
  position:relative;
  margin-left:20px;
}
.ch-question {
  font-weight:bold;
  color:#EF6B0D;
  margin-left:20px;
  padding-bottom:4px;
}
.ch-answer {
  padding-bottom:10px;
}
.ch-indent {
  position:absolute;
  left:-20px;
  width:20px;
}
form {
  background-color:#BFE5EA;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding:10px;
  margin:0px 0px 8px 0px;
}
input[type="radio"] {
  margin-right:0.5em;	
}
input[type="submit"] {
  padding:0 0.5em 0 0.5em;
}
.pinFormBorderTop {
  border-top:1px solid #1C8589;
}
.pinFormBorderBottom {
  border-bottom:1px solid #1C8589;
}
img.bordered_background {
  border:4px solid #BAF5FA;
}
img.bordered_selected {
  border:4px solid #21A121;
}
img.bordered_hover {
  border:4px solid #EF6B0D;
}
.flashunit {
  padding:4px;
  background:#FFFFFF;
  border:4px solid #DDDDDD;
  margin:10px auto;
  width:500px;
}
.flashunit h2 {
  font:18px normal;
  border:1px solid #DDDDDD;
  background: #F0F0F0;
  color:#111111;
  text-align:center;
  font-size:1em;
  font-weight:bold;
  margin:0;
  padding:2px 10px 2px 10px;
}
.flashunit p {
  font:12px normal;
  padding:10px;
  margin:0;
  border:1px solid #DDDDDD;
  background:#F0F0F0;
}
object.flashvideo {
  width:100%;
  height:350px;
}
.pr-question {
  font-weight:bold;
  color:#EF6B0D;
  padding-bottom:4px;
}
.pr-answer {
  padding-bottom:15px;
}
#sitemap {
}
#sitemap p {
	 margin-left: 10px;
}
#features {
  display:block;
  margin-top:20px;
}
#features h1 {
  font-weight:bold;
  font-size:20px;
  line-height:20px;
  text-transform:uppercase;
}
.features-story {
  margin-top:10px;
  margin-bottom:10px;
}
.features-picture {
  float:left;
  width:96px;
  height:64px;
  margin-top:10px;
  margin-right:20px;
  border:2px solid #EF6B0D;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
p.features-picture {
  padding:2px;
}
.features-text {
  float:left;
  width:420px;
  padding-top:8px;
}
p.features-text {
  padding-bottom:0px;
}
.features-border {
  border-top:1px dotted #1C8589;
}
.features-link-right {
  width:420px;
  margin-left:120px;
  padding-top:20px;
}
.features-link-spacer {
  padding-right:6px;
}
#appright {
  float:right;
  width:100px;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
}
.customer-help-question {
  color:#000000;
  font-weight:bold;
  cursor:pointer;
  padding-bottom:5px;
}
.customer-help-question:hover {
  text-decoration:underline;
}
.customer-help-answer {
  color:#000000;
  font-weight:normal;
  padding-bottom:10px;
  display:none;
  margin-left:10px;
}
