/*----------------------------------
		Theme_#	504
		Cat 	Arts & Hobbies
		Name	Woodworking
----------------------------------*/

body {
  font-family: verdana, serif;
  font-size:14px;  
  margin:0;
  _width: expression(document.body.clientWidth > 1010 ? "100%" : (document.body.clientWidth < 1011 ? "1010px" : "100%"));
  width:100%;  
  min-width:1010px;  
  margin:0 auto;
}


a, a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
}

p {

}

.sf_outer_wrapper {
 	 _width: expression(document.body.clientWidth > 1010 ? "100%" : (document.body.clientWidth < 1011 ? "1010px" : "100%"));	
	width:100%;  
	min-width:1010px;  	 
	background-position:0 0;
	background-repeat:repeat-x;	
}

.sf_pagetitle, .sf_content,.sf_footer {
  background-color:#ffffff;
  background-position:50% 0%;
  background-repeat:repeat-y;
  padding:0 40px;
  margin:0 auto; 
  width:930px;
}
  
.sf_extra1 {
}

.sf_wrapper {

}

/*--------------------------------
		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 {
	
}

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

.sf_header_wrapper {
  background-color:#FFFFFF;
  background-position:50% 0%;
  background-repeat:no-repeat;

	width:1010px;
  margin:0 auto;
}

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

.sf_extra2 {	
  background-image: url(images/main.png);
  background-position: 0 0;
  background-repeat:no-repeat;
  display:inline;
	float:right;  
	height:278px;
  margin-right:25px;
  margin-top:14px;
  width:593px;  
}


* html .sf_extra2 {
	_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));   
}

.sf_main_header {
	float:left;
  font-family:tahoma,verdana,sans-serif;
  font-size:46px;
  font-weight:100;
	height:230px;
  padding-left:34px;
	padding-top:20px;
	overflow:hidden;
  width:358px;
}

.sf_main_header div{
	height:226px;
	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 {
	
}

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

.sf_navigation { 
	border-left:1px solid #000000;
	border-right:1px solid #000000;    
  padding:0;
  margin:0 auto; 
  width:960px;  
}

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

.sf_navigation ul {
	background-color: #f8f9af; 
  background-color: #f8f9af;  
  background-image: url(images/navbg.gif);
  background-position: 2px 0; /* linue up the tape measure */
  background-repeat:repeat;  
	margin:0px;
	padding:0px;
	white-space: nowrap;
  border-top:1px solid #000000;
  
  /*** START FAST HACK ***/
  /* To trigger hasLayout in IE */
  min-height:54px;
  height:auto !important;
  height:54px;
  /*** END FAST HACK ***/  
  
}

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

.sf_navigation ul li {   
  display: block;  
  float: left;    
	line-height:24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  
  /*** START FAST HACK ***/
  /* To make elements collapse */  
  min-width:1%;
  width:auto !important;
  width:1%;
  /*** END FAST HACK ***/    
}

.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:link {
  color:#000000;
	display: block;
  height:24px; /* don't let the tape measure get messed up */
  padding: 15px 45px;  
  border-right: 1px solid #000000;
	text-decoration: none;   
}

.sf_navigation ul li a:visited {
  color:#000000;
	text-decoration: none;  	
}

.sf_navigation ul li a:hover{
  background-image: url(images/bullet.jpg);
  background-position: 0 50%;
  background-repeat:no-repeat;
  color:#000000;    
	text-decoration: none;
}


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

.sf_extra5 {
	display:none;
}

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

.sf_pagetitle {
  padding-bottom:10px;
  padding-top:10px;
	font-size:28px;
}

.sf_pagetitle p {
	margin:0;
} 

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

.sf_extra6 {
	display:none;	
}

/*--------------------------------
		 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;
}

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

.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 {
  padding-top:20px;
  padding-bottom:20px;
	text-align:center;
}

.sf_footer div{
	
}

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

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


.sf_extra8 {
	
}

.sf_extra9 {
	
}


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

.sf_banner {	
	background:url(images/saw.gif) 50% 0 repeat-x;
  color:#000000;
  margin:0 auto;
  padding-bottom:20px;  
  padding-top:30px;
  width:960px;
}

.sf_banner img {
	float:left;
  margin:0 20px 20px 0;
}

.sf_banner a, .sf_banner a:link {
  color:#000000;
}

.sf_banner a:visited {
  color:#000000;
}

.sf_banner a:hover {
  color:#000000;
}