/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #444444;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 780px;
  height: 500px;
  margin-left: -390px;  /***  width / 2   ***/
  position: absolute;
  top: -250px;          /***  height / 2   ***/
  left: 50%;
}

#header {
	height: 77px;
	text-align: center;
}

#mainContent {
	height: 388px;
}

#menuContainer {
	height: 35px;
}

#footer {
	text-align: center;
	padding: 0;
	padding-top: 11px;
	height: 30px;
}

/* menu section */
ul.menu {
	width: 631px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	background: url(../images/rightendup.gif) right no-repeat;
}

body.advertising ul.menu, body.retouching ul.menu, body.photography ul.menu {
	width: 630px;
}

body.bf ul.menu {
	width: 740px;
	background: none;
}

ul.menu li {
	float: left;
}

ul.menu li a {
	display: block;
	height: 35px;
}

ul.menu li a span {
	display: none;
}

ul.menu li.home a {
	width: 121px;
	background: url(../images/homeup.gif) no-repeat;
}

ul.menu li.home a:hover {
	background-image: url(../images/homedown.gif)
}

/* hide relevant button if we are on that page */
body.home ul.menu li.home,
body.design ul.menu li.design,
body.photography ul.menu li.photography,
body.advertising ul.menu li.advertising,
body.exhibition ul.menu li.exhibition,
body.retouching ul.menu li.retouching,
body.bf ul.menu li.end,
ul.menu li.backward,
ul.menu li.forward {
	display: none;
}
/* end hide */

ul.menu li.design a {
	width: 120px;
	background: url(../images/designup.gif) no-repeat;
}

ul.menu li.design a:hover,
body.design ul.menu li.design a {
	background-image: url(../images/designdown.gif)
}

ul.menu li.photography a {
	width: 121px;
	background: url(../images/photoup.gif) no-repeat;
}

ul.menu li.photography a:hover,
body.photography ul.menu li.photography a {
	background-image: url(../images/photodown.gif)
}

ul.menu li.advertising a {
	width: 121px;
	background: url(../images/advertup.gif) no-repeat;
}

ul.menu li.advertising a:hover,
body.advertising ul.menu li.advertising a {
	background-image: url(../images/advertdown.gif)
}

ul.menu li.exhibition a {
	width: 120px;
	background: url(../images/exhibup.gif) no-repeat;
}

ul.menu li.exhibition a:hover,
body.exhibition ul.menu li.exhibition a {
	background-image: url(../images/exhibdown.gif)
}

ul.menu li.retouching a {
	width: 121px;
	background: url(../images/retochup.gif) no-repeat;
}

ul.menu li.retouching a:hover,
body.retouching ul.menu li.retouching a {
	background-image: url(../images/retouchdown.gif)
}

ul.menu li.backward,
ul.menu li.forward {
	display: none;
}

body.bf ul.menu li.backward,
body.bf ul.menu li.forward {
	display: block;
}

body.bf ul.menu li.backward a {
	width: 66px;
	background: url(../images/backwardup.gif) no-repeat;
}

body.bf ul.menu li.backward a:hover {
	background-image: url(../images/backwardown.gif)
}

body.bf ul.menu li.forward a {
	width: 67px;
	background: url(../images/forwardup.gif) no-repeat;
}

body.bf ul.menu li.forward a:hover {
	background-image: url(../images/forwardown.gif)
}

ul.menu li.pause a {
	width: 43px;
	background: url(../images/pauseup.gif) no-repeat;
}

ul.menu li.pause a:hover {
	width: 43px;
	background: url(../images/pausedown.gif) no-repeat;
}

ul.menu li.play a {
	width: 43px;
	background: url(../images/playup.gif) no-repeat;
}

ul.menu li.play a:hover {
	width: 43px;
	background: url(../images/playdown.gif) no-repeat;
}

/* alternate design button for home page */
body.home ul.menu li.design a {
	width: 121px;
	background: url(../images/designhomepageup.gif) no-repeat;
}

body.home ul.menu li.design a:hover {
	background-image: url(../images/designhomepagedown.gif)
}
/* end alternate */

.fullHeightBg {
	height: 388px;
	position: relative;
}

.fullHeightBaseOverlay {
	width: 751px;
	position: absolute;
	left: 15px;
	bottom: 10px;
}

.photoLibImageNumbers {
	width: 751px;
	position: absolute;
	left: 15px;
	font-size: .8em;
}

#pLibNums {
	padding-top: 3px;
}

div.pLibLinkHldr {
	float: left;
	text-align: center;
	width: 15px;
	height: 15px;
}

div.pLibLinkHldrCurrent {
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #666666;
	border: 1px solid white;
}

a.pLibLink {
	position: absolute;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 15px;
	height: 15px;
}

a.pLibLink:hover {
	background: #CCCCCC;
}

.pLibImg {
	position: absolute;
	display: none;
}

/* overlay box styles */
/* set the image to use and establish the lower-right position */ 
.overlaybox {
    background: transparent url(../images/overlay-box-top.png) no-repeat;
	padding-top: 11px;
} 

.overlaybox-body {
	background: transparent url(../images/overlay-box-bg.png) repeat-y;
	margin: 0;
	padding: 0 10px;
}

.overlaybox-body p {
	color: #FFFFFF;
	margin: 0;
	padding-bottom: 10px
}

.overlaybox-footer {
	background: transparent url(../images/overlay-box-btm.png) no-repeat;
	height: 11px;
}

/* end overlay box styles */

.clear {
	float: none;
	clear: both;
}

/* end menu section */
