@charset "utf-8";
/* CSS Document */


body td,th{
	font-weight: inherit;
	font-style: inherit;
	font:12.5px/1.231 Tahoma;
	color:#42030B;
	line-height:150%;

}

table{
	height:auto;
}

body{
	background-color:#790612;
	margin:0;
	padding:0;
}

#hold_page{
	width:900px;
	height:auto;
	margin:auto;
	padding:0;
	border:1px solid #42030B;
}


a{
	color:#F2DC90;
	text-decoration:none;
}


a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#logo{
	float:left;
	width:143px;
	height:150px;
	margin:0;
	padding:0;
}

#bg_top1{
	float:right;
	width:757px;
	height:46px;
	margin:0;
	padding:0;
	background:url(../images/index_02.jpg) repeat-x;
}





#menu_top{
	float:left;
	width:757px;
	height:32px;
	margin:0;
	padding:0;
	background:url(../images/index_03.jpg) no-repeat;

}

#menu_top a{	
	text-decoration:none;
	font-weight:bold;
}

#menu_top a:hover{	
	text-decoration:none;
	font-weight:bold;
}

#bg_top2{
	float:left;
	width:757px;
	height:72px;
	margin:0;
	padding:0;
	background:url(../images/index_04.jpg) repeat-x;
}

#bg_holdweb{
	width:900px;
	height:auto;
	margin:0;
	padding:0;
}

#flash_block{
	float:left;
	width:402px;
	height:493px;
	margin:0;
	padding:0;
}


#block_info{
	float:left;
	width:475px;
	height:auto;
	margin:0 0 0 0;
	padding:0;
	background-color:#EDECCD;
}

#block_info a{
	text-decoration:underline;
	color:#990000;
}

#information{
	padding:15px;
	margin:0;
	color:#42030B;
}


#top_header{
	padding:40px 10px 5px 273px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.header{
	color:#FFBC34;
	font-size:140%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.header1{
	color:#CC9966;
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:4px 0;
}

.img{
	border:1px solid #FFFFFF;
}


#index_page{
	width:443px;
	height:490px;
	padding:0;
	margin:0;
}

#special_offer{
	width:402px;
	height:auto;
	margin:0;
	padding:0;
}

#specialinfo{
	padding:10px 10px 10px 24px;
	margin:0;
	color:#F2DC90;
}


#footer_contact{
	width:900px;
	height:95px;
	margin:0;
	padding:0;
	background:url(../images/index_08.jpg) repeat-x;
	color:#A4683E;
	font-size:90%;
}

#web_address{
	float:left;
	width:402px;
	height:95px;
	margin:0;
	padding:0;
	
}

#condo_address{
	float:left;
	width:495px;
	height:95px;
	margin:0;
	padding:0;
}

#footer_info{
	padding:20px 24px;
	margin:0;
}

#footer_kem{
	width:900px;
	height:9px;
	margin:0;
	padding:0;
	background:url(../images/index_09.jpg) no-repeat;
}

#line_break{
	border-bottom:1px dotted #996633;
	width:200px;
}


#frmcontact{
	list-style:none;
	display:inline;
	text-decoration:none;
}




/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:493px;
	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

