/*	----------------------------------------------------------------
	---------------------------- Reset -----------------------------
	---------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link,
a:active,
a:visited {
	color: #fff;
	text-decoration: none;
}


/*	----------------------------------------------------------------
	-------------------------- Essentials ---------------------------
	---------------------------------------------------------------- */

html {
	height: 99%;
	font-size: 62.5%;
	font-family: Arial, Verdana, serif;
}

body {
	color: #fff;
	background-color: #252525;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
	font-size: 1.1em;
	position: relative;
}

body#portfolio {
	overflow-x: hidden;
}

body#home #menu_wrapper {
	margin-top: -20px;
}

#sjp_introduction * {
	display: none;
}

#sjp_introduction ul,
#sjp_introduction p,
#sjp_introduction ol,
#sjp_introduction span {
	display: none;
}



/* -------------------------Logo Container-------------------------- */
#portfolio #header_container {
	width: 520px;
	height: 57px;
	margin-left: 33px;
	margin-right: auto;
	margin-top: 50px;
}

#sjp_logo {
	width: 520px;
	height: 57px;
	margin-left: 5px;
}

#sjp_logo h1 {
	text-indent:-9999px;
	height: 100%;
	width: 100%;
	outline: none;
	overflow: hidden;
}

#sjp_logo h1 a {
	background-image: url(../img/div_sjp_logo_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:block;
	width: 100%;
	height: 100%;
	text-decoration:none;
	outline: none;
	behavior: url(/assets/templates/sjp/css/iepngfix.htc);
}

#sjp_preface {
	position: absolute;
	text-indent:-9999px;
	outline: none;
	overflow: hidden;
}



/* -------------------------Portfolio Container w/ images-------------------------- */
#portfolio_wrapper {
	height: 437px;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

#portfolio_left_spacing,
#portfolio_right_spacing {
	position: absolute;
	width: 0px;
	background-color: #262626;
	top: 0;
	padding: 0;
	height: 402px;
}

#portfolio_left_spacing {
	left: 0;
}

#portfolio_right_spacing {
	right: 0;
}

#portfolio_container {
	position: relative;
	width: 98%;
	height: 1px;
}

#portfolio_scroll_content {
	height: 402px;
}

#portfolio_scroll_content td {
	height: 450px;
	vertical-align: top;
	white-space: nowrap;
}

#portfolio_scroll_content td div.image_wrapper {
	display: block;
	margin-left: 0px;
	margin-right: 10px;
}

#portfolio_scroll_content td.img_first div.image_wrapper {
	margin-left: 10px !important;
}

#portfolio_scroll_content td div.image_wrapper_inner {
	display: block;
	z-index: 800;
}

#portfolio_scroll_content td img.portfolio_img {
	height: 402px;
	position: relative;
	z-index: 10;
}

#portfolio_scroll_content td div.cr_ol {
	display: block;
	position: absolute;
	background-color: transparent;
	background-image: url(../img/blank.gif);
	background-repeat: repeat;
	border: 0;
	outline: 0;
	z-index: 900;
}

#portfolio_scroll_content td div.cr_ol:hover,
#portfolio_scroll_content td div.portfolio_img_over {
	background:url(../img/div_portfolio_img_over.png) no-repeat 50% 50%;

}


/* -------------------------Portfolio Scroller-------------------------- */

#portfolio_scrollbar {
	width: 100%;
	height: 25px;
}

#portfolio_scroll_handle {
	cursor: default;
}

.horizontal .knobTop{
	height: 25px;
	width: 11px;
	background: url(../img/scroll/sjp_scroll_handle_left.gif) no-repeat top left;
	float: left;
	font-size: 0;
}

.horizontal .knobMiddle{
	height: 25px;
	font-size: 0;
	width: 150px;
	background: url(../img/scroll/sjp_scroll_handle_middle.gif) repeat-x top left;
	float: left;
}

.horizontal .knobBottom{
	height: 25px;
	font-size: 0;
	width: 21px;
	background: url(../img/scroll/sjp_scroll_handle_right.gif) no-repeat top left;
	float: left;
}

.horizontal .knobBottomOver{
	height: 25px;
	font-size: 0;
	width: 21px;
	background: url(../img/scroll/sjp_scroll_handle_right_over.gif) no-repeat top left;
	float: left;
}

.horizontal .track{
	float: left;
	background-image: url(../img/scroll/sjp_scroll_track_middle.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 25px;
}

.horizontal .scrollbarUp,
.horizontal .scrollbarDown{
	display: block;
	width: 44px;
	height: 25px;
	background: url(../img/scroll/sjp_scroll_arrow_left.gif) no-repeat top right;
	cursor: pointer;
	float: left;
}

.horizontal .scrollbarDown{
	background: url(../img/scroll/sjp_scroll_arrow_right.gif) no-repeat top left;
	float: right;
}



/* -------------------------Main Menu-------------------------- */

#menu_wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
}

#portfolio #menu_wrapper {
	margin-left: 10px;
	background-position: 0% 0%;
}

#menu_wrapper #menu_container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 16px;
}

#portfolio #menu_container {
	margin-left: 0px;
}


#menu_container ul {
	list-style-type: none;
}

#menu_container li {
	display: inline;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	font-family: 'Arial Narrow', Arial, sans-serif;
}

#menu_container ul li a:link,
#menu_container ul li a:visited{ 
	color: #c7c8ca;
	line-height: 1.1em;
}

#menu_container ul li.active a {
	color: #fff;
}
#menu_container ul li.current a {
	color: #fff;
	font-weight: bold;
}
#menu_container ul li.first {
	margin-left: 0;
}

#menu_container ul li a:hover {
	text-decoration: none;
	color: #fff;
}

/* -------------------------Squeeze Box-------------------------- */


#sbox-window embed,
#sbox-window object,
#sbox-window select {
	visibility: visible;
}

#sbox-overlay {
	position: absolute;
	background-color: #000;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(../img/closebox.png) no-repeat center;
	border: none;
	behavior: url(/assets/templates/sjp/css/iepngfix.htc);
}

.sbox-window-ie6 #sbox-btn-close{
	background-image: url(../img/closebox.gif);
}

.sbox-loading #sbox-content{
	background-image: url(../img/spinner.gif);
	background-repeat: no-repeat;
	background-position:	center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

.body-overlayed embed,
.body-overlayed object,
.body-overlayed select {
	visibility: hidden;
}

#designedby {
	display: none;
}

