
/*
**  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-color:#444443;
		background-image:url(../images/layout1/t_bgd.png);
		background-position:top center;
		background-repeat:repeat-y;
		
	}
	* html #wb-container-outer {
		height:100% !important;
		background-image:none;

	}


	#wb-container-inner {
		margin: auto;
				

	}


	#wb-layout {
		width:800px;
		margin:auto;
		padding-top:20px;

	}

	#wb-layout-inner {

	}

	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:200px;
		background-color:#fff;
		margin-bottom:10px;


	}			


	#wb-layout-header-mask {
		overflow:hidden;
				width:800px;
		height:200px;
		background-image:url(../images/layout1/t_content.png);
		background-position:top left;
		background-repeat:repeat-x;

	}
		* html #wb-layout-header-mask {
		background-image:none;

	}


	#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%;
		
		
	}
	

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 195px;
		background-color:#fff;
		margin-right:10px;
		background-image:url(../images/layout1/t_content.png);
		background-position:top left;
		background-repeat:repeat-x;

	}
		* html #wb-layout-sidebar {
		background-image:none;

	}
	
	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		background-image:none;
		background-repeat: repeat-y;
		padding-top: 10px;
	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:5px 15px 10px;

	}


/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */

	}
	
		#wb-navigation-bottom div {
			margin:0 0 15px 15px;
			
			
		}
		* html 		#wb-navigation-bottom div {
			margin:0 0 15px 0px;
			
			
		}
		#wb-navigation-bottom div a h3{
			padding: 10px 4px 10px 9px;
			width: 151px;
			border:1px solid #CFCFCF;
			cursor:hand;
			background-color:#EBEBEB;

		}
			#wb-navigation-bottom div a h3:hover{
			background-color:#BFBFBF;

		}
		* html 		#wb-navigation-bottom div a h3{
			width: 185px;

		}
			#wb-navigation-bottom div.submenu {
				margin: 0px;
				
			}

				#wb-navigation-bottom div.submenu div {
					margin:0 0 6px;
					
				}
					#wb-navigation-bottom div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:595px;
		float: right;
		background-color:#fff;
		background-image:url(../images/layout1/t_content.png);
		background-position:top left;
		background-repeat:repeat-x;
	}
		* html #wb-layout-main {
		background-image:none;
		width:590px;

	}
	#wb-layout-main-inner-1 {
    }

	#wb-layout-main-inner-2  {
	}

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 50px;
		height:auto !important;
		height: 50px;
		width: 800px;
		clear:both;
		background-color:#FFF;
		margin-top:10px;
		background-image:url(../images/layout1/t_content.png);
		background-position:top left;
		background-repeat:repeat-x;
	}
	
* html 	#wb-layout-footer {
		width: 800px;
		background-image:none;

	}
#wb-layout-footer-inner-1 {

	}
/* submenu defaults */
div.submenu {
	display: none;
	background-color: #fff;
}
