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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

body {
	background: #4c4c4c url("../images/body-bkground.gif") repeat-x;
}

body, a, a:hover, a:visited, a:active {
	color: #fff;
	font: 14px Trebuchet MS, sans-serif;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	background:#0051DC;
	border: 1px solid white;
	margin: 0 auto;
	position:relative;
}
#header{
	margin: 0px auto;
}

#header,
#container{
	width: 930px;
}

#header h1 {
	display:inline;
	font: normal 2.75em Trebuchet MS, sans-serif;
	vertical-align:baseline;
}

#header a img {
	height:38px;
	width:45px;
	margin: 0 .5em;
	vertical-align:middle;
	margin-bottom:.7em;
	background: transparent url("../images/logo-spotlight.gif") no-repeat top left;
}
#header a.hover img {
	background-position: 0 -38px;
}
#header h2 {
	display:inline;
	font-weight:normal;
	font-size:1.3em;
}

#nav-tabs {
	text-align:right;
}
#nav-tabs li {
	display:inline;
	padding: 4px 0;
}
#nav-tabs li.hover {
	background:#6B9AEB;
}
#nav-tabs li a {
	font-size:1.3em;
	padding: 0 2em;
}

#container.show-gallery #show-gallery,
#container.show-resume #show-resume,
#container.show-about #show-about,
#container.show-contact #show-contact {
	background:#6B9AEB;
}

#blue-curve {
	height: 760px;
	background:transparent url("../images/bkground-blue-bottom.gif") repeat-x scroll left 529px;
}
#blue-body {
	background:transparent url("../images/bkground-blue-top.gif") repeat-x top left;
	padding-top:35px
}

#container #lightbox-body,
#container #gallery-pane,
#container #show-body,
#container #resume-body,
#container #contact-body,
#container #about-body {
	display:none;
}

#container.show-lightbox #lightbox-body {
	display:block;
}
#container.show-lightbox #nav-tabs,
#container.show-lightbox #blue-curve {
	display:none;
}

#container.show-gallery #gallery-pane,
#container.show-gallery #show-body {
	display:block;
}

#container.show-resume #resume-body {
	display:block;
}

#container.show-contact #contact-body {
	display:block;
}

#container.show-about #about-body {
	display:block;
}

#gallery-pane {
	background:transparent url("../images/tile-scroller-bkground.gif") repeat-x bottom;
	height:114px;
	width:720px;
	margin:0 auto;
	margin-bottom:30px;
	border:1px solid #fff;
}
#gallery-previous {
	margin-left: 16px;
}
#gallery-previous,
#gallery-next {
	float:left;
}
#lightbox-previous.disabled,
#lightbox-next.disabled,
#gallery-previous.disabled,
#gallery-next.disabled {
	cursor:default;
}
#lightbox-previous img,
#lightbox-next img,
#gallery-previous img,
#gallery-next img {
	background:transparent url("../images/scroller-arrows.gif") no-repeat;
	width:30px;
	height:26px;
}
#gallery-previous img,
#gallery-next img {
	margin: 42px auto;
}
#lightbox-previous.disabled img,
#gallery-previous.disabled img {
	background-position: top left;
}
#lightbox-next.disabled img,
#gallery-next.disabled img {
	background-position: top right;
}
#lightbox-previous img,
#gallery-previous img {
	background-position: left -26px;
}
#lightbox-next img,
#gallery-next img {
	background-position: right -26px;
}
#lightbox-previous.hover img,
#gallery-previous.hover img {
	background-position: bottom left;
}
#lightbox-next.hover img,
#gallery-next.hover img {
	background-position: bottom right;
}
#gallery-pane ul {
	list-style:none;
	margin:0;
	padding:0;
}
#gallery li {
	width:113px;
	height:92px;
	display:block;
	float:left;
	border:1px solid #6f9ae0;
	padding:1px;
	margin: 9px 4px;
}
#gallery li.current {
	border-color: #fff;
}
#gallery li img {
	width:113px;
	height:92px;
}
#gallery li.hide {
	display:none;
}

#lightbox-body {
	padding: 1em;
	padding-top:0;
}

