/* Callum Hutchins Style Sheet */

/* 
There are only four main colors on the whole site: 
white
dark blue (Web Safe RGB: 0 35 73/HEX: #002349), 
light grey (Web: 173 173 173/HEX: #999999), 
dark grey (Web: 204 204 204/HEX: #666666). 

All are Sotheby's required colors. I have a couple of left over colors, no big deal. Font is Arial 16pt.

For the 6 links/rollovers on the main frame:

Text: Dark Blue
Rollover: Dark Grey

-For links/rollovers on other pages:

Background Bar: Light Grey
Text: White
Rollover: Dark Blue 
*/


a.navLink:link {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
text-decoration: none; 
color: #002349;
}

a.navLink:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
text-decoration: none; 
color: #FF0000;
}

a.2level_navLink:link {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
text-decoration: none; 
color: #FFFFFF;
}

a.2level_navLink:visited {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
text-decoration: none; 
color: #FFFFFF;
}

a.2level_navLink:hover {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
text-decoration: none; 
color: #002349;
}

.2level_inactive {
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold;  
color: #002349;
}

