td, tr {
	color:#332319;
	font-family: Ubuntu;
	font-weight: normal;
	font-size: 14px;
	text-rendering: optimizelegibility;
}

a{
	text-decoration: none;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
a:hover{
}

.png_header {
	background-image: url(images/png_menu.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 179px;
}
/*contact form start*/

.inputbox {
	border: 1px solid #A7A7A7;
	font-size: 14px;
	vertical-align: bottom;
	color: #333333;
	background-color: #F4F4F4;
	}
.buttons {
	border: 1px solid #CCCCCC;
	font-size: 14px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #c3984f;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/*contact form end*/

/*menu start*/
.footer_menu {
	font-size: 14px;
	line-height: 24px;
	color: #332319;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.footer_menu:hover {
	font-size: 14px;
	line-height: 24px;
	color: #FFEED8;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #332319;
}
.footer_menu2 {
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.footer_menu2:hover {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.radius_bottom {
	-webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
	background: rgb(232,232,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.radius_orange {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
background: #a77038;
}
.title_png {
	font-weight: normal;
	color: #332319;
	font-size: 12px;
	background-color: #FFF1DE;
	padding: 40px;
	letter-spacing: 2px;
	line-height: 18px;
}.title_textb {
	font-weight: bold;
	color: #322218;
	font-size: 12px;
	line-height: 18px;
}
.title_text1 {
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	line-height: 28px;
}
.title_textsmall {
	font-weight: normal;
	color: #000000;
	font-size: 10px;
}
.title_text2 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
}
.title_text3 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}
.title_orange {
	font-weight: bold;
	color: #ff9900;
	font-size: 14px;
}
.title_textphoto {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
}
.footer_menu3 {
	font-size: 16px;
	line-height: 34px;
	color: #322218;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
}
.footer_menu3:hover {
	font-size: 16px;
	line-height: 34px;
	color: #322218;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #ffe9cd;
	font-weight: bold;
}
.top_border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B5B5B5;
}
.bg_maintable_main {
	background-repeat: repeat;
	background-image: url(images/repeat_transp_l.png);
	background-attachment: scroll;
}
.title_textbig {
	font-weight: bold;
	color: #000000;
	font-size: 28px;
	line-height: 34px;
}
.title_textc {
	font-weight: bold;
	color: #322218;
	font-size: 14px;
}
.title_pnggri {
	background-color: #B2886D;
	padding: 20px;
}
.menu_table {
	position: fixed;
	z-index: 100;
}
.title_pngblack {
	background-image: url(images/repeat_transp_l.png);
	background-repeat: repeat;
	padding: 40px;
}
.image_box {
	border: 1px solid #CCCCCC;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
	padding: 6px;
}
.image_box:hover {
	padding: 6px;
	opacity:0.6; 
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.title_textgold {

	font-weight: bold;
	color: #c3984f;
	font-size: 24px;
	line-height: 28px;
}
.bg_footer {

	background-repeat: repeat;
	background-image: url(images/footer.png);
}
.header-menu3 {
	color: #ffffff;
	font-size: 14px;
	line-height: 34px;
	background-color: #322218;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.header-menu3:hover {
	color: #cccccc;
	font-size: 14px;
	line-height: 34px;
	background-color: #322218;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.bg_text {

	background-repeat: repeat;
	background-image: url(images/bg-text.png);
	background-attachment: scroll;
}
