/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #e1e1e1 url(../images/bg.jpg) repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #181818;
}

/** Background Images **/

#back1, #back2, #back3, #back4, #back5, #back6, #back7 {
	width: 100%;
	margin: 0 auto;
}

#back1 {background: url(../images/images/bg_images.jpg) no-repeat top center;}
#back2 {background: url(../images/pamp/bg_pamphlets.jpg) no-repeat top center;}
#back3 {background: url(../images/movies/bg_movies.jpg) no-repeat top center;}
#back4 {background: url(../images/objects/bg_objects.jpg) no-repeat top center;}
#back5 {background: url(../images/worlds/bg_worlds.jpg) no-repeat top center;}
#back6 {background: url(../images/install/bg_installations.jpg) no-repeat top center;}
#back7 {background: url(../images/company_bg.jpg) no-repeat top center;}


/** Main Structural Divs **/

#wrapper, #topnav, #nav, #container, #footer {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#topnav {
	height: 70px;
}



#nav {
	height: 20px;
	margin: 52px 0 48px 0;
}


#footer {
	height: 150px;
}

/** 2nd Tier Structure **/
	
#company {
	width: 80px;
	height: 70px;
	padding: 10px 0 0 15px;
	float: left;
	display: inline;
	background: url(../images/dots_vert.gif) no-repeat 0 0;
}

#adsense {
	width: 468px;
	height: 60px;
	margin: 10px 0 0 0;
	float: right;
	display: inline;
	text-align: right;
}


#leftmain {
	width: 600px;
	float: left;
	display: inline;
}

#rightmain {
	width: 180px;
	margin: 205px 0 0 20px;
	text-align: right;
	float: left;
}

#lefttext {
	width: 400px;
	float: left;
	margin: 0 150px 0 0;
	display: inline;
}

#leftarchive {
	width: 500px;
	float: left;
	margin: 0 50px 0 0;
	display: inline;
}

#righttop {
	width: 250px;
	float: right;
	display: inline;
	text-align: right;
}

#archive {
	width: 68px;
	float: left;
	display: inline;
}

#copyright {
	width: 90px;
	float: right;
	display: inline;
	text-align: right;
}

.clearbottom {height: 50px; clear:both;}
.clear {clear:both; height: 1px;}

.gallery {
	width: 180px;
	height: 135px;
	border: 5px solid #464646;
	margin: 0 10px 10px 0;
	float: left; 
	display: inline;
}

.gallery2 {
	width: 150px;
	height: 190px;
	border: 5px solid #464646;
	margin: 0 10px 10px 0;
	float: left; 
	display: inline;
}

.gallerylg {
	width: 560px;
	height: 425px;
	border: 5px solid #464646;
}

.archivelist {
	width: 500px;
	margin: 0 0 15px 0;
	vertical-align: middle;
	height: 113px;
}

.archivetitle {
	margin: 40px 0 0 0;
	float: left;
	display: inline;
}

.archivephoto {
	width: 194px;
	margin: 0 18px 0 0;
	float: left;
	display: inline;
}


/**  Nav Styles  - rollovers use single image and negative positioning **/

#images, #pamp, #objects, #movies, #worlds, #install {
  display: inline;
  height: 20px;
  float:left;
  padding: 0;

}

#images:hover, #pamp:hover, #objects:hover, #movies:hover, #worlds:hover, #install:hover { 
  background-position: 0 -20px;
}

#images span, #pamp span, #objects span, #movies span, #worlds span, #install span {
  display: none;
}

#images {
	 width: 80px;
	 background: url(../images/nav/images.jpg) no-repeat 0 0;
	 margin: 0 49px 0 0;
}

#pamp {
	 width: 109px;
	 background: url(../images/nav/pamp.jpg) no-repeat 0 0;
	 margin: 0 49px 0 0;
}

#movies {
	 width: 83px;
	 background: url(../images/nav/movies.jpg) no-repeat 0 0;
	 margin: 0 48px 0 0;
}

#objects {
	 width: 80px;
	 background: url(../images/nav/objects.jpg) no-repeat 0 0;
	 margin: 0 49px 0 0;
}


#worlds {
	 width: 83px;
	 background: url(../images/nav/worlds.jpg) no-repeat 0 0;
	 margin: 0 50px 0 0;
}

#install {
	 width: 120px;
	 background: url(../images/nav/install.jpg) no-repeat 0 0;
	 margin: 0;
}


/** Link Styles **/

a {
	color: #232222;
	text-decoration: none;
}

a:hover {
	color: #ea3fb8;
	text-decoration: none;
}

a.navtop {
	font-size: 0.75em;
	color: #e804a5;
	letter-spacing: 0.1em;
}

a.navtop:hover {
	color: #000;
}

a.numbers {
	font-size: 0.75em;
	display: inline;
	margin: 0 0 0 10px;
	padding: 3px;
	color: #000;
}

a.numbers:hover {
	background: #000;
	color: #FFF;
}

a.archive {
	color: #000;
	font-size: 1.1em;
}

a.archive:hover{
	color: #e804a5;
	font-size: 1.1em;
}

a.copylink {
	font-size: 1em;
}

a.selected {
	color: #ea3fb8;
}


/** Main Text Styles **/

h1 {
	font-size: 1.85em;
	color: #9c968a;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 0.75em;
	color: #232222;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	font-size: 0.75em;
	color: #181818;
	margin: 0 0 15px 0;
}

p.resume {line-height: 1.1em;}

strong.pink {color:#ea3fb8;}

#footer p {
	font-size: 0.7em;
	margin: 0; padding: 0;
	line-height: 1.3em;
}
	
	
table {
	font-size: 0.9em;
	line-height: 1.2em;
	
}


/** Image Styles **/

img {
	border: 0;
	margin: 0;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.archiveimage {
	border: 7px solid;
}

