
.fieldWithErrors input, .fieldWithErrors label{
  padding: 2px  0px;
  background-color: red;
  /*display: table;*/
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;

  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



a{
	color: #000;
}
a:hover {
	text-decoration: none;
}
/******** PAGE STRUCTURE STYLES ************/


div#left_column {
	width: 215px;
	float: left;
	display: inline;
	
}
div#main_column {
	width: 592px;
	float: right;
	display: inline;
}

h1#logo {
	margin: 10px 0px 45px 30px;
	float: left;
	display: inline;
}



.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.required {
	font-size: 10px;
	color: #BD302C;
}
/********** END STRUCTURE STUFF ***********/


/********  NAVIGATION ELEMENTS ************/

div.navigation {
	clear: both;
	float: left;
	display: inline;
}
div.navigation ul {
	display: block;
	margin: 0px;
	margin-left: 27px;
	padding: 0px;
}
div.navigation ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	display: inline;
}
div.navigation ul li a {
	display: block;
 	background-image: url('/images/menu.png');
	text-indent: -99999px;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	
}
div.navigation ul li.goodEating a {
	width: 149px;
	height: 52px;
	background-position: 150px 0px;
}

div.navigation ul li.goodEating a:hover, div.navigation ul li.goodEatingHover a{
	background-position: 0px 0px;
}
div.navigation ul li.wetWhistle a {
	width: 149px;
	height: 75px;
	background-position: 150px -52px;
}
div.navigation ul li.wetWhistle a:hover, div.navigation ul li.wetWhistleHover a{
	background-position: 0px -52px;
} 
div.navigation ul li.gallery a {
	width: 150px;
	height: 79px;
	background-position: 150px -127px;
}
div.navigation ul li.gallery a:hover, div.navigation ul li.galleryHover a {
	background-position: 0px -127px;
}
div.navigation ul li.catering a {
	width: 150px;
	height: 69px;
	background-position: 150px -206px;
}
div.navigation ul li.catering a:hover, div.navigation ul li.cateringHover a {
	background-position: 0px -206px;
}
div.navigation ul li.contact  a{
	width: 150px;
	height: 73px;
	background-position: 150px -275px;
}
div.navigation ul li.contact a:hover, div.navigation ul li.contactHover a {
	background-position: 0px -275px;
}

a.boot_club{
	display: block;
 	background-image: url('/images/boot_club.png');
	text-indent: -99999px;
	margin-left: 20px;
	margin-top: 40px;
	width: 182px;
	height: 110px;
}

/*********** END NAVIGATION **************/


/*********** HOMEPAGE CONTENT ************/
div#flash_homepage {
	margin-left: 32px;
	margin-top: 10px;
	margin-bottom: -1px;
}
div.whats_cooking {
	background: url('/images/whats_cooking.png') top left no-repeat;
	width: 563px;
	height: 192px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div.whats_cooking p {
	margin-top: 100px;
	font-style: italic;
	line-height: 19px;
	margin-left: 37px;
	float: left;
	display: inline;
	width: 265px;
}
div.whats_cooking img {
	float: right;
	margin-right: 14px;
	margin-top: 28px;
}
div#specials {
	clear: both;
	margin-top: 10px;
	float: left; 
	width: 100%;
	background: url("/images/border_specials_top.png") top center no-repeat;
}
div#specials h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 0px;
}
div#specials p {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	font-style: italic;
	font-size: 12px;
}
.price {
	color: #BD302C;
	font-weight: bold;
}

.price_food {
	color: #9A9C9F;
	font-weight: bold;
}
div#monthly_specials {
	background: url("/images/monthly_specials.png") 28px 0px no-repeat;
	float: left;
	width: 160px;
	padding: 40px 10px 0px 45px;
	margin-top: 30px;
}
div#daily_special {
	background: url("/images/daily_special.png") 13px 0px no-repeat;
	float: left;
	width: 150px;
	padding: 50px 10px 0px 15px;
	border-right: 2px solid #C9CACE;
		border-left: 2px solid #C9CACE;
	margin-top: 20px;
}
div#happy_hour{
	background: url("/images/happy_hour.png") 15px 0px no-repeat;
	float: left;
	width: 155px;
	padding: 40px 10px 0px 15px;
	margin-top: 30px;
}
div#end_specials{
	height: 3px;
	background: url("/images/border_specials_bot.png") top center no-repeat;
	margin-top: 10px;
}
/*********** END HOMEPAGE ****************/

