@CHARSET "UTF-8";

#header {border-bottom: 1px solid #f8f7e4;color: #4685C4;background-color: #e2e0fe;}
#header .nav a {color: #1E3F6C;}
#header .nav .note {color: #4685C4;}
#header .nav a:hover, #header .nav a.active {background-color: #B8C1DA;color: #fff;}
#header .nav a:hover .note, #header .nav a.active .note {color: #fff;}
#header .nav li.locale a {color: #4685C4;}
#header a.alert {
	color: #B8C1DA;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4685C4', endColorstr='#1E3F6C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4685C4), to(#1E3F6C)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4685C4,  #1E3F6C); /* for firefox 3.6+ */
}
#header	a.alert:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea00', endColorstr='#ff9c00'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffea00), to(#ff9c00)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffea00,  #ff9c00); /* for firefox 3.6+ */
}
#header a.alert em {color: #fff;}
#header a.alert:hover {color: #000;}
#header a.alert:hover em {color: #000;}
#header .special {background: url('/media/images/theme/winter/header-special.png') no-repeat top center;width: 109px;height: 120px;}
