
/*
**  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:#e7daa3;
				background-image:url(../images/layout1/reliable_bgd.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
	* html 	#wb-container-outer {
		height:100% !important;
	}

	#wb-container-inner {
		margin: auto;
		width:800px;
		padding-bottom: 16px;
	}

	#wb-layout {
	}

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


	#wb-layout-header-base {
		height:52px;
					background-image: url(../images/layout1/reliable_hb.png);
			background-repeat:no-repeat;
					background-color:#E7DAA3;


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


/* 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;
				background-color:#E7DAA3;
				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 {

		padding-bottom: 16px;
		padding-top:40px;
	}

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

		}
		#wb-navigation-bottom div a h3{
			padding:4px 5px 3px 33px;
			background-image: url(../images/layout1/reliable_bullet.png);
			background-repeat:no-repeat;
			cursor:hand;
			
		}
		
		* html #wb-navigation-bottom div a h3{
		background-image: url(../images/layout1/reliable_bullet.gif);
			background-repeat:no-repeat;
			width:165px;
			
		}
		
		#wb-navigation-bottom div a:hover h3{
			background-image: url(../images/layout1/reliable_bullet-red.png);
			background-repeat:no-repeat;
			
		}
		* html 	#wb-navigation-bottom div a:hover h3{
			background-image: url(../images/layout1/reliable_bullet-red.gif);
			background-repeat:no-repeat;
			
		}

			#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:597px;
	}
	#wb-layout-main-inner-1 {
    }

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 120px;
		height:auto !important;
		background-image:url(../images/layout1/reliable_hb.png);
		background-position: top left;
		background-repeat: no-repeat;
		width: 800px;
		background-color:#E7DAA3;
	}

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

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

