@charset "utf-8";


body {
	background-attachment: fixed;
	background-image: url(http://www.fuegosteakhouse.com/css/img/fuego_body_bg.gif);
	background-repeat: repeat-x;
	background-color: #0f0b05;
}

.bodytext {
	font-size: 14px;
	color: #000000;
}

.bodytext a:link {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.bodytext a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.bodytext a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}


.table_style {
	border: thin outset #000000;
}

.table_style2 {
	border-top: thin dotted #000000;
	border-right: thin dotted #000000;
	border-left: thin dotted #000000;
	border-bottom: thin dotted #000000; 
}

.footer{
	font-size: 10px;
	color: #000000;
}

.hours {
	font-size: 14px;
	color: #000000;
	font-family: "Century Gothic", Arial;
}

.style11 {
	font-size: 18px;
	
}

.style11 a:link {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.style11 a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.style11 a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFF00;
}

.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: ;
}

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

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

}

.style18 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Century Gothic", Arial;
}

.style2 {font-size: 20px}

.style3 {font-size: 12px}

.style4 {font-family: "Century Gothic"; font-size: 14px; }

.style8 {font-size: 24px}

.style5 {font-size: 10px}

.stylequickphp {color: #FF0000}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}

