/* ******************* */
/* html and body style */
/* ******************* */

html, body {
height: 100%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

html {
margin-top: 3px;
}

/* **************************** */
/* page table layout and design */
/* **************************** */

/* page table layout */
table.fresh {
height: 100%;
width: 100%;
padding: 0;
}

tr.fresh {
height: 150px;
}

td.freshHead {
background: url(../images/mainlogoA.gif) no-repeat left bottom;
text-align: right;
vertical-align: top;
}

td.margin {
width: 40px;
padding: 0;
margin: 0;
}

td.mtopleft {
background: #66CC00 url(../images/tables/bri_gre_UL.gif) no-repeat top right;
}

td.mtopright {
background: #66CC00 url(../images/tables/bri_gre_UR.gif) no-repeat top left;
}

td.mbottom {
background: #66CC00 url(../images/fadeLrg.gif) repeat-x bottom;
}

td.menuBgBottom {
background: url(../images/menuIEmatch.gif) repeat-y bottom left;
height: 30px;
width: 140px;
margin: 0;
padding: 0;
text-align: right;
vertical-align: bottom;
}

td.footer {
background: #66CC00 url(../images/fadeLrg.gif) repeat-x bottom;
height: 26px;
margin: 0;
padding: 0;
text-align:center;
color: #C4CCBC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
bottom:-1px;
}

#footer a, a:link, a:active, a:hover, a:visited {
color: #C4CCBC;
font-weight: bold;
text-decoration: none;
}

/* menu design */
td.menuBg {
background: url(../images/menu20wide.gif) repeat-y left;
width: 140px;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
}

#navcontainer
{
width: 120px;
padding: 0;
margin: 0;
text-align: center;
}

ul#navlist
{
width: 120px;
list-style: none;
padding: 0;
margin: 0;
}

ul#navlist li
{
font-size: 11px;
height: 30px;
line-height: 30px;
text-align: center;
vertical-align: middle;
font-weight: bold;
display: block;
}

ul#navlist .floor
{
line-height: 15px;
}

ul#navlist li a
{
background: url(../images/buttons/menu_splash.gif) no-repeat top;
display: block;
text-decoration: none;
color: #66CC00;
}


ul#navlist a
{
height: auto;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li a:hover, ul#navlist a:hover
{
color: #003300;
background: url(../images/buttons/menu_splash.gif) 10px -30px no-repeat;
}

/* interest free menu design */
#interestfreeimage {
width: 100px;
height: 48px;
background: url(../images/buttons/ifree.gif);
margin: 0;
margin-left: 10px;
margin-right: 10px;
padding: 0;
position: relative;
}

#interestfreeimage li {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
}

#interestfreeimage li, #interestfreeimage a {
height: 48px;
display: block;
}

#ifree {
left: 0;
width: 100px;
}

#ifree a:hover {
background: transparent url(../images/buttons/ifree.gif) 0 -48px no-repeat;
}


/* main content design */
td.mainContent {
vertical-align: top;
}