﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
}

h1
{
    font-size: 20px;
    margin: 0px 0px 5px 0px;
}

h2
{
    font-size: 17px;
    margin: 0px 0px 5px 0px;
}

h3
{
    font-size: 14px;
    margin: 0px;
}

p.content
{
    font-size: 11px;
    margin: 2px 0px 5px 0px;
}

a.biglink
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
a.smalllink
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.head
{
    text-align: center;
    padding-left: 15px; 
    width: 145px;
    letter-spacing: -.08em;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #5c4f2d;
}
#content
{
    background-image: url(images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 562px;
    width: 750px;
    position: absolute;
    border: 1px solid black;
    text-align: left;
    vertical-align: top;
    text-align: left;
}

table.shopper
{
    width: 510px;
}
table.shopper tr th
{
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid black;
    padding: 3px;
}
table.shopper tr td
{
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    padding: 3px;
}






#acontainer { position: relative; margin: auto; width: 720px; margin-top: 65px;}

#aPreloadMessage { position:absolute; text-align:center; z-index: 2; left: 162px; top: 35px; width:354px; height:494px; background-color:#e1ba5b; border: 1px solid; border-color: #333333; }
	
#LoadProgress { visibility: hidden; }

#awarn { position:relative; text-align:center; top:200px; padding: 10px; }

/*
   HACK ALERT: the above def is for IE only, the override below is for 
   all non-borked CSS browsers
*/

html>body #awarn { position:relative; text-align:center; top:40%;  padding: 10px;}

