
/*
**  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-position:top center;
		background-image:url(../images/layout1/cr_bgd.png);
		background-repeat: no-repeat;
		background-color:#fff;
	}
	* html #wb-container-outer {
		background-image:none;
		height:100% !important;

	}
			
	#wb-container-inner {
		margin: auto;

	}


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

	#wb-layout-inner {

	}

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

	#wb-layout-header-mask {
		background-image:url(../images/layout1/cr_hm.png);
		background-position: top left;
		background-repeat: no-repeat;
		overflow:hidden;
				width:800px;
		height:428px;
	}
	
	* html #wb-layout-header-mask {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/cr_hm.png, );
		}
			* html #wb-layout-header-mask  a {
				position: relative;
			}

	#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: 200px;

	}

	
	/* sidebar navigation */
	#wb-navigation {

	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:10px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 3px 0px;
			background-position:top left;
			background-image:url(../images/layout1/cr_bullet.png);
			background-repeat: no-repeat;
		}
		
			* html #wb-navigation-bottom div {
				background-image:url(../images/layout1/cr_bullet.gif);
		}
		
		#wb-navigation-bottom div a h3{
			padding: 1px 5px 10px 31px;
			width: 170px;
			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;
		float: right;
	}
* html 	#wb-layout-main {
		width:593px;
	}
	#wb-layout-main-inner-1 {
    }

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 145px;
		height:auto !important;
		width: 800px;
		clear:both;
					background-position:bottom right;
			background-image:url(../images/layout1/cr_f.png);
			background-repeat: no-repeat;
	}
		* html #wb-layout-footer {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/cr_f.png, );
		}
			* html #wb-layout-footer  a {
				position: relative;
			}
#wb-layout-footer-inner-1 {

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