

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

body {
    font-family: "Futura Condensed Medium", sans-serif;
    background-color: #938f8c;
    background-image: url('/static/images/bg.png');
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
}

.debug {
    background-image: url('/static/images/debugbg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

a {
    text-decoration: none;
    color: inherit;
}

h1, #caption {
    position: absolute;
    left: 397px;
    text-align: left;
}
.sIFR-hasFlash h1,
.sIFR-hasFlash #caption,
.sIFR-hasFlash #pagination span {
    visibility: hidden;    
}

h1 {
    top: 7px;
    margin: 0;
    padding: 0;
    font-size: 28px;
    color: #555052;
}

#caption {
    top: 48px;
    font-size: 18px;
    color: #555052;
    margin: 0;
}

#pagination {
  position: absolute;
  left: 180px;
  top: 0px;
  margin: 0;
  padding: 0;
  font-size: 38px;
}



#pagination span,
#pagination_prev,
#pagination_next {
    display: block;
    float: left;
    color: #9bb5a8;
}

#pagination span {
    margin-top: 2px;
    font-size: 36px;
    color: #555052;
}

#pagination_prev,
#pagination_next {
    margin-top: 13px;    
}

#pagination_prev {
  margin-right: 21px;
	text-indent: -9000px;
	width: 18px;
	height: 20px;
	background-image: url('/static/images/pagination_prev.png');
	background-repeat: no-repeat;
}
#pagination_next {
  margin-left: 12px;
	text-indent: -9000px;
	width: 18px;
	height: 20px;
	background-image: url('/static/images/pagination_next.png');
	background-repeat: no-repeat;
}

#container {
    width: 100%;
    background-image:url('/static/images/bg_collection.gif');
    background-repeat: repeat-x;
    position: absolute;
    top:477px;
    height: 80px;
    text-align: center;
}

#content {
    position: relative;
    color: #fff;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    height: 60px;
}

#picture_container {
    min-width: 900px;
    width: 100%;
    position: absolute;
    top:0px;
    height: 447px;
    text-align: center;
    vertical-align: middle;
}

#picture_container {
    position: absolute;
}

#contact_link, #signet, #info_link {
    position: absolute;
    margin: 0;
    padding: 0;
}

#contact_link {
    top: 19px;
    left: 695px;
    text-indent: -9000px;
	width: 37px;
	height: 10px;
	background-image: url('/static/images/contact_link.png');
	background-repeat: no-repeat;
}

#signet {
    top: 17px;
    text-indent: -9000px;
	width: 85px;
	height: 12px;
	left: 744px;
	background-image: url('/static/images/signet.png');
	background-repeat: no-repeat; 
}

#info_link {
    top: 16px;
    left: 836px;
    text-indent: -9000px;
	width: 21px;
	height: 13px;
	background-image: url('/static/images/info_link.png');
	background-repeat: no-repeat;
}

#navigation {
  position: absolute;
  left: 10px;
  top: 14px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  list-style: none;
  text-align: left;
}

#navigation li {
  color: #9BB5A8;
  text-indent: -9000px;
  margin: 0;
  padding:0;
}

#navigation li a {
  color: white;
}

#navigation .navi_new_on,
#navigation .navi_new_off a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 21px;
	height: 13px;
    background-repeat: no-repeat;
}

#navigation .navi_new_on  {
	background-image:url('/static/images/navi_new_on.png');
}

#navigation .navi_new_off a {
	background-image:url('/static/images/navi_new_off.png');
}


#navigation .navi_work_on,
#navigation .navi_work_off  a {
	position: absolute;
	width: 27px;
	height: 13px;
	left: 50px;
	top: 0px;
    background-repeat: no-repeat;
}

#navigation .navi_work_on {
	background-image:url('/static/images/navi_work_on.png');
}

#navigation .navi_work_off a {

	background-image:url('/static/images/navi_work_off.png');
}