@charset "UTF-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5E0000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	background-image: url(images/bckgrd.jpg);
	background-repeat: repeat;
}
#container   {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#top {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0px;
	height: 110px;
	width: 800px;
}
#header   {
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
.sm_nav  {
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	list-style-type: none;
	width: 215px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sm_nav ul {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.sm_nav li {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC9900;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.sm_nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
.sm_nav li a:hover {
	color: #CC9900;
	text-decoration: none;
}
#rt_sidebar {
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
}
.rounded_callout_grn {
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #E4E3A6;
	float: right;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.rounded_callout_grn div.topcurve {
	background-image: url(images/rt_sidebar_topcurve-grn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
}
.rounded_callout_grn div.btmcurve {
	background-image: url(images/rt_sidebar_btmcurve-grn.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 9px;
}
.rounded_callout_grn h2 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #660000;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rounded_callout_grn p {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-top: 5px;
}
.rounded_callout_ylw {
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F4E4BE;
	float: right;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#rounded_callout   {
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F4E4BE;
	float: right;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.rounded_callout_ylw   div.topcurve {
	background-image: url(images/rt_sidebar_topcurve.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
}
.rounded_callout_ylw   div.btmcurve {
	background-image: url(images/rt_sidebar_btmcurve.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 9px;
}
.rounded_callout_ylw   h2 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #660000;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rounded_callout_ylw   p {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-top: 5px;
}
#main_nav {
	width: 520px;
	float: right;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_nav ul {
	list-style-type: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	padding-right: 0px;
}
#main_nav li {
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC9900;
	float: left;
}
#main_nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_nav li a:hover {
	color: #CC9900;
}
#main_nav li .selected {
	color: #CC9900;
}
.copy {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.index_heading {
	font-size: 48px;
	font-weight: normal;
	margin: 0px;
	line-height: 40px;
	color: #666600;
	letter-spacing: 0.05em;
}
span {
	font-weight: bold;
	color: #5E0000;
}
#index_anim {
	height: 135px;
	float: left;
	margin-top: 10px;
	padding: 0px;
}
#footer   {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 75px;
} 
#footer   p   {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #CC9900;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#secondary_nav {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	float: left;
	width: 120px;
}
#secondary_nav ul {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC9900;
}
#secondary_nav li {
	font-size: 12px;
	color: #5E0000;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
}
#secondary_nav a {
	color: #5E0000;
	text-decoration: none;
}
#secondary_nav a:hover {
	color: #666600;
}
#secondary_nav .selected {
	color: #666600;
}
.trail {
	font-size: 10px;
	line-height: 10px;
	color: #CC9900;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 20px;
	margin-top: 0px;
	text-align: left;
}
.trail a {
	color: #666600;
	text-decoration: none;
	margin: 0px;
}
.trail a:hover {
	color: #CC9900;
	text-decoration: none;
	margin: 0px;
}
.sec_heading h2 {
	font-size: 24px;
	color: #666600;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.sec_heading p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height:16px;
	text-align: left;
}
.sec_heading {
	margin-left: 145px;
	margin-right: 315px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.tri_nav {
	font-size: 14px;
	color: #5E0000;
	margin-top: 10px;
	margin-bottom: 0px;
}
.tri_nav ul {
}
.tri_nav li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(images/tri_bullet_off.gif);
}
.tri_nav li a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	color: #5E0000;
	text-decoration: none;
}
.tri_nav li a:hover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	color: #666600;
	text-decoration: none;
}
.container_500 {
	margin-right: 187px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-left-color: #CC9900;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 130px;
}
.container_500 .innerdiv_500 {
	background: transparent url(images/brcorner.gif) no-repeat left top;
	position: relative;
	right: 1px;
	bottom: 1px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 5px;
}
.container_500  .innerdiv_500 h3 {
	font-size: 16px;
	font-weight: normal;
	color: #5E0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.container_500 .innerdiv_500 p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.main_middle {
	width: 800px;
	background-image: url(images/btm_rounded.jpg);
	background-position: center bottom;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
.top_curve {
	background-image: url(images/top_rounded.jpg);
	background-position: center top;
	height: 12px;
	width: 800px;
}
.right_img {
	display: block;
	height: 300px;
	width: 200px;
	background-color: #999999;
	float: right;
}
#main_middle {
	background-color: #FFFFFF;
	width: 800px;
	float: left;
}
#menu_columnsContainer {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9900;
	text-align: left;
	width: 482px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}
