* {
    margin: 0;
    padding: 0;
    font-size: 1.0em;
}

body{
  font-family:Verdana,Geneva,sans-serif;
  font-size: 14pt;
  background: #fff;
  color: #333;
}
em { color: #000; }
p {
    margin: 0.5em;
    clear: both;
}

a {
    color: #33BC00;
}

small {
    font-size: 0.75em;
}

.page {
    width: 100%;
    margin: 0 auto 0 auto;
    background: #fff;
}

.page .header {
    background: #fff;
    height: 128px;
    position: relative;
    float: left;
    left: 50%;
}
.page .header h1 {
    font-size: 32px;
    padding: 48px 0 48px 128px;
    background: url(../images/icon.png) center left no-repeat #fff;
    height: 32px;
    position: relative;
    float: left;
    right: 50%;
}

.screenshots {
    margin: 0 auto 0 auto;
    width: 645px;
}

.screenshots .screenshot {
    float: left;
    width: 300px;
    border: 1px solid #ccc;
    height: 150px;
    margin: 1em 10px;
    overflow: hidden;
}
.screenshot img {
    border: none;
}

.screencast {
    margin: 1em auto 1em auto;
    width: 640px;
    height: 500px;
}

.tabs {
    width: 100%;
    clear: left;
    padding-top: 5px;
}

.tabs .tab {
    clear: left;
    width: 800px;
    margin: 0 auto 0 auto;
}

.tabs h2 {
    /*text-align: center;*/
    color: white;
    /*color: #33BC00;
    background: #89CC8C;*/
    font-size: 1.1em;
}

.tabs .menu {
    float:left;
    width:100%;
    background: url(../images/drop.png) bottom left repeat-x #fff;
    border-bottom:4px solid #33BC00;
    overflow:hidden;
    position:relative;
    margin-bottom: 0.5em;
}
.tabs .menu ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}
.tabs .menu ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
}
.tabs .menu ul li a {
    display:block;
    margin:0 0 0 0;
    padding:3px 10px;
    background:transparent;
    color:#666;
    text-decoration:none;
    line-height:1.3em;
}
.tabs .menu ul li a:hover {
    background:#33BC00;
    color:#fff;
}
.tabs .menu ul li a.active,
.tabs .menu ul li a.active:hover {
    color:#fff;
    background:#33BC00;
    font-weight:bold;
}

.download ul {
    padding: 1em 2em 1em 2em;
}
.download ul li {
    margin: 0 0 1em 0;
}
