body {

    color: #333;
    font-family: Helvetica, Arial; 
    font-size: 12px;
    background: url(images/Background_MirageDigital) #ccc;
    background-repeat: repeat-y;
    background-position: 50% 0;
}

#container
{
    background: url(images/ContentBackground_MirageDigital.jpg) #fff;
    background-repeat: repeat-x;
    display: block;
    width: 990px;    
    margin-right: auto;
    margin-left: auto;          
    min-height: 635px;    
}

a 
{
    color: #4f6c9f;
    text-decoration: none;    
}

a:hover 
{
    border-bottom: 1px dotted #4f6c9f;
        
}

a:visited 
{
    color: #1e3762;
}

#Header 
{
    width: 990px;
    height: 150px; 
    background: url(images/Header_MirageDigital.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 0px;
    display: block;     
    
}

#Header img 
{
    width: 235px;
    height: 75px;
    border-bottom: 0px;
    float: left;
    margin-top: -20px;
    margin-left: 48px; 
}

#Header a
{
    border-bottom: 0px;
}

h1 
{
    text-indent: -9999em;    
}

.clear 
{
    clear: both;
}

.halfheight
{
    line-height: 50%;
}

.left 
{
    text-align: left;
}

.middle 
{
    text-align: center;
}

.right 
{
    text-align: right;
}


/* Top Navigation */

#TopNavigation 
{
    clear: both;
    float: right;
    display: block;
    padding-right: 40px;
}

#TopNavigation li
{
    list-style: none;
    float: left;
    padding-right: 15px;
}

#TopNavigation li a
{
    list-style: none;
    float: left;
    border-bottom: 0px;
    color: #333;
    padding-left: 10px;
}

#TopNavigation li a:hover 
{
    background: url(images/arrow_rightGrey.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;  
}

#TopNavigation li a.active 
{
    font-weight: bold;
    color: #000 ! important;
    background: url(images/arrow_rightGrey.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;     
}


/* Top Navigation - END */


/* Main content */

.PageTitle 
{
  clear: both;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  display: block; 
  margin-top: 45px; 
  margin-left: 55px; 
  margin-right: 55px;
}

.PageTitle h2
{
    font-family: Tahoma, Arial; 
    font-size: 18px;  
    
}

#content 
{
    background-repeat: repeat-y;
    display: block;
    float: left;
    /*min-height: 100px;*/
    padding: 25px 55px 15px 55px;    
    width: 70%;
    min-height: 350px;
}

#content h4
{
    font-size:12px;
    font-weight: normal;      
}

.PromoImages
{
    margin-top: 25px; 
    margin-left: -40px;
   
}

.PromoImages li
{
    list-style: none;
    float: left;
    width: 33%;
}


/* Our services */

.ServicesSubtitle
{
    display: block;
    font-weight: bold;
    clear: right;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #666;
}

.ServicesDescription
{
    display: block;
    clear: both;
    padding-bottom: 20px;
}

/* Our services - END */

/* Our clients */

#ClientTable td 
{
    vertical-align: top;
}

#ClientTable img 
{
    border: 0;
    width: 150px;
    height: 150px;
    padding-bottom: 15px;
}

.ClientImage 
{
    width: 150px;
    padding-right: 25px;
}

.ClientImage a
{
    border-bottom: 0px;
}

.ClientSite
{
    font-weight: bold;
    font-size: 14px;
}

/* Our clients - END */

/* Contact us */

.ContactPhone
{
    display: block;
    clear: left;
    margin-top: 8px;
}

.ContactEmail
{
    display: block;
    clear: left;
    margin-top: 8px;
}

/* Contact us - END */

/* Main content - END */


/* Footer */

#Footer {
    clear: both;
    text-align: center;
    display: block;
    padding-top:15px;
    border-top: 1px solid #ccc;
}

.Copyright 
{
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Footer - END */