/* CSS Document */

body {
	background-color: #020202;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#231f20;
	line-height:19px;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ------------------ Spacing Classes ----------------------*/

#header {
	width: 510px;
	height: 88px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-left: 324px;
	padding-right: 66px;
}

#nav {
	width: 900px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
}

#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 35px;
}

#content {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 0px;
}


/* ------------------ Text Classes ----------------------*/
h1 {
	font-weight: bold;
	font-size: 19px;
	color:#231f20;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2 { 
	font-weight: bold;
	font-size: 14px;
	color:#231f20;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
	
p {
	margin-top: 0px;
	margin-bottom:15px;
}

a:link, a:visited {
	color:#5f0a12;
	text-decoration:underline;
}

a:hover, a:active {
	color:#5f0a12;
	text-decoration:none;
}

ul {
	list-style-image:url(http://www.stockyardssteakhouse.com/images/bullet.gif);
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

li {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

#footer p {
	color:#89878b;
	text-align: center;
	padding-top: 34px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color:#89878b;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#89878b;
	text-decoration:underline;
}

.highlight {
	color:#ba8748;
	font-weight: bold;
}

.home {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
}

.home2 {
	padding-left: 21px;
}

.home3 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: #ba8748;
}

.newsletter-signup {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: #231f20;
}

.menu-price {
	color:#ba8748;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu-description {
	color:#ba8748;
	font-size: 10px;
	font-style: italic;
}

.group-menus {
	color:#ba8748;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.captions {
	color:#ba8748;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.timeline-date {
	color:#ba8748;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom:10px;
}

.timeline-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom:10px;
}

.timeline-bullet {
	padding-top: 5px;
}

.font-increase {
	font-size:13px;
}


/* ------------------ Graphical Classes ----------------------*/

.border-img {
	border: 1px solid #000000;
	padding: 2px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
	padding-right: 20px;
}

.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfb9ab;
}


/* ------------------ Special Function Classes ----------------------*/

.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

a.rollover img, a.rollover:visited img  { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}

a.rollover:hover img, a.rollover:active img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}

a.rolloveron img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}