/*	----------------------------------------------------------------
	-------------------- Styles for HOMEPAGE -----------------------
	---------------------------------------------------------------- */

#home #home_wrapper {
	width: 1144px;
	height: 814px;
	background-image: url(../img/div_splash_main_bg_wide.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 0;
}

#home #sjp_logo {
	position: absolute;
	top: 130px;
	left: 130px;
}

#home #sjp_introduction {
	position: absolute;
	left: 500px;
	top: 620px;
	width: 520px;
}

#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.1em;
}

#home #menu_wrapper {
	position: absolute;
	top: 800px;
	width: 100%;
}

/*	----------------------------------------------------------------
	----------------- Styles for STUDIO PAGE -----------------------
	---------------------------------------------------------------- */


#studio #studio_wrapper {
	width: 1130px;
	height: 814px;
	background-image: url(../img/div_splash_studio_bg_wide.jpg);
	background-repeat: no-repeat;
	background-position: 100% 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 0;
}

#studio #sjp_logo {
	position: absolute;
	top: 50px;
	left: -15px;
}

#studio #sjp_studio_content {
	position: absolute;
	left: 10px;
	top: 270px;
	width: 270px;
}

#studio #sjp_studio_content p {
	font-size: 1.3em;
	color: #c7c8ca;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.3em;
	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: 740px;
	width: 100%;
}


/*	----------------------------------------------------------------
	---------------- Styles for IMAGE LIBRARY PAGE -----------------
	---------------------------------------------------------------- */


#imagelibrary #imagelibrary_wrapper {
	width: 1130px;
	height: 814px;
	background-image: url(../img/div_splash_imagelibrary_bg_wide.jpg);
	background-repeat: no-repeat;
	background-position: 100% 130px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 0;
}

#imagelibrary #sjp_logo {
	position: absolute;
	top: 50px;
	left: -15px;
}

#imagelibrary #sjp_imagelibrary_content {
	position: absolute;
	left: 10px;
	top: 175px;
	width: 270px;
}

#imagelibrary #sjp_imagelibrary_content p {
	font-size: 1.3em;
	color: #c7c8ca;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.3em;
	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: 740px;
	width: 100%;
}

/*	----------------------------------------------------------------
	----------------- Styles for CONTACT PAGE -----------------------
	---------------------------------------------------------------- */


#contact #contact_wrapper {
	width: 1130px;
	height: 814px;
	background-image: url(../img/div_splash_contact_bg_wide.jpg);
	background-repeat: no-repeat;
	background-position: 85% 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 0;
}

#contact #sjp_logo {
	position: absolute;
	top: 50px;
	left: 0px;
}

#contact #sjp_contact_content {
	position: absolute;
	left: 25px;
	top: 220px;
	width: 600px;
}

#contact #sjp_contact_content h3 {
	font-size: 2em;
	font-weight: normal;
	color: #c7c8ca;
	font-family: 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 1.8em;

}

#contact #sjp_contact_content p {
	font-size: 1.4em;
	color: #c7c8ca;
	font-weight: normal;
	margin-bottom: 1.10em;
	line-height: 1.3em;
	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: 770px;
	width: 100%;
}

#contact #contact_table_left {
	width: 350px;
}


/*	----------------------------------------------------------------
	------------ Styles for PORTFOLIO/GALLERY PAGES ----------------
	---------------------------------------------------------------- */

#portfolio #menu_container {
	margin-top: 30px;
	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.15em;
	font-family: 'Arial Narrow', Arial, sans-serif;
}

#menu_container ul li.separator {
	color: #999;
	margin-left: 10px;
	margin-right: 10px;
}