.menu_columns {
	text-align: left;
	width: 220px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.menu_columns   h4 {
	font-size: 12px;
	color: #666600;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
.menu_columns   p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.btm_menu_nav {
	margin-top: 0px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	float: left;
	width: 490px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.container_300 {
	margin-right: 320px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-left-color: #CC9900;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 130px;
}
.container_300 .innerdiv_300 {
	background: transparent url(images/brcorner.gif) no-repeat left top;
	position: relative;
	right: 1px;
	bottom: 1px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container_300 .innerdiv_300 h3 {
	font-size: 16px;
	font-weight: normal;
	color: #5E0000;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
}
.container_300 .innerdiv_300 p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.index_copy {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.index_copy p {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}
.main_image {
	margin-bottom: 40px;
	margin-top: 60px;
	float: right;
	width: 286px;
}
.main_image p {
	font-size:12px;
	padding-right:40px;
	padding-left:0px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.main_image h2 {
	font-size:16px;
	padding-right:20px;
	padding-left:0px;
	line-height: 18px;
	color:#5E0000;
	margin-bottom: 5px;
}
.container_560 {
	margin-right: 120px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-left-color: #CC9900;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 130px;
}
.container_560   .innerdiv_560 {
	background: transparent url(images/brcorner.gif) no-repeat left top;
	position: relative;
	right: 1px;
	bottom: 1px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.container_560  .innerdiv_560  h3 {
	font-size: 16px;
	font-weight: normal;
	color: #5E0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.container_560  .innerdiv_560  p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 10px;
}
.container_560 .innerdiv_560 a {
	color: #5E0000;
	text-decoration: none;
}
.sub_heads {
	font-size: 14px;
	font-weight: bold;
	color: #5E0000;
}
#rt_sidebar_lrg {
	width: 307px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#rt_sidebar_lrg p {
	font-size:12px;
}

.gift_card_header {
	font-size: 12px;
	color: #5E0000;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rounded_callout_lrg_ylw {
	width: 200px;
	background-color: #F4E4BE;
	float: left;
	margin: 0px;
	padding: 0px;
}
.rounded_callout_lrg_ylw a {
	color: #5E0000;
}
.rounded_callout_lrg_ylw div.topcurve {
	background-image: url(images/rt_sidebar_200_topcurve.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
}
.rounded_callout_lrg_ylw div.btmcurve {
	background-image: url(images/rt_sidebar_200_btmcurve.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 9px;
}
.rounded_callout_lrg_ylw h2 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #660000;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rounded_callout_lrg_ylw p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-top: 3px;
}
.innerdiv_300 a {
	color: #5E0000;
}
#especials table {
	font-size: 12px;
	color: #333333;
	margin-left: 15px;
	margin-top: 10px;
}
#especials td {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
#especials p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding-bottom: 0px;
}
.single_menu_column {
	text-align: left;
	width: 450px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.single_menu_column h4 {
	font-size: 12px;
	color: #666600;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
.single_menu_column  p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.innerdiv_300 h2 {
	font-size: 110%;
	font-weight: normal;
	color: #5E0000;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 110%;
}
.innerdiv_500 h2 {
	font-size: 120%;
	line-height: 110%;
	color: #5E0000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: normal;
}
.innerdiv_500 a {
	color: #5E0000;
	}
