
body
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    background-image: url(images/background.jpg);
}
#maincontainer{
width: 763px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
    position: absolute;
    left: 50%;
    margin-top: 0px;
    margin-left: -382px;
}

#menu a
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    text-decoration: none;
}

#menu a:hover
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    text-decoration: underline;
}
#menu a:selected
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    text-decoration: underline;
}
#menu a:active
{
    font-family: Arial;
    color: #666666;
    font-size: 12px;
    text-decoration: underline;
}

#adress
{
    font-family: Arial;
    font-size: 11px;
	color: #666666;
    border-left: #666666 1px solid;
    margin-top: 10px;
    padding-left: 12px;
    
}

#adress a
{
    font-family: Arial;
    font-size: 11px;
    margin-top: 10px;
    color: #666666;
    text-decoration: none;
}

#adress a:hover
{
    font-family: Arial;
    font-size: 11px;
    margin-top: 10px;
    color: #666666;
    text-decoration: underline;
}




#contentContainer
{
    width: 450;
    height: 100%;
    background-image: url(images/InfoBottomPic.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
   
}

#sidebarContent
{
   height: 322; 
   direction: ltr;
   margin-top: 10px;
   overflow: auto;
   
}
#sidebarContentSpecials
{
   height: 221px;
   direction: ltr;
   margin-top: 10px;
   overflow: auto;
}  

#content
{
    /*border-left: #666666 solid;*/
    font-family: Arial;
    padding-left: 10px;
    font-size: 13px;
    color: #666666;
    padding-top: 10px;
    direction: ltr;
    margin-left: 8px;
}
#content a
{
   
    font-family: Arial;
    font-size: 13px;
    color: #666666;

}

#heading
{
    width: 460px;
    height: 20px;
    font-family: Arial;
    font-size: 15px;
    border-bottom: 1px dotted;
}
#heading li
{
        
    list-style-type: square;
        
}

/*---------------------------------------*/
#SpecialsContainer
{
    width: 720;  /*for safari and mozilla width has to be 700 */
    height: 230;
    
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
    /*overflow: auto;*/
    
   
}
#SpecialsContentAlign
{
    /*border-left: #666666 solid;*/
    font-family: Arial;
    padding-left: 10px;
    font-size: 13px;
    color: #666666;
    padding-top: 10px;
    direction: ltr;
    margin-left: 8px;
    float: left;
    position: relative;
    /*height: 150;*/
    width: 380;
    margin-top: 10px;
    float:left;
}

#SpecialsImageAlign
{
    float: right;
    position:relative;
    margin-top: 10px;
    padding-top: 20px;
    margin-right: 10px;
}

/* =================== Footer  ============================== */
#footerContainer
{
    height: 28px;
    background-image: url(images/footerPic.jpg);
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 10px;
    color: #d1d1d1;
    padding-top: 6px;
    padding-left: 15px;
}
