/************** GLOBALS ****************************** */
* 
{
	margin: 0; 
	padding: 0;
}

body 
{
	background: #C0B270 url(../images/body_bg.jpg); 
}

a
{ 
color: #5a284b;
}


p
{
	color: #41270A; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.purple_links
{
	color: #5a284b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;	
}

img
{
	border: none;
}

/****************************************************** */


/********************** HEADER ******************/
#div_main
{
	width: 924px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -462px;
	
}

#tbl_main
{
	background: #E5D693 url(../images/main_bg.jpg) repeat-y;

	height: 100%;
}

#tbl_header
{
	width: 900px;
	height: 294px;
	margin-left: 12px;
	margin-right: 12px;
}

#tbl_nav
{
	background: #E5D693 url(../images/nav_bg.jpg) repeat-x;
	width: 900px;
	height: 40px;
	margin-left: 12px;
	margin-right: 12px;
}

/*************** POPUP *****************/

.tbl_popup 
{
	display: none;
	text-align: center;
	border: solid #5E2D4D 1px;
}
	
/* to align-text in Firefox */
.tbl_popup[id] 
{	  
	text-align: -moz-center;
}
	
.tbl_popup td
{
	height: 25px;
	width: 200px;
	border-bottom: solid #5E2D4D 1px;
	z-index: 9999;
}

.tbl_popup td.last
{
	border: none;
}

.tbl_popup a
{
	color: #ffffff; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}

/****************** LEFT SIDE ***************************/

#tbl_left_side
{
	width: 900px;
	margin-left: 12px;
	margin-right: 12px;
}

#tbl_content
{
	width: 580px;
	margin: 24px 0 24px 19px;
}

#td_cont_border
{
	background: #E5D693 url(../images/cont_border.jpg) repeat-y center right;
	width: 22px;
	height: 49px;
}

/* the gallery border does not expand */
#td_cont_border_gallery
{
	background: #E5D693 url(../images/cont_border.jpg) no-repeat top right;
	width: 22px;
	height: 108px;
}

/**** SET ALL THE HEADER IMAGES ********/
.header_img
{
	margin-bottom: 7px;
}

/******************* MENU TABLES ******************************/

.tbl_menu
{
	color: #41270A; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}


/****************** RIGHT SIDE ***************************/

#tbl_right_nav
{
	width: 259px;
	margin: 24px 20px 0;
}

/****************** FOOTER ***************************/

#tbl_footer
{
	background: #582849 url(../images/footer_bg.jpg) repeat-x;
	width: 900px;
	height: 49px;
	margin-left: 12px;
	margin-right: 12px;
}

#tbl_content_footer
{
	color: #FFFFFF; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	width: 860px;
	margin: 0 20px 0 20px;
}

#tbl_content_footer span a
{
	color: #FFFFFF; 
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}

/*********************** MAILING LIST ************************/

#tbl_mailing
{
	color: #41270A; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}

#tbl_mailing td
{
	padding: 2px;
}

/*.mailing_txt
{
	background: #FFFFFF url(../images/input_bg.jpg) repeat-x;
	border: solid #C0B797 1px; 
}*/

#mailing_submit
{
	width: 60px;
	height: 22px;
	background: #FFFFFF url(../images/mailing_submit.jpg) no-repeat;
}

#tbl_info td
{
	color: #41270A; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}

/******* CONTACT HR TAG ********/

#contact_border
{
	color: #D0BC89;
	border: 0;
 	height: 1px;
	background-color: #D0BC89; 
}

#mailing_list_pics
{
	padding-top: 13px;
	padding-left: 35px;
}

/************* REVIEWS TABLE *****************************/

#tbl_review
{
	color: #36321F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}

#tbl_review a
{
	color: #7A5058;
}

.td_review_header
{
	background-color: #B3948C;
}

.td_review
{
	background-color: #D8C87D;
	padding: 5px;
}

#detailed_map
{
	float: right;
	margin-top: -18px;
}

/******************** SUB MENUS *********************/
#tbl_sub_menu
{
	color: #5A284B;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
}

.td_sub_menu
{
	height: 15px;
	padding: 5px;
	
}

#tbl_sub_menu a
{
	color: #5A284B;
	text-decoration: none;
}


#td_sub_menu_sel
{
	background-color: #5A284B;
}

#td_sub_menu_sel a
{
	color: #fff;
}