/*-----------------------------------------------------

The default colour for links is #f0ebe3
The default background colour for rollovers is #5F574F

Anything with empty brackets {} can have colours added
when the brackets are empty it will apply the colours
above.

The pages can be distinguished with the body class. This can
be found by viewing the page source and searching for "body"

eg <body class="home_women">


Example code for the womens home page 

.home_women #tabs li a {color:#f0ebe3;}
.home_women #tabs li a:hover{color:#fff; background-color: #5F574F;}



-----------------------------------------------------*/


/***** TAB STYLES *****/

.home_women #tabs li a {color:#FFFFFF;}
.home_accessories #tabs li a {color:#FFFFFF;}
.home_beauty #tabs li a {color:#938B82;}
.home_junior #tabs li a {color:#F0EBE3;}

#splash2 #tabs li a {color:#F0EBE3;}

/*hover*/
.home_women #tabs li a:hover {color:#FFFFFF; background-color: #5F574F;}
.home_accessories #tabs li a:hover {color:#F0EBE3; background-color: #5F574F;}
.home_beauty #tabs li a:hover {color:#F0EBE3;background-color:#5F574F;}
.home_junior #tabs li a:hover {color:#F0EBE3; background-color: #736A62;}

#splash2 #tabs li a:hover {color:#F0EBE3; background-color: #736A62;}

/***** LEFT NAV *****/

.home_women .content_left .nav li a {color:#FFFFFF;}
.home_accessories .content_left .nav li a {color:#FFFFFF;}
.home_beauty .content_left .nav li a {color:#938B82;}
.home_junior .content_left .nav li a {color:#938B82;}

/*hover*/
.home_women .content_left .nav li a:hover{color:#5F574F;}
.home_accessories .content_left .nav li a:hover{color:#FFFFFF;} 
.home_beauty .content_left .nav li a:hover{color:#5F574F;} 
.home_junior .content_left .nav li a:hover{color:#FFFFFF;}  

/***** SMALL HEADER LINKS *****/

.home_women #header .telephone_upper{color:#938B82;}
.home_women #header .small_links span {color:#938B82;}
.home_women #header .small_links a {color:#938B82;}

.home_accessories #header .telephone_upper{color:#FFFFFF;}
.home_accessories #header .small_links span {color:#FFFFFF;}
.home_accessories #header .small_links a {color:#FFFFFF;}

.home_beauty #header .telephone_upper{color:#938B82;}
.home_beauty #header .small_links span {color:#938B82;}
.home_beauty #header .small_links a {color:#938B82;}

.home_junior #header .telephone_upper{color:#FFFFFF;}
.home_junior #header .small_links span {color:#FFFFFF;}
.home_junior #header .small_links a {color:#FFFFFF;}

/*hover*/
.home_women #header .small_links a:hover {color:#FFFFFF;}
.home_accessories #header .small_links a:hover {color:#938B82;}
.home_beauty #header .small_links a:hover {color:#5F574F}
.home_junior #header .small_links a:hover {color:#FFFFFF;}


