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

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		width:100%;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-image:url(../images/layout1/ray_background.png);
		background-color:#000000;
		background-repeat:repeat-x;
	}
		/* IE6 png hack */
		* html #wb-container-outer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/ray_background10x10.png, );
		}

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

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

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

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

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

	#wb-layout-header-base {
	width:940px;
	height:35px;
	background-image:url(../images/layout1/ray_hb.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	}





/* 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:940px;
		height: 100%;
		background-color:#000000;
		background-position: top left;
		background-image:url(../images/layout1/ray_cont.png);
		background-repeat:repeat-x;
	}
	* html #wb-container-contentwrapper{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout1/ray_cont_1px.png, );
		}

/* 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;
		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:198px;
		background-position: top left;

	
	}

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

	background-position:top left;

	}

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

	}

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

	#wb-navigation-bottom div {
	
	background-color:#transparent;
	border-bottom:1px dashed #1882a4;
	width:198px;
	padding:10px 0px;

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

	}

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

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

        }

	#wb-basenav {

	}

	#wb-navbasewrap {

	}

	#wb-layout-main {

	width:740px;

		float: right;
		background-position: top left;


	}


	#wb-layout-main-inner-1 {

    }

	#wb-layout-main-inner-2  {

	}

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

	
	#wb-layout-footer {
	border-top: 2px solid #1882a4;
	background-color:#000000;


	
	}
				* html #wb-layout-footer {

		}
		

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