﻿/* basic elements */
* { margin: 0; padding: 0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* mac hide \*/
* html .clearfix {height: 1%;}
  .clearfix {display: block;}
/* End hide */

body
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
    color: #fff;
    font-size: 12px;
    background: url(../images/bg-wood.jpg) repeat;
    height: 100%;
}

p
{
    margin-bottom: 20px;
}

a:link, a:visited, a:hover
{
    color: #fff;
    text-decoration: none;
}

a.btn:link, a.btn:visited
{
    height: 25px;
    line-height: 28px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 9px;
    text-decoration: none;
    color: #fff;
    background: #333;
    padding: 8px 10px 8px 10px;
    margin-right: 3px;
}

a.btn:hover
{
    color: #bddefe;
    background: #4d4d4d;
}

/* Header */
.hdrStripe
{
    background: #0d0d0d;
    height: 24px;
    width: 100%;
}

.hdrNav
{
    width: 986px;
    padding: 4px 0 4px 0;
    margin: auto;
    color: #fff;
    font-size: 10px;
}

.hdrNav li
{
    list-style: none;
    float: left;
    padding-right: 10px;
}

.hdrLinks
{
    width: 718px;
    padding-left: 46px;
    float: left;
}

.hdrNav a:link, hdrNav a:visited
{
}

.hdrNav a:hover
{
    color: #9ab3cb;
}

.hdrSignout
{
    font-size: 10px;
    text-align: right;
    float: left;
}

.lnkSignout
{
    padding-left: 10px;
}

.hdrMain
{
    width: 986px;
    height: 70px;
    margin: auto;
    color: #fff;
    font-size: 10px;
}


.hdrSearch
{
    padding: 4px 0 0 725px;
    font-size: 11px;
    letter-spacing: 1px;
    float: left;
}

input#search
{
    border: solid 1px #4d4d4d;
    font-size: 12px;
    font-weight: bold;
    padding-left: 4px;
}
/* End Header */

.flashWrapper
{
    width: 100%;
    height: 515px;
    background: url(../images/bg-homeflash.gif);
    margin-bottom: 135px;
}

.flashContent
{
    width: 984px;
    height: 515px;
    background: url(../images/bg-flash.gif);
    margin: auto;
    text-align: left;
}

/* Footer */
.ftrWrapper
{
    width: 100%;
    padding: 5px 0 0 0;
    background: #0d0d0d;
}

.ftrLinksWrap
{
    width: 976px;
    margin: 5px auto 5px auto;
    color: #808080;
    background: #333333 url(../images/logo-ftr-ubiq.gif) no-repeat 35px center;
}

.ftrLinksText
{
    width: 896px;
    padding: 5px 0px 5px 80px;
    font-size: 10px;
}

.ftrLinksText a
{
    text-decoration: none;
    color: #808080;
}

.ftrLinksText a:hover
{
    color: #9ab3cb;
    text-decoration: underline;
}

.ftrSpace
{
    background-color: #212121;
    width: 976px;
    height: 10px;
    margin: auto;
}
/* End Footer */

