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

	Folder:	Theme210
	Name:	Starfish
	Cat:	Outdoors & Nature

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



/*------------------------------------
	GENERAL
------------------------------------*/
body{
	font:12px Georgia, "Times New Roman", Times, serif;
	margin:0;
}

.sf_outer_wrapper{
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 750px;

}
.sf_wrapper{
	width: 692px;
	margin: 0 auto;
}
a, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	margin: 0px 22px 30px 22px;
}
.sf_header_wrapper:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_main_header{
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
}
.sf_sub_header{
	display: none;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}


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

.sf_navigation{
	float: left;
	
	margin-bottom: 15px;
	margin-left: 22px !important;
	margin-left: 10px;
}
.sf_navigation ul{
	margin: 0;
	padding: 0;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	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: 315px;
	height:27px;
	padding: 7px 0 0 15px;
	margin-bottom: 3px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.sf_navigation ul li a:hover{
	background-position: 0 -34px;
}


/*--[ right image ]--*/
.sf_extra4{
	float: right;
	width: 308px;
	height: 244px;
	margin-bottom: 15px;
	margin-right: 22px !important;
	margin-right: 10px;
	border: 1px solid;
}

/*------------------------------------
	PAGE TITLE
------------------------------------*/

.sf_extra5{/*--[ top of title ]--*/
	height: 12px;
	clear: both;
}
.sf_extra6{/*--[ bottom of title ]--*/
	height: 12px;
	margin-bottom: 10px;
}

.sf_pagetitle{
	clear: both;
	font-size: 11px;
	padding: 5px 22px;
	
}

/*------------------------------------
	CONTENT
------------------------------------*/

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

/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	margin-top: 100px;
	padding: 20px 0;
	font-size: 10px;
	text-align: center;
	margin-left: 22px;
	margin-right: 22px;
	color: #000000;
	clear: both;
}

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