/* CSS Document */
@font-face {
	font-family: 'BernardMTCondensed';
	src: url('/css/fonts/berc____-webfont.eot');
	src: local('¢'), url('/css/fonts/berc____-webfont.woff') format('woff'), url('/css/fonts/berc____-webfont.ttf') format('truetype'), url('/css/fonts/berc____-webfont.svg#webfont9bF70BEH') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	background-color:#1f1410;
	color:#ffbf86;
}
a {
	color:white;	
}
div#pContainer {
    margin: 0 auto;
    width: 1000px;
    height:600px;
    font-family: Tahoma, Helvetica, sans-serif;
    background: #6f3000 url(/img/bgr/index.jpg) no-repeat 0 0;
    position:relative;
}

h1#pLogo {
	display:block;
    position:absolute;
    left: 61px;
    height:185px;
    margin:0px;
    padding:0px;
}
h1#pLogo img {
	margin-top:35px;
}

div#pMenuPrimary {
	position:absolute;
	left:100px;
	top:200px;
	width:200px;
	height:400px;
}
div#pMenuPrimary ul,li{
	margin:0;
	padding:0;
	text-indent:0;
	list-style:none;
}
div#pMenuPrimary li {
	font-family: 'BernardMTCondensed', sans-serif;
	font-weight:normal;
	font-size-adjust: 0.67;
	font-size:11pt;
	color:white;
	text-transform:uppercase;
	letter-spacing:1.5pt;
	padding:6px 0 6px 0;
}
div#pMenuPrimary li a {
	color:white;
	text-decoration:none;
	text-shadow: 0 0 8px #000;
	color: #fff;
}
div#pMenuPrimary li a:hover,
div#pMenuPrimary li a.active {
	color:#ffbe7a;
}
div#pMenuPrimary li ul.pMenuSecondary {
	margin:10px 10px 15px -10px;

}
div#pMenuPrimary li ul.pMenuSecondary li{
	letter-spacing:0;
	font-family:Arial;
	font-size:9px;
	color:#e5d5bc;
	text-transform:uppercase;
	line-height:16px;
	border-bottom:1px dashed #b79780;
	padding:3px 10px;
}
div#pMenuPrimary li ul.pMenuSecondary li a{
	color:#e5d5bc;
}
div#pMenuPrimary li ul.pMenuSecondary li a:hover,
div#pMenuPrimary li ul.pMenuSecondary li a.active{
	color:#ffbe7a;
	font-weight:bold;
}
div#pIllustration {
	position:absolute;
	left:300px;
	top:0px;
	width:200px;
	height:600px;
	overflow:hidden;
}

div#attachmentGalleryBackground {
	position:absolute;
	background-color:#1F1410;
	top:0px;
	left:300px;
	width:201px;
	height:600px;
	z-index:9;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}
div#attachmentGalleryContainer {
	position:absolute;
	left:300px;
	top:0px;
	width:200px;
	padding:0 0 15px 0;
	z-index:10	
}

div#attachmentGalleryContainer a img{
	border:none;
	margin:15px 0 0 15px;
}
.highslide-caption {
	color:#1f1410;
}
div#pContent {
	position:absolute;
	left:500px;
	width:500px;
	height:600px;
	overflow:hidden;
}
div#pContent div.pTextBlock {
	width:400px;
	margin:64px 50px 0 50px;
}
div#pContent div#pTextContent {
	height:450px;
}
div#pContent div.pTextBlock h2 {
	color:white;
	font-family: 'BernardMTCondensed', sans-serif;
	font-size-adjust: 0.67;
	font-size:24pt;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow: 0 0 8px #000;color: #fff;
	margin:0 0 15px 0;
}

div#pContent div.pTextBlock h4 {
	color:white;
	font-family: 'BernardMTCondensed', sans-serif;
	font-size-adjust: 0.67;
	font-size:18pt;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow: 0 0 8px #000;color: #fff;
	margin:0 0 17px 0;
	color: #FFEABD;z
}

div#pFooter {
    position:relative;
    width: 1000px;
    margin: 0 auto;
}
div#pFooter div.menu {
	text-align:center;
	margin-left:100px;
    color:#aa6f43;
    font-size:12px;
}
div#pFooter div.menu a {
    color:#aa6f43;
	text-decoration:none;
	line-height:20px;	
}
