html, body, div, a, p, section, article, header, footer, hgroup, nav, span, blockquote, abbr, strong, em, h1, h2, h3, h4, h5, h6, img, table, th, tr, td, form, input, textarea, label, select, button, hr, br, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
  outline: none;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

header, footer, section, nav, aside, article, hgroup {
	display: block;
}

body {
	background: url(../images/bg.png) no-repeat 50% 0 #000;
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	color: #FFF;
}

::selection {
  background: #FEB301;
  color: #FFF;
}

::-moz-selection {
  background: #FEB301;
  color: #FFF;
}

#outer {
  width: 860px;
  margin: 0 auto;
}

#logo {
  width: 264px;
  height: 58px;
  margin: 80px 0 0 0;
  background: url(../images/sprites.png) no-repeat 0 -68px;
}

#logo span {
  display: none;
}

#portfolio {
  position: relative;
  width: 860px;
  height: 345px;
}

#categories {
  width: 850px;
  height: 30px;
  padding: 38px 0 0 10px;
  background: url(../images/sprites.png) no-repeat right top;
}

#categories a  {
  display: block;
  float: left;
  height: 28px;
  margin: 0 6px 0 0;
  padding: 0 11px;
  font: bold 11px/29px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background: url(../images/buttons.png) repeat-x 0 -51px;
  -moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

#categories a.inactive  {
  background: url(../images/buttons.png) repeat-x 0 -81px;
  color: #666;
}

#categories a.inactive:hover  {
  background: url(../images/buttons.png) repeat-x 0 -51px;
  color: #DDD;
}



#portfolio .loading {
	position: absolute;
  top: 105px;
	width: 860px;
	height: 240px;
	background: rgba(0,0,0,0.9);
	z-index: 999;
  -moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

#portfolio .loading img {
  display: block;
  margin: 109px auto 0 auto;
}

#btn-carousel-prev, #btn-carousel-next {
	position: absolute;
	top: 200px;
	display: block;
	width: 36px;
	height: 36px;
	z-index: 98;
}

#btn-carousel-prev {
	left: -45px;
	background: url(../images/prevnext.png) no-repeat 0 -72px;
}

#btn-carousel-next {
	right: -45px;
	background: url(../images/prevnext.png) no-repeat 0 0;
}

#btn-carousel-prev:hover, #portfolio #btn-carousel-prev.btn-over {
	cursor: pointer;
	background-position: -36px -72px;
}

#btn-carousel-next:hover, #portfolio #btn-carousel-next.btn-over {
	cursor: pointer;
	background-position: -36px 0;
}

#portfolio #btn-carousel-prev.btn-disabled {
	cursor: default;
	background-position: 0 -108px;
}

#portfolio #btn-carousel-next.btn-disabled {
	cursor: default;
	background-position: 0 -36px;
}

#carousel {
  position: relative;
  overflow: hidden;
  height: 240px;
  margin: 5px 0 0 0;
  padding: 29px 0 0 0;
  background: url(../images/bar.png) no-repeat 0 0;
}

#carousel ul {
  position: relative;
	display: block;
	padding: 0;
	height: 270px;
	list-style: none;
	z-index: 10;
}


#carousel .jcarousel-item-placeholder {
    background: transparent url(../images/ajaxload.png) 50% 50% no-repeat;
}

.jcarousel-container {
  top: -29px;
}

.jcarousel-clip {
}

#carousel li {
	position: relative;
  top: 29px;
	display: block;
	list-style: none;
	float: left;
	width: 172px;
	height: 235px;
  margin: 0;
	background: url(../images/shadow.png) no-repeat 0px 173px;
}

#carousel li h1 {
  position: absolute;
  top: -29px;
  font: 800 16px/29px 'Open Sans', sans-serif;
  font-style: italic;
  padding: 0 0 0 18px;
}

#carousel li h1 span {
  font: 600 16px/29px 'Open Sans', sans-serif;
  font-style: italic;
  text-transform: lowercase;
  color: #FEB301;
}

#carousel li img {
	display: block;
	margin: 17px auto 16px auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#carousel li .portfolio-img {
  display: block;
  margin: 17px auto 16px auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#carousel li a {
	display: block;
	width: 172px;
	height: 225px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

#carousel li a:hover span {
	box-shadow: 1px 3px 20px rgba(0,0,0,0.3);
}

#carousel li p {
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 172px;
}

#carousel p span {
	padding: 4px 15px 5px;
	background: url(../images/buttons.png) repeat-x 0 0;
	font: bold 13px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	overflow: visible !important;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	position: absolute;
	width: 50%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	left: -71px;
}

#lightbox-nav-btnNext {
	right: -73px;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 10px 0 0 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #FFF;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 19px;
	height: 19px;
	float: right;
	margin: 5px 5px 0 0;
	background: url(../images/btn-lightbox-close.png) no-repeat 0 0;
}

#lightbox-secNav-btnClose:hover {
	background-position: 0 -19px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#footer {
  margin: 15px 0 0 0;
}

#footer h2 {
  display: block;
  margin: 0 0 7px 0;
  padding: 0 5px 5px 0;
  font: 800 18px/100% 'Open Sans', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  text-align: right;
  color: #666;
  border-bottom: 4px solid #333;
}

#copyright {
  display: block;
  float: left;
  height: 35px;
  padding: 8px 0 0 135px;
  font: normal 8px/135% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(../images/sprites.png) no-repeat -264px -70px;
  color: #666;
}

#footer .contact {
  float: right;
  margin: 5px 25px 0 0;
}

#footer .contact p {
  font: normal 11px/125% "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #FFF;
}

#footer .contact p a {
  font: normal 11px/125% "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #FFF;
  text-decoration: none;
}

#footer .contact p a:hover {
  text-decoration: underline;
}

#footer .contact .icon {
  display: block;
  float: left;
  clear: left;
}

#footer .mail .icon {
  width: 17px;
  height: 16px;
  background: url(../images/sprites.png) no-repeat -115px -128px;
}

#footer .mail .icon {
  width: 17px;
  height: 16px;
  margin: 0 7px 0 0;
  background: url(../images/sprites.png) no-repeat -115px -128px;
}

#footer .skype .icon {
  width: 48px;
  height: 18px;
  margin: 0 7px 0 0;
  background: url(../images/sprites.png) no-repeat 0px -127px;
}

#footer .icq .icon {
  width: 46px;
  height: 19px;
  margin: 0 7px 0 0;
  background: url(../images/sprites.png) no-repeat -49px -127px;
}

#footer .contact .icq {
  padding: 10px 0 0 0;
  line-height: 18px;
}

#footer .address .icon {
  width: 20px;
  height: 19px;
  margin-left: -28px;
  background: url(../images/sprites.png) no-repeat -95px -127px;
}

#footer .address {
  margin: 0 0 20px 0;
}