/***************************************************
Template: General

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

/*--- Global Styles ---*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	}
		
a {
	color: #d18024;
	}
	
a:hover {
	color: #d18024;
	}

/*--- Main Container: wb-container-outer ---*/	
#wb-container-outer {
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #859d8d;
	display: block;
	width: 100%;
	padding-bottom: 30px;
	}
	
/*--- Layout Container: wb-layout ---*/
#wb-layout {
	display: block;
	width: 800px;
	margin: 0 auto;
	}
	
/*--- Header Container: wb-layout-header ---*/
#wb-layout-header {
	background-repeat: no-repeat;
	display: none;
	width: 800px;
	height: 330px;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../images/WeWantYou.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	}
	
	/*--- Header Mask: wb-layout-header-mask ---*/
	#wb-layout-header-mask {
		background-image: url('../images/layout1/header-mask.gif');
		background-position: top center;
		background-repeat: no-repeat;
		display: block;
		width: 800px;
		height: 330px;
		}
		
/*--- Top Navigation: wb-navigation-subtop ---*/
/*--- Layout 3 ---*/


			
#wb-navigation-subtop {
	display: none;	
}
			
				#wb-navigation-subtop div.submenu a {
					color: #fff;
					}
				
				#wb-navigation-subtop div.submenu a:hover {
					color: #0d1928;
					}
					
/*--- Content Container: wb-container-contentwrapper ---*/
#wb-container-contentwrapper {
	display: block;
	background-color: #fff;
	background-image: url('../images/layout1/content-background.gif');
	background-repeat: repeat-x;
	width: 800px;
	min-height: 350px;
	}
	
/*--- Sidebar: wb-layout-sidebar ---*/
/*--- Layout 1 / Layout 2 ---*/
#wb-layout-sidebar {
	display: none;
	width: 180px;
	padding: 5px;
	}
	
	#wb-navigation-bottom div a {
		background-image: url('../images/layout1/left-nav-background.gif');
		background-position: top center;
		background-repeat: no-repeat;
		display: block;
		height: 33px;
		width: 160px;
		text-decoration: none;
		padding-top: 10px;
		padding-left: 20px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		}
		
/*--- Main Content: wb-layout-main ---*/
#wb-layout-main {
	display: block;
	}
					
/*--- Footer: wb-layout-footer ---*/
#wb-layout-footer {
	background-image: url('../images/layout1/footer-background.gif');
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	width: 800px;
	height: 62px;
	padding-top: 10px;
	text-align: center;
	}

div.submenu {
	display: none;
}
