body {
    background: #1e1e1e url(../images/background.png) repeat scroll top center;
    color: #2c2c2c;
    line-height: 20px;
    font-size: 14px;
    font-family: Lucida, Georgia, "Times New Roman", Times, serif;
}

p {
    margin-bottom: 1em;
}

h2 {
    font-size: 20px;
    line-height: 28px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444a4f;
}

ul {
    list-style-type: disc;
    padding-left: 1.5em;
}

a, a:visited {
    color: #3381df;
    text-decoration: none;
}

a:hover, a:active {
    color: #85cdf2;
    text-decoration: none;
}



header {
    display: block;
    height: 200px;
    width: 635px;
    margin: 0 auto;
    position: relative;
}

header h1 {
    position: absolute;
    top: 120px;
    left: 240px;
}

header h1 a {
    display: block;
    width: 221px;
    height: 57px;
    background: transparent url(../images/logo.png) no-repeat scroll top left;
}

header h1 a span {
    display: none;
}

header nav {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 259px;
    width: 390px;
    background: transparent url(../images/arrow.png) no-repeat scroll bottom left;
    z-index: 10;
    padding-left: 58px;
    padding-bottom: 0px;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav ul li {
    display: block;
    float: left;
    margin-right: 14px;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e0e9f0;
    color: #3381df;
    color: #85cdf2;
    text-decoration: none;
}

nav ul li a.selected {
    color: #e0e9f0;
}

nav ul li a:hover {
    color: #3381df;
}

#container {
    display: block;
    background: transparent url(../images/fade.png) repeat-x scroll top center;
    width: 100%;
    min-width: 780px;
}

#content {
    display: block;
    position: relative;
    width: 595px;
    margin: 0 auto;
    padding: 25px 20px;
    min-height: 435px;

    background-color: #e0e9f0;
    border: 1px solid #aab1b7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#iphoneContainer {
    position: absolute;
    background: transparent url(../images/phone.png) no-repeat scroll top left;
    left: -71px;
    top: -108px;
    width: 291px;
    height: 514px;
}

#iphoneContainer .screenshot {
    position: absolute;
    top: 94px;
    left: 39px;
    z-index: 1;
}

#iphoneContainer .screenshot.new {
    z-index: 100;
    opacity: 0;
}

#iphoneFill {
    display: block;
    float: left;
    width: 215px;
    height: 385px;
}

ul#team {
    list-style-type: none;
    padding: 0;
}

ul#team li {
    display: block;
    clear: right;
    margin-bottom: 20px;
}

/* clearfix */
ul#team li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: right;
	height: 0;
}
* html ul#team li             { zoom: 1; } /* IE6 */
*:first-child+html ul#team li { zoom: 1; } /* IE7 */

ul#team li div.photo img {
    display: block;
    border: 3px solid #aab1b7;
}

ul#team li div.photo {
    float: right;
    margin-left: 10px;
}

ul#screenshots,
ul#filming {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.images {
    margin: 5px 0 12px 0;
    list-style-type: none;
    padding: 0;
}

ul.images li {
    display: inline;
}

ul.images li a,
ul.images li a:visited {
    display: inline-block;
    border: 3px solid #aab1b7;
    width: 100px;
    height: 100px;
    margin: 0 8px 8px 0;
}

ul.images li a:hover,
ul.images li a:active {
    border: 3px solid #85cdf2;
}

ul.images li img {
    display: block;
}