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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		width:100%;
		min-width: 800px;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-image:url(../images/layout1/snow_fun_o.png);
		background-repeat:repeat-x;
		background-color:#000033;
	}
		/* IE6 png hack */
		* html #wb-container-outer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/snow_fun_o.png);
		}

	#wb-container-inner {
		margin: auto;
		width:800px;
		padding-bottom: 0px;
		background-color:#FFFFFF;
	}

	#wb-layout {
		padding-top:10px;
	}

	#wb-layout-inner {
	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:250px;
		background-image:url(../images/layout1/snow_fun_h.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		background-color:#FFFFFF;
		
	}
		

	#wb-layout-header-mask {
		background-image:url(../images/layout1/snow_fun_hm.png);
		background-repeat:no-repeat;
		width:800px;
		height:250px;
		overflow:hidden;
		
	
	}
		* html #wb-layout-header-mask{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/snow_fun_hm.png);
		}
			* 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-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		background-color:#FFFFFF;
		background-position: top left;
		background-repeat: repeat-y;
	}

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

	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		background-image: none;
		background-repeat: no-repeat;
		padding-top: 0px;
		padding-left: 10px;
	}

	#wb-navigation-top {
		background-image:none;
		background-repeat:no-repear;
		background-position: bottom left;
		padding-bottom: 12px;
	
	}
	
	#wb-basenav {
	}

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

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 5px 0px;
			cursor:hand;
		}
		#wb-navigation-bottom div a {
			cursor:hand;
		}
		#wb-navigation-bottom div a h3{
			padding: 0px 5px;
			width: 190px;
			cursor:hand;
		}
			#wb-navigation-bottom div.submenu {
			padding: 0px;
		
			}
				#wb-navigation-bottom div.submenu div {
				}
					#wb-navigation-bottom 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:#FFFFFF;
	} * html #wb-layout-main {
		width:590px;}

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

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

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


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