@charset "utf-8";
/* CSS Document */
body {
	margin: 0 0;
	padding: 0 0;
	background-color:#5B061B;
	margin:0px 0px;
	padding:0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color: #CCCCCC; 
    scrollbar-arrow-color: #666666; 
    scrollbar-base-color: #666666; 
    scrollbar-darkshadow-color: #CCCCCC; 
    scrollbar-face-color: #CCCCCC; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #666666;
	background-image:url(../image/bg01.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat-x;
	}
	
#main {
	background: url(../image/bg_top.gif);
	background-color:#C6C3B4;
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;
}
#bottom {
	background: url(../image/bg_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	overflow:hidden;
}
#center {
	background: url(../image/bg_center.gif);
	background-repeat:repeat-y;
	background-position:bottom;
}
.logo{
	padding-right:0px;
}
.menu{
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:right;
	line-height:220%;
}
.menu ul li{
	list-style:none;
}
.menu ul li a{text-decoration:none;
	color:#000000;
	text-decoration:none;
	
}
.menu ul li a:hover{
	color:#7F5F4E;
}
.copyright{
	font-size:10px;
	color:#a97e89;
	text-align:center;
}
.copyright a{
	color:#a97e89;
}
.txt_about{
	font-size:12px;
	color:#f9f7df;
	overflow: auto;
	height:190px;
	margin-top:8px;
	width:485px;
	margin-left:10px;
	text-align:justify;
	padding-right:20px;
	line-height:130%;
}
/*image fade*/
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
background-color:#a27e66;
margin-left:3px;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
/*end image fade*/
}
h1{
	font-size:32px;
	text-align:center;
	color:#7c1b2f;
	margin-bottom:3px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-size:20px;
	color:#c24b64;
	margin-bottom:43px;
	font-family: "Times New Roman", Times, serif;
	width:365px;
	text-align:left;
	margin-top:0px;
	line-height:100%;
}
.slogan{
	margin-bottom:10px;
	width:415px;
	margin-top:0px;
}
.putmouse{
	background-image: url(../image/putmouse.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	margin-bottom:3px;
}
.contact{
	font-size:13px;
	color:#46290d;
}
.contact li{
	list-style:square;
}
#form1 input{
	height:12px;
	width:200px;
	background-color:#eadbd0;
}
#textarea{
	height:50px;
	width:200px;
	background-color:#eadbd0;
}
#form1 {
	min-height:300px;
}

.address_box{
	width:400px;
	border:1px solid #7a1a35;
	margin-left:60px;
	margin-top:20px;
	margin-bottom:13px;
}
.txt_address_head{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:5px 10px;
	background-color:#7a1a35;
	padding-left:30px;
}
.txt_address{
	min-height:165px;
	font-size:13px;
	color:#251b14;
	padding:15px 30px;
	line-height:180%;
}
.txt_address a{
	color:#251b14;
	text-decoration:underline;
}
.txt_address a:hover{
	color: #7C1B2F;
	text-decoration:underline;
}


/*pop up image*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -62px; /*position where enlarged image should offset horizontally */

}
/*end pop up image*/
