
/*
**  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:none;
		background-repeat:no-repeat;
		background-color:#333333;
	}
		/* IE6 png hack */
		

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

	#wb-layout {
		
	}

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

	#wb-layout-header-mask {
		background-image:url(../images/layout1/businessman_hm.png);
		background-repeat:no-repeat;
		width:800px;
		height:248px;
		overflow:hidden;
	}	* html #wb-layout-header-mask{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/businessman_hm.png);
		}
		

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

	/*#wb-layout-header-base {
	width:700px;
	height:56px;
	margin-top: 2px;
	background-image:url(../images/layout1/trendy_hotel_hb.png);
	background-repeat:no-repeat;
	background-position:top left;
	}

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



/* 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-position: top left;
		background-repeat: no-repeat;
		background-color:#ffffff;
	}

/* 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-image:url(../images/layout1/businessman_sb.png);
		background-position:left top;
		background-repeat:no-repeat;
		background-color:transparent;
	}
	* html #wb-layout-sidebar  a {
				position: relative;
			}
	
	* html #wb-layout-sidebar {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/businessman_sb.png);
		}

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

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

	#wb-navbasewrap {
		padding-left: 20px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
		background-image:none;
		background-repeat:no-repeat;
		background-position: bottom left;
		padding-bottom: 40px;
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div h3 {
		
			padding: 8px 5px;
			width: 180px;
		
			
		}
		
	
		
			#wb-navigation-bottom div.submenu {
				padding: 0px;
			}
				#wb-navigation-bottom div.submenu div {
				}
					#wb-navigation-bottom div.submenu div a{
					}

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


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:600px;
		float: right;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
	
	} 
	* html 	#wb-layout-main {
		width:590px;
	
	} 

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

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		clear:both;
		min-height: 48px;
/*		height:auto !important;*/
		height: 48px;
		background-image:url(../images/layout1/businessman_f.png);
		background-position: top left;
		background-repeat: no-repeat;
		width: 780px;
		background-color:#FFFFFF;
		padding-left: 20px;
		padding-top:15px;
	}
		* html #wb-layout-footer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/businessman_f.png);
		}
			* html #wb-layout-footer a {
				position: relative;
				
			}


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