body {
    background-color:  #000000;
    color: #FFFFFF;
    font-size: 12px;
    padding: 20px 0 40px 0; 
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
     color: #ffd700;
    text-decoration: underline;
}

.contentLinks a {
    color: #ffd700;
    text-decoration: none;
}

.contentLinks a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    text-align: center;
}

h2 {
    padding: 20px 0 0;
    text-align: center;
}

/*
p {
border: 1px solid #666;
overflow: hidden;
padding: 10px 0;
text-align: center;
}
*/

.overall_container {
    background: url( ../images/ITme_background.jpg );
    background-position: center 20px; /*moves the bg image down from the top 25px;*/
    background-repeat: no-repeat;
    background-color:  #898788; 
    width:1020px; 
    margin:auto;
}
.container_12 {
    /*background: url(../images/12_col.gif) repeat-y;
    margin-bottom: 20px;*/

}

.header_bar {
    background: url(../images/ITme_headerBar_logo.png) no-repeat;
    background-position: top center;
    width: 960px;
    height: 85px;
    margin-left: -2px;
}

.footer_bar {
    background: url(../images/ITme_footerBar.png) no-repeat;
    background-position: bottom;
    width: 960px;
    height: 45px !important;
    margin-left: -2px;
    text-align: center;
    color: #FFFFFF;
    font-size: 11px;
}

.iphone_box {
    background: url(../images/iPhone_blankScreen.png) no-repeat;
    background-position: left center;
    height: 548px;
    width: 330px; 
    margin-left:10px;
    padding-right:10px;
}

#content_box {
    background: url(../images/content_faded_background.png) no-repeat;
    background-position: left center;
    height: 548px;
    width: 620px;
    margin-left:-10px;
}

.long_page {
   /* background: url(../images/longPage_faded_background.png) no-repeat;
    background-position: top center;*/
    background: url(../images/longPage_background.png);
    background-position: top center;
}
#navigation {
    font-family: Lucida Console,Arial,Helvetica,sans-serif;
    font-size:10pt; 
    position:absolute; 
    /*left: 592px; */
    right: 15px;
    top: 40px;
}

#navigation a:hover, a:focus {
    color: #ffd700;
}

.navigation_on {
    color: #ffd700;
    /*text-decoration: underline;*/
}

.logo_link {
    width:235px; 
    height:82px; 
    position:absolute; 
    top:0px; 
    left:1px;
}

.bold {
    font-weight:bold;
}

.italic {
    font-style: italic;
}

.center {
    text-align:center;
}

.underline {
   text-decoration: underline;
}

#iphone_app_screenshot {
    position: absolute;
    top:91px;
    left:29px;
    width: 244px;
    height:366px;
    padding:0px;
    margin:0px;
}

.screenshot_thumbnails {
    padding-top: 3px;
    width: 500px;
}

.screenshot_thumbnails img {
    padding-right: 5px;
}

.app_buttons {
    position: relative;
    left: 80px;
    width: 420px;
    height: 45px;
}

.top_gray_line {
    height:1px;
    width: 591px;
    background-color: #8a8a8a;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

.bottom_gray_line {
    height:1px;
    width: 591px;
    background-color: #8a8a8a;
    padding: 0px;
    margin: 10px 0px 15px 0px;
}


.errorMsg {
    color: red;
}
