﻿
body 
{    text-align:center;
    margin:0px;
    font-family:Arial,Verdana;
    font-size:10pt;
    background-image:url(images/BodyBack.gif);
    background-repeat:repeat-y;
    background-position:center;
}
body a
{
    color:Blue;
    font-family:Arial,Verdana;
}
body table td
{
    text-align:left;
    
}
h1
{
    margin:0px 0px 0px 0px;
    color:#333333;
    font-size:18px;
    
}


.layoutgrid
{ 
    border:solid 0px black; 
     margin-left:auto;
    margin-right:auto;
    width:752px;
}

.layoutgrid td
{    
    border:0px; margin:0px;
}

.content
{
    width:530px; vertical-align:top; background-color:White;  
}

.SideNav
{
 width:184px;
 background-color:#e9e9e9;
 text-align:left;
 vertical-align:top;
}

#topnav
{
background-image:url(images/topnav.gif); 
  background-repeat:no-repeat; height:50px;
}
 
.toolbar
        {
         font-size: 13px;
         font-family: Verdana;
         padding: 6px;
         text-align:left;
          }



#NewArrivalsContainer
{
    border: solid 1px #333333;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding:4px;
    width: 150px;
     font-family:Arial,Verdana;
     font-size:10pt;
     text-align:left;
     vertical-align:top;
}

.teaserContainer
{
    width:auto;
    height:210px;
    margin-bottom:15px;
}
.LearnMore
{    
    text-align:right;
 }
 .LearnMore a
 {
    height:23px;
    width: 88px;
    background-image: url(images/Learn-More-Button.gif);
    background-repeat: no-repeat;
    
 }
 
.LearnMore a:hover 
{
    background-image: url(images/Learn-More-Button-on.gif);
    background-repeat: no-repeat;
}

.HomePageingButtons
{
   border:0px;
    
}
.HomePageingButtons a
{
    color:#333333; text-decoration:none; 
    border: solid 1px #333333; padding:1px 5px 1px 5px; 
}

    
.ContentPageCont
{
    padding:6px;
    text-align:center;
    vertical-align:top;
    background-color:White;
  
}
.centeringDiv
{
    width:500px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

.ContactTableRequired
{
   width:100%;
   border: solid 1px Blue;
   white-space:nowrap;
}
.ContactTable
{
 width:497px;
   border: solid 1px Gray;
    white-space:nowrap;
}   


