

/*\

READ:

these css docs are for images and colors depending on the theme selected in the admin. for umbrella chancges to the entire site, use the "styles.css" doc. do not make size or padding adjustments in any of the theme css sheets, UNLESS it is only going to be applied to that particular theme.


*/



.outer-wrapper{
	background:#faf1e0 url(/images/burgundy/burgundy-bg-repeat2.jpg) repeat-x top;
}

.sub-outer-wrapper{
	background:#faf1e0 url(/images/burgundy/burgundy-bg-repeat-sub.jpg) repeat-x top; 
}


.main-nav li{ 

	background: url(/images/burgundy/burgundy-main-nav.jpg)  no-repeat;
}

.main-nav{
	background: url(/images/burgundy/nav-bg.jpg)  repeat-x;
}

.reservation_inputs{

	background:url(/images/burgundy/burgundy-bg-reservations.jpg) no-repeat;

}

.left-reservation-box{

	background:url(/images/burgundy/burgundy-button-reservations.jpg) no-repeat;
}






.footer_wrapper{
	background:#5f0617;
	border-top: solid 5px #e5ca93;
	
}


.marquee-header{


	color:#5F0618;

}

.footer_marquee{
	
	background:url(/images/burgundy/marquee-bg.png) no-repeat;

}


.footer_marquee_text{
	color:#000000;
	
}

.footer_links{
	color:#ffffff;
}

.footer_links a{
	color:#ffffff;
}

.footer_links a:hover{
	color:#cccccc;
}

.enews{
	background:url(/images/burgundy/burgundy-bg-footer-left.png) no-repeat;

}

.williams{
	background:url(/images/burgundy/burgundy-bg-footer-right.png) no-repeat;
	
	
}

.footerpad{
	color:#000000;
}


.footerpad a{
	color:#000000;
}

.footerpad a:hover{
	color:#5F0618;
}

	

.outer_button_image{
	background:url(/images/burgundy/burgundy-landing-buttons-blank.png) no-repeat;
}


h3 a{
	color:#6A0719;

}
	
h3	a:hover{

	color:#cccccc;
}

/* default link styles*/		
a{
	color:#6A0719;

}

a:hover{

	color:#cccccc;
}


/* listings top/bottom/mid...for fonts and spacing, refer to listing module css*/	


.featured_top{

	background:url(/images/burgundy/burgundy-featured-top.jpg);
}


.featured_bottom{
	background:url(/images/burgundy/burgundy-featured-bottom.jpg);

}


.listings_feat{

	background:url(/images/burgundy/burgundy-featured-mid.jpg);
}

.listings-image{
	background:url(/images/burgundy/burgundy-listings.png) no-repeat;
}

.view-more{
	background:url(/images/view_more_bg.png) no-repeat;
	z-index:50;
}

.view-more-sub{
	background:url(/images/view_more_bg.png) no-repeat;
	z-index:50;
}


#home_slider{
	border: 1px solid #E5CA93;
}

.specials-title{
	color:#6A0719;
}