﻿/*Page*/

body
{
    text-align: center;
}

div#container
{
    border: 0px solid #000000;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

/*Header*/

div#header
{
    border: 0px solid #000000;
    margin: 0px;
    width: 960px;
    height: 130px;
    background-color: white;
}

.logo
{
    border: 0px solid #000000;
    width: 770px;
    float: left;
    text-align: left;
    height: 70px;
}

.search
{
    border: 0px solid #000000;
    width: 190px;
    float: left;
    text-align: right;
    height: 70px;
    vertical-align: bottom;
}

.searchtable
{
    border: 0px solid #000000;
    padding: 0px;
    height: 70px;
}


.searchbox
{
    border-style : solid;
    border-width: 1px;
    border-top-color: #8ADCFF;
    border-right-color: #8ADCFF;
    border-bottom-color: #8ADCFF;
    border-left-color: #8ADCFF;
    width: 105px;
    height: 22px;
    padding-left: 2px;
}

.menubar
{
    border: 0px solid #000000;
    width: 960px;
    clear: both;
}

.accountlinks
{
    padding: 0px;
    width: 235px;
    background-color: Transparent;
}

.account1
{
    padding-bottom: 5px;
    width: 30px;
}

.account2
{
    padding-bottom: 5px;
    width: 100px;
}

.account3
{
    padding-bottom: 5px;
    width: 30px;
}

.account4
{
    padding-bottom: 5px;
    width: 75px;
}

a.accountlink:link
{
    font-size: 10pt;
    color: #8ADCFF;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
a.accountlink:active
{
	font-size: 10pt;
    color: #8ADCFF;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
a.accountlink:visited
{
    font-size: 10pt;
    color: #8ADCFF;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
a.accountlink:hover
{
    font-size: 10pt;
    color: #fc8b38;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.couponslink
{
    width: 100%;
    padding-bottom: 10px;
    text-align: left;
}

.menubartable
{
    width:960px;
}

/*Breadcrumb*/

.breadcrumb
{
    font-size: 10pt;
    color: #808080;
    font-family: Tahoma;
    height: 20px;
    padding-left: 15px;
    text-align: left;
}

.breadcrumblink
{
    font-size: 10pt;
    color: #808080;
    font-family: Tahoma;
}

/*Footer*/

div#footer
{
    width: 960px;
    height: 70px;
    background-color: white;
    clear: both;
    text-align: center;
}

a.footerlink:link
{
	font-size: 10pt;
	color: #AAAAAA;
	font-family: Tahoma;
	text-decoration: underline;
}
a.footerlink:active
{
    font-size: 10pt;
    color: #AAAAAA;
    font-family: Tahoma;
    text-decoration: underline;
}
a.footerlink:visited
{
	font-size: 10pt;
	color: #AAAAAA;
	font-family: Tahoma;
	text-decoration: underline;
}
a.footerlink:hover
{
	font-size: 10pt;
	color: #AAAAAA;
	font-family: Tahoma;
	text-decoration: underline;
}

/*Advertisment*/

.advertisement
{
    font-family: Arial;
    font-size: 9px;
    color: #999999;
    text-align: center;
}

/*Copywright*/

.copy
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}

