
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-color:#661800;
		
	}
		/* IE6 png hack */
		

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

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

	#wb-layout-inner {
		background-image:url(../images/layout1/re_header.png);
		background-repeat:no-repeat;
		background-position:top right;
		
	}
	
	* html #wb-layout-inner{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/re_header.png, );
				height:245px;
				width:770px;
		}
					* html #wb-layout-inner a{
				position:relative;

		}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:265px;
		background-image:url(../images/layout1/re_headerm.png);
		background-color:#742810;
		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/re_headerm.png, );

		}
			* html #wb-layout-header a{
				position:relative;

		}
		
	#wb-layout-header-mask {
		width:800px;
		height:265px;
		overflow:hidden;

	}

	#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%;
		background-color:#71250e;
		background-position: top left;
		background-image:url(../images/layout1/re_cont_bg.png);
		background-repeat:repeat-x;
	}
			* html #wb-container-contentwrapper{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/re_cont_bg.png, );
		}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 190px;
		background-color:#71250e;
	}

	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		padding-top: 2px;
		background-color: transparent;
	}

	#wb-navigation-top {
	padding: 2px 0 30px 0px;
		background-position: bottom left;
	
	}
	
	#wb-basenav {
	}

	#wb-navbasewrap {
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation {
		width:190px;
		background-position: top left;
		

	
	}

	#wb-navigation-top {
	width:190px;
	background-image:url(../images/layout1/re_menu_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	
	}
	
	* html #wb-navigation-top{
				background-image:none;
				
		}

	#wb-navigation-bottom {
	width:198px;
	padding: 0;

	}


/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/

	#wb-navigation-bottom div {
	background-color:#transparent;
	width:190px;
	padding:0;
	

	}
		#wb-navigation-bottom div a{
	padding:15px;
	}
	
	#wb-navigation-bottom div a h3{
                                  cursor:hand;
                               }


    #wb-navigation-bottom div.submenu {
	border:none;
	padding-bottom:20px;

    }
        #wb-navigation-bottom div.submenu div {

        }

	#wb-basenav {
		

	}

	#wb-navbasewrap {
	padding:0;
	width:168px;
	}

	#wb-layout-main {
	width:610px;
	float: left;
	background-position: top left;			

	}


	#wb-layout-main-inner-1 {

    }

	#wb-layout-main-inner-2  {

	}

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

	
	#wb-layout-footer {
	background-color:#461000;
	bottom-padding: 20px;
	
		}


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