﻿body
{
    margin:0px 0px;
    padding:0px;
    font-family:Tahoma, Arial, Verdana, helvetica;
    font-size:13px;
    text-align:justify;
    word-spacing:0em;
    line-height:1.4em;
    letter-spacing:.05em;
    color:#555555;
    background:#ffffff url("images/bg2.gif") repeat-x;
}

h1
{
    margin:24px 0px 0px 25px;
    color:#74748C;
    letter-spacing:-.03em;
    font-size:4em;
    font-family:Arial;
    line-height:34px;
}

b
{
    margin:0px 0px 0px -2px;
    color:#000000;
    font-weight:500;
}

i
{
    color:#000000;
    font-weight:500;
}

p
{
    margin:10px 0px 14px 25px;
    padding:0px;
    letter-spacing:1px;
    width:665px;
}

a
{
    padding:0px 2px;
    background:#eeeeee;
    color:#2D5068;
    text-decoration:none;
}
a:hover
{
    background:#dddddd;
}

h2
{
    margin:25px 0px 14px 0px;
    color:#DE6B29;
    font-size:1.8em;
    font-family:Arial;
    letter-spacing:-.03em;
}

.container
{
    margin:0px auto;
    padding:0px;
    position:relative;
    width:700px;
}

.banner
{
    width:695px;
    height:300px;
}

.banner_logo
{
    position:absolute;
    top:59px;
    left:30px;
    width:682px;
    height:254px;
    background:transparent url(images/banner_logo.jpg) no-repeat;
}

.qr_box
{
    width:235px;
    height:270px;
    position:relative;
    top:20px;
    float:left;
    background:transparent url(images/qr_logo.png) no-repeat;
    background-position:28px 50px;
    border-right:SOLID 1px #dddddd;
}

.qrusa_box
{
    width:230px;
    height:270px;
    position:relative;
    top:20px;
    float:left;
    background:transparent url(images/qr_usa.png) no-repeat;
    background-position:23px 0px;
}

.omnix_box
{
    width:230px;
    height:270px;
    position:relative;
    top:20px;
    float:left;
    background:transparent url(images/blue_logo.png) no-repeat;
    background-position:30px 30px;
    border-right:SOLID 1px #dddddd;
    
}

.omnix_box:hover,
.qrusa_box:hover,
.qr_box:hover 
{
    /*background:transparent url(images/box_fade.gif) repeat-x;*/
    background-color:#efefef;
    cursor:pointer;
}

.clearing
{
    clear:both;
    height:1px;    
}

.white_fade_container
{
    margin:0px;
    padding:0px;
    position:relative;
    clear:both;
    height:1px;
}

.white_fade
{
    position:absolute;
    top:-57px;
    width:700px;
    height:78px;
    background:transparent url(images/white_fade.png) repeat-x;
}

.footer
{
    margin:20px 0px 0px 0px;
    padding:0px;
    height:158px;
    width:100%;
    background:#ffffff url("images/footer_bg.gif") repeat-x;
}

.footer_content_container
{
    margin:0px auto;
    width:680px;
    height:50px;
    border:SOLID 0px #000000;
}

.small_text
{
    font-size:.8em;
    line-height:1.5em;
}

.org
{
    text-decoration:none;
    color:#DD4E07;
}
