
/*
**  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/gw_o.jpg);
		background-position:center top;
		background-repeat:repeat-y;
		background-color:#000000;
	}
		* html 	#wb-container-outer {
		height:100% !important;
	}
	#wb-container-inner {
		margin: auto;
		width:800px;
		background-image:url(../images/layout1/gw_ci.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		padding-bottom: 0px;
		
	}

	
	#wb-layout {
		padding:0px 0px;
	}

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

/* 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;
		padding-left: 10px;	}

	/* sidebar navigation */
	#wb-navigation {
		background-position:bottom left;
		background-image:url(../images/layout1/gw_navbot.gif);
		background-repeat: no-repeat;
		
		background-color: transparent;
	}

	#wb-navigation-top {
		background-image:url(../images/layout1/gw_navtop.gif);
		background-repeat:no-repeat;
		background-position: top left;
	
		padding-bottom: 32px;
		padding-top:32px;
	}
	
	#wb-basenav {
	}

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

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	padding-bottom: 0px;	

		
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			
			width: 200px;
			height:35px;
			padding-left: 15px;
				background-image:url(../images/layout1/gw_bot.gif);
	background-repeat:repeat-y;
	background-position: bottom left;
		
		
		
		}
		#wb-navigation-bottom div a h3{
			padding-top: 8px;
			width:195px;
			
		}
			#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:590px;
		height: 100%;
		float: right;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
		background-color:transparent;
	}
	
	* html #wb-layout-main {
		padding:0px 10px;}
		

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

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 35px;
		height:auto !important;
		background-image:url(../images/layout1/gw_f.jpg);
		background-position: top left;
		background-repeat: repeat-y;
		width: 770px;
		padding:0px 15px;
		background-color:transparent;
	}
	
			* html #wb-layout-footer a {
				position: relative;
			}


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

