
/*----------------------------------
		Theme570 Bueno
		Cat Food & Restaurant
----------------------------------*/

body {
	background-color: #EEEADC;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #460a09;
}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 80px;
	padding-left: 10px;
	padding-right: 10px;
	clear:both;
	background-color: #ffffff;
	bottom: 10px;
}

.sf_pagetitle h1 {
	font-size:18px;
	font-weight:normal;
	margin:0;
}

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_outer_wrapper {
	width: 890px !important;
	margin: 20px auto;
}

.sf_extra1 {
	background-repeat: no-repeat;
	width: 890px;
	height: 80px;
}

.sf_wrapper {
	background-repeat: repeat-y;
	width: 890px;
}

/*--------------------------------
		Top Navigation
---------------------------------*/

.sf_navigation_top {
	display: none;
}

.sf_navigation_top:after {
}

.sf_navigation_top ul {
}

.sf_navigation_top ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.sf_navigation_top ul li {
}

.sf_navigation_top ul li.sf_last_nav_item {
}

.sf_navigation_top ul li.sf_first_nav_item {
}

.sf_navigation_top ul li a {
}

.sf_navigation_top ul li a:visited {
}

.sf_navigation_top ul li a:hover {
}

/*--------------------------------
		End Top Navigation
---------------------------------*/

.sf_extra10 {
}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
	background-image: url(images/hdr-left.jpg);
	background-repeat: no-repeat;
	width: 798px;
	height: 198px;
	margin-left: 45px;
	clear:both;
	text-align: left;
}

.sf_extra2 {
	background-image: url(images/hdr-right.jpg);
	background-repeat: no-repeat;
	width: 232px;
	height: 198px;
	float: right;
}

.sf_extra2 span {
	background-image:url(images/edge.png);
	background-position: top left;
	position: absolute;
	margin-left: -11px;
	background-repeat:no-repeat;
	display:block;
	height:198px;
	width:17px;
}

* html .sf_extra2 span {
 _behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

.sf_main_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight: normal;
	text-align: left;
	float: left;
	padding: 30px 15px 15px 30px;
	overflow:hidden;
	width: 500px;
	height: 120px;
	color: #460a09;
}

.sf_main_header div {
	height: 125px;
	overflow: hidden;
}

.sf_main_header div div {
	height: auto;
	overflow: visible;
}

.sf_extra3 {
}

.sf_sub_header {
	display: none;
}

.sf_sub_header p,
.sf_main_header p {
	margin: 0;
	padding: 0;
}

/*--------------------------
		End Header
--------------------------*/

.sf_extra4 {
}

/*--------------------------------
		Bottom Navigation
---------------------------------*/

.sf_navigation {
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height:36px;
	height:auto !important;
	height:36px;
	margin-left: 45px;
	margin-right: 46px;
	padding:0px 10px 0px 15px;
	font-size:12px;
	font-weight: bold;
	background-color: #ffffff;
}

.sf_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:1%;
}

.sf_navigation ul:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul li {
	float:left;
	min-height:20px;
	height:auto !important;
	height:20px;
	padding:10px 0px 6px 0px;
	white-space:nowrap;
}

.sf_navigation ul li.sf_last_nav_item {
}

.sf_navigation ul li.sf_first_nav_item {
}

.sf_navigation ul li a {
	padding: 3px 10px 6px 5px;
	text-decoration:none;
}

.sf_navigation ul li a:visited {
}

.sf_navigation ul li a:hover {
	text-decoration: underline;
}

/*------------------------------------
	Dropdown
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
	margin-left: 3px;
}

#Nav1,
#Nav1 ul { /* all lists */
	list-style: none;
}

#Nav1 a {
	display: block;
}

#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:137px;
	height:auto;
	padding:5px;
	background:#eeeadc;
	z-index:1000;
}

#Nav1 li ul li {
	background:none;
	padding:0;
	margin:0;
}

#Nav1 li ul li a {
	height:auto;
	width:123px;
	padding:7px;
	line-height:normal;
	white-space:normal;
	margin:0;
	background:#d9d4c0;
	border-bottom:1px solid #b3ad97;
	color:#460a09;
}

#Nav1 li ul li a:hover {
	background:#c3bda7;
	color:#000000;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*--------------------------------
		End Bottom Navigation
---------------------------------*/

.sf_extra5 {
	width: 798px;
	height: 27px;
	margin-left: 45px;
}

.sf_extra6 {
}

/*--------------------------------
		 Sub Navigation
---------------------------------*/

.sf_subnavigation {
	display: none;
}

.sf_subnavigation ul {
}

.sf_subnavigation ul:after {
}

.sf_subnavigation ul li {
}

.sf_subnavigation ul li.sf_last_nav_item {
}

.sf_subnavigation ul li.sf_first_nav_item {
}

.sf_subnavigation ul li a {
}

.sf_subnavigation ul li a:visited {
}

.sf_subnavigation ul li a:hover {
}

/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {
}

/*--------------------------
		Content
--------------------------*/

.sf_content {
	clear: both;
	padding:10px 80px 30px 80px;
	display:block;
}

.sf_content img {
}

.sf_content:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

/*--------------------------
		End Content
--------------------------*/


.sf_extra12 {
}

/*--------------------------------
		 Sub Navigation2
---------------------------------*/

.sf_subnavigation2 {
	display: none;
}

.sf_subnavigation2 ul {
}

.sf_subnavigation2 ul:after {
}

.sf_subnavigation2 ul li {
}

.sf_subnavigation2 ul li.sf_last_nav_item {
}

.sf_subnavigation2 ul li.sf_first_nav_item {
}

.sf_subnavigation2 ul li a {
}

.sf_subnavigation2 ul li a:visited {
}

.sf_subnavigation2 ul li a:hover {
}

/*--------------------------------
		 End Sub Navigation2
---------------------------------*/



.sf_extra7 {
	background-image: url(images/deco-btm.gif);
	margin-left: 45px;
	width: 798px;
	height: 46px;
	background-repeat: no-repeat;
	clear:both;
}

.sf_extra7 span {
}

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px 5px 3px 5px;
	font-size: 10px;
	clear:both;
	min-height: 16px;
	margin-left: 46px;
	margin-right: 46px;
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/


.sf_extra8 {
}

.sf_extra9 {
	width: 890px;
	height: 80px;
}

/*--------------------------
		Extra Stuff
--------------------------*/


a:link {
	text-decoration: underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

/*--------------------------
		Banner
--------------------------*/

#bannerLink {
	margin: 10px 0 40px 0;
}

.sf_banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#8F8874;
	font-size: 11px;
	margin-top: 40px;
	text-align: center;
}

.sf_banner a:link {
	color:#8F8874;
}

.sf_banner a:visited {
	color:#8F8874;
}

.sf_banner a:hover {
	color:#8F8874;
	text-decoration: none;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover,
#Nav1 li.hover {
	position: static;
}
