
/*--------------------------------------------
		Theme577 Italian
		Cat Food & Restaurant
--------------------------------------------*/

body {
	margin: auto;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#47433a;
	background-color: #d2b489;
	background-image:url(images/body-bkg.gif);
	background-repeat:repeat;
}

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

.sf_pagetitle {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

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

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

.sf_outer_wrapper {
	width: 950px !important;
	margin: 30px auto;
}

.sf_extra1 {
	background-image:url(images/main-top.gif);
	background-position: top right;
	background-repeat:repeat-x;
	height:18px;
	width:950px;
}

.sf_wrapper {
	width:950px !important;
	background-color: #F2EFE0;
}

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

.sf_navigation_top {
	clear: both;
	height: auto;
	width: 950px;
	text-align: right;
}

.sf_navigation_top ul {
	margin: 0 15px 0 20px;
	height: 1%;
	padding-left: 0;
	list-style-type: none;
}

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

.sf_navigation_top ul li {
	width: auto !important;
	width: 5px;
	white-space: nowrap;
	float:left;
}

.sf_navigation_top ul li.sf_last_nav_item {
}

.sf_navigation_top ul li.sf_first_nav_item {
}

.sf_navigation_top ul li a {
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	padding: 5px 10px 10px 10px;
}

.sf_navigation_top ul li a:visited {
}

.sf_navigation_top ul li a:hover {
}

/*------------------------------------
	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;
	text-align:left;
	margin:0;
	padding:5px 5px 0px 5px;
	background:#e9e5d4;
	border:solid 1px #ddd9c3;
	z-index:1000;
}

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

#Nav1 li ul li a {
	height:auto;
	width:125px;
	padding:2px 5px;
	line-height:normal;
	white-space:normal;
	margin:0 0 5px 0;
	background:#f2efe0;
	border:solid 1px #ddd9c3;
}

#Nav1 li ul li a:hover {
	background:#e1ddca;
}

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

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


.sf_extra10 {
}

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

.sf_header_wrapper {
	width: 950px;
	height: 269px;
	position: relative;
}

.sf_extra2 {
	background-image:url(images/flag.gif);
	left: 381px;
	top: 0px;
	position: absolute;
	background-repeat:no-repeat;
	height:269px;
	width:188px;
	z-index: 100;
}

.sf_extra2 span {
	background-image:url(images/frame.png);
	top: 258px;
	position: absolute;
	background-repeat:no-repeat;
	height:10px;
	width:188px;
	z-index: 100;
}

* 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 {
	text-align: left;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 36px;
	font-weight: normal;
	font-variant: normal;
	padding: 40px 0px 40px 30px;
	width:340px;
	height: 140px;
	overflow: hidden;
	color: #FAF9F0;
	left: 0px;
	top: 0px;
	position: absolute;
}

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

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

.sf_extra3 {
	background-image:url(images/hdr-right.jpg);
	background-repeat:no-repeat;
	width:422px;
	height:257px;
	right: 0px;
	top: 0px;
	position: absolute;
	overflow:hidden;
	z-index: 99;
}

.sf_sub_header {
	display: none;
}

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

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


.sf_extra4 {
}

/*--------------------------------
		Bottom Navigation
---------------------------------*/
.sf_navigation {
	display: none;
}

.sf_navigation ul {
}

.sf_navigation ul:after {
}

.sf_navigation ul li {
}

.sf_navigation ul li a {
}

.sf_navigation ul li a:hover {
}

.sf_navigation ul li a:visited {
}

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


.sf_extra5 {
}

.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 {
	float: right;
	display:inline;
	width: 800px;
	margin: 0px 70px 30px 0px;
}

.sf_content img {
}

/*--------------------------
		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 {
}

.sf_extra7 span {
}

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

.sf_footer {
	clear: both;
	text-align: center;
	height:auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #C1A472;
	margin-left: 20px;
	margin-right: 20px;
}

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

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


.sf_extra8 {
}

.sf_extra9 {
	background-image:url(images/main-ftr.gif);
	background-repeat: no-repeat;
	width: 950px;
	height: 18px;
}

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


a:link {
}

a:visited {
}

a:hover {
}

.sf_banner {
	margin: 40px auto 0 auto;
	text-align: center;
}

#bannerLink {
	padding: 5px;
}

#bannerLink a {
	color: #FAF9F0;
	font-size: 13px;
}

#bannerLink a:visited {
	color: #FAF9F0;
	font-size: 13px;
}

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