@charset "utf-8";

body {
    margin:0px;
	padding:0px;
	background:#000;
	overflow-x:hidden;
}
.bg {
	height: auto;
	width: 100%;
}
.top_header {
	background-image: url(../images/top_woodcarve.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 100%;
	position: relative;
	z-index: 9;
}
.banner_bg {
	height: 410px;
	width: 100%;
	background-image: url(../images/bannerbg.png);
	background-repeat: no-repeat;
	margin-top: -11px;
	background-position: center top;
}
.menu_bg {
    background-image: url("../images/menubar_bg.png");
    background-repeat: repeat;
    float: left;
    height: 461px;
    padding-bottom: 0;
    position: relative;
    width: 440px;
    z-index: 99;
}
.innerbanner_bg {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.bannercontainer {
	margin-top:-15px;
	position: relative;
}

.menu_bg img {
    margin-top: -26px;
}
.banner_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	height: auto;
}
.menu {
    margin: 50px 0 0 50px;
    padding: 0;
    position: absolute;
    z-index: 999;
}
.menu li {
	background-image: url("../images/menu.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: "Trajan Pro";
	font-size: 16px;
	font-weight: 400;
	list-style: outside none none;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 14px;
	position: relative;
	width: 230px;
}
.menu li a {
    text-decoration:none;
	color: #fff;
}
.menu li:hover {
    background-image: url("../images/menu_hover.png");
}.welcome_bg {
	background-image: url(../images/welcome_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	margin-top: -145px;
	position: relative;
	z-index: 99;
}
.innerwelcome_bg {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6d6d6d;
	padding-top: 50px;
}
.innerwelcome_bg h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.innerwelcome_bg p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	line-height: 26px;
	text-align: justify;
	float: right;
	width: 500px;
}
.clear {
	clear: both;
}
.category_bg {
	background-color: #f1f1f1;
	height: auto;
	width: 100%;
	padding-bottom: 30px;
}
.inner_categrybg {
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.category_box {
	float: left;
	width: 320px;
	height: auto;
	margin-top: 10px;
}
.shadow {
	background-image: url(../images/left_shadow.png);
	background-repeat: no-repeat;
	height: 357px;
	width: 20px;
	float: left;
}
.inner_categrybg p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding-bottom: 15px;
}
.category_box h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #430900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.record_box {
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6d6d6d;
	margin-bottom: 10px;
}
.record_image {
	height: 87px;
	width: 87px;
	border: 3px solid #FFFFFF;
	box-shadow: 1px 1px 3px #959595;
	float: left;
}
.record_textbox {
	float: left;
	margin-left: 15px;
}
.record_textbox p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	margin:0px;
	padding:0px;
}
.date {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	color: #666666;
	margin-top: 10px;
}
.testimonial_box p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #363636;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.testimonial_box {
	height: auto;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6d6d6d;
	margin-left: 20px;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}.author {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #14393e;
	text-align: right;
}
.date_testi {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	color: #666666;
	text-align: right;
}
.icon_bg {
	background-image: url(../images/icon_bg.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 200px;
	float: right;
	position:relative;
	z-index:9;
}
.footer {
	height: auto;
	width: 100%;
}
.inner_footer {
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.footer_iconbg {
	float: right;
	height: 71px;
	width: 200px;
	background-image: url(../images/icon_bg.png);
	background-repeat: no-repeat;
}
.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #f1f1f1;
	float: left;
	padding-top: 26px;
}

@media (min-width:250px) and (max-width: 750px) {
.icon_bg {
    float: none;
    margin-left: 40px;
}
.welcome_bg {
    margin-top: -155px;
}
}

@media (min-width:250px) and (max-width: 420px) {
.menu_bg img {
     background: none repeat scroll 0 0 #000;
    margin-bottom: 35px;
    width: 80%;
}
}

@media (min-width:250px) and (max-width: 1040px) {
.innerwelcome_bg h3 {
    margin: 0 15px 0 0;
}
.innerwelcome_bg p {
    margin-right: 15px;
}
}

@media (min-width:630px) and (max-width: 860px) {
.innerwelcome_bg p {
    width: 370px;
}
}

@media (min-width:250px) and (max-width: 630px) {
.innerwelcome_bg {
    padding-top: 160px;
}
.innerwelcome_bg h3 {
    text-align: center;
}
.innerwelcome_bg p {
    float: left;
    padding: 0 20px;
    text-align: justify;
    width: auto;
}
}
@media (min-width:250px) and (max-width: 1040px) {
.category_box {
    border-bottom: 1px solid #8e8e8e;
    float: none;
    height: auto;
    margin-top: 0;
    padding-bottom: 15px;
    width: 100%;
	margin-bottom: 15px;
}
.shadow {
    display: none;
}
.inner_categrybg {
    padding: 20px 20px 0;
}
}
@media (min-width:250px) and (max-width: 380px) {
.record_image {
    float: none;
}
.record_textbox {
    float: none;
    margin-left: 0;
    margin-top: 10px;
}
}
@media (min-width:500px) and (max-width: 1040px) {
.copyright {
    padding-left: 20px;
}
}
@media (min-width:250px) and (max-width: 500px) {
.copyright {
    float: none;
    text-align: center;
}
.footer_iconbg {
    float: none;
    margin: 10px auto 0;
}
}


.about_title {
	float: right;
	margin-top: -32px;
	margin-right: -40px;
}
.page_shadow {
	background-image: url(../images/page_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
	width: 100%;
}
.about_img {
    float:left;
	margin-right: 20px;
}
.description_text li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	color: #430900;
	list-style-image: url(../images/bulletin.png);
	list-style-position: inside;
	padding-bottom: 15px;
}
.description_text {
	margin: 0px;
	padding: 0px;
}

@media (min-width:630px) and (max-width: 740px) {
.about_title {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 85px;
}
}
@media (min-width:250px) and (max-width: 570px) {
.about_title {
    float: none;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.about_img {
    display: block;
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	width: 95%;
}
}

.publication_box {
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #6d6d6d;
}
.book_img {
	float: left;
}
.text_box {
	float: left;
	margin-left: 30px;
}
.text_box h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	color: #881200;
	background-image: url(../images/public_titlebg.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.text_box p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: #2a2a2a;
	margin-bottom: 5px;
	padding: 0px;
}
.text_box p span {
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	color: #3a0800;
	float: left;
	width: 125px;
}
@media (min-width:250px) and (max-width: 960px) {
.book_img {
    display: block;
    float: none;
    margin: 0 auto;
}
.text_box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
.text_box h3 {
    background-image: url("../images/public_titlebg.png");
    background-repeat: repeat-y;
    height: auto;
    margin: 0 0 20px;
    padding-bottom: 8px;
    padding-top: 5px;
    width: 100%;
}
}

.gallery_image {
	float: left;
	margin-right: 12px;
	margin-top: 12px;
}
.gallery_container {
	padding-bottom: 30px;
}
.gallery_last {
    margin-right:0px;
}
@media (min-width:665px) and (max-width: 1045px) {
.gallery_image {
    width: 32%;
}
}

@media (min-width:460px) and (max-width: 665px) {
.gallery_image {
    width: 47%;
}
.gallery_last {
    margin-right: 12px;
}
}

@media (min-width:250px) and (max-width: 460px) {
.gallery_image {
    display: block;
    float: none;
    margin: 12px auto 0;
    width: 90%;
}
}.testimonials_box {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: #363533;
	background-color: #e9e5df;
	border-radius: 5px;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-decoration: none;
	display: block;
}
.testimonial_name {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #14393e;
	text-align: right;
	margin-top: 10px;
}
.testimonial_designation {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #14393e;
	text-align: right;
}
.testimonial_date {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	color: #403f3f;
	text-align: right;
}
.field_bg {
    background-image: url("../images/field_bg.png");
    background-repeat: no-repeat;
    height: 36px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    width: 923px;
}
.field_bg input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #1d1d1d;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    width: 440px;
}
.area_bg {
    background-image: url("../images/area_bg.png");
    background-repeat: no-repeat;
    height: 88px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    width: 923px;
}
.area_bg textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #1d1d1d;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	width: 440px;
	height: 75px;
}
@media (min-width:560px) and (max-width: 1045px) {
.field_bg {
    background-position: center top;
    width: 100%;
}
.area_bg {
    background-position: center top;
    width: 100%;
}
}

