﻿body 
{
    background-image: url(Images/Backgrounds/bg.png);
    background-repeat: no-repeat;
    background-position: center -380px;
    background-attachment: scroll;
    background-color: #000;
    color: #fff;
}
a
{
    font-family: Arial,Tahoma,Verdana;
}
a:link
{
    color: #fff;
}
a:visited
{
    color: #fff;
}
a:hover
{
    color: #888;
}
a:active
{
    color: #555;
}
#main
{
    width: 1000px;  
    margin-left: auto;
    margin-right: auto;
}
#main_content_wrapper
{
    width: 100%;
}
#top
{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
#topLeft
{
    float: left;
    width: 70%;
}
#topRight
{
    float: right;
    width: 30%;
    vertical-align: middle;
    text-align: right;   
}
#navWrapper
{
    clear: both;
    width: 996px;
    border: solid 1px #000;   
    border-bottom: none 0px #000;
    border-right: none 0px #000;
}
#navButtons
{
    width: 100%;
    background-color: #000000;
}
#nav
{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
div.content
{
    clear: both;
    width: 100%;
    margin-top: 25px;
}
#contentLeft
{
    float: left;
    width: 60%;   
}
#contentRight
{
    float: right;
    width: 40%;
}
#footer
{
    clear: both;
    width: 100%;
    border-top: solid 1px #292929;
}

a.home 
{   
    background: url(Images/Buttons/home.gif) no-repeat right;
    width: 166px;
    height: 30px;   
    display: inline-table;
}
a.home:hover, a.home:active
{ 
    background-position: left; 
}
.home strong
{
    display: none;   
}
a.company 
{   
    background: url(Images/Buttons/company.gif) no-repeat right;
    width: 166px;
    height: 30px;  
    display: inline-table;     
}
a.company:hover, a.company:active
{ 
    background-position: left; 
}
.company strong
{
    display: none;   
}
a.media 
{   
    background: url(Images/Buttons/media.gif) no-repeat right;
    width: 166px;
    height: 30px;  
    display: inline-table;     
}
a.media:hover, a.media:active
{ 
    background-position: left; 
}
.media strong
{
    display: none;   
}
a.support 
{   
    background: url(Images/Buttons/support.gif) no-repeat right;
    width: 166px;
    height: 30px;  
    display: inline-table;
}
a.support:hover, a.support:active
{ 
    background-position: left; 
}
.support strong
{
    display: none;   
}
a.contact 
{   
    background: url(Images/Buttons/contact.gif) no-repeat right;
    width: 166px;
    height: 30px;  
    display: inline-table;     
}
a.contact:hover, a.contact:active
{ 
    background-position: left; 
}
.contact strong
{
    display: none;   
}
a.login 
{   
    background: url(Images/Buttons/login.gif) no-repeat right;
    width: 166px;
    height: 30px;  
    display: inline-table;     
}
a.login:hover, a.login:active
{ 
    background-position: left; 
}
.login strong
{
    display: none;   
}

h1, h2, h3
{
    color: #FFF;
}
h1
{
    font-size: 50px; 
    font-weight: normal;  
    margin: 0;
    padding: 0;
}
span.title1
{
    color: #fff;
    font-size: 50px;   
}
span.title2
{
    color: #fff;
    font-size: 25px;   
}
span.title3
{
    color: #67c4ee;
    font-size: 29px;   
}
span.title4
{
    color:#5e53a3;
    font-size: 29px;  
    font-family: Arial, Tahoma, Verdana; 
}
span.title5
{
    color: #292929;
    font-size: 24px; 
}

div.deliveranceWorks_leftCell
{
    width: 15%;
    float: left;
    text-align: center;
    vertical-align: top;
}
div.deliveranceWorks_rightCell
{
    width: 85%;
    float: right;
    vertical-align: top;
}
div.iphone_signup_main
{
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
table.form_table,
table.form_table_iphone_signup
{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
td.form_cell
{
    width: 100%;
    vertical-align: middle;
}
td.form_label
{
    width: 10%;
    vertical-align: middle;
    color: #00ffff;
}
td.form_value
{
    width: 90%;
    vertical-align: middle;
}
table.form_table_iphone_signup
{
    width: 450px;
}
p.form_p
{
    margin: 3px 0px 0px 0px;
}
div.iphone_signup_confirmation
{
    height: 400px;
    line-height: 210px;
    font-size: 17px;
}