body {
	margin:0;
	padding:0;
}
* {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: small
}
.top {
	height: 58px;
	background-color:#3a3936;
	padding:0 110px 0 40px;
	z-index: 20;
	position: relative;
}
.top h1 {
	display: inline;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
.logo {
	float: left;
}
.menu {
	float: right;
}
.menu .item {
	margin-left: 7px;
	height: 58px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.menu .clients {
	width: 68px;
	background: url('../images/layout/menu.gif') left top no-repeat;
}
.menu .photographers {
	width: 131px;
	background: url('../images/layout/menu.gif') -68px top no-repeat;
}
.menu .about {
	width: 65px;
	background: url('../images/layout/menu.gif') -199px top no-repeat;
}
.menu .contact {
	width: 77px;
	background: url('../images/layout/menu.gif') -264px top no-repeat;
}

.menu .clients.hover { background-position: left bottom; }
.menu .photographers.hover { background-position: -68px bottom; }
.menu .about.hover { background-position: -199px bottom; }
.menu .contact.hover { background-position: -264px bottom; }

.imageTable {
	width: 100%;
	background: #FFFFFF;
}
.imageTable td {
	width: 25%;
	height: 118px;
}
.imageTable td .cell, .imageTable td .cell2 {
	background: #FFFFFF;
	height: 118px;
	border-top: 3px #FFFFFF solid;
	border-right: 3px #FFFFFF solid;
	text-align: center;
}
.imageTable td .cell2 {
	background: #d13392;
}

.imageTable td .last { border-right: 0; }

.arrow_left {
	width: 56px;
	height: 60px;
	background: url('../images/layout/arrows.gif') left bottom no-repeat;
}
.arrow_right {
	width: 56px;
	height: 60px;
	background: url('../images/layout/arrows.gif') right bottom no-repeat;
}
.arrow_left.end { background-position: left top; }
.arrow_right.end { background-position: right top; }



.fashionbeauty, .commercialproduct, .portraitscreative, .tearsheets {
	display: block;
	float: left;
	clear: none;
	text-indent: -2000px;
	width: 125px;
	height: 48px;
	background: url('../images/layout/categories.gif') left top no-repeat;
}
.commercialproduct {
	width: 170px;
	background-position: -125px top;
}
.portraitscreative {
	margin-left: 20px;
	width: 140px;
	background-position: -382px top;
}
.tearsheets {
	float: right;
	width: 87px;
	background-position: -295px top;
}

.fashionbeauty:hover, .fashionbeauty.selected { background-position: left bottom; }
.commercialproduct:hover, .commercialproduct.selected { background-position: -125px bottom; }
.portraitscreative:hover, .portraitscreative.selected { background-position: -382px bottom; }
.tearsheets:hover, .tearsheets.selected { background-position: -295 bottom; }



#content_pane * {
	color:#FFFFFF;
}






body {
	height: 100%;
}
.wrapper {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.notBottom {
	padding-bottom: 20px;
}
.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
	line-height: 20px;
	font-family: arial, verdana, sans-serif;
	font-size: 8px;
	z-index: 59;
	margin: 0;
	padding: 0;
	display: block;
}