/**
 * 	This file encompasses the styles that can be easily cobranded.
 */

/*Page body*/
body{
	/*background: #ffffff;*/
}
/* The main logo*/
.logo .main_logo {
    background: url(../../images/sprites/headerSprite.png) no-repeat 0 0;
    width: 265px;
    height: 88px;
}
/*Top navigation bar, with the shopping bag count and calls to action (join/login)*/
.top_nav{
	
}
/*the left side has the background image*/
.top_nav .top_nav_left{
	
}
.top_nav .top_nav_right{
	
}
/*To change the color of the blue top nav links*/
#fp-header .blue-link a {

}
/*Navigation bar*/
.navigation {
}
/* The star studded background that appears underneath top level navigation elements on hover*/
.navigation .cover {
	
}

/*Footer menu*/
#footer .menu .category{
	
}
#footer .menu .category a{
}
/* Hover behavior of footer navigation elements. Over-qualifying with "li" to override the default theme*/
#footer .menu li.category:hover{
	
}

/* These are the footer menu category: Lookbook, etc*/
#footer .menu .category a {

}