html * {
	margin: 0;
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}

body {
	background: #fff url(background.png);
	font: 11px verdana, arial, helvetica, sans-serif;
}

:focus,input {
	outline: 0;
	border: none;
}

div#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
	height: 775px;
	padding: 5px 10px;
	width: 1162px;
	position: relative;
	background-color: #fff;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

a:link,a:visited,a:hover,h1 {
	color: #e36c0a;
}

img {
	border: none;
	outline: none;
}

div#logo {
	position: absolute;
	top: 19px;
	left: 5px;
	z-index: 2;
}

div#logo img {
	border: none;
}

input {
	border: none;
}

#nav {
	color: #e36c0a;
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 240px;
    width: 894px;
	/* Re-inherit the body font. Browser user-agent stylesheets set
	   `table { font-size: medium }` (16px) explicitly, which wins over
	   the inherited body rule. The legacy app dodged this because the
	   Spring Security UI plugin shipped a reset.css; we don't load it. */
	font: inherit;
}

#nav td {
	color: #e36c0a;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

img.hidden {
	visibility: hidden;
}

span#collections {
	cursor: pointer;
	position: relative;
}

div#search-wrapper {
	position: absolute;
	top: 30px;
	/* Was right:75 width:350. Restored legacy 400 and bumped left
	   offset slightly (75 → 90) so the row sits a hair further left. */
	right: 90px;
	width: 400px;
}

div#search-wrapper a#contact {
	text-align: left;
	width: 160px;
    position: relative;
    top: -3px;
}

div#search-wrapper a.social {
    position: relative;
    top: 4px;
}

/* Only the LAST social (Instagram) gets a right margin — creates a
   visible gap before the search box without widening gaps between
   the social icons themselves (which legacy didn't have). */
div#search-wrapper a.social:last-of-type {
    margin-right: 10px;
}

input#search {
	border: none;
	color: #aaa;
	font-size: 7pt;
	width: 110px;
	z-index: 3;
	height: 11px;
	position: relative;
    top: -4px;
	left: 20px;
}

img#search-box {
	cursor: text;
	position: absolute;
	top: 6px;
	/* Restored legacy 20px — was 0, leaving zero gap between the
	   social icons and the search box. */
	right: 20px;
}

#publicLogin,#publicLogin a {
	color: #fff;
	font-size: 6pt;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

#publicLogin a:hover {
	color: #ccc;
}

div#collectionMenu {
	display: none;
	position: absolute;
	top: 40px;
	left: 200px;
}

div#collectionMenu a {
	padding: 3px 20px 3px 0px;
}

img.borders {
	border: solid 1px #ccc;
}

.bigger {
	font-size: 14pt;
	font-weight: bold;
}

/* Remainder is copied from jQuery UI theme roller rather than bringing in the whole theme;
   only required for search autocomplete. */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
	width: 1px;
} /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
}

.ui-menu .ui-menu {
	margin-top: -3px;
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active
	{
	font-weight: normal;
	margin: -1px;
}

.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee
		url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png)
		50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}

.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
	{
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50%
		repeat-x;
	font-weight: bold;
	color: #1c94c4;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
	{
	color: #1c94c4;
	text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50%
		repeat-x;
	font-weight: bold;
	color: #c77405;
}

.ui-state-hover a,.ui-state-hover a:hover {
	color: #c77405;
	text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
	{
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50%
		repeat-x;
	font-weight: bold;
	color: #eb8f00;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

.ui-widget :active {
	outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
	{
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png)
		50% top repeat-x;
	color: #363636;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a
	{
	color: #363636;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error
	{
	border: 1px solid #cd0a0a;
	background: #b81900
		url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a
	{
	color: #ffffff;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text
	{
	color: #ffffff;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary
	{
	font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary
	{
	opacity: .7;
	filter: Alpha(Opacity = 70);
	font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled
	{
	opacity: .35;
	filter: Alpha(Opacity = 35);
	background-image: none;
}

/* Corner radius */
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
