@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.clear {
	clear:both;
}

/* HEADER and HEADER MENU ITEMS */

#headerContainer {
	margin: 0px;
	padding: 0px;
	height: 120px;
	background-image: url(http://www.westernsizzlinobx.com/images/headerBKGRND.png);
	background-repeat: repeat-x;
}
.logoContainer {
	background-image: url(http://www.westernsizzlinobx.com/images/WesternSizzlin.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
}
div#headerMenu {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-top: 75px;
}

div#headerMenu ul {
	padding: 0px;
	list-style: none;
	margin: 0px;

}

div#headerMenu li {
	width: 120px;
	padding: 0px;
	float: left;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;	
}

div#headerMenu li a {
	height: 30px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
	overflow: hidden;  
	font-size: 11px;
	text-decoration: none;
}

div#headerMenu a:link, div#headerMenu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

div#headerMenu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}

/* END OF HEADER */

/* CENTER AREAS */

#mainContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#centerContainer {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
}

.mainCenter {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#specialContainer {
	padding: 0px;
	height: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
}
.special {
	float: left;
	width: 230px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* END CENTER ITEMS */

/* FOOTER MENU ITEMS */

#footerContainer {
	margin: 0px;
	height: 110px;
	background-image: url(http://www.westernsizzlinobx.com/images/footerBKGRND.png);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footerMenu {
	width: 951px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-top: 7px;
}

div#footerMenu ul {
	padding: 0px;
	list-style: none;
	margin: 0px;

}

div#footerMenu li {
	width: 130px;
	margin: 8px;
	padding: 0px;
	float: left;
	display: block;
	text-align: center;
}

div#footerMenu li a {
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 17px;
	overflow: hidden;  
	font-size: 11px;
	text-decoration: none;
}

div#footerMenu a:link, div#footerMenu a:visited {
	color: #691B03;
}

div#footerMenu a:hover {
	color: #903C23;
}

/* END FOOTER STYLES */
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #691B03;
	text-align: center;
	width: 951px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}

