
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:808px;
		min-height:100%;
		height:auto !important;
		background-color:#f3f3ef;
	}
	
		* html #wb-container-outer{
				height:100% !important;
}
			


	#wb-container-inner {
		margin: auto;
		background-image:none;
		background-position:top center;
		background-repeat:no-repeat;
		margin:auto;
		
	}

	#wb-layout {
		width:808px;
		margin:auto;
	}

	#wb-layout-inner {
		border:4px solid #FFF;
		
	}
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:200px;
		background-image:url(http://cegliavmz.com/images/layout1/cj_h.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		background-color:#1a74c8;
	}

			
	#wb-layout-header-mask {
		background-image:url(http://cegliavmz.com/images/layout1/cj_hm.png);
		background-repeat:no-repeat;
		width:800px;
		height:200px;
		overflow:hidden;
	}
		* html #wb-layout-header-mask{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/cj_hm.png, );
		}
			* html #wb-layout-header-mask a {
				position: relative;
			}

	#wb-layout-header-base {
				background-image:url(http://cegliavmz.com/images/layout1/cj_hb.jpg);
		background-repeat:no-repeat;
		height:15px;

	}
	
/* 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-position: top left;
		background-repeat: repeat-y;
		background-color:#FFFFFF;

	}

/* 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 {
		padding-top: 15px;		
	}

	#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;
		}
		#wb-navigation-bottom div a h3{
			padding: 0 5px 10px 10px;
			width: 185px;
			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;
		height: 100%;
		float: right;

		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
	}

	#wb-layout-main-inner-1 {
    }

	#wb-layout-main-inner-2  {
	}

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 57px;
		height:auto !important;
		background-image:url(http://cegliavmz.com/images/layout1/cj_f.jpg);
		background-repeat:no-repeat;
		background-position: bottom;
		width: 800px;
		background-color:#FFF;
		}

	#wb-layout-footer-inner-1 {
		padding-bottom:20px;
    }

/* submenu defaults */
div.submenu {
	display: none;
	background-color: #FFF;
}
