@charset "utf-8";

/* Global Styles -- Over Write */                         
                                
/* Specific Id's -- Over Write */
#site_container                 {
                                height: 800px;
                                margin-left: -442px;
                                }

#site_body                      {
                                height: 555px;
                                }

/* Specific Id's -- New Styles */
#mainimage_container            {
                                width: 964px;
                                height: 308px;
                                position: absolute;                                
                                top: 0px;
                                left: -40px;
                                }
                                
#main_container                 {
                                width: 834px;
                                height: 242px;
                                position: absolute;
                                top: 308px;
                                left: 25px;
                                }

#main_welcome                   {
                                width: 394px;
                                height: 162px;
                                position: absolute;
                                top: 15px;
                                left: 0px;
                                }
                                
#main_welcome_flash             {
                                color: #90a76e;
                                }
                                
#main_merchants                 {
                                width: 404px;
                                height: 162px;
                                position: absolute;
                                top: 15px;
                                left: 429px;
                                }

#main_merchants_flash           {
                                color: #f6921c;
                                }
                                                      
#main_merchants_table           {
                                width: 404px;
                                font-size: 11px;
                                }

/* Specific Classes -- New Styles */
.main_merchants_member         {color: #f05738;}
.main_merchants_member a       {color: #333333; text-decoration: none;       font-size: 11px;}
.main_merchants_member a:hover {color: #f05738; text-decoration: underline;}