#lightbox-body .controls {
	border:1px solid #fff;
	border-top:1px solid #769CE2;
	background:#769CE2 url("../images/bkground-blue-top.gif") repeat-x center top;
	position:relative;
	top:-1px;
	margin: 0 26.35em;
	vertical-align:middle;
	height:34px
}
#lightbox-body .controls a {
	float:left;
	margin:.25em;
}
#lightbox-body .controls #lightbox-next {
	float:right;
}
#lightbox-body .controls h4 {
	text-align:center;
	float:left;
	margin-top:.25em;
	font-size:1.4em;
	font-weight:normal;
}
#lightbox-body h4 span {
	float:left;
	padding:0 .25em;
}
#lightbox-body h4 span#lightbox-current {
	text-align:right;
	width:1.5em;
	padding:0;
}
#lightbox-body h4 span#lightbox-total {
	text-align:left;
	width:1.5em;
	padding:0;
}
#lightbox-body .close-message {
	float:right;
	padding-top:1em;
}
#lightbox-body .close-message a {
	background:#1B6DEA;
	border:1px solid #61A1F4;
	color:#c1dafe;
	padding:0 .3em;
}
#lightbox-body .close-message a:hover {
	text-decoration:none;
	border:1px solid #c1dafe;
	color:#fff;
}
#lightbox-body #lightbox-image {
	width:903px;
	height:737px;
	margin-top:10px;
	background:#333 url("../images/loading.gif") no-repeat center center;
}

#show-body .show-splash {
	display:none;
	border:none;
	width:930px;
	height:578px;
	background:transparent url("../images/suits.jpg") no-repeat top left;
}
#show-body .show-splash h3 {
	font-size: 2.3em;
	font-weight: 500;
	margin: 1.5em 0;
	text-align:center;
}
#show-body .show-description {
	display:block;
	border-top:1px solid white;
}
#show-body.splash .show-splash {
	display:block;
	border-top:1px solid white;
}
#show-body.splash .show-container {
	display:none;
	border:none;
}

.show-container .show-box {
	margin: 0 auto;
	width:536px;
	height:441px;
	margin-bottom:17px;
	background: transparent url("../images/bkground-portfolio-45-shadow.png") no-repeat top left;
}
.show-box .show-magnifier {
	position:absolute;
	text-align:center;
	width:536px;
	font-size:1.2em;
	font-weight: 500;
	bottom:6.75em;
	right:12.5em;
}
.show-box .show-magnifier img,
.show-box .show-magnifier span{
	vertical-align:middle;
}
#show-image-link img {
	height:425px;
	margin:0px auto 12px 13px;
	width:506px;
}
.show-description {
	height: 120px;
	border-top:1px solid white;
	background: transparent url("../images/bkground-green-bottom.gif") repeat-x;
}
.show-description h3 {
	margin:0;
	margin-top:20px;
	margin-left:24px;
	margin-right:24px;
	margin-bottom:5px;
	font-size:20px;
	font-weight:500;
}
.show-description p {
	margin:0;
	margin-left:24px;
	margin-right:24px;
	margin-bottom:10px;
	font-size:13px;
	line-height:16px;
}

.show-frame {
	background:#5282e1;
	border:1px solid white;
	margin:9em;
	padding: 4.5em 2em;
	margin-bottom:254px;
}
.show-frame h3 {
	text-align:center;
	vertical-align:middle;
}
.show-frame h3,
.show-frame h3 a {
	font-size:36pt;
	vertical-align:middle;
}
.show-resume .show-frame img {
	height:96px;
	width: auto;
	margin:0;
	vertical-align:middle;
}
.show-about .show-description h3,
.show-contact .show-description h3,
.show-resume .show-description h3 {
	padding-top:.75em;
}
.show-about .show-description h3,
.show-about .show-description a,
.show-contact .show-description h3,
.show-contact .show-description a,
.show-resume .show-description h3,
.show-resume .show-description a {
	font-size:20pt;
	text-align:center;
}
.show-contact .show-frame {
	margin-bottom:289px;
}
.show-contact .show-frame h3 a {
	font-size:36pt;
}
.show-about .show-about-frame {
	border: 1px solid #fff;
	margin:1em;
	margin-bottom: 2.1em;
}
.show-about .show-frame {
	margin:0;
	padding: 1.5em 2em;
	background:#fff;
	color:#000;
	border:1px solid #245bdb;
	height:513px;
}
.show-about .show-frame h3 {
	font-size: 24pt;
	color:#579537;
	text-align:left;
	padding-bottom: 5px;
}
.show-about .show-frame h3 em {
	color:#3069d8;
}
.show-about .show-frame p {
	font: 10pt Arial, sans-serif;
	color: #333;
	line-height: 17px;
	margin:.5em 0;
}
.show-about .show-frame img {
	height:225px;
	width:auto;
	float:right;
}