@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------body html*/
body, html{
	height: 100%;
	margin: 0px;
	background-color: #2c2116;
}
/*---------------------------------------------------------platform*/
.platform{
	width: 100%;
	height: 100%;
	background: url(/images/bg.jpg) center center no-repeat;
}
/*---------------------------------------------------------container*/
.container{
	width: 100%;
	height: 425px;
	background: url(/images/bg-pattern.gif) center center repeat-x;
	border-top: 1px solid #36291d;
	border-bottom: 1px solid #36291d;
}
/*---------------------------------------------------------main body*/
.mainBody{
	width: 826px; /*850px*/
	height: 401px; /*425px*/
	padding: 20px 0px 0px 20px;
	background: #201710;
	border: 2px solid #1b130d;
}
	.logo{
		position: absolute;
		z-index: 100;
		width: 264px;
		height: 105px;
		top: 50%;
		left: 50%;
		margin: -210px 0px 0px -360px;
		background: url(/images/logo.png) center center no-repeat;
		behavior: url(/includes/iepngfix.htc);
		text-indent: -10000px;
	}
/*---------------------------------------------------------footer*/
.footer{
	padding: 30px 0 10px 0;
	color: #ddeac6;
	font: 11px "Times New Roman", Times, serif;
}



/*-------------------------------------------------------skin*/
.p1{ 
	background: url( /images/bg-3.jpg) right center no-repeat;
	text-align: left;
	color: #a18e7a;
	font: 13px "Times New Roman", Times, serif;
	line-height: 1.7em;
	position: relative;
}
	.contentVideo{
		width: 440px;
		height: 248px;
		position: absolute;
		z-index: 3;
		top: 105px;
		left: 95px;
	}
	.homeBTN{
		width: 54px;
		height: 19px;
		position: absolute;
		z-index: 3;
		top: 320px;  /* 320 + 377 */
		left: 700px;
	}
/*--------------------------------------------------------------panel 2*/
.p2{
	background-color: #999999;
}
/*--------------------------------------------------------------panel 3*/
.p3{
	background: url( /images/bg-1.jpg) right center no-repeat;
	text-align: left;
	color: #a18e7a;
	font: 13px "Times New Roman", Times, serif;
	line-height: 1.7em;
	position: relative;
}
	.contentHome{
		width: 340px;
		position: absolute;
		z-index: 3;
		top: 110px; /* 110 + 377 */
		left: 70px;
	}
/*--------------------------------------------------------------panel 4*/
.p4{
	background: url( /images/bg-2.jpg) right center no-repeat;
	text-align: left;
	color: #a18e7a;
	font: 13px "Times New Roman", Times, serif;
	line-height: 1.7em;
	position: relative;
}
	.contentGallery{
		position: absolute;
		z-index: 3;
		top: 110px;
		left: 140px;
	}
	.homeBTN{
		width: 54px;
		height: 19px;
		position: absolute;
		z-index: 3;
		top: 320px;
		left: 700px;
	}
	
/*---------------------------------------------------------Thumbs*/
.photo a img{
	border: 1px solid #6a4f32;
	padding: 2px;
	margin: 8px;
}
.photo a:hover img{
	border: 1px solid #ddeac6;
	opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
}

