
body {
    margin: 0px;
    padding: 0px;
    background: #333 url('../images/bg.png');
    font-family: 'Lucida Grande', Helvetica, sans-serif;
    color: #EEE;   
    font-size: 14px;
    line-height: 19px;   
}

a {
    color: orange;
}

h2{
    color: #FFF;
    position: relative;
    right: 0px;
    text-align: center;
}

#contentSlab {
     position: relative;
     margin:0 auto;
     width: 800px;
     top: 58px;
}


#logoBar {
     background: #333;
     height: 105px;
     width: 100%;
     position: absolute;
     margin-left: 0px;
     margin-top: 58px;
     padding-left: 20px;     
     padding-top: 13px;
     padding-bottom: 10px;
     border-top: 2px solid #222;
     border-bottom: 2px solid #222;
}



#logo {     
    position: absolute;
    width: 200px;
    background: url('../images/logo.png') no-repeat;
    height: 100px;
    top: 16px;
    left: 300px;
}

#iPhoneScreenshot {
    position: absolute;
    width: 300px;
    background: url('../images/iMartini.png') no-repeat;
    height: 400px;
    left: 590px;
    top: -55px;    
}


#content {
    top: 140px;
    position: absolute;
}


#navBar {
    position: relative;
    top: 0px;
    left: 0px;
    text-align: center;
    padding-bottom: 10px;
}

#navBar #navHeader {
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 2px solid #444;
    margin-bottom: 15px;
}

#navBar ul {
    color: blue;
    list-style-type: none;
    position: relative;
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #444;
}

#navBar ul li {
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: 7px;
}
    
#navBar ul li.active {
    background: #BB9;
}

#navBar ul li a {
    color: #DDB;
    text-decoration: none;
}

#navBar ul li a:hover {
    color: #553;
}

#navBar ul li.active a {
    color: #553;
    text-decoration: none;
}

#navBar ul li.active a:hover {
    color: #220;

}


#iMartini {
    width: 150px; 
    height: 60px; 
    background: url('../images/nav_iMartini_unselected.png') no-repeat;
}


#iMartini:hover {
    background: url('../images/nav_iMartini_selected.png') no-repeat;
    
}

#toss {
    width: 150px; 
    height: 60px; 
    background: url('../images/nav_toss_unselected.png') no-repeat;
}


#toss:hover {
    background: url('../images/nav_toss_selected.png') no-repeat;
}

#toss img {
    border: 1px solid #F00;
}
   
#MoreComing {
    width: 150px; 
    height: 60px; 
    background: url('../images/more.png') no-repeat;
}

#contentDetails {
    position: absolute;
    top: 0px;
    left: 210px;
    width: 390px;
}

#iMartiniHeader {
    position: relative; 
    left: 100px; 
    width: 300px; 
    height: 140px; 
    background: url('../images/iMartini_header.png') no-repeat;
    margin-bottom: 20px;
    margin-top: 10px;
}

#tossHeader {
    position: relative; 
    left: 100px; 
    width: 300px; 
    height: 140px; 
    background: url('../images/toss_header.png') no-repeat;
    margin-bottom: 20px;
    margin-top: 10px;
}


#description {
    margin-left: auto;
    margin-right: auto;
    width: 340px;
}

#appStoreLink {
    text-align: center;
    font-size: 10px;
}

#appStoreLink a {
    color: #CCC;
}

#linkBox {
    margin-top: 30px;
    text-align: center;
}

#copyright { 
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    color: #BBB;
}
