html, body {
    height: 100%;
}

html {
    background-color: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(55,55,55,1.0)), to(rgba(15,15,15,1.0)));
	background-attachment: fixed;
}

body {
    margin: 0;
	font: 13px Helvetica, Arial, sans-serif;
	min-height: 670px;
	color: rgb(99,98,96);
	
	-webkit-text-size-adjust: 100%;			
	
}

a {
    text-decoration: none;
    outline: 0;
	color: rgb(99,98,96);
}

img {
    border: 0;
}

#wrapper {
    position: relative;
    height: 50%;
    min-height: 350px;
    min-width: 960px;
}

#main {

    position: absolute;
    
    top: 100%;
    left: 50%;
    width: 950px;
    height: 600px;
    margin-top: -300px;
    margin-left: -475px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    
	-webkit-box-shadow: rgba(0,0,0,1) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0,1) 0px 0px 5px;
	-o-box-shadow: rgba(0,0,0,1) 0px 0px 5px;
	box-shadow: rgba(0,0,0,1) 0px 0px 5px;
    
    
    background: url(../images/background.png) repeat-x left top;
    
    

    
}

#main hr.before-content {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
	background: url(../images/shadow.png) no-repeat 0 -130px;
}


#sidebar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: url(../images/background-sidebar.png) repeat-y top right;
    border-right: 1px solid rgba(0,0,0,0.15);
}

#sidebar .reeder {
    position: relative;
    left: 61px;
    display: block;
    width: 199px;
    height: 80px;    
    overflow: hidden;
    background: url(../images/reeder.png) no-repeat top left;
    margin-bottom: 125px;
}
#sidebar .reeder h1,
#sidebar .reeder p {
    position: absolute;
    top: -9999px;
    margin: 0;
    padding: 0;
}

#preview {
    position: absolute;
    top: -28px;
    left: -33px;
    width: 182px;
    height: 128px;
    background: url(../images/preview.png) no-repeat top left;
}
#reeder12 {
    position: absolute;
    top: 540px;
    left: 10px;
    width: 253px;
    opacity: 0.4;
    -webkit-transition: opacity 0.5s linear;
}

#reeder12 p {
    margin: 0;
    padding: 0;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    text-align: right;
}

#appstore:hover + #reeder12 {
    opacity: 0.7;
}

#appstore {
    position: absolute;
    bottom: 0;
    right: 35px;
    width: 129px;
    height: 108px;
}

#appstore a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    width: 129px;
    height: 43px;
    background: url(../images/appstore.png) no-repeat top left;
    background-color: rgba(250,245,235,0);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: rgba(0,0,0,0) 0px 0px 2px;
    -webkit-transition: background-color 0.5s linear, -webkit-box-shadow 0.2s linear;
}

#appstore a:hover {
    background-color: rgba(250,245,235,1);
    -webkit-box-shadow: rgba(0,0,0,1) 0px 0px 2px;
    -moz-box-shadow: rgba(0,0,0,1) 0px 0px 2px;
    -o-box-shadow: rgba(0,0,0,1) 0px 0px 2px;
    box-shadow: rgba(0,0,0,1) 0px 0px 2px;
    
}

#appstore a:active {
    background-color: rgba(220,215,205,1);
}

.webkit #appstore a:hover {
    margin-top: -1px;
    border-top: 1px solid rgba(210,205,195,1);
}

.webkit #appstore a:active {
    background-color: rgba(220,215,205,1);
    border-top: 1px solid rgba(190,185,175,1);
    -webkit-transition: background-color 0.1s linear, -webkit-box-shadow 0.2s linear;
}

#navigation {
    position: absolute;
    z-index: 2;
    top: 58px;/*275px;*/
    left: 0;
    width: 300px;
    padding-right: 6px;
    
}

#navigation .indicator {
    position: absolute;
    top: -9999px;
    right: 0;
    width: 7px;
    height: 25px;
    background: url(../images/indicator.png) no-repeat center left;
}

#navigation hr {
    border: 0;
    background: none;
    outline: 0;
    margin: 50px 0;
    padding: 0;
}


#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation ul li {
    display: block;
    height: 25px;
}

#navigation ul li a {
    display: block;
    float: right;
    text-align: right;
    padding: 0 40px 0 10px;
    height: 25px;
    line-height: 25px;
    color: #000;
    opacity: 0.25;
    
    -webkit-transition: opacity 0.3s linear;
}

#navigation ul li a.selected {
    opacity: 0.4;
}

#content {
    color: #666;
    z-index: 0;
    position: relative;
    margin-left: 300px;
    height: 100%;
    overflow: hidden;
}

#content .content {
    position: relative;
    padding: 73px 80px 73px 40px;
    text-shadow: rgba(255,255,255,0.3) 0px 1px 1px;
    height: 454px;
}


#content .content h2 {
    margin: 10px 0;
    font-size: 1.6em;
    color: rgb(170,165,155);
    text-shadow: rgba(255,255,255,0.3) 0px 1px 1px;
}

#content .content h3 {
    margin: 30px 0 10px 0;
    font-size: 1.3em;
    color: rgb(160,155,145);
    text-shadow: rgba(255,255,255,0.3) 0px 1px 1px;
}

#content .content p {
    line-height: 1.4;
}


#content .content hr {
    position: relative;
	border: 0;
	height: 0;
	margin: 10px -100px 10px -100px;
	border-left: 1px solid transparent;
	border-top: 1px dashed rgba(0,0,0,0.15);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}


#content .subnavigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    bottom: 0;
    height: 600px;
    border-right: 1px dashed rgba(0,0,0,0.15);
    outline: 1px dashed rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.02);
}