@media (min-width:250px) and (max-width: 560px) {
.field_bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 100%;
}
.area_bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
	margin-bottom: 25px;
}
.field_bg input {
    background: none repeat scroll 0 0 #e9e5df;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 2px #b0aca6;
    height: 45px;
    padding: 0 20px;
    width: 75%;
	display:block;
}
.area_bg textarea {
    background: none repeat scroll 0 0 #e9e5df;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 2px #b0aca6;
    height: 55px;
    padding: 20px;
    width: 75%;
	display:block;
}
}



.gallery_box {
	height: auto;
	max-width: 575px;
	margin-right: auto;
	margin-left: auto;
}
.gallery_header {
	background-image: url(../images/gallery_header.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 210px;
	max-width: 574px;
	margin-right: auto;
	margin-left: auto;
}
.gallery_bg {
    background-image: url("../images/gallery_bg.png");
    background-position: center top;
    background-repeat: repeat-y;
    height: auto;
    margin-top: -175px;
    padding: 20px 0;
    width: 100%;
}
.gallery_menu {
	margin: 0 0 0 50px;
	padding: 0px;
}
.gallery_menu li {
	background-image: url("../images/gallery_line.png");
	background-repeat: no-repeat;
	background-position: center top;
	color: #3a2000;
	font-family: Vijaya;
	font-size: 24px;
	font-weight: 400;
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 55px;
	padding-top: 5px;
	max-width: 390px;
}
.gallery_menu li a {
    color: #3a2000;
	text-decoration:none;
}.gallery_footer {
	background-image: url(../images/gallery_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	max-width: 516px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:250px) and (max-width: 460px) {
.gallery_menu {
    margin: 0 auto;
    padding: 0;
    width: 215px;
}
.gallery_menu li {
    padding-left:0px;
}
}.gallery_subheader {
	font-family: Vijaya;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	background-image: url(../images/gallery_subheaderbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 463px;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 1px 1px #5c5046;
}

.sub_menu {
	display: none;
	height: auto;
	width: 175px;
	position: absolute;
	left: 210px;
	top: 10px;
	z-index: 99;
}
.sub_menu ul {
	margin: 0px!important;
	padding: 0px!important;
}
.sub_menu li {
	font-family: "Trajan Pro"!important;
	font-size: 12px!important;
	font-weight: 400!important;
	color: #FFFFFF!important;
	background-image: url(../images/submenu_bg.png)!important;
	background-repeat: repeat!important;
	padding: 8px 10px !important;
	width: 150px!important;
	margin-bottom: 3px!important;
	border-radius: 2px;
}
.sub_menu li {
    color: #FFFFFF!important;
	text-decoration: none;
}
.sub_menu li:hover {
    background-image: url(../images/submenu_bg_hover.png)!important;
}


.media_sub:hover .sub_menu{
    display:block;
	-webkit-transition: background-image 5000ms linear;
     -moz-transition: background-image 5000ms linear;
     -o-transition: background-image 5000ms linear;
     -ms-transition: background-image 5000ms linear;
     transition: background-image 1000ms linear;
}


.video_box {
    background-color: #000000;
    border: 1px dashed whitesmoke;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 500px;
}
.addthis_native_toolbox {
    margin: 10px auto;
    width: 370px;
}
@media (min-width:250px) and (max-width: 630px) {
.video_box {
    width: auto;
}
}

@media (min-width:250px) and (max-width: 460px) {
.sub_menu {
    height: auto;
    left: 10px;
    position: absolute;
    top: 95px;
    width: 175px;
    z-index: 99;
}
}
.articlebox {
	background-color: #e9e5df;
	border: 1px dashed #888888;
	border-radius: 4px;
	color: #430900;
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	height: auto;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.coming_soon {
	background-image: url(../images/soon.png);
	background-repeat: no-repeat;
	background-position: center top;
	backgroun-size: 100% auto;
	height: 284px;
	width: 100%;
}
