@import url('reset.css');

/* General Demo Style */
body{
	background: #6d4e2d;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	background-color: #6d4e2d;
	background-image: url(../images/bodyBgNew.jpg);
}
a{
	/* [disabled]color: #555; */
	text-decoration: none;
}
a:hover{
	/* [disabled]color: #000; */
}
.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-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;
	height: 110px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 1180px;
	background-image: url(../images/top.jpg);
}

.footer {
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	height: 486px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 1180px;


	background-image: url(
../images/bottomScroll.png;
	background-image: url(../images/bottomScroll.png);
}
#footer {
	background-image: url(../images/bottomScroll.png);
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	width: 1180px;
	height: 486px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}


.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;
}

a.subLink:link {
	color: #FDE6DB;
	text-decoration: none;
}
a.subLink:visited {
	color: #FDE6DB;
	text-decoration: none;
}
a.subLink:hover {
	color: #FCE8A9;
	text-decoration: none;
}
a.subLink:active {
	color: #FDE6DB;
	text-decoration: none;
}

a.subLink2:link {
	color: #F7D199;
	text-decoration: none;
}
a.subLink2:visited {
	color: #F7D199;
	text-decoration: none;
}
a.subLink2:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.subLink2:active {
	color: #F7D199;
	text-decoration: none;
}

@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}.topMenu {
	position: relative;
	z-index: 555;
	height: 144px;
	width: 1204px;
}
