.bar
{
    position: relative;
    width: 100%;
    height: 59px;
    background-color: #a9aaac;  
}
.innerBar
{
    margin: auto;
    width: 962px;
    height: 59px;
    background-color:#cbccce ;
}  
#header
{    
    position: relative;
    width:942px;
    height: 69px;
    background-image: url(../images/template_03.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    margin:0;
}
#menu
{
    position: relative;
    width:942px;
    height: 77px;
    background-image: url(../images/menubg.gif);
    background-repeat: no-repeat;
    margin:0;
}
#content
{
    position: relative;
    width:945px;                  
    background-color: #fff;
}

#leftCol
{               
    width:680px;  
    padding-top: 24px;  
    background-image: url(../images/flags.gif);                   
    background-position: top right;
    background-repeat: no-repeat;
    text-align: left;
    font-family: arial; 
    font-size: 10px;   
    float:left;       
}
#singleCol
{
    width:650px;
    float:left;
}
.stdText
{       
    font-family: arial; 
    font-size: 12px; 
}
.bluetext
{
    font-family: arial; 
    font-size: 10px; 
    color:#0063a9;
}
.fullWidth
{
    width:685px;
    padding:10px;
}
.innercol
{
    float:left;
    width:330px;
    padding-left: 5px;
    padding-top: 5px;
}
.innercol ul
{
    color:#cc071e;
    list-style:disc; 
    font-size: 12px;   
}
.arrowList ul
{
    color:#7c7c7c;
    list-style-image: url(../images/benefits_19.gif);
}
#featureGraphs
{
    position: absolute;
    top:60px;
    right:300px;
    width:227px;
    height:500px ;
}
.submitbtn
{
    width:89px;
    height: 34px;
    background-image: url(../images/submit.jpg);
    background-repeat: no-repeat;
    background-position: top;    
}
.submitbtn:hover
{
    background-position: bottom;
}
.formBox
{
    Width:250px;           
    
}
#supporttrial
{
    position: absolute;
    bottom:240px;
    left:10px;
    display: block;
    width:185px;
    height: 64px;
    background-image: url(../images/support.gif);
    background-position: left;
    background-repeat: no-repeat;
    
}
#supporttrial:hover
{
    background-position:right;
}
#rightCol
{                  
    width:257px;          
    margin-left: 685px;
}
#footer
{
    position: relative;
    width:942px;
    height: 30px;
}
#footerlink
{
    width: 942px;
    height: 30px;
    display: block;
    background-image: url(../images/footer.gif);
    background-position: top;
}
#footerlink:hover
{
    background-position: bottom;
}
#trial
{
    position: absolute;
    bottom:16px;
    right:5px;
    width:114px;
    height: 33px;
    background-image: url(../images/trial.gif);
    background-position: top;
}
#trial:hover
{
    background-position: bottom;
}
/**************RIGHT COL*********************/
#bookingBtn
{
    width: 257px;
    height: 62px;
    display: block;
    background-image: url(../images/booking.gif);
    background-position: left;
} 
#bookingBtn:hover
{
    background-position: right;
}
#quotingBtn
{
    width: 257px;
    height: 67px;
    display: block;
    background-image: url(../images/quoting.gif);
    background-position: left;
} 
#quotingBtn:hover
{
    background-position: right;
}
#screenBtn
{
    width: 257px;
    height: 66px;
    display: block;
    background-image: url(../images/reservation.gif);
    background-position: left;
} 
#screenBtn:hover
{
    background-position: right;
}
#allocationBtn
{
    width: 257px;
    height: 66px;
    display: block;
    background-image: url(../images/allocation.gif);
    background-position: left;
} 
#allocationBtn:hover
{
    background-position: right;
}
#maintBtn
{
    width: 257px;
    height: 66px;
    display: block;
    background-image: url(../images/maintenance.gif);
    background-position: left;
} 
#maintBtn:hover
{
    background-position: right;
}
#reportsBtn
{
    width: 257px;
    height: 66px;
    display: block;
    background-image: url(../images/reports.gif);
    background-position: left;
} 
#reportsBtn:hover
{
    background-position: right;
}
/**************MENU STYLE********************/
#navigation
{
    position: absolute;
    bottom:16px;
    left:244px;
    width:600px;
    height: 34px;
    text-align: left;
}
#navigation ul
{
    margin: 0;
    padding: 0;
}
#navigation ul li 
{ 
    display: inline; 
}
#navigation ul li a
{
    text-decoration: none;  
    width:87px;
    height: 34px;     
    display: block;
    float:left;
    color: #fff;
    background-image: url(../images/menubtn.gif);
    background-position: left;
    line-height: 34px;
    text-align: center;
    font-family: arial;
    font-size: 12px;
}

#navigation ul li a:hover
{
    background-position: right;
}