/*********** GENERIC CONTENT PAGE STYLES*****/
p.content_header{
	margin: 10px 0px 0px 35px;
}
/*********** END GENERIC STYLES ************/

/*********** GOOD EATS *******************/
div#menu_categories{
	background: url('/images/menu_categories_bg.png') top left no-repeat;
	height: 130px;
	margin-left: 20px;
	margin-top: 5px;
	overflow: hidden;
	padding-left: 25px;
	padding-top: 15px;
}
div#menu_categories ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
div#menu_categories ul li {
	float: left;
	width: 180px;
	height: 20px;
}
div#menu_categories ul li a {
	display: block;
	text-indent: -99999px;
	margin: 0px;
	height: 20px;
	width: 180px;
	padding: 0px;
}

div#menu_categories ul li.fresh_salads a {
	background: url('/images/cat_salads.png') top left no-repeat;	
}
div#menu_categories ul li.appetizers a{
	background: url('/images/cat_appetizers.png') top left no-repeat;	
}
div#menu_categories ul li.dinner a{
	background: url('/images/cat_dinner.png') top left no-repeat;	
}
div#menu_categories ul li.yer_own_burger a{
	background: url('/images/cat_burger.png') top left no-repeat;	
}
div#menu_categories ul li.ribs_pasta_fish a{
	background: url('/images/cat_ribs.png') top left no-repeat;		
}
div#menu_categories ul li.lunch a{
	background: url('/images/cat_lunch.png') top left no-repeat;	
}
div#menu_categories ul li.wrapitup a{
	background: url('/images/cat_wrap.png') top left no-repeat;
}
div#menu_categories ul li.eagle_county_favorites a{
	background: url('/images/cat_favourites.png') top left no-repeat;
}
div#menu_categories ul li.mexican_fiesta a{
	background: url('/images/cat_fiesta.png') top left no-repeat;
}
div#menu_categories ul li.steaks a{
	background: url('/images/cat_steaks.png') top left no-repeat;	
}
div#menu_categories ul li.boot_rotisserie a{
	background: url('/images/cat_rotisserie.png') top left no-repeat;	
}
div#menu_categories ul li.mexican_fiesta_noche a{
	background: url('/images/cat_fiesta_noche.png') top left no-repeat;
}
div#menu_categories ul li.boot_togo a{
	background: url('/images/cat_boot_togo.png') top left no-repeat;
}
div#menu_categories ul li.breakfast a{
	background: url('/images/cat_breakfast.png') top left no-repeat;
}
div#menu_categories ul li.specialty_burgers a{
	background: url('/images/cat_specialty.png') top left no-repeat;
}
div#menu_categories ul li.lunch7_95 a{
	background: url('/images/cat_7lunch.png') top left no-repeat;
}
div#menu_categories ul li.sandwiches_specialties a{
	background: url('/images/cat_sandwiches.png') top left no-repeat;
}

/*drinks*/
div#menu_categories ul li.margaritas a{
	background: url('/images/cat_margaritas.png') top left no-repeat;
}
div#menu_categories ul li.tequilasbytheshot a{
	background: url('/images/cat_tequila.png') top left no-repeat;
}
div#menu_categories ul li.draft_beer a{
	background: url('/images/cat_draft_beer.png') top left no-repeat;	
}
div#menu_categories ul li.white_wine a{
	background: url('/images/cat_white_wine.png') top left no-repeat;	
}
div#menu_categories ul li.the_beer_list a{
	background: url('/images/cat_beer.png') top left no-repeat;	
}
div#menu_categories ul li.the_wine_list a{
	background: url('/images/cat_wine.png') top left no-repeat;	
}
div#menu_categories ul li.bottled_beer a{
	background: url('/images/cat_bottled.png') top left no-repeat;	
}
div#menu_categories ul li.sparkling_wine a{
	background: url('/images/cat_sparkling.png') top left no-repeat;	
}
div#menu_categories ul li.blush_wine a{
	background: url('/images/cat_blush.png') top left no-repeat;	
}
div#menu_categories ul li.red_wine a{
	background: url('/images/cat_red.png') top left no-repeat;	
}
div#menu_categories ul li.tequila_blanco a{
	background: url('/images/cat_blanco.png') top left no-repeat;	
}
div#menu_categories ul li.tequila_reposado a{
	background: url('/images/cat_reposado.png') top left no-repeat;	
}
div#menu_categories ul li.tequila_anejo a{
	background: url('/images/cat_anejo.png') top left no-repeat;	
}

