﻿body
{
    color:#333;
    font-family:Arial;
}

#header
{
    padding-top:30px;
    padding-bottom:15px;
    float:left;
}

#navigation
{
    float:right;
    list-style-type:none;
    padding:  15px 0;   
}

#navigation li
{
    float:left;
    width:105px;
    height:40px;
    line-height:40px;
    border-right: solid 1px #bbb;
    margin:0;
    text-align:center;
    background: url('img/navbg.png') no-repeat -10px top;
}

#navigation li:hover
{
    background-position:-10px bottom;
}

#navigation li.active
{
    background-position:-10px bottom;
    cursor:default;
}


#navigation li.first:hover,
#navigation li.active.first
{
    background-position:left bottom
}
#navigation li.last
{
  background-position: right top;
  border:0;
}

#navigation li.first
{
    background-position: left top;   
}
#navigation li.last:hover,
#navigation li.active.last
{
    background-position:right bottom
}

#navigation li a
{
    display:block;
    text-decoration:none;
    font-weight:bold;
    color:#bbb;
}
#navigation li:hover a
{    
    color:#eee;    
}

#navigation li.active a
{
    color:#eee;
    cursor:default;
}



#logo
{
    height:63px;
    width: 300px;
    background: url('img/logo.png');
    background-repeat:no-repeat;
}

#mainPhone
{
    width:238px;
    height:475px;
    background: url('img/phone.png') no-repeat;
    margin-left:auto;
    margin-right:auto;
}

#mainLanding
{
    
    width:620px;
    height:230px;    
    background: url('img/main.png') no-repeat;
    margin-bottom:20px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    
}
#barcode
{
    width:220px;
    height:221px;
    background: url('img/barcode.png') no-repeat center;
}

.text-box{
	background: #d4d4d4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 19px 19px 0 19px;
	margin-bottom: 19px;
	border:  1px solid #e3e3e3;
	
}

.separator
{
    width:100%;
    color:#191919;
    font-size:2.0em;
    line-height:1em;
    border-bottom: solid 1px #191919;
    font-weight:normal;
    text-align:right;
}

.versionList
{
    list-style-type:none;
    margin-left:0;
    color:#393939;
    padding:0 50px 10px 0;
}

.questionList
{
    list-style-type:none;
    font-style:italic;
    margin-left:0;
    color:#393939;
    padding: 10px 50px 5px 0;
}
.answerList
{
    list-style-type:none;
    margin-left:10;
    color:#393939;
    padding:0 50px 10px 0;
}

h2.textbox{
	font-weight: bold;
	color: #111;
	font-size:12px;
}

#footer
{
    background: url('img/navbg.png') no-repeat;
    color:#eee;
    font-weight:bold;
    height:40px;
    width:100%;
    line-height:40px;
    padding-left:25px;
    margin-top:40px;
}

#copyright
{
    color:rgb(186,186,186);
    text-decoration:none;
    float:left;
    padding: 5px 10px 10px 10px;
}

#dp
{
    padding:5px 10px 10px 0;
    text-align:right;
    
}

#dp A
{
    color:rgb(186,186,186);
    text-decoration:none;
}