#content .subnavigation ul {
    position: relative;
    top: 223px;
    margin: 0;
    padding: 40px 20px;
    list-style: none;
}

#content .subnavigation ul li {
    text-align: right;
    height: 25px;
    display: block;
}

#content .subnavigation ul li a {
    opacity: 0.6;
    height: 25px;
    line-height: 25px;
    display: block;
    float: right;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: opacity 0.3s linear;
}

#content .subnavigation ul li a.selected { 
    opacity: 1.0;
}

#content .content .sub-content {
    position: absolute;
    top: -1px;
    padding: 73px 80px 73px 40px;
    left: 100px;
    width: 430px;
    height: 454px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    border-top: 1px dashed rgba(0,0,0,0.1);
}

#content .content .sub-content .subnav-proxy {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

#content .content .sub-content .subnav-proxy:before {
    content: 'Next / ';
    opacity: 0.5;
}

#twitter {
    display: block;
    position: absolute;
    
    left: 50%;
    margin-left: 240px;
    bottom: 275px;
    
    z-index: 0;
    background: url(../images/twitter.png) no-repeat top right;
    height: 55px;
    white-space: nowrap;
    line-height: 58px;
    text-align: right;
    padding-right: 75px;
    
    font-weight: bold;
    
    -webkit-transition: opacity 0.2s ease-in, bottom 0.2s ease-in, color 0.2s ease-in;

    opacity: 0.4;
    color: transparent;
    
}

#twitter:after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 80px;
    height: 55px;
    content: url(../images/twitter-blue.png);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
}

#twitter:hover:after {
    opacity: 1;
}

#twitter:hover {
    opacity: 1;
    color: #fff;
    bottom: 283px;
    text-shadow: #1CC3ED 0px 0px 10px;
}

#twitter:hover span {
    opacity: 1;
}

#twitter:hover + #main {
	-webkit-box-shadow: #1CC3ED 0px 0px 15px;
	-moz-box-shadow: #1CC3ED 0px 0px 15px;	
	-o-box-shadow: #1CC3ED 0px 0px 15px;	
	box-shadow: #1CC3ED 0px 0px 15px;	
}

#main {
    -webkit-transition: -webkit-box-shadow 0.2s ease-in;
}

ol {
    margin: 0;
    padding: 0.5em 0 0 1.5em;
    font-size: 0.9em;
    border-top: 1px dashed rgba(0,0,0,0.1);
}

ol li {
    padding: 2px 0;
}

sup {
    line-height: 0;
    font-size: 0.7em;
    opacity: 0.8;
}

.features-services {
    margin: 15px 0;
    overflow: hidden;
}

.features-services ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 215px;
}

.features-services ul li {
    display: block;
    position: relative;
    height: 38px;
    line-height: 39px;
    padding: 4px 0 4px 46px;
}

.features-services ul li span {
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 38px;
    height: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
    background-color: #fff;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    -o-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
}

.features-image {
    
    display: block;
    
    width: auto;
    
    margin: 5px;
    
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    background-color: #fff;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    -o-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
}

.features-image img {
    display: none;
}



.features-contrast {
    position: relative;
    width: 320px;
    overflow: hidden;
    padding: 30px 1px;
}
.features-contrast div.img {
    
    clear: both;
    display: block;
    
    width: 320px;
    
    margin: 5px 0;
    
    background-repeat: no-repeat;
    background-position: top left;
    
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    -o-box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 2px;
}
.features-contrast div.img+div.img {
}

.features-contrast div.img img {
    display: block;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
}


.features-contrast a {
    position: absolute;
    top: 3px;
    display: block;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
}
.features-contrast a.standard, .features-contrast a.high {
    font-weight: bold;
    cursor: pointer;
    padding: 0 10px;
    opacity: 1.0;
}

.features-contrast a.standard {
    right: 50%;
    border-right: 1px solid rgb(170,165,155);
    
}
.features-contrast a.high {
    opacity: 0.5;
    left: 50%;
    margin-left: -1px;
    border-left: 1px solid rgb(170,165,155);
}


.features-contrast.high a.high:hover {
    opacity: 1.0;
}

.features-contrast.high a.standard {
    opacity: 0.5;
}

.features-contrast.high div>img {
    opacity: 1.0;
}

.features-contrast img, .features-contrast a {
    -webkit-transition: opacity 0.2s linear;
}


.screens-container {
    position: absolute;
    width: 324px;
    height: 484px;
    top: 60px;
    left: 165px;
    background: url(../images/screen.png) no-repeat top left;
    overflow: visible;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.screens-container .prev,
.screens-container .next {
	font-family: 'Lucida Grande',sans-serif;
	position: absolute;
	top: 222px;
	text-decoration: none;
	color: rgb(160,159,157);
	font-weight: normal;
	font-size: 44px;
	text-align: center;
	line-height: 25px;
	width: 30px;
	height: 30px;
	
	cursor: pointer;
	
	-webkit-transition: color 0.25s linear;
}

.screens-container  .prev:hover,
.screens-container  .next:hover {
	color: rgb(110,109,107);
}
 
.screens-container  .prev {
	left: -40px;
	display: none;
}
.screens-container  .next {
	right: -40px;
}

.screens-container .screens {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 320px;
    height: 456px;
    overflow: hidden;
}
.screens-container .screens img {
    display: none;
    position: absolute;
    top: -18px;
    left: 0;
}

.screens-container .screens img.first {
    display: block;
}

#content .contact h2 {
    margin: 0;
    padding: 0;
    font-size: 100px;
    color: rgb(200,195,185);
    font-weight: bold;
    margin-top: -30px;
    margin-bottom: 152px;
}

#content .contact a {
    font-weight: bold;
}
