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

	Folder:	Theme201
	Name:	Sunnyside Up
	Cat:	Generic

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



/*------------------------------------
	GENERAL
------------------------------------*/
body{
	color:#000;
	margin: 20px 0 80px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.sf_outer_wrapper{
	margin-left: 0 !important;
	margin-left: 1px;
}
.sf_wrapper{
	width: 665px;
	margin: auto;
}


/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	border-bottom: 1px solid #454D55;
	margin-bottom: 30px;
}
.sf_header_wrapper:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_main_header{
	color: #3E3D37;
	font-size: 20px;
	height: 30px;
	overflow:hidden;
	margin-bottom:8px;
}
.sf_sub_header{
	color: #3E3D37;
	font-size: 0.8em;
	height: 15px;
	overflow:hidden;
}
.sf_main_header p, .sf_sub_header p{
margin:0;
padding:0;
}




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

.sf_navigation{
	float: left;
	width:334px;
	margin-bottom: 15px;
}
.sf_navigation ul{
	margin: 0;
	padding: 0;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.sf_navigation ul li{
	list-style-type: none;
	.display: inline;
}
.sf_navigation ul li.sf_last_nav_item{
}
.sf_navigation ul li a{
	width: 319px;
	height:23px;
	padding: 5px 0 0 15px;
	display: block;
	color: #29200E;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
}
.sf_navigation ul li a:visited{
	color: #29200E;
}
.sf_navigation ul li a:hover{
	color: #29200E;
	background-position: 0 -1px;
}

/* Drop Down Menu - Left */
#Nav1, 
#Nav1 ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

#Nav1 li ul {
	position: absolute;
	left: -999em;
	z-index:1000;
	margin-left: 334px;
	margin-top: -28px;
}

#Nav1 li ul li a{
	width: 300px;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { 
	left: auto;
}
#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
/* Drop Down Menu End */

/*--[ right image ]--*/
.sf_extra5{
	float: right;
	width: 317px;
	height: 247px;
	margin-bottom: 15px;
	border: 1px solid;
	border-color: #939284 #4C4B44 #4C4B44 #929083;
}
.sf_extra5 span{
	display: block;
	border-top: 1px solid #FFB09C;
}





/*------------------------------------
	CONTENT
------------------------------------*/
.sf_pagetitle{
	clear: both;
	color: #454D55;
	padding: 0px 0 1px 0;
	margin-bottom: 30px;
	font-weight:bold;
	font-size: 16px;
}
.sf_pagetitle div{
	padding-left: 2px;
}
.sf_content:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_content{
	margin-bottom: 100px;
}






/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	color:#000;
	clear: both;
	padding: 20px 0;
	font-size: 8px;
	text-align: center;
}



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


a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}


/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	color:#000;
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: 8px;
}
.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;  
} 
