
/*
**  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/general_bg.png);
		background-repeat:repeat-x;
		background-color:#dbe9f0;
	}
	
	* html #wb-container-outer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/flowery_cont_bg_ie6.png, );
			height:100%  !important;
	}

	#wb-container-inner {
		backgrund-image: url(../images/layout1/general_bg.png);
		margin: auto;
		width:800px;
		padding-bottom: 16px;
	}


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

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

	#wb-layout-header-mask {
		background-image:url(../images/layout1/flowery_headerm.png);
		background-repeat:repeat-x;
		width:800px;
		height:258px;
		overflow:hidden;

	}
		* html #wb-layout-header-mask{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/flowery_headerm.png, );
		}
			* html #wb-layout-header-mask a {
				position: relative;
			}

	#wb-layout-header-base {
	width:800px;
	height:44px;
	background-color:#transparent;
	background-image:url(../images/layout1/flowery_headerbase.png);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
		* html #wb-layout-header-base{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/flowery_headerbase.png, );
		}

/* 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-image:url(../images/layout1/flowery_cont_bg.png);
		background-repeat:repeat-x;
	}
			* html #wb-container-contentwrapper{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/flowery_contentbg.png, );
		}
					* 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;
		background-image:url(../images/layout1/flowery_menu_up.png);
		background-repeat:no-repeat;
		padding-top:40px;
	}
	
	* html #wb-layout-sidebar{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/flowery_menu_up.png, );
				height:67px;
		}
	
	* html #wb-layout-sidebar a {
				position: relative;
			}

	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
	}

	#wb-navigation-top {
	
	}
	
	#wb-basenav {

	}

	#wb-navbasewrap {
		padding:20px 10px 10px 10px;
		background-image:none;
		background-repeat:no-repeat;
		background-position:top left;
	}			


/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 10px 0;

		}
		#wb-navigation-bottom div a h3{
			padding: 0px 5px;
			width: 189px;
			cursor:hand;
		}
			#wb-navigation-bottom div.submenu {
				padding: 0px;
			}
				#wb-navigation-bottom div.submenu div {
				}
					#wb-navigation-bottom div.submenu div a{
					}



	#wb-basenav {
		background-image:url(../images/layout1/flowery_menu_down.png);
		background-repeat:no-repeat;
		background-position:center bottom;
		
	}
	
	#wb-navbasewrap {
	padding:15px;
	}

	#wb-layout-main {
	width:602px;

		float: right;
	}
* html 	#wb-layout-main {
	width:600px;

	}

	#wb-layout-main-inner-1 {

    }

	#wb-layout-main-inner-2  {

	}

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

	
	#wb-layout-footer {
	background-color:#FFFFFF;
	background-image:url(../images/layout1/flowery_f.png);
	background-repeat: no-repeat;
	min-height:70px;
	
		}
				* html #wb-layout-footer{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/flowery_f.png, );
				
				

		}
		

/* submenu */
div.submenu {
display:none;
	background-color: #217aac;
	
}