/*div#menu_categories ul li.white_wine, 
div#menu_categories ul li.draft_beer, 
div#menu_categories ul li.the_wine_list, 
div#menu_categories ul li.the_beer_list,
div#menu_categories ul li.tequilasbytheshot,
div#menu_categories ul li.margaritas, 
div#menu_categories ul li.bottled_beer,
div#menu_categories ul li.sparkling_wine,
div#menu_categories ul li.blush_wine,
div#menu_categories ul li.red_wine, 
div#menu_categories ul li.tequila_blanco,
div#menu_categories ul li.tequila_reposado,
div#menu_categories ul li.tequila_anejo
{
	display: block;
	clear: both;
}*/

	
div#menu_categories ul li.fresh_salads_active a, 
div#menu_categories ul li.appetizers_active a, 
div#menu_categories ul li.dinner_active a, 
div#menu_categories ul li.yer_own_burger_active a,
div#menu_categories ul li.ribs_pasta_fish_active a, 
div#menu_categories ul li.lunch_active a,
div#menu_categories ul li.wrapitup_active a,
div#menu_categories ul li.eagle_county_favorites_active a,
div#menu_categories ul li.mexican_fiesta_active a,
div#menu_categories ul li.steaks_active a,
div#menu_categories ul li.boot_rotisserie_active a,
div#menu_categories ul li.mexican_fiesta_noche_active a,
div#menu_categories ul li.margaritas_active a,
div#menu_categories ul li.tequilasbytheshot_active a,
div#menu_categories ul li.draft_beer_active a,
div#menu_categories ul li.the_beer_list_active a,
div#menu_categories ul li.white_wine_active a,
div#menu_categories ul li.boot_togo_active a,
div#menu_categories ul li.bottled_beer_active a,
div#menu_categories ul li.sparkling_wine_active a,
div#menu_categories ul li.blush_wine_active a,
div#menu_categories ul li.red_wine_active a,
div#menu_categories ul li.tequila_blanco_active a,
div#menu_categories ul li.tequila_reposado_active a,
div#menu_categories ul li.tequila_anejo_active a,
div#menu_categories ul li.breakfast_active a,
div#menu_categories ul li.specialty_burgers_active a,
div#menu_categories ul li.lunch7_95_active a,
div#menu_categories ul li.sandwiches_specialties_active a,
div#menu_categories ul li a:hover {
	background-position: 0px -25px;
}

div#menu_items{
	padding: 0px 50px 0px 30px;
}
div#menu_items h2{
	border-bottom: 2px dashed #9A9C9F;
	padding-bottom: 10px;
	font-weight: bold;
}
div#menu_items p{
	margin: 0px;
	padding: 0px;
	width: 500px;
}
div#menu_items h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 18px;
}
/*********** END GOOD EATS **************/

/*********** CONTACT PAGE ***************/
div#contact_map {
	width: 551px;
	height: 494px;
	background: url('/images/contact_map_background.png') top left no-repeat;
	margin: 10px 0px 0px 15px;
}

p.address{
	float: left;
	margin-left: 50px;
	display: inline;
	margin-top: 12px;
}
p.manager{
	float: right;
	text-align: right;
	margin-right: 40px;
	margin-top: 12px;
	display: inline;
}
div#contact_map iframe {
	border: 1px solid #666;
	margin: 10px 0px 0px 70px;
}
div#contact_map a {
	margin-left: 70px;
}
div#other_locations{
	padding: 10px 0px 0px 30px;
}
div#other_locations h2 {
	margin-bottom: 0px;
	font-weight: normal;
	margin-left: 32px;
}
div#other_locations a{
	color: #DA2025;
	margin-left: 32px;
}
div#other_locations p {
	margin-top: 0px;
	margin-left: 32px;
}
div#other_locations p a{
	margin-left: 0px;
}
/*********** END CONTACT ***************/

