/*----------------------------------
		Theme_#	513
		Cat 		Outdoors & Nature
		Name		Bark Park
----------------------------------*/

/**
 * @hack 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_pagetitle,
* html .sf_content,
* html .sf_footer {
	position:relative;
}

body {
	background-position:0 0;
  background-repeat:repeat-x;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 25px 0;
	padding:0;
}

a, a:link {
	color:#ef2539;  
	font-weight:bold;
	text-decoration:none;	
}

a:visited {
	color:#ef2539;	
	text-decoration:none;	
}

a:hover {
	color:#ef2539;	
	text-decoration:underline;
}


.sf_outer_wrapper {

}

.sf_extra1 {
}


.sf_wrapper {
	min-width: 960px;
}

* html .sf_wrapper {
	width: expression(document.body.clientWidth < 962? "960px" : "100%");
}

/*--------------------------------
		Top Navigation
---------------------------------*/

.sf_navigation_top {
	display:none;
}

.sf_navigation_top ul {
	
}

.sf_navigation_top ul:after {
	
}

.sf_navigation_top ul li {
	
}

.sf_navigation_top ul li.sf_last_nav_item {
	
}

.sf_navigation_top ul li.sf_first_nav_item {

}

.sf_navigation_top ul li a {	
	
}

.sf_navigation_top ul li a:visited {
	
}

.sf_navigation_top ul li a:hover{
	
}

/*--------------------------------
		End Top Navigation
---------------------------------*/

.sf_extra10{
	background-image:url(images/dog.jpg);
	background-position:100% 0;
	background-repeat:no-repeat;
	height:291px;
	right:27px;
	position:absolute;
	
	/* For Bug #442542 - @see bugzilla.mozilla.org */
	/* REMOVED: top:19px;*/
	margin-top:19px;
	/* End fix */
	
	width:343px;  
	z-index:9999;  
}

.sf_extra10 span {
	background-image:url(images/frame.png);
	background-position:0 0;
  background-repeat:no-repeat;  
	height:319px;  
  position:absolute;
  right:-25px;
  top:-18px;
	width:343px;
  z-index:100000;
}

/**
 * @hack PNG Fix
 */
* html .sf_extra10 span {
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
  this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)); 
}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
	background-color:#a9eafe;
	background-image:url(images/hbg.jpg);
	background-position:0 0;
	background-repeat:repeat-x; 
	height:130px;
	margin:0;
	padding:0;
}

/**
 * @hack Self clearing
 */
.sf_header_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_header_wrapper {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_header_wrapper {height: 1%;}
.sf_header_wrapper {display: block;}
/* End hide from IE-mac */

.sf_extra2 {
  background-position:0 0;
  background-repeat:no-repeat;
  float:left;
	height:113px;
  margin-left:10px;
  width:107px;
}

/**
 * Need height and overflow for regular WST themes. 
 */
.sf_main_header {
	color:#000000;
	float:left;
	font-family:"Trebuchet MS", Helvetica, sans-serif ;
	font-size:27px;
	font-weight:bold;
	height:80px;
	padding-top:30px;
	overflow:hidden;
	width:480px; 
}

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

.sf_extra3 {
}

.sf_sub_header { 
	display:none;
}

.sf_main_header p, .sf_sub_header p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Header
--------------------------*/

.sf_extra4 {
	background-color:#fcf3a5;
	background-image:url(images/nav_top.gif);
	background-position:0 0;
	background-repeat:repeat-x;	
	height:54px;
	width:100%;
}

.sf_extra4 span{

}

/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation {
	z-index:50;
	background-color:#fcf3a5;
	background-image:url(images/nav_bottom.gif);
	background-position:0 100%;
	background-repeat:repeat-x; 
	margin:0;
	padding:24px 0;
	width:100%;
}

.sf_navigation ul {   
	list-style-type:none;
	margin:0 350px 0 0;
	padding:0 0 0 25px;
}

.sf_navigation ul li {
	display:inline;
	float:left;
	padding-right:20px;
	font-weight:bold;
	white-space:nowrap;
}

.sf_navigation ul li.sf_last_nav_item {
	
}

.sf_navigation ul li.sf_first_nav_item {

}

.sf_navigation ul li a {

}

.sf_navigation ul li a:visited {

}

.sf_navigation ul li a:hover {

}

/*------------------------------------
	Dropdown
------------------------------------*/
#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, 
#Nav1 ul { /* all lists */
	list-style: none;
}
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
#Nav1 a {
	display: block;
}
#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:137px;
	padding:5px 5px 0px 5px ;
	background:#FCF3A5;
	border:solid 1px #DFD68B;
	z-index:1000;
}
#Nav1 li ul li {
	background:none;
	padding:0;
	margin:0;
}
#Nav1 li ul li a {
	height:auto;
	width:125px;
	padding:2px 5px;
	line-height:normal;
	white-space:normal;
	margin:0 0 5px 0;
	background:#EFE595;
	border:solid 1px #CFC781;
}
#Nav1 li ul li a:hover {
	background:#9DE1F6;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*--------------------------------
		End Navigation
