/* trbl */

body {
  font: 12px "Lucida Grande", Geneva, Arial, Veranda, sans-serif;
  color:black;
  background-color:rgb(153, 194, 235);
  margin:0;
  padding:0;
  border:0;
}

img { 
  margin:0px;
  padding:0px;
  border:0px;
}

a:link, a:visited { 
  color:rgb(0, 51, 153);
}

a:hover, a:active { 
  color:rgb(58, 172, 235);
}

#container {
  margin:16px auto 0;
  border: 1px solid #b9bbbc;
  padding: 0px;
  width:730px;
  color:black;
  background-color:white;
}

#header {
  position:relative;
  height:140px;
  margin:0px;
  padding:0px;
  border:0px;
}

#header a { 
  border:0px;
}

#beta-badge { 
  position:absolute;
  top: 25px;
  right:32px;
  width:152px;
  height:100px;
  background: url("images/Badge.png") no-repeat;
}

/* Navigation */

#navigation { 
  position:relative;
  margin-left:120px;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  border:0px;
}

#navigation a:link, #navigation a:visited { 
  text-decoration:none;
  color:#666;
}

#navigation a:hover, #navigation a:active { 
  text-decoration:none;
  color:#da7c33;
}

#menu { 
  height:22px;
} 

#crumbs { 
  position:relative;
  height:40px;
}

#crumbs p { 
  font-size:7pt;
  margin-top: 0px;
  margin-left: 45px;
  padding-top:8px;
  color:gray;
}

#download-button { 
  float:right;
  margin-top:10px;
  margin-right: 33px;
}
/* Content */

#content { 
/*  position:relative;*/
}

/* Sidebar */

#sidebar { 
/*  position: absolute;*/
  float:right;
  margin:0;
  padding:0px 23px 10px 16px;
/*  top: 0;*/
/*  left: 527px; */
  width: 164px;
}

.quick-link { 
  margin-bottom:16px;
  width:164px;
  font-size:11px;
  background:url("/images/QuickLinkBackground.gif") no-repeat bottom;
}

.quick-link-header { 
  margin:0;
  height:10px;
  background:url("/images/QuickLinkBackground.gif") no-repeat top;
}

.quick-link-footer { 
  margin:0;
  height:10px;
}

.quick-link td.left { 
  padding: 0 4px 0 8px;
  width:47px;
}

.quick-link td.right { 
  padding: 0 8px 0 8px;
}

#sidebar div.sidebar-callout { 
  padding-bottom:30px;
  border:0;
  background: url("images/FeaturesSidebarBox.png") no-repeat bottom
}

#sidebar h3.callout-top { 
  height:48px;
  background: url("images/FeaturesSidebarBox.png") no-repeat top
}

h3.callout-top span { 
  display:none; 
}

#sidebar a { 
  text-decoration:none;
}

#sidebar ul { 
  margin-top:-10px;
  margin-left:22px;
  margin-right:20px;
  padding:0;
  list-style:none;
}

#sidebar li { 
  margin:4px 0 0 0;
  padding:0 0 4px 0;
  font-size:8pt;
  border-bottom: 1px dotted #aaa;
}

#sidebar li.last { 
  border-bottom: 0;
  padding-bottom:0;
}

#sidebar li.current { 
/*  border-left: 3px solid rgb(58, 172, 235);*/
/*  background:url(/images/Listmarker.gif) no-repeat center left;*/
}

/* Main Content */

.splash { 
  font-size:12pt;
  color:#333;
}

#main { 
  float:left;
  margin-left: 120px;
  padding: 0;
  width:375px;
  background-color:white;
  color:#333;

  /* display:inline is a hack to work around the IE 6 margin doubling
     bug. A floated element automatically becomes block, but this
     somehow causes IE to not double the margins. !@#$# IE! */
  display:inline; 
}

#main.no-sidebar { 
  width:490px;
}

#main p {
  margin-bottom: 12px;
}

#main h2, h3 {
  color:#6f96c6;
}

#main h2, h3 { 
  margin-top:0;
  font: 12pt Helvetica, Geneva, Arial, Veranda, sans-serif;
  font-weight:normal;
  font-style:italic;
}

