/*----------------------------------
		Theme_# 635
		Cat 	Food & Restaurant
		Name	Vietmanese Restaurant
----------------------------------*/

/*--------------------------------------------------
	Reset
---------------------------------------------------*/
body {
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 85%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
/*--------------------------------------------------
	Reset Typography
---------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
p, form {margin:0 0 1.5em;padding:0;}
blockquote {margin:1.5em;}
sup, sub {line-height:0;}
address {margin:0 0 1.5em;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {line-height:1.5;}
li ul, li ol {margin:0 2.5em;padding:0;}
ul, ol {margin:0 1.5em 1.5em 3em;padding:0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dd {margin-left:1.5em;}
caption {margin:0; padding:.5em;}

/*--------------------------------------------------
	IE 6 needs position relative set on everything
---------------------------------------------------*/
.sf_wrapper,
* html .sf_header_wrapper,
* html .sf_extra2,
* html .sf_main_header,
* html .sf_extra3,
* html .sf_extra4,
* html .sf_navigation,
* html .sf_region5,
* html .sf_region6,
* html .sf_footer {
	position:relative;
}

/*--------------------------------------------------
	General
---------------------------------------------------*/
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans serif;
	font-weight: normal;
	margin:0;
}
p {
	margin-top: 10px;
	padding-top: 0px;
}
.sf_outer_wrapper {
	width: 860px;
	margin: auto;
	margin-top: 0px;
	min-height:400px;
	height:auto !important;
	height:400px;
	display:table;

}
.sf_wrapper {
	width: 860px;
	margin: 0 auto;
}
.sf_wrapper:after {
	content: " ";
	display: block;
	clear: both;
	height:0;
	visibility: hidden;
}
/*--------------------------------------------------
	Header
---------------------------------------------------*/
.sf_header_wrapper {
	clear: both;
	height: 235px;
	width: 860px;
	margin: 0px;
	float:left;
}
.sf_main_header {  /*--Don't forget the height and overflow: hidden--*/
	margin:118px 0 0 0;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:35px;
	height:184px;
	margin:28px 0px 0px 26px;
	padding:5px;
	text-align:center;
	width:436px;
	overflow:hidden;
	display:inline;
}
.sf_main_header div {
	height: 185px;
	overflow: hidden;
}

.sf_main_header div div {
	height: auto;
	overflow: visible;
}
.sf_main_header p {
	margin: 0px;
	padding: 0px;
}
.sf_extra3 {
	height:153px;
	width:374px;
	margin:59px 0px 0px 480px;
	background-image:url(images/sf_extra3.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}
/*--------------------------------------------------
	Navigation
---------------------------------------------------*/
.sf_navigation {  /* one of the navs will be display: none; */
	clear: both;
	margin-top: 0px;
	width: 860px;
	min-height:33px;
	height:auto !important;
	height:33px;
}
.sf_navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	height:1%;
}
.sf_navigation:after,
.sf_navigation ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li {
	list-style-type: none;
	display: inline;
	float: left;
}
.sf_navigation ul li a {
	width: 170px;
	font-weight: bold;
	text-align: center;
	padding:10px 0px 9px 0px;
	text-decoration: none;
	display: block;
	min-height:14px;
	height:auto !important;
	height:14px;
}
.sf_navigation ul li a:visited {
}
.sf_navigation ul li a:hover {
	text-decoration: none;
}
.sf_navigation .widget_header {
	display:none;
}

/*--------------------------------------------------
	Flyout menu
---------------------------------------------------*/

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0px 0px 0px 5px;
	margin: 0;
	list-style: none;
}

#Nav1 a {	
	display:block;	
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	padding: 0px;
	background-image: none;	
}

#Nav1 li ul li { /* second-level lists */		
	width: 170px;	
	white-space: normal;	
}

#Nav1 li ul li a  { /* second-level lists */	
	width: 170px;
	background-color: #1F1F1F;
	background-image: none;	
	padding:7px 0px 5px 0px;
}

#Nav1 li ul li a:hover  { /* second-level lists */		
	background-image: none;	
}

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

#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;
}

.sf_extra5 {
	height: 24px;
}
/*--------------------------------------------------
	Page Title
---------------------------------------------------*/
.sf_pagetitle {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding:10px 0px 0px 20px;
	width:820px;
}
/*--------------------------------------------------
	Content
---------------------------------------------------*/
.sf_content {
	padding:10px;
	width:838px;
	margin: 0px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background-repeat:repeat-y;
	clear:both;
	position:relative;
}

.sf_extra7 {
	width:860px;
}

/*--------------------------------------------------
	Footer
---------------------------------------------------*/
.sf_footer {
	clear:both;
	display:box;
	float:left;
	font-size:10px;
	min-height:10px;
	height:auto !important;
	height:10px;
	padding:8px 30px;
	text-align:center;
	vertical-align:bottom;
	width:800px;
}
.sf_footer a{
	text-decoration:none;
}
.sf_footer a:hover{
	text-decoration:underline;
}
.sf_extra9 {
	width: 860px;
	height: 101px;
	clear: both;
}
/*--------------------------------------------------
	Extra Stuff
---------------------------------------------------*/
.sf_banner {
	margin: 45px 0px;
	text-align: center;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
}