@charset "UTF-8";
body {
	font-family: "Comic Sans MS", sans-serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	min-width: 970px;
	font-size: 18px;
	line-height: 31px;
}
h1, h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 23px;
}
h2 {
	font-size: 19px;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
img {
	border: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #3CF;
}
#header {
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(../img/bg-polka-dot-border.gif);
	padding-bottom: 27px;
}
#body {
	margin-top: -27px;
	margin-bottom: -27px;
	position: relative;
}
#footer {
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	background-image: url(../img/bg-polka-dot-border.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 38px;
	padding-bottom: 20px;
}
.contentWrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
}
#nav {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
#nav a {
	outline: none;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
#nav ul a {
	display: block;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 22px;
	padding-left: 12px;
}
#nav .first a {
	padding-left: 0px;
}
#nav .email {
	position: absolute;
	right: 0px;
}
#nav .email a {
	background-image: url(../img/email-star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 40px;
}
#nav .contact {
	display: none;
}
#aboutPg #nav .contact{
	display: inline;
	margin-right: 11px;
}

#about {
	float: left;
	width: 457px;
}
#indexPg #body a{
	line-height: 0px;
	display: block;
	position: relative !important;
	position: static;
}
#aboutPg .subContentWrapper{
	overflow: hidden;
	background-color: #3CF;
	color: #000;
	background-image: url(../img/aboutpage-art.png);
	background-position: center bottom;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 232px;
	padding-left: 20px;
	background-repeat: no-repeat;
	zoom: 1;
}
#portfolioPg #mainContent {
	float: right;
	width: 755px;
	margin-top: 68px;
	margin-right: -10px;
	zoom: 1;
	position: relative;
}
#portfolioPg #footer {
	padding-top: 24px;
}
#portfolioPg #footer p{
	margin-left: 164px;
}
#thumbs.border {
	padding: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#clients {
	text-align: right;
	float: right;
	width: 400px;
}
#clients p {
	font-size: 14px;
	line-height: 22px;
}
#thumbs {
	width: 164px;
	overflow: hidden;
	float: left;
}
#thumbs .selected {
	background-color: #3CF;
	-webkit-box-shadow: inset 0 0 5px #000;
	-moz-box-shadow: inset 0 0 5px #000;
	box-shadow: inset 0 0 5px #000;
}
#thumbs .selected a {
	background-color: #FFF;
}
#thumbs .selected img {
	opacity: 0.7;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#thumbs li {
	margin: 0px;
	padding: 5px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-right-style: solid;
	border-bottom-style: solid;
}
#thumbs a {
	display: block;
	line-height: 0px;
	outline: none;
}
#enlargement {
	width: 651px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#controls {
	z-index: 1;
	position: relative;
}
.border, #enlargement img{
	border: 1px solid #FFF;
	padding: 5px;
	background-color: #000;
}
.nav-controls .prev, .nav-controls .next{
	background-image: url(../img/arrows-sprite.png);
	text-indent: -9000px;
	display: block;
	height: 50px;
	width: 46px;
	overflow: hidden;
	margin-top: 222px;
	outline: none;
}
.nav-controls .prev{
	float: left;
}
.nav-controls .prev:hover {
	background-position: 0px 50px;
}
.nav-controls .next{
	background-position: 46px 0px;
	float: right;
}
.nav-controls .next:hover {
	background-position: 46px 50px;
}
.advance-link {
	outline: none;
	line-height: 0px;
	font-size: 0px;
}
#loading {
	position: absolute;
	left: 360px;
	top: 226px;
	height: 48px;
	width: 48px;
	z-index: -1;
	background-image: url(../img/loaderWhite.gif);
}