#main h3 {
  font-size: 11pt;
  margin-bottom: 5px;
}

#main img { 
  margin-top:8px;
/*  margin-bottom:20px;*/
  text-align:center;
}

img.screenshot { 
  margin-bottom:20px;
}

#main ul { 
  list-style-image:url(images/check.gif);
}

#main li { 
  margin-top:10px;
}

p.intro {
  font-size:12pt;
  font-style:italic;
  color:#8b8b8b;
  padding-bottom:10px;
}

div#content { 
  margin-left:0px;
  padding-left:0px;
/*  position:relative; */
  width:730px;
  min-height:660px;
}

a.more { 
  color:#6f96c6;
  background: url(images/bluearrow.gif) no-repeat right center;
  padding: 3px 15px 3px 0;
  text-decoration: none;
}

.feature-nav-prev { 
  float:left;
}

.feature-nav-next { 
  float:right;
}

#footer { 
  position:relative;
  bottom: 0;
  width:100%;
  height:19px;
  background: url("images/FooterBackground.png") repeat-x;
}

#footer p { 
  padding-top:3px;
  padding-left:120px;
  font-size:10px;
  color: rgb(153, 153, 153);
}

#footer a { 
  text-decoration:none;
  color: rgb(32, 121,209);
}

/* Nav menu */
#home { 
  float:left;
  width:122px;
  height:22px;
  background-image:url("/images/HomeButton.gif");
  background-position:0 0;
}

a#home:hover { 
  background-position:0 -22px;
}

#home span { display:none; }

#features {
  float:left;
  width:122px;
  height:22px;
  background-image:url("/images/FeaturesButton.gif");
  background-position:0 0;
}

a#features:hover { 
  background-position:0 -22px;
}

#features span { display:none; }

#support {
  float:left;
  width:122px;
  height:22px;
  background-image:url("/images/SupportButton.gif");
  background-position:0 0;
}

a#support:hover { 
  background-position:0 -22px;
}

#support span { display:none; }

#company {
  float:left;
  width:122px;
  height:22px;
  background:url("/images/CompanyButton.gif") no-repeat 0 0;
}

a#company:hover { 
  background-position:0 -22px;
}

#company span { display:none; }

#store {
  float:left;
  width:122px;
  height:22px;
  background:url("/images/StoreButton.gif") no-repeat 0 0;
}

a#store:hover { 
  background-position:0 -22px;
}

#store span { display:none; }

.download-button {
  float:left;
  width:55px;
  height:18px;
  background:url("/images/Download.gif") no-repeat 0 0;
}

a.download-button:hover { 
  background:url("/images/Download-over.gif") no-repeat 0 0;
}

.download-button span { visibility:hidden; }

.requirements { 
  margin-bottom:16px;
  text-align:center;
  font-size:8px;
}

img.right { 
  float:right;
  margin-left: 12px;
  margin-bottom: 12px;
}

img.left { 
  float:left;
  margin-right: 12px;
  margin-bottom: 12px;
}

.clear { 
  clear: both;
  display:block;
  margin:0;
  padding:0;
  height:0;
  line-height:1px;
  font-size:1px;
}

.feature h3 { 
  margin:0;
  padding:0;
}

div.feature { 
  margin-top:10px;
  padding:0;
  margin-bottom:16px;
}

/* beta page */

ul.steps { 
  background-color:#E4ECFF;
  margin:0;
  padding-top:10px;
  padding-bottom:10px;
}

.beta h3 { 
  margin-top:10px;
  padding-top:2px;
  padding-bottom:2px;
  background-color:#EBEBEB;
}

/* testimonials */

#testimonials { 
  background-color:#E4ECFF;
  margin-top:20px;
  padding:16px;
  font-size:8pt;
  border:1px solid grey;
}

.attribution { 
  display:block;
  font-weight:bold;
  margin-left:15px;
  text-indent:-10px;
  padding-top:4px;
}

.date { 
  font-weight:bold;
}

/* company */

.team img { 
  margin-top:0;
  margin-right: 10px;
  margin-bottom: 10px;
}