
/*
**  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-image:url(../images/layout1/tv_colors_1.gif);
		background-repeat:repeat;
		background-color:#000000;
	}
		/* IE6 png hack */
	* html #wb-container-outer {
		height:100% !important;

	}
	#wb-container-inner {
		margin: auto;
		width:800px;
		background-image:none;
		background-position:top left;
		background-repeat:no-repeat;
		padding-bottom: 0px;
		
	} 

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

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

	




/* 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:transparent;
			background-image:none;
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	

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

	/* sidebar navigation */
	#wb-navigation {
		background-position:top left;
		background-image: none;
		background-repeat: no-repeat;
		padding-top: 0px;
		padding-left:0px;
		background-color: transparent;
	}

	#wb-navigation-top {
		background-image:none;
		background-repeat:no-repeat;
		background-position: bottom left;
		padding-bottom: 12px;
	}
	
	#wb-basenav {
	}

	#wb-navbasewrap {
	padding-left: 10px;
	padding-right:10px;
	}
/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
		width:195px;
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 2px 0px;
		
			
		}
		#wb-navigation-bottom div a h3{
			padding: 8px 5px 8px 20px;
			background-image:url(../images/layout1/tv_colors_btn.jpg);
			background-repeat:repeat-y;
			background-position:left top;
			background-color:#F3C;
			width: 170px;
			cursor:hand;
			
		}	
			#wb-navigation-bottom div.submenu {
				padding: 0px;
							background-image:none;
				background-color:ffffff;
			}
				#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;
		background-color:transparent;
	}

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

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 146px;
			background-image:url(../images/layout1/tv_colors_f.png);
		background-position: top left;
		background-repeat: no-repeat;
		width: 800px;
		padding-top: 120px;
		background-color:transparent;
	}
		* html #wb-layout-footer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/tv_colors_f.png);
			
		}
			* html #wb-layout-footer a {
				position: relative;
			}


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