* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #C7C9CA;
	text-decoration: none;
}
h1 a {
	width: 678px;
	height: 100px;
	background: url(images/logo_noloop.gif) no-repeat 0px -15px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
#home h1 a, #contact h1 a, #links h1 a, #about h1 a {
	background: url(images/logo_home.gif) no-repeat 0px -10px;
}
h2 {
	display: block;
	text-indent: -9999em;
	margin-top: 20px;
}
#home h2, #artistportfolio h2 {
   width: 247px;
	height: 25px;
	background: url(images/unseen_artists.gif) no-repeat;
}
#about h2 {
   width: 101px;
	height: 29px;
	background: url(images/unseen_about.gif) no-repeat;
}
#links h2 {
   width: 88px;
	height: 29px;
	background: url(images/unseen_links.gif) no-repeat;
}
#contact h2 {
   width: 136px;
	height: 29px;
	background: url(images/unseen_contact.gif) no-repeat;
}
#movingimage h2 {
	width: 459px;
	height: 29px;
	background: url(images/unseen_moving_image.gif) no-repeat;
}
ul {
	list-style: none;
}
.clear {
   clear: both; 
}

a:hover  {
	text-decoration: none;
	color: #999;
}
p {
	margin: 1.2em 0em;
}
em {
	font-weight: bold;
}
body {
	background: #fff;
	font-family: Helvetica, arial, verdana, san-serif;
	font-size: 62.5%;
	color: #c7c9ca;
	text-align: center;
}
html>body {
	font-size: 10px;
}
#wrapper {
   width: 680px;
   margin: 0 auto;
	margin-top: 80px;
	text-align: left;
	position: relative;
}
ul#artists li {
	float: left;
}
ul#artists li a {
   margin-right: 10px;
	display: block;
	height: 23px;  
	text-indent: -9999em;
	margin-top: 4px;
	overflow: hidden;
}

li.andrewgroves a {
  background: url(images/andrew_groves.gif);
  width: 260px;  
}
li.almurphy a:hover {
	background: url(images/andrew_groves_over.gif);
}
li.almurphy a {
  background: url(images/al_murphy.gif);
  width: 177px;  
}
li.almurphy a:hover {
	background: url(images/al_murphy_over.gif);
}
li.benjavens a {
  background: url(images/ben_javens.gif);
  width: 184px;  
}
li.benjavens a:hover {
  background: url(images/ben_javens_over.gif);
}
li.mikkorantanen a {
  background: url(images/mikko_rantanen.gif);
  width: 266px;  
}
li.mikkorantanen a:hover {
  background: url(images/mikko_rantanen_over.gif);
}
li.alicestevenson a {
  background: url(images/alice_stevenson.gif);
  width: 278px; 
}
li.alicestevenson a:hover {
  background: url(images/alice_stevenson_over.gif);
}
li.colinhenderson a {
	background: url(images/colin_henderson.gif);
	width: 284px;
}
li.colinhenderson a:hover {
	background: url(images/colin_henderson_over.gif);
}
li.catjohnston a {
	background: url(images/cat_johnston.gif);
	width: 230px;
}
li.catjohnston a:hover {
	background: url(images/cat_johnston_over.gif);
}
li.cornelia a {
	background: url(images/cornelia_odonovan.gif);
	width: 332px;
}
li.cornelia a:hover {
	background: url(images/cornelia_odonovan_over.gif);
}
li.nickdeakin a {
	background: url(images/nick_deakin.gif);
	width: 197px;
}
li.nickdeakin a:hover {
	background: url(images/nick_deakin_over.gif);
}
li.matthewthehorse a {
	background: url(images/matthew_thehorse.gif);
	width: 324px;
}
li.matthewthehorse a:hover {
	background: url(images/matthew_thehorse_over.gif);
}
li.rayfenwick a {
	background: url(images/ray_fenwick.gif);
	width: 207px;
}
li.rayfenwick a:hover {
	background: url(images/ray_fenwick_over.gif);
}
li.erinpetson a {
	background: url(images/erin_petson.gif);
	width: 202px;
}
li.erinpetson a:hover {
	background: url(images/erin_petson_over.gif);
}
li.chrismartin a {
	background: url(images/chris_martin.gif);
	width: 216px;
}
li.chrismartin a:hover {
	background: url(images/chris_martin_over.gif);
}
li.paulbedser a {
	background: url(images/paul_bedser.gif);
	width: 209px;
}
li.paulbedser a:hover {
	background: url(images/paul_bedser_over.gif);
}
li.pipa a {
	background: url(images/pipa.gif);
	width: 79px;
}
li.pipa a:hover {
	background: url(images/pipa_over.gif);
}

#subnav {
   clear: left;
   margin-top: 220px;
}
/* ie hacks */
*+html #subnav {
	margin-top: 95px;
}
*html #subnav {
	margin-top: 95px;
}
/* ie hacks */
#subnav li a, span.backbtn a, form#signup {
   font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #C7C9CA;
	letter-spacing: -1px;
   /*text-indent: -9999em;
	margin-top: 3px;
	height: 7px;  
	display: block;
	overflow: hidden;*/
}
#subnav li a:hover {
	color: #999;
}
span.backbtn a:hover {
	color: #999;
}
#subnav li.news a {
   /*width: 25px;  
	background: url(images/news.gif);*/
}
#subnav li.contact a {
	/*width: 39px; 
	background: url(images/contact.gif);*/
}
#subnav li.agencypdf {
	float: right;
	margin-top: -18px;
}

form#signup {
	margin-left: -2px;
}
p.thankyou {
	margin-top: 50px;
	margin-bottom: 3px;
	font-size: 1.4em;
	color: #ababab;
}
img#previewbox {
	border: 5px solid #efefef; 
	width: 168px;
	height: 140px;	
	position: absolute;
	top: 350px;
	right: 10px;
}


/* Artist Pages Only */
img.artistname {
	margin: 4px 0;
}
ul#work li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
ul#work li.last {
	margin-right: 0px;
} 
ul#work li a:hover {
   border-bottom: 3px solid #C7C9CA;
} 
/*span.backbtn a {
   text-indent: -9999em;
	width: 23px; 
	height: 8px;  
	display: block;
	clear: left;
	overflow: hidden;
	background: url(images/back.gif);
}*/
.backbtn a {
	font-weight: bold;
}
.artistpdf a {
	font-weight: bold;
	font-size: 1.2em;
}
div#clientlist {
	clear: left;
	font-size: 1.2em; 
	font-weight: bold;
}
h3 {
	letter-spacing: -1px;
	font-size: 1.5em;
	padding-top: 1em; 
	display: block;
	text-transform: uppercase;
}
h3.moving {
	margin-top: 0.5em;
   float: left;
   font-size: 1.8em;
   width: 100%;
   letter-spacing: -1px;
   text-transform: uppercase;
}
p.movingimg a {
   font-weight: bold;
   font-size: 1.2em;
   float:left;
   margin-top: 1em;
}
/* Artist Pages Only */

/* Contact and links Page Only */
dl, #about p {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 1em 0;
}
dl dt {
	margin-top: 1em;
}
dl dt.links {
	margin-bottom: 0.5em;
}
dd a:hover {
	color: #999;
}
p.copyrighttext {
	font-size: 1.3em;
}
/* Contact and links Page Only */

.preload {
	display: none;
}


/* greybox */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}

.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}
#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* greybox */
