/*********************
SHINOBI - SOTHEBYS VARIATION
**********************/

/* primary color */

a, #nav li a.active, #nav a:hover {
	color: #002a5c;
}

#header {
	border-top-color:#002a5c;
}

#contact_button a, input.submit, .fancybox-inner input[type="submit"], #agent_search_form #agentsearchsubmit, .listing_detail_cta_request_showing, .listing_detail_cta_request_showing:hover {
	background-color:#002a5c;
}

.flex-control-paging li a.flex-active {
	background-color:#002a5c !important;
}

/* hover color - darker tint of primary color */

a:hover {
	color: #002a5c;
}

/* heading 1 */

h1, body.shinobi .fancybox-inner h1 {
	color:#5D676A;	
}

/* heading 2 - neutral tint of primary color, set to grey or inherit if ugly */

h2, .header2, h3, .header3, h4, .header4, body.shinobi .fancybox-inner h2, #listing_contactform h3 {
	color:#5D676A;	
}



#identity .nested {
	background-image:url("../images/sothebys_logo.png");
	background-repeat:no-repeat;
	background-position:right center;
}