body{
    font-family: "Helvetica", "Arial", sans-serif;
    background: #f9f9f9 url(/images/splatter_bg.gif) top center no-repeat;
    margin-top: 0px;
}

a{
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

img{
    border: none;
}

#logo{
    position: absolute;
    width: 126px;
    height: 47px;
    background: url(/images/logo.png) top left no-repeat;
    margin-left: 35px;
    margin-top: 18px;
}

#navbar{
    position: absolute;
    top: 36px;
    width: 911px;
    text-align: right;
    padding-right: 35px;
    font: 18px "Helvetica", "Arial", sans-serif;
    text-shadow: #9f0000 0px 1px 1px;
	-webkit-font-smoothing: antialiased;
}

#navbar a{
    font-weight: normal;
    color: #eccdc5;
    text-decoration: none;
}

#navbar a:hover{
    color: #FFFFFF;
}

.navitem{
    padding-left: 18px;
}

a .selected{
    font-weight: bold;
    color: #FFFFFF;
}

#banner{
    width: 951px;
    height: 92px;
    background: url(/images/nav.png) top left no-repeat;
    margin: 0px auto auto;
}

#pageContent{
    width: 947px;
    min-height: 400px;
    background: #F9F9F9;
    margin: 15px auto auto;
    -webkit-border-radius: 10px;
}

#footer{
    width: 890px;
    height: 70px;
    margin: 1px auto auto;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
    font: 11px "Helvetica", "Arial", sans-serif;
    color: #AAAAAA;
}

/* Main Page */

#productBox{
    width: 890px;
    height: 305px;
    margin: 0px auto auto;
    border-top: 1px solid #CCCCCC;   
	-webkit-font-smoothing: antialiased;
}

.productList{
    position: absolute;
    background: url(/images/alt_bg.gif);
    width: 225px;
    height: 305px;
}

.productTitle{
    font: 18px "Helvetica", "Arial", sans-serif;
    text-shadow: white 0px 1px 0px;
    color: #AAA;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 17px;
}

.product{
    display: block;
    font: bold 18px "Helvetica", "Arial", sans-serif;
    text-shadow: white 0px 1px 0px;
    color: #333;
    padding-top: 33px;
    padding-left: 100px;
    height: 53px;
    width: 245px;
}
.product:hover{
    color: #2472ef;
}
.product:active{
    color: #2055ab;
}

.v2-badge{
    position: absolute;
    width: 33px;
    height: 33px;
    margin-left: 200px;
    margin-top: 10px;
    background: url(images/v2-badge.png) top left no-repeat;
}

.new-badge{
    position: absolute;
    width: 33px;
    height: 33px;
    margin-left: 200px;
    margin-top: 10px;
    background: url(images/new-badge.png) top left no-repeat;
}

#times{
    background: url(Times-64.png) 20px 12px no-repeat;
}

#times-ipad{
    background: url(TimesiPad-64.png) 20px 12px no-repeat;
}

#wallet{
    background: url(Wallet-64.png) 20px 12px no-repeat;
}

#wallet-iphone{
    background: url(WalletiPhone-64.png) 20px 12px no-repeat;
}

#blank{
    background: url(blank-64.png) 20px 12px no-repeat;
}

#product-title{
    background: none;
    margin-left: 0px;
}

#product-mac{
    margin-left: 165px;
}

#product-iphone{
    margin-left: 415px;
}

#product-ipad{
    margin-left: 665px;
}

/* Product Page */

#product-nav{
    border-bottom: 1px solid #CCCCCC;
    width: 890px;
    height: 30px;
    margin: 0px auto auto;
    padding-top: 30px;
	-webkit-font-smoothing: antialiased;
}

#product-big-title{
    font: bold 18px "Helvetica", "Arial", sans-serif;
    margin-right: 10px;
    text-shadow: white 0px 1px 0px;
}

.product-select{
    color: #999999;
    padding-left: 13px;
    padding-right: 13px;
    font: 16px "Helvetica", "Arial", sans-serif;    
    text-shadow: white 0px 1px 0px;
}

.product-select:hover{
    color: #666666;
}

.product-select-selected{
    color: #444444;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-border-image: url(/images/appborder.png) 0 1 0 1 / 1px stretch stretch;
    font: 16px "Helvetica", "Arial", sans-serif;    
    text-shadow: white 0px 1px 0px;
    background: #F9F9F9;
}

.product-navitem{
    color: #777777;
    padding-left: 16px;
    margin-left: 10px;
    font: 13px "Helvetica", "Arial", sans-serif;    
    text-shadow: white 0px 1px 0px;
}

.product-navitem:hover{
    color: #333333;
}

#product-overview{
    background: url(/images/overview-a.png) left 4px no-repeat;
}
.selected #product-overview{
    color: #b22218;
    background: url(/images/overview-b.png) left 4px no-repeat;
}

#product-buy{
    padding-left: 20px;
    background: url(/images/cart-a.png) left 2px no-repeat;
}
.selected #product-buy{
    color: #b22218;
    background: url(/images/cart-b.png) left 2px no-repeat;
}

#product-help{
    padding-left: 17px;
    background: url(/images/help-a.png) left 2px no-repeat;
}
.selected #product-help{
    color: #b22218;
    background: url(/images/help-b.png) left 2px no-repeat;
}

#download{
    margin-top: -5px;
    background: url(/images/download_combined.png) 0px 0px no-repeat;
    width: 131px;
    height: 28px;
}

#download:active{
    background-position: -131px 0px;
}

#product-screenshots{
    text-align: center;
    padding-bottom: 20px;
    width: 890px;
    margin: 0px auto auto;
}

.block{
    display: table-cell;
    width: 285px;
    padding-right: 15px;
    padding-left: 15px;
}

#product-requirement-osx{
    font: bold 12px "Helvetica", "Arial", sans-serif;
    padding: 3px;
    padding-top: 1px;
    padding-left: 25px;
    margin-left: 5px;
    background: url(/images/pr_macosx.png) 0px 2px no-repeat;
    margin-bottom: 1em;
}

#product-requirement-mobileme{
    font: bold 12px "Helvetica", "Arial", sans-serif;
    padding: 3px;
    padding-top: 1px;
    padding-left: 30px;
    background: url(/images/pr_mobileme.png) 0px 2px no-repeat;
}


/* Help */

.databaseMessage{
    font: bold 12px "Helvetica", "Arial", sans-serif;
    color: #222;
    background: #F0F0F0;
    padding: 8px;
    margin-top: -10px;
    text-align: center;
}

.question{
    font: bold 12px "Lucida Grande", "Helvetica", "Arial", sans-serif;
    color: #444444;
    margin-bottom: 0.5em;
}

.answer{
    font: 12px "Lucida Grande", "Helvetica", "Arial", sans-serif;
    color: #666666;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

#sendbutton{
    float: right;
    margin-left: 10px;
    margin-top: 1px;
    width: 53px;
    height: 23px;
    background: url(/images/send_n.png) top left no-repeat;
}

#sendbutton:active{
    background: url(/images/send_d.png) top left no-repeat;
}

#countdown{
	width: 886px;
	height: 358px;
	background: url(/images/countdownbg.png) top left no-repeat;
	margin: 0px auto auto;
}

#cntdwn{
    display: block;
    text-align: center;
    padding-top: 130px;
    text-shadow: #888888 0px 0px 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
                 "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 84px;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
}