/*********************************************************
**********************************************************

Folder: Theme350_GeneralHealth
Name: General Health
Cat: Health & Beauty

**********************************************************
*********************************************************/

/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;	
}

.sf_outer_wrapper {
    width: 683px;
    margin: auto;
    margin-top: 50px;
}

.sf_wrapper {
    width: 683px;
    position: relative;
}

.sf_extra1 {
    font-size:1px;
}

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

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    position: relative;
    height: auto !important;
	height: 100px;
	min-height: 100px;
    margin-right: 7px;
    padding: 0 0 0 16px;
}

/* banner image */
.sf_extra4 {
}

.sf_extra2 {
   float:left;   
   width: 200px;
   height: 30px;
}

.sf_main_header {		
	float:right;
	text-align: left;
	whitespace: no-wrap;
	width: 400px;
	height:30px;
	overflow:hidden;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

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

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

.sf_main_header div {
    vertical-align: bottom;
}
.sf_sub_header {	
	float:right;
	clear:both;
	text-align: left;
	width: 400px;
	whitespace: no-wrap;
	height:37px;
	overflow:hidden;
	margin-bottom: 20px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size: 16px;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top { display: none; }

.sf_navigation {
    float: left;
    margin: 0;
    margin-left: 4px;
    display: inline;
    width: 169px;
    padding-bottom: 32px;
}

.sf_navigation ul {
    margin: 0 0;
    height: auto !important;
    height: 1%;
    padding-left: 15px;
    list-style-type: none;
}

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

.sf_navigation ul {
    
}

.sf_navigation ul li {    
    margin: 0;
    margin-right: 16px !important;
    margin-right: 8px;
}

.sf_navigation ul li a {
	padding: 5px;
	margin-left: 3px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	width:130px;
	font-variant: normal;
}

.sf_navigation ul li a:hover {
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
/*------------------------------------
	Flyout - Left Aligned Menu
------------------------------------*/
#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 li ul {  
	position:absolute;
	left: -999em;
	width:130px;
	margin:-26px 0 0 130px;
	padding:0;
	z-index:1000;
	background:#FEFCFD;
}
#Nav1 li a {
	display: block;
}
#Nav1 li ul li {
	margin:0;
	background:none;
	float:left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#Nav1 li ul li a {
	display : block;
	background:#FEFCFD;
	color: #000;
	margin:0;
	width:120px;
	line-height:normal;
}
#Nav1 li ul li a:hover {
	background:#cccccc;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {  
	left: auto;
}

#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 li:hover, #Nav1 li.hover {  
    position: static;  
} 



/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	text-align: left;
	text-transform: uppercase;
	margin: 0 20px 0 190px;
	padding: 20px 20px 0 0;
	border-bottom: 2px solid #ccc;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.sf_pagetitle h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
}
.sf_content {
    margin: 0 20px 10px 180px;
    padding: 5px 0 0 0;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    min-height: 200px;
}

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

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

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;
    height: auto !important;
    padding: 15px;
    margin: 0;
	clear:both;
}

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

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: 13px;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
