* { /* zero all margins */
	margin: 0;
	padding: 0;
}
body {
	color: #666666;
	text-transform: lowercase;
	background: #FFFFFF;
	font: 100%/1.2 "Gill Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 ,h5 ,h6 {
	font-weight: normal;
}
h1 { /* logo */
	font-size: 92%;
	float: left;
	padding-right: 20px;
	padding-top: 0px;
}
h2 { /* section headings */
	font-size: 180%;
	color: #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
h5 { /* image captions */
	margin-top: 4px;
	font-size: 80%;
}
h6 { /* copyright notice */
	margin-top: 6px;
	margin-left: 20px;
	font-size: 60%;
	text-transform: uppercase;
}


/* frame emulation - many thanks to georg at css discuss - the fix for ie6 is in a separate stylesheet */

/* use ems for height so topbar enlarges proportionally when fonts are resized. height for topbar should match top padding for content */

#topbar {
	width: 100%;
	height: 3.8em;
	background: #FFFFFF;
	position:fixed;
	z-index:10; /* Prevents certain problems with form controls */
}
#content { /* 3.8em = height of #topbar */
	padding-top: 3.8em;
}


/* main content holders - there's a separate stylesheet to give IE5 and IE6 solid borders */

table {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
td {
	padding: 20px 20px 10px;
	border-right: 1px dotted #CCCCCC;
	vertical-align: top;
	text-align: right;
}
.textbox { /* intro and outro text */
	height: 100%;
	width: 505px;
	background: #F8F8F8;
	border: 1px dotted #CCCCCC;
	text-align: left;
	padding: 20px;
	line-height: 25px;
}
.portrait { /* temporary image holder */
	height: 450px;
	width: 343px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.portraitbis { /* temporary image holder */
	height: 450px;
	width: 342px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.portrait2 { /* temporary image holder */
	height: 450px;
	width: 300px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.portrait3 { /* temporary image holder */
	height: 450px;
	width: 367px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.landscape { /* temporary image holder */
	height: 450px;
	width: 686px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.landscape2 { /* temporary image holder */
	height: 450px;
	width: 634px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.landscape3 { /* temporary image holder */
	height: 450px;
	width: 625px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.landscape4 { /* temporary image holder */
	height: 450px;
	width: 675px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}
.next { /* temporary image holder */
	height: 450px;
	width: 54px;
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
}

/* links */

a {
text-decoration: none;
color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
text-decoration: none;
}

#content img{

	background: #F8F8F8;
	border: 1px solid #CCCCCC;

}

#noborder{
	border: 0px solid #ffffff;
}

/* navigation menu */

#nav {
	list-style: none;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 92%;
}
#nav a { /* to get it displaying correctly in IE PC */
	display: block;
}
#nav li { /* all menu items */
	float: right;
	display: block;
	margin-right: 1.5em;
}
#nav ul { /* sub menu block */
	list-style: none;
	font-size: 80%;
	position: absolute;
	left: 20px;
	visibility: hidden;
}
#nav ul li { /* sub menu items */
	margin-top: 5px;
	font-style: italic;
}
#topbar #nav a:hover { /* to restore the hover effect on sub menu items (it gets cancelled in the code below) */
	text-decoration: underline;
}


/* navigation menu visibility and highlighting controls, many thanks to chris smith at css creator */

/* make visible one of the three sub menus hidden with the nav ul rule */

#editorialpage #commissioned ul,
#series1page #commissioned ul,
#series2page #commissioned ul,
#annual1page #commissioned ul,
#annual2page #commissioned ul,
#contractpage #commissioned ul,
#lockuppage #personalwork ul,
#pramshedpage #personalwork ul,
#japan1page #personalwork ul,
#japan2page #personalwork ul,
#aboutpage #info ul,
#clientspage #info ul,
#tearsheetspage #info ul,
#contactpage #info ul
{
	visibility: visible;
}

/* underline top level menu */

#editorialpage #commissioned a,
#series1page #commissioned a,
#series2page #commissioned a,
#annual1page #commissioned a,
#annual2page #commissioned a,
#contractpage #commissioned a,
#lockuppage #personalwork a,
#pramshedpage #personalwork a,
#japan1page #personalwork a,
#japan2page #personalwork a,
#aboutpage #info a,
#clientspage #info a,
#tearsheetspage #info a,
#contactpage #info a
{
	text-decoration: underline;
}

/* remove underlining on submenu items */

#editorialpage #commissioned ul a,
#series1page #commissioned ul a,
#series2page #commissioned ul a,
#annual1page #commissioned ul a,
#annual2page #commissioned ul a,
#contractpage #commissioned ul a,
#lockuppage #personalwork ul a,
#pramshedpage #personalwork ul a,
#japan1page #personalwork ul a,
#japan2page #personalwork ul a,
#aboutpage #info ul a,
#clientspage #info ul a,
#tearsheetspage #info ul a,
#contactpage #info ul a
{
	text-decoration: none;
}

/* underline submenu item */

#editorialpage #commissioned #editorial a,
#series1page #commissioned #series1 a,
#series2page #commissioned #series2 a,
#annual1page #commissioned #annual1 a,
#annual2page #commissioned #annual2 a,
#contractpage #commissioned #contract a,
#lockuppage #personalwork #lockup a,
#pramshedpage #personalwork #pramshed a,
#japan1page #personalwork #japan1 a,
#japan2page #personalwork #japan2 a,
#aboutpage #info #about a,
#clientspage #info #clients a,
#tearsheetspage #info #tearsheets a,
#contactpage #info #contact a
{
	text-decoration: underline;
}

