/*	----------------------------------------------------------------
	-------------------- Styles for HOMEPAGE -----------------------
	---------------------------------------------------------------- */

#home #home_wrapper {
	width: 976px;
	height: 695px;
	background-image: url(../img/div_splash_main_bg_normal.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 0;
}

#home #sjp_logo {
	position: absolute;
	top: 100px;
	left: 80px;
}

#home #sjp_introduction {
	position: absolute;
	left: 440px;
	top: 480px;
	width: 470px;
}

#home #sjp_introduction h2,
#home #sjp_introduction h3,
#home #sjp_introduction p {
	display: none;
	font-size: 1.5em;
	color: #c7c8ca;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.3em;
	font-family: 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 0.05em;
}

#home #menu_wrapper {
	position: absolute;
	top: 670px;
	width: 100%;
}

/*	----------------------------------------------------------------
	----------------- Styles for STUDIO PAGE -----------------------
	---------------------------------------------------------------- */


#studio #studio_wrapper {
	width: 976px;
	height: 695px;
	background-image: url(../img/div_splash_studio_bg_normal.jpg);
	background-repeat: no-repeat;
	background-position: 100% 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 0;
}

#studio #sjp_logo {
	position: absolute;
	top: 30px;
	left: -10px;
}

#studio #sjp_studio_content {
	position: absolute;
	left: 20px;
	top: 180px;
	width: 280px;
}

#studio #sjp_studio_content p {
	font-size: 1.3em;
	color: #c7c8ca;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.18em;
	font-family: 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 0.1em;
}

#studio #sjp_studio_content a {
	text-decoration: underline;
}

#studio #menu_wrapper {
	position: absolute;
	top: 620px;
	width: 100%;
}


/*	----------------------------------------------------------------
	--------------- Styles for IMAGE LIBRARY PAGE ------------------
	---------------------------------------------------------------- */


#imagelibrary #imagelibrary_wrapper {
	width: 976px;
	height: 695px;
	background-image: url(../img/div_splash_imagelibrary_bg_normal.jpg);
	background-repeat: no-repeat;
	background-position: 100% 110px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 0;
}

#imagelibrary #sjp_logo {
	position: absolute;
	top: 30px;
	left: -10px;
}

#imagelibrary #sjp_imagelibrary_content {
	position: absolute;
	left: 20px;
	top: 130px;
	width: 280px;
}

#imagelibrary #sjp_imagelibrary_content p {
	font-size: 1.3em;
	color: #c7c8ca;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.18em;
	font-family: 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 0.1em;
}

#imagelibrary #sjp_imagelibrary_content a {
	text-decoration: underline;
}

#imagelibrary #menu_wrapper {
	position: absolute;
	top: 620px;
	width: 100%;
}

/*	----------------------------------------------------------------
	----------------- Styles for CONTACT PAGE -----------------------
	---------------------------------------------------------------- */


#contact #contact_wrapper {
	width: 976px;
	height: 695px;
	background-image: url(../img/div_splash_contact_bg_normal.jpg);
	background-repeat: no-repeat;
	background-position: 95% 120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 0;
}

#contact #sjp_logo {
	position: absolute;
	top: 30px;
	left: 0px;
}

#contact #sjp_contact_content {
	position: absolute;
	left: 20px;
	top: 140px;
	width: 600px;
}

#contact #sjp_contact_content h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #c7c8ca;
	font-family: 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 1.6em;
}

#contact #sjp_contact_content p {
	font-size: 1.3em;
	color: #c7c8ca;
	font-weight: normal;
	margin-bottom: 1.15em;
	line-height: 1.2em;
	font-family: 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 0.1em;
}

#contact #sjp_contact_content a {
	text-decoration: underline;
}

#contact #menu_wrapper {
	position: absolute;
	top: 620px;
	width: 100%;
}

#contact #contact_table_left {
	width: 300px;
}



/*	----------------------------------------------------------------
	------------ Styles for PORTFOLIO/GALLERY PAGES ----------------
	---------------------------------------------------------------- */

#portfolio #menu_container {
	margin-top: 20px;
	margin-left: 10px;
}


/*	----------------------------------------------------------------
	---------------------- SHARED Styles ---------------------------
	---------------------------------------------------------------- */



#home #menu_container,
#studio #menu_container {
	width: 100%;
	text-align: center;
}

#menu_container ul li {
	display: inline;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	font-family: 'Arial Narrow', Arial, sans-serif;
}

#menu_container ul li.separator {
	color: #999;
	margin-left: 7px;
	margin-right: 7px;
}