---------------------------------*/

.sf_extra5 {

}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	background-color:#ffffff;
	color:#000000;  
  font-family:"Trebuchet MS","Lucida Sans Unicode", "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:26px;
  margin:36px 108px 0px 25px;
	padding:25px 265px 0px 25px;  
}

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

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_extra6 {
	
}

/*--------------------------------
		 Sub Navigation
---------------------------------*/

.sf_subnavigation {
	display: none;
}

.sf_subnavigation ul {
	
}

.sf_subnavigation ul:after {
	
}

.sf_subnavigation ul li {
	
}

.sf_subnavigation ul li.sf_last_nav_item {

}

.sf_subnavigation ul li.sf_first_nav_item {

}

.sf_subnavigation ul li a {
	
}

.sf_subnavigation ul li a:visited {
	
}

.sf_subnavigation ul li a:hover {
	
}

/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {

}
	
/*--------------------------
		Content
--------------------------*/

.sf_content {
	background-color:#ffffff;
  margin:0px 108px 20px 25px;
	padding:25px;
}

.sf_content img {
	
}

/*--------------------------
		End Content
--------------------------*/


.sf_extra12 {
	
}


/*--------------------------------
		 Sub Navigation2
---------------------------------*/

.sf_subnavigation2 {
	display: none;
}

.sf_subnavigation2 ul {
	
}

.sf_subnavigation2 ul:after {
	
}

.sf_subnavigation2 ul li {
	
}

.sf_subnavigation2 ul li.sf_last_nav_item {

}

.sf_subnavigation2 ul li.sf_first_nav_item {

}

.sf_subnavigation2 ul li a {
	
}

.sf_subnavigation2 ul li a:visited {
	
}

.sf_subnavigation2 ul li a:hover{
	
}

/*--------------------------------
		 End Sub Navigation2
---------------------------------*/

.sf_extra7 {
	
}

.sf_extra7 span{
	
}

/*--------------------------
		 Footer
--------------------------*/

 .sf_footer {
	font-weight:bold;
  margin-bottom:20px;
  margin-left:25px;  
  text-align:left;
  width:400px; 
}

.sf_footer div{
	
}

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

/*--------------------------
		End Footer
--------------------------*/


.sf_extra8 {
	
}

.sf_extra9 {

}


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

.sf_banner {		
	margin-left:25px;  
  text-align:left;  
  width:400px;
} 

.sf_banner a {

}

.sf_banner a:visited {

}

.sf_banner a:hover {

}


.sf_footer,.sf_banner {

}

/*--------------------------
		Hacks
--------------------------*/

/**
 * @hack Self clearing div
 */
.sf_navigation ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_navigation ul {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_navigation ul {height: 1%;}
.sf_navigation ul {display: block;}
/* End hide from IE-mac */

/**
 * @hack Self clearing div
 */
.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_content {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_content {height: 1%;}
.sf_content {display: block;}
/* End hide from IE-mac */


/**
 * @hack Trigger hasLayout in IE
 */  
.sf_footer {
  min-height:1%;
  height:auto !important;
  height:1%;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
