/***************************************************
Template: Touch of Class

template.css
Default Layout
****************************************************/

/*--- Global Styles ---*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0d1928;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	}

/*  adding for sidebar  */
div.submenu {
	display:none;
}
		
a {
	color: #0d1928;
	}
	
a:hover {
	color: #0d1928;
	}

/*--- Main Container: wb-container-outer ---*/	
#wb-container-outer {
	background-image: url('../images/layout1/background.jpg');
	background-position: top center;
	background-repeat: repeat;
	display: block;
	width: 100%;
	padding-bottom: 20px;
	height: auto;
	min-height: 100%;
	}
	
/*--- Layout Container: wb-layout ---*/
#wb-layout {
	display: block;
	width: 780px;
	margin: 0 auto;
	}
	
/*--- Header Container: wb-layout-header ---*/
#wb-layout-header {
	background-image: url('../images/layout1/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	display: none;
	width: 780px;
	height: 172px;
	overflow: hidden;
	}
	
	/*--- Header Mask: wb-layout-header-mask ---*/
	#wb-layout-header-mask {
		display: block;
		width: 780px;
		height: 272px;
		}
		
/*--- Top Navigation: wb-navigation-subtop ---*/
/*--- Layout 3 ---*/
#wb-navigation-subtop {
	background-color: #000;
	display: none;
	width: 780px;
	height: 25px;
	overflow: hidden;
	}
	
	#wb-navigation-subtop div {
		display: block;
		float: left;
		font-weight: bold;
		}
		
		#wb-navigation-subtop div a {
			text-decoration: none;
			display: block;
			height: 25px;
			width: 80px;
			text-align: center;
			color: #fff;
			font-weight: normal;
			}
		
		#wb-navigation-subtop div.submenu {
			display: none;
			position: absolute;
			background-color: #000;
			width: 150px;
			border: 1px solid #000;
			border-top: 0;
			}
			
			#wb-navigation-subtop div.submenu div {
				float: none;
				}
			
				#wb-navigation-subtop div.submenu a {
					color: #fff;
					display: block;
					width: 140px;
					text-align: left;
					padding-top: 5px;
					padding-left: 10px;
					height: 20px;
					}
				
				#wb-navigation-subtop div.submenu a:hover {
					background-color: #fff;
					color: #0d1928;
					}
					
/*--- Content Container: wb-container-contentwrapper ---*/
#wb-container-contentwrapper {
	display: block;
	background-color: #fff;
	width: 780px;
	}
	
/*--- Sidebar: wb-layout-sidebar ---*/
/*--- Layout 1 / Layout 2 ---*/
#wb-layout-sidebar {
	display: none;
	width: 152px;
	}
	
	#wb-navigation-bottom div a {
		background-image: url('../images/layout1/list-background.gif');
		background-position: top center;
		background-repeat: no-repeat;
		display: block;
		height: 30px;
		width: 132px;
		text-decoration: none;
		padding: 8px 0 0 20px;
		}
		
	#wb-navigation-bottom div a:hover {
		background-position: bottom center;
		}
		
/*--- Main Content: wb-layout-main ---*/
#wb-layout-main {
	display: block;
	}
	
	#wb-layout-main-inner-2 {
		padding: 10px;
		}
					
/*--- Footer: wb-layout-footer ---*/
#wb-layout-footer {
	background-image: url('../images/layout1/footer.gif');
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	width: 780px;	
	}
