/*

	mark pettit photography 
		styles.css
 
*/

/*

	 {z}indexProductions
 
*/


/* -- [ Global Styles ] -- */
body {
	font-family: geneva, helvetica, sans-serif;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #840303;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style-type: none;
}


/*  [ Static Elements ]  */
#wrapper {
	width: auto;
	height: auto;
	background-color: white;
}
#left {
	width: 375px;
	height: 600px;
	float: left;
}
#right {
	width: 850px;
	float: left;
	position: relative;
	top: 15px;
}
#logobar {
	width: 351px;
	height: 39px;
	left: 20px;
	top: 380px;
	position: absolute;
}
#logobar a {
	cursor: pointer;
}
#logobar a:hover {
	text-decoration: none;
}
#categories {
	position: absolute;
	left: 40px;
	top: 420px;
}
#categories img {
	cursor: pointer;
}

#subcategories, #picsSubcategories {
	display: inline;
	position: absolute;
	left: 150px;
	top: 420px;
	cursor: pointer;
	z-index: 99;
}
#subcategories a,#picsSubcategories a {
	cursor: pointer;
}
#subcategories a:hover, #picsSubcategories a:hover {
	text-decoration: none;
}
#fullSize {
	position: relative;
	left: 40px;
	top: 10px;
	width: 850px;
	height: 605px;
	text-align: center;
}

#thumbs {
	display: inline;
	position: relative;
	left: 60px;
	top: 5px;
	width: 850px;
	height: 110px;
	cursor: pointer;
	padding-top: 10px;
	float: left;
}
#indexFooter {
	top: 650px;
}
#sceneFooter {
	top: 685px;
}
#forHireFooter {
	top: 685px;
}
#miscFooter {
	top: 790px;
}
.footer {
	position: absolute;
	left: 20px;
	font-size: 0.8em;
	z-index: 1;
}

/*  [ Index ]  */
#homePic {
	position: absolute;
	left: 400px;
	top: 10px;
	width: 850px;
}
