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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-color:#79301D;
	}


	#wb-container-inner {

	}
	
	
	* html #wb-container-inner{


	}
	
	#wb-layout {
		margin: auto;
	 	width:800px;
	}

	#wb-layout-inner {

	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:200px;
		background-position: top right;
		background-repeat: no-repeat;
background-color:#8E4330;
	}
		* html #wb-layout-header{
	
		}

	#wb-layout-header-mask {
		width:800px;
		height:200px;
		overflow:hidden;
	}

	#wb-layout-header-base {
			width:800px;
	height:30px;
	background-color:#9F4D39;
	margin-bottom:2px;
				}
	
	* html #wb-layout-header-base {
				
			
			}
		
/* 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;
		margin-bottom:3px;
	
	}
			* html #wb-container-contentwrapper{
		
		}
					* html #wb-layout-header-mask a {
				position: relative;
			}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 198px;

			}
	
	* html #wb-layout-sidebar{
			
		}

	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		padding-top: 2px;
		background-color: transparent;
	}

	#wb-navigation-top {
	padding: 2px 0 30px 0px;
		background-position: bottom left;
	
	}
	
	#wb-basenav {
	}

	#wb-navbasewrap {
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation {
		width:198px;

			
	}

	#wb-navigation-top {
	width:198px;
	padding: 15px 0 15px 0px;
	

	}

	#wb-navigation-bottom {
	width:198px;
	background-color:#tranparent;
	
	
	}
	* html #wb-navigation-bottom{
	
				
				position:center bottom;
		}
					* html #wb-navigation-bottom a {
				position: relative;
			}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/

	#wb-navigation-bottom div {
	width:188px;
	padding:5px 5px;
		border-bottom-style:dotted;
	border-bottom-color:#b6b6b6;
	border-bottom-width:1px;

		
	}
		#wb-navigation-bottom div a{
	padding:5px 8px 5px 8px;
	display:block;
	}

    #wb-navigation-bottom div.submenu {border:none;
	

    }
        #wb-navigation-bottom div.submenu div {border:none;
		

        }
	 #wb-navigation-bottom div a h3{
                                    cursor:hand;
                               }


	#wb-basenav {
				
	}
	
	
	#wb-navbasewrap {
	padding:15px;
	}

	#wb-layout-main {
	width:596px;
	float: right;
	background-position: top left;
		

	}


	#wb-layout-main-inner-1 {

    }

	#wb-layout-main-inner-2  {

	}

/* Page FOOTER
**
**	ALL Layouts
**
*/

	
	#wb-layout-footer {
	background-repeat: no-repeat;
	min-height: 50px;
	background-color:#9F4D39;
	width:800px;

		}
				
		* html #wb-layout-footer{
			background-image:none;
				
				
		}
		

/* submenu */
div.submenu {
display:none;
	background-color: #FFF;
	border:none;
						

}

