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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}	

/*
**  New navigation option
*/
	#wb-header-nav {
		display:none
	} 
/*
**  Ends New navigation option
*/	

#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		background-position:center top;
		background-image:url(../images/layout1/rds_bgd.png);
		background-repeat: repeat;
		background-color:#fff;
	}
	* html #wb-container-outer {
		display:block;
		min-height:auto !important;
		height:100% !important;
	}
	
	*html #wb-container-outer {
		background-image:none;
	}
	
	*+html 	#wb-container-outer {
		height:auto !important;
	}	


	#wb-container-inner {
		margin: 0 auto;
		background-position:center top;
		background-image:url(../images/layout1/rds_outer.png);
		background-repeat: no-repeat;
		
		height:100%;
	}
	
	* html 	#wb-container-inner {
		background-image:none;	
	}
	
	
	*+html	#wb-container-inner {
		display:block;
		width:100%;
		min-height:100% !important;
		height:100% !important;		
	}

	#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:290px;
		background-position:right top;
		background-image:url(../images/layout1/rds_h.png);
		background-repeat: no-repeat;
	}		
	
* html 	#wb-layout-header{
		background-image:url(../images/layout1/rds_h.gif);

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


	#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-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 7
*/

	#wb-layout-top-header {
		display: none;
    }
	
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		background-image:url(../images/layout1/rds_content.png);
		background-position: top;
		background-repeat: repeat-y;
		
		
	}

/* 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 {
		background-position:top left;
		background-image:none;
		background-repeat: repeat-y;
		padding-top: 10px;
	}

	#wb-navigation-top {
	}

			
	#wb-basenav {

	}

			
	#wb-navbasewrap {
		padding:20px 15px 10px;

	}


/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */

	}
	
		#wb-navigation-bottom div, #wb-navigation-bottom-header div {
			background-position:top left;
		background-image:url(../images/layout1/rds_nav.png);
		background-repeat: no-repeat;
		padding:10px 7px;
		margin:8px 0;
		width:200px;
			
			
		}
	* html #wb-navigation-bottom div, * html #wb-navigation-bottom-header div {
		background-image:none;
		background-color:#CCC;
			
			
		}
		#wb-navigation-bottom div a h3, #wb-navigation-bottom-header div a h3{
			cursor:hand;
			width:170px;

		}
			#wb-navigation-bottom div:hover, #wb-navigation-bottom-header div:hover{
			background-position:top left;
		background-image:url(../images/layout1/rds_navh.png);
		background-repeat: no-repeat;

		}
		* html 		#wb-navigation-bottom div:hover, * html 		#wb-navigation-bottom-header div:hover{
			background-image:none;

		}
			#wb-navigation-bottom div.submenu, #wb-navigation-bottom-header div.submenu {
				margin: 0px;
				background-image:none;
				padding:0;
				
			}
			#wb-navigation-bottom div.submenu:hover, #wb-navigation-bottom-header div.submenu:hover {
				margin: 0px;
				background-image:none;
				
			}

				#wb-navigation-bottom div.submenu div, #wb-navigation-bottom-header div.submenu div {
					margin:0 0 6px;
					
				}
					#wb-navigation-bottom div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:600px;
		float: right;
		min-height:160px;
		
	}
* html 	#wb-layout-main {
		width:585px;
	}
	#wb-layout-main-inner-1 {
		padding: 0 15px 27px;
    }

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 143px;
		height:auto !important;
		height: 143px;
		width: 800px;
		clear:both;
		background-image:url(../images/layout1/rds_f.png);
		background-position: top;
		background-repeat: no-repeat;

	}
		* html 	#wb-layout-footer {
		background-image:url(../images/layout1/rds_f.gif);


	}	
	
#wb-layout-footer-inner-1 {

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