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

	Folder:	Theme218
	Name:	Ducky
	Cat:	Kids and Family

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

/*------------------------------------
GENERAL
------------------------------------*/
body {
	color:#000;
	background-image: url(images/body_bg.gif);
    margin: auto;
}

.sf_outer_wrapper {
    width: 900px;
    margin: auto;
    margin-top: 50px;
    padding: 8px;
}

.sf_wrapper {
    width: 900px;
}

a:link {
	text-decoration: underline;
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	text-decoration: none;
	color:#000;
}

p {
	margin: 0px 0px 1em;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    height: 250px;
    width: 546px;
    float: left;
}

.sf_extra4 { /* margin-left: 554px; */
    float: right;
    width: 346px;
    height: 250px;
}

.sf_main_header {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 56px;
	height: 250px;
	width: 546px;
	overflow: hidden
}

.sf_sub_header {
	display: none;
}

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

/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top{
	display:none;
}
.sf_navigation {
	clear: both;
	height: auto !important;
	width: 900px;
	background-color: #B38B57;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

.sf_navigation ul {
    margin: 0;
    height: auto !important;
    height: 33px;
    background-color: #B38B57;
    padding:0px 0px 0px 15px;
	list-style-type: none;
}

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

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

.sf_navigation ul li a, .sf_navigation ul li a:visited {
	padding: 17px 8px 0;
	margin: 0;
	text-decoration: none;
	display: block;
	height: 33px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;	
}

.sf_navigation ul li a:hover {
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sf_navigation .subnav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

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

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 209px;
	left: -999em;
	z-index: 1000;	
}

#Nav1 li ul li { /* second-level lists */	
	width: 209px;
}

#Nav1 li ul li a,
#Nav1 li ul li a:visited { /* second-level lists */		
	display:block;
	border-right: none;
	border-left: none;	
	padding: 5px 5px 7px 8px;
	width: 180px;
	height:auto !important;
	border-width:0px 8px;
	border-color:#FFFFFF;
	border-style:solid;
}

#Nav1 li ul li a:hover { /* second-level lists */	
	background-image: none;
	text-decoration: underline;
	background-color: transparent;
	border-width:0px 8px;
	border-color:#FFFFFF;
	border-style:solid;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	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;
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	clear: both;
	text-align: left;
	height: auto !important;
	height: 40px;
	min-height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-position: left bottom;
	padding-bottom:20px;
}

.sf_pagetitle div {
	margin:0 auto;
	padding:20px 0 8px;
	width:845px;
	border-bottom: none;	
}

.sf_extra6 {
	background-color: #fff;
	width: 845px;
	height: 8px;
	position: absolute;
	margin-left: 20px;
	margin-top: -20px;
}

.sf_pagetitle h1 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

.sf_content {
    margin: 0px;
    padding: 20px 20px 10px 32px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height:1%;
    height: auto !important;
	height:1%;
}

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

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto;
    padding: 12px 20px 10px 40px;
	clear: both;
}

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

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
	color:#000;
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: .8em;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}

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