/*********** GALLERY PAGES *************/
div#galleries_container {
	padding: 20px 0px 0px 40px;
}
div.gallery_thumb {
	width: 167px;
	float: left;
	padding: 10px 0px 0px 0px;
	background: url('/images/gallery_thumb_background.png') top left no-repeat;
	color: #97999C;
	text-align: center;
	margin-right: 10px;
}
div.gallery_thumb img {
	display: block;
	margin: 0px auto;
}
div.gallery_thumb p {
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
}
div.gallery_thumb p a {
	display: block;
}
div#image_wrapper{
	margin-left: 20px;
	clear: both;
}
div#image_container {
	width: 557px;
	height: 409px;
	background:  url('/images/gallery_image_background.png') top left no-repeat;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
div.gallery_image {
	margin: 0px auto;
}
p.title{
	font-size: 11px;
	float: left;
	margin-left: 20px;
}
p.nav{
	font-size: 11px;
	float: right;
	margin-right: 30px;
}
p.nav a{
	margin-left: 10px;
}
div.image_info{
	margin-left: 40px;
	margin-right:40px;
}
div.image_info h2 {
	font-weight: normal;
	margin-bottom: 0px;
}
div.image_info p.date {
	color: #DA2025;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 0px;
}
div.image_info p{
	margin-top: 4px;
	font-size: 11px;
	color: #949699;
}
div.video_link{
	margin-left: 40px;
	clear: both;
	margin-top: 40px;
}
div.video_link h3 {
	font-weight: normal;
}
/*********** END GALLERY *****************/

/*********** CATERING *******************/
div#catering_header{
		background: url('/images/menu_categories_bg.png') top left no-repeat;
		height: 130px;
		margin-left: 20px;
		margin-top: 5px;
		overflow: hidden;
		padding-left: 25px;
		padding-top: 10px;
}
div#catering_header h2{line-height:30px;}
div#catering_page {
	margin: 0px 30px 0px 40px;
}
div#catering_page a {
	display: block;
}
div#catering_page a.inline {
	display: inline;
}
div#catering_page label {
	width: 180px;
	float: left;
	margin-bottom: 5px;
	display: inline;
}
div#catering_page input[type=text] {
	width: 260px;
	margin-bottom: 5px;
}
div#catering_page select {
	margin-bottom: 5px;
	
}
div#catering_page .submit_button{
	margin-left: 180px;
	display: inline;
}
/*********** END CATERING **************/

/*********** BOOT CLUB PAGE ************/
div#bootclub{
	margin-left: 30px;
}
div.boot_header {
	height: 203px;
	padding: 20px 60px 0px 30px;
	background:  url('/images/boot_club_background.png') top left no-repeat;
}
div#boot_form{
	width: 550px;
	overflow: hidden;
}
div#boot_form label {
	width: 180px;
	float: left;
	margin-bottom: 5px;
	display: inline;
}
div#boot_form input[type=text], div#boot_form .text {
	width: 260px;
	margin-bottom: 5px;
}
div#boot_form select {
	margin-bottom: 5px;
	
}
div#boot_form .submit_button{
	margin-left: 180px;
	display: inline;
}
div#boot_form div.email_only{
	float: left;
	width: 200px;
}
div#boot_form div.boot_card_only{
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
div#boot_form div.boot_card_only p {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 20px;
}
div#boot_form div.boot_card_only input, div#boot_form div.email_only input {
	float: left;
	width: 20px;
}
div#boot_form div.boot_card_only label, div#boot_form div.email_only label {
	float: left;
	width: 150px;
}
/*********** END BOOT CLUB *************/

/*********** LOCATION SELECTOR ***********/
.tagline{
	margin: 40px 0px 20px 250px;
}
div#restaurant_selector {
	font-size: 11px;
	font-style: italic;
	margin: 0px 30px 0px 50px;
	clear: both;
	border-top: 1px solid #C9CACE;
	border-bottom: 1px solid #C9CACE;
}
div#restaurant_selector p {
	color: #7a7c83;
	float: left;
	padding: 0px;
	margin: 5px 0px;
}
div#restaurant_selector p.current{
	margin-right: 80px;
}
div#restaurant_selector p a.selected {
	color: #BD302C;
	margin-left: 0px;
}
div#restaurant_selector p a {
	color: #000;
	margin-left: 20px;
}
/*********** END LOCATION SELECTOR *******/