#maindiv
{
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: auto;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    padding: 0px 7px 0px 7px;
}
.pixbg
{
    width: 100%;
    background: white;
    /*background: #dddddf url(../images/bg-ie6.jpg) repeat-x top center;*/
}
a:link, a:active, a:visited
{
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    text-decoration: none;
}

a.diyuplvid
{
    font-size: 14px;
    color: #1a0000;
}

html, body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #dddddf;
}

/*HEADER PART Start*/
#hpart
{
    height: 122px;
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

#hpartNoMenu
{
    height: 80px;
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

a#logo {
    display: block;

    float: left;
    cursor: pointer;
    margin-left: 8px;
    width: 268px;
}

.navwrap
{
    float: left;
    width: 1000px;
    height: 44px;
    background-color: #C0C0C0;
    border-radius: 15px;
}

.navmain
{
    margin-left: 12px;
    margin-top: -12px;
    background-color: #6699CC;
    white-space: nowrap;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
/* top right bottom left*/

    .navmain a:hover
    {
     /*   background: url(/images/navhovbg.png) center top no-repeat; */
    }

    .navmain a.slectednav
    {
        background: url(/images/navhovbg.png) center top no-repeat;
    }

.menuItem
{
    font-size: 15px;
    padding: 4px 6px 4px 6px;
    color: #fff !important;
    float: left;
    font-weight: 600;
    font-variant: small-caps;
    border-left: thin solid white;
    border-left-color: #C0C0C0;
}

.menuItemSelected
{
    background: url(/images/navhovbg.png) center top no-repeat;
}

.menuItem1
{
    font-size: 12px;
    padding: 2px 8px 4px 4px;
    color: #fff !important;
    float: left;
    font-weight: 600;
    font-variant: small-caps;
    border-left: medium solid #C0C0C0;
    border-top: medium solid #C0C0C0;
    border-right: medium solid #C0C0C0;
    border-bottom: thin solid #C0C0C0;
    background-color: #C0C0C0;
}

.menuItem1Selected
{
    background: url(/images/navhovbg.png) center top no-repeat;
}

.navbotwrap
{
    vertical-align: middle;
}

.repshopwrap
{
    float: right;
    height: 54px;
    text-align: right;
    padding: 4px 20px 0 30px;
}

.outloca
{
    float: left;
    width: 257px;
    height: 54px;
    background: url(/images/topsap.gif) right top no-repeat;
    text-align: right;
    padding: 28px 10px 0 0;
}

a.maploca
{
    color: #e56046;
    text-transform: uppercase;
    padding: 0 0 0 0px;
    width: 80px;
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

.phonetxt
{
    font-size: 16px;
    color: #1a0000;
    margin: 1px 0 0 0;
    display: inline-block;
}

.left
{
    margin-left: -10px;
    float: left;
}
