body {
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	margin: 0;
	background: #464646;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 944px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index:10;
}
/* header start */
#header {
	padding: 44px 0 0 34px;
	overflow: hidden;
	height: 112px;
}
#header h1 {
	margin: 0;
	width: 389px;
	height: 26px;
	overflow: hidden;
	background: url(../images/main-head.gif) no-repeat;
}
#header h2 {
	margin: 0;
	width: 248px;
	height: 21px;
	overflow: hidden;
	margin-top: 9px;
	background: url(../images/sub-head.gif) no-repeat;
}
/* header end */
/* nav start */
.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 31px;
	top: 119px; 
	overflow: hidden;
}
.nav li {
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 8px;
	margin-left: -5px;
	display: inline;
	line-height: 15px;
	background: url(../images/nav-divider.gif) no-repeat 0 2px;
}
.nav li a {
	float: left;
	color: #d1d1d1;
	text-decoration: none;
	padding: 0 3px;
}
.nav li.current-cat a,
.nav li a:hover {
	color: #464646;
	background: #cacaca;
}
/* nav end */
/* carusel start */
.carusel {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.gallery-cont {
	width: 900px;
	overflow: hidden;
	margin-left:22px;
	position:relative;
	z-index:1;
}
.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 99999px;
	position: relative;
	height: 431px;
	color: #323232;
}
.gallery li {
	float: left;
	width: 225px;
	text-align: right;
	overflow:hidden;
}
.gallery .more-info{ display:none;}
.gallery li .bg {
	background: #141414;
	width: 196px;
	float: left;
	height: 423px;
	margin-left: 16px;
	margin-top: 4px;
	display: inline;
	padding: 0 4px 4px 0;
}
.gallery li .bg div {
	float: left;
	width: 200px;
	position: relative;
	margin: -4px 0 0 -4px;
	height: 427px;
	background: #c3c3c3;
}
.gallery li .bg div img {
	display: block;
}
.gallery li .bg div h3 {
	margin: 7px 10px 0 10px;
	font-size: 16px;
	text-transform: uppercase;
}
.gallery li .bg div p {
	margin: 2px 10px 0 10px;
	line-height: 14px;
}
.link-prev,
.link-next{
	width: 18px;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 361px; 
	z-index:2;
}
.link-prev {
	background: url(../images/gallery-prev-link.gif) no-repeat;
	left: 0;
}
.link-next {
	background: url(../images/gallery-next-link.gif) no-repeat;
	right: 0;
}
.carusel .disabled{ background-position:0 -47px;}
/* carusel end */
/* footer start */
#footer {
	overflow: hidden;
	height: 1%;
	padding: 51px 35px;
	font-size: 10px;
	color: #d1d1d1;
}
#footer p {
	float: left;
	margin: 1px 0 0;
}
#footer a {
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d1d1d1;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* footer end */

/* popup start */
#popup {
	width: 879px;
	background: #141414;
	padding: 0 4px 4px 0;
	width: 871px;
	position: absolute;
	left: 50%;
	top: 160px; 
	margin-left: -434px;
	z-index:20;
	display:none;
}
#popup .popup-cont {
	overflow: hidden;
	background: #c3c3c3;
	width: 875px;
	margin: -4px 0 0 -4px;
	position: relative;
}
#popup .left-col {
	float: left;
	width: 675px;
}
/* right-col start */
#popup .right-col {
	float: right;
	width: 188px;
	color: #323232;
}
#popup .right-col h3 {
	margin: 10px 0 0;
	text-transform: uppercase;
	font-size: 14px;
}
#popup .right-col h4 {
	font-size: 11px;
	margin: 0;
	line-height: 14px;
}
#popup .right-col .date {
	/*display: block;*/
	font-size: 11px;
	/*margin-top: 16px;*/
	font-style: italic;
	line-height: 14px;
}
#popup .right-col .names {
	font-size: 11px;
}
#popup .right-col .names span {
	display: block; 
	line-height: 14px;
}
#popup .right-col p {
	line-height: 14px;
	margin: 16px 0 0;
}
/* right-col end */
#popup img { display: block;}
#popup .big-img{
	width:675px;
	height:400px;
	position:relative;
	overflow:hidden;
}
#popup .big-img img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#popup .big-img .active{ z-index:3;}
#popup .big-img .loader{
	position:absolute;
	z-index:2;
	overflow:hidden;
	text-indent:-6666px;
	background:#282828 url(../images/bg-loader.gif) no-repeat 50% 50%;
	width:675px;
	height:400px;
}
#popup .popup-gallery {
	background: #282828;
	height: 59px;
	overflow: hidden;
	padding: 0 8px;
	position: relative;
}
#popup .popup-prev {
	float: left;
	font-size: 12px;
	color: #464646;
	margin-top: 4px;
	font-weight: bold;
	text-decoration: none;
}
#popup .popup-next {
	float: right;
	font-size: 12px;
	color: #464646;
	margin-top: 4px;
	font-weight: bold;
	text-decoration: none;
}
#popup .popup-next:hover,
#popup .popup-prev:hover {
	text-decoration: underline;
	color:#9d9c9c;
}
/* small-gallery start */
#popup .small-gallery {
	float: left;
	position: absolute;
	left: 166px;
	top: 6px;
	width:356px;
}
#popup .small-gallery .small-prev-link,
#popup .small-gallery .small-next-link{
	width: 18px;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
	position:absolute;
	top:0;
}
#popup .small-gallery .small-prev-link {
	left:0;
	background: url(../images/small-gallery-prev-link.gif) no-repeat;
}
#popup .small-gallery .small-next-link {
	right:0;
	background: url(../images/small-gallery-next-link.gif) no-repeat;
}
#popup .small-gallery .disabled{ display:none;}
#popup .small-gallery .small-prev-link:hover,
#popup .small-gallery .small-next-link:hover{ background-position:0 -47px;}
#popup .small-gallery div {
	position:absolute;
	top:1px;
	left:25px;
	width: 312px;
	overflow: hidden;
	position: relative;
}
#popup .small-gallery div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 99999px;
	position: relative;
	overflow: hidden;
}
#popup .small-gallery div ul li {
	float: left;
	width: 52px;
	overflow:hidden;
}
/* small-gallery end */
#popup .popup-close {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/close-popup.gif) no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
}
/* popup end */

.single {
	padding: 0 35px 0 34px;
	color: #D1D1D1;
	
}
#header h1 a {
	display: block;
	width: 389px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
}
#header h2 a {
	display: block;
	width: 248px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;	
}

/*FLV Embed video centering */

#player1, #player2, #player3 {text-align: center;}