@import url('reset.css');

/* General Demo Style */

.top-logo{
	position: relative;
	display:block;
	top:0px;
	width: 937px;
	margin-left:auto;
	margin-right:auto;
	height:80px;
	text-align: center;
	z-index:1;
	background-color:#000000;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #990000;
}
.top-logo1{
	position: absolute;
	top:80px;
	width: 100%;
	height:5px;
	background-color:#716049;
	z-index:1;
	text-align: center;
	vertical-align: middle;
}
.container-anim{
	position: absolute;
	top:85px;
	width: 100%;
	z-index:1;
}
.page-menu{
	position: relative;
	display:block;
	top:313px;
	width: 100%;
	z-index:2;
	text-align: center;
	vertical-align: top;
	background-color:#716049;
}
.page-menu1{
	position: relative;
	display:block;
	top:125px;
	width: 100%;
	z-index:2;
	text-align: center;
	vertical-align: top;
	background-color:#716049;
}
.page-full{
	position: relative;
	display:block;
	top:313px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #be9524;
	text-align: center;
	vertical-align: top;
}
.page-full1{
	position: relative;
	display:block;
	width: 100%;
	top:125px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #be9524;
	text-align: center;
	vertical-align: top;
}
.page-bottom {
	width: 100%;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	background-color:#ffffff;
	text-align: center;
	vertical-align: top;
}
.bcklinks {
	background-image:url(../../../images/design/lbac.png);
	background-repeat:repeat-x;
}
.pagero-main-left {
	position:relative;
	width:720px;
	text-align: left;
	display: block;
	margin: 0px;
	float: left;
	min-height:588px;
	background-repeat: no-repeat;
	z-index:9999;
	background-color: ;
}
.pagero-main-fix {
	width:225px;
	position:relative;
	display:block;
	float:right;
	text-align: left;
	margin: 0px;
	border-left-width: 5px;
	border-left-style: none;
	border-left-color: #999;
	min-height:588px;
	background-color: ;
	z-index:9998;
	top:-17px;
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.reference{
	padding-top: 40px;
}
h1{
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    padding: 20px;
	z-index:1000;
	text-transform: uppercase;
	text-align: center;
}
h1 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}
/* Header Style */
.header{
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 3px 5px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}
.header a{
	line-height: 18px;
	padding: 0 4px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}
@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}
