
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		
		min-width:800px;
		min-height:100%;
		height:auto !important;
		background-image:url(../images/layout1/w_o.png);
		background-position:left top;
		background-repeat:repeat;
		background-color:#000000;
	}	* html #wb-container-outer {
				height:100% !important;
				background-image:none;
				}
		/* IE6 png hack */

	#wb-container-inner {
		margin: auto;
		width:963px;
		background-image:url(../images/layout1/w_ci.png);
		background-position:top left;
		background-repeat:no-repeat;
		padding-bottom: 0px;
		
	}		* html #wb-container-inner {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/w_ci.png);
}

	
	#wb-layout {
		margin-left:82px;
	}

	#wb-layout-inner {
	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:322px;
		background-image:url(../images/layout1/w_h.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-color:#ff7a05;
		
	}			* html #wb-layout-header{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/w_h.png);
}
	
		
			* html #wb-layout-header a {
				position: relative;
			}
	
	
	
		
	#wb-layout-header-mask {
		width:800px;
		height:322px;
		overflow:hidden;
	}

		
			* html #wb-layout-header-mask a {
				position: relative;
			}

	





/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 3
*/

    #wb-navigation-subtop {
		display: none;
    }

    #wb-top-subbasenav {
    }
	
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 7
*/

	#wb-layout-top-header {
		display: none;
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		background-image:url(../images/layout1/w_cr.png);
		background-position: top left;
		background-repeat: repeat;
		background-color:#000;
			}	
			* html #wb-container-contentwrapper {
				background-image:url(../images/layout1/w_cr.gif);
				background-position: top left;
		background-repeat: repeat;
}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 200px;
		background-color:transparent;
		background-position:top left;
		background-image:none;
		background-repeat: no-repeat;
		}

	/* sidebar navigation */
	#wb-navigation {
		padding-left: 10px;
	}

	#wb-navigation-top, #wb-navigation-top-header {
		background-image:url(../images/layout1/w_navtop1.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		padding-bottom: 32px;
		padding-top:18px;
	}	
	
	#wb-basenav {
	}

	#wb-navbasewrap {
	padding-left: 15px;
	
	padding-bottom: 10px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom, #wb-navigation-bottom-header {
	padding-bottom: 0px;	
		background-image:url(../images/layout1/w_navtop1.jpg);
		background-repeat:no-repeat;
		background-position: bottom left;
		padding-bottom:20px;
	}	
	
		#wb-navigation-bottom div, #wb-navigation-bottom-header div {
			cursor:hand;
		
		
		
		
		
		}
		#wb-navigation-bottom div a h3, #wb-navigation-bottom-header div a h3{
			background-image:url(../images/layout1/w_navtop_divh31.jpg);
			background-repeat:repeat;
			background-position: bottom left;
			padding: 8px 10px 8px 30px;
			width:150px;
			cursor:hand;
			border-bottom:1px solid #000;
			
		}	
		
		#wb-navigation-bottom div a:hover h3, #wb-navigation-bottom-header div a:hover h3{
			background-image:url(../images/layout1/w_navtop_hover1.jpg);
			background-repeat:repeat-y;
			background-position: bottom left;
			padding: 8px 10px 8px 30px;
			width:150px;
			cursor:hand;
			
		} 
		
		
			#wb-navigation-bottom div.submenu, #wb-navigation-bottom-header div.submenu {
				padding: 0px;
			}
				#wb-navigation-bottom div.submenu div, #wb-navigation-bottom-header div.submenu div {
				}
					#wb-navigation-bottom div.submenu div a, #wb-navigation-bottom-header div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:600px;
		height: 100%;
		float: right;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
		background-color:transparent;
	}
	
	
		

	#wb-layout-main-inner-1 {
    }

	#wb-layout-main-inner-2  {
	}

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		height:auto !important;
		height:47px;
		background-image:url(../images/layout1/w_f.png);
		background-position: top left;
		background-repeat: no-repeat;
		width:800px;
		background-color:#000000;
	}	* html #wb-layout-footer {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/w_f.png);
}
	
			* html #wb-layout-footer a {
				position: relative;
			}


/* submenu defaults */
div.submenu {
	display: none;
	background-color:#000000;
}


/*
**  New navigation option
*/
                #wb-header-nav {
                                display:none
                } 
/*
**  Ends New navigation option
*/

