/*                 ___                                                    
                  / __)           _                                       
 ____   ____ ____| |__ ____  ____| |_  ___   ____ _   _   ____ ___  ____  
|  _ \ / _  ) _  |  __) _  |/ ___)  _)/ _ \ / ___) | | | / ___) _ \|    \ 
| | | ( (/ ( ( | | | ( ( | ( (___| |_| |_| | |   | |_| |( (__| |_| | | | |
| ||_/ \____)_||_|_|  \_||_|\____)\___)___/|_|    \__  (_)____)___/|_|_|_|
|_|                                              (____/           
				Site Designed and Implimented by Steve Pell Copyright 2009
				
*/



/* Pre-Wipe */

* {
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
}
ul {
	list-style:none;
	font-style:normal;
}
img {
	outline:0;
}
.clear {
	clear: both;
}
/* Common */

body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:11px;
	font-style:normal;
	background:url(../i/bg/body.png) repeat-x #ebfdff;
}
#container {
	position:relative;
	width:995px;
	margin:0 auto;
}
#wrapper {
	position:relative;
	top:150px;
	padding:150px 0 0 0;
	width:995px;
	background:url(../i/bg/wrapper.png) center;
	margin:0 auto;
}


/* Home */

#splashPage {
	position:relative;
	width:995px;
	height:676px;
	background:url(../i/home/pellstudio.png) no-repeat;
}
#splashNav #navigation {
	list-style: none;
	position:absolute;
	top:379px;
	left:480px;
	width:206px;
	height:69px;
	z-index:4;
}
#splashNav #navigation li {
	float: left;
	cursor:pointer;
}
#splashNav #navigation a * {
	display: none;
}
#splashNav #navigation a, #splashNav #navigation a .hover {
	height: 69px;
	position: relative;
	display: block;
	background:url(../i/home/pellstudioNav.png);
	pointer:cursor;
}
/* individual navigation items */
#splashNav #navigation a.sandycanvasNavSplash {
	width:108px;
}
#splashNav #navigation .highlight a.sandycanvasNavSplash:hover, #splashNav #navigation a.sandycanvasNavSplash .hover {
	width:108px;
	background-position:0 70px;
}
#splashNav #navigation a.pellphotoNavSplash {
	width:98px;
	background-position:-108px 0;
}
#splashNav #navigation .highlight a.pellphotoNavSplash:hover, #splashNav #navigation a.pellphotoNavSplash .hover {
	width:98px;
	background-position:-108px 70px;
}
