img
{
    border: 0px;
}

body
{
    background-color: #e0dfdb; 
    margin-top: 0px; 
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center; /* for stupid IE */
	background-image: url(images/appliance_outlet_page_fade.png);
    background-repeat: repeat-x;
}

.centeredContent
{
    width: 830px;
    text-align: left; /* to counteract stupid IE hack in body */
    margin-left: auto;
    margin-right: auto;
}

.mainContent
{
    width: 830px;
    margin-left: 0;
    margin-right: 0;
}

.navMenu 
{
  background: url(images/appliance_outlet_menu.png) no-repeat;
  background-repeat: repeat-x;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 800px;
  height: 31px;
  font-family: Arial;
  font-size: 16px;
}

.navMenu li 
{
  float: left;
  width: 133px;
  height: 31px;
  padding-top: 7px;
  text-align: center;
  color: white;
  list-style-type: none;
}

.navMenu a:link,
.navMenu a:visited 
{
  color: white;
  text-decoration: none;
}

.navMenu a:hover 
{
  color: red;
  text-decoration: none;
}

.navMenu a:active 
{
  color: red;
  text-decoration: none;
}

.mainText
{
    color: black;
    padding-left: 31px;
    padding-right: 31px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

.clearFloat
{
    clear: both;
}

.boxTop
{
    background: url(images/appliance_outlet.png) no-repeat top;
    height: 161px;
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.boxMid
{
    background: url(images/appliance_outlet_content_background.png) repeat-y;
    position: relative;
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.boxBot
{
    background: url(images/appliance_outlet_footer.png) no-repeat top;
    height: 30px;
    width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.boxBotfirstPage
{
    height: 140px;
    width: 830px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/mainbodyfooterfirstpage.png) no-repeat top;
}

.boxBody
{
    position: absolute;
    top: 0;
    left: 0;
    width: 830px;
    height: 100%;
    z-index: -1;
}


.leftColumn
{
    width: 364px;
    float: left;
    padding-left: 10px;
    text-align: justify;
}

.rightColumn
{
    width: 364px;
    float: right;
    padding-right: 10px;
    text-align: justify;
}

.centerColumn
{
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: justify;
}

.pageFooter
{
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #325e9f;
}

.pageFooter a
{
    text-decoration: none;
    color: #325e9f;
}

.pageFooter a:hover
{
    color: red;
}

.mainText H1
{
    color: #262667;
    margin: 0px auto;
    font-size: 16pt;
    font-weight: bold;
}

.mainText H2
{
    color: #262667;
    margin: 0px auto;
    font-size: 10pt;
    font-style: italic;
}

.mainText H3
{
    font-size: 10pt;
    margin: 0px auto;
}

form table
{
    margin-top: 1em;
}

form table td:first-child  /* label column */
{
    text-align: right;
}

form table td:first-child + td  /* field column */
{
    text-align: left;
}

.evenRow td
{
    background-color: #e0e0ff;
}

.oddRow td
{
    background-color: #e0e0e0;
}

.googleMapContact
{
    width: 330px;
    height: 330px;
    margin-left: auto;
    float: right;
}

.rightColumn .googleMap 
{
    width: 330px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
}

.mainPageImage
{
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}

.paragraphInset
{
    float: left;
    padding-right: 3px;
    padding-bottom: 3px;
}

.paragraphRightInset
{
    float: right;
    padding-left: 3px;
    padding-bottom: 3px;
}

.brandLogos
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.applianceList
{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.mapBubbleContent .companyName {
    color: #262667;
    font-size: 11pt;
    font-weight: bold;
}

.mapBubbleContent .companyAddress {
    font-size: 10pt;
}

