﻿/*************************************************************************
=Layout
**********************************************************************************/
body 
{
    background: #EDEBE5;
}

#container
{
	background: #E5E2D1 url(bg.jpg) repeat-y 0 173px;
}

#container_2
{
	background:url(bg_top.jpg) no-repeat top left;
}

#logo a
{
    background:url(logo.gif) no-repeat top left;
}
	        
#search
{
     background:url(bg_search.gif) no-repeat top left;
}
             
#top_bar ul li a.all{background:url(t_all2.gif) no-repeat;}
#top_bar ul li a.mens{background:url(t_mens2.gif) no-repeat;}
#top_bar ul li a.womens{background:url(t_womens2.gif) no-repeat;}
#top_bar ul li a.kids{background:url(t_kids2.gif) no-repeat;}

#top_bar ul li.selected a.all{background:url(t_all1.gif) no-repeat;}
#top_bar ul li.selected a.mens{background:url(t_mens1.gif) no-repeat;}
#top_bar ul li.selected a.womens{background:url(t_womens1.gif) no-repeat;}
#top_bar ul li.selected a.kids{background:url(t_kids1.gif) no-repeat;}
            
#footer{background:#E5E2D1 url(bg_footer_home.jpg) no-repeat top left;}