/***************************************************
Template: Ambience

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

/*--- Global Styles ---*/

/*--- Main Container: wb-container-outer ---*/	
#wb-container-outer {
	background-color: #326c92;
	display: block;
	width: 100%;
	padding-bottom: 30px;
	background-image: url('../images/layout1/background.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	}
	
/*--- Layout Container: wb-layout ---*/
#wb-layout {
	display: block;
	width: 100%;
}
	
/*--- Header Container: wb-layout-header ---*/
#wb-layout-header {
	display: none;
	width: 750px;
	height: 150px;
	overflow: hidden;
	background-color: #0b0f12;
	color: #fff;
	}
	
	/*--- Header Mask: wb-layout-header-mask ---*/
	#wb-layout-header-mask {
		background-image: url('../images/layout1/header-background.gif');
		background-position: top left;
		background-repeat: repeat-x;
		display: block;
		width: 100%;
		height: 150px;
		}
		
/*--- Top Navigation: wb-navigation-subtop ---*/
/*--- Layout 3 ---*/
#wb-navigation-subtop {
	display: none;
	width: 750px;
	background-color: #723000;
	height: 30px;
	float:left;
	overflow:hidden;
	}
	
	#wb-navigation-subtop div {
		display: block;
		float: left;
		font-weight: bold;
		width:120px;
		}
		
		#wb-navigation-subtop div a {
			text-decoration: none;
			display: block;
			text-align: center;
			color: #FFFFFF;
			text-decoration: none;
			background-position: top left;
			background-repeat: repeat-x;
			padding: 7px 10px;
			height: 16px;
			font-weight: bold;
			font-size: 11px;
			}
			
			#wb-navigation-subtop div a:hover {
				text-decoration: none;
				background-position: bottom left;
				color: #fff;
				}
		
		#wb-navigation-subtop div.submenu {
			display: none;
			position: absolute;
			background-color: #723000;
			width: 160px;
			border-top: 1px dashed #000000;
			}
			
			#wb-navigation-subtop div.submenu div {
				float: none;
				}
			
				#wb-navigation-subtop div.submenu a {
					color: #FFFFFF;
					display: block;
					width: 140px;
					text-align: left;
					padding-top: 5px;
					padding-left: 10px;
					height: 20px;
					border: none;
					border-bottom: 1px dashed #000000;
					}
				
				#wb-navigation-subtop div.submenu a:hover {
					background-color:#C66715;
					color: #0d1928;
					}
					
/*--- Content Container: wb-container-contentwrapper ---*/
#wb-container-contentwrapper {
	display: block;
	background-image: url('../images/layout1/left-column-bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	width: 750px;
	clear:left;
	}
	
/*--- Sidebar: wb-layout-sidebar ---*/
/*--- Layout 1 / Layout 2 ---*/
#wb-layout-sidebar {
	display: none;
	width: 177px;
	background-color: #723000;
	}
	
	#wb-navigation-bottom div a {
		display: block;
		text-decoration: none;
		background-image: url('../images/layout1/nav-bullet.gif');
		background-position: center left;
		background-repeat: no-repeat;
		padding: 8px 10px;
		border-bottom: 1px dashed #000000;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		}
		*html #wb-navigation-bottom div a{
		width:157px;
		}
		
	#wb-navigation-bottom div a:hover {
		background-color:#C66715;
		color:#000000;
		}
		
/*--- Main Content: wb-layout-main ---*/
#wb-layout-main {
	display: block;
	width: 573px;
	background-color: #0b0f12;
	color: #FFFFFF;
	}
	
	#wb-layout-main-inner-2 {
		padding: 10px;
		}
					
/*--- Footer: wb-layout-footer ---*/
#wb-layout-footer {
	display: block;
	width: 750px;
	background-color: #0b0f12;
	height: 20px;
	}
	div.submenu {
	background-color:#723000;
	display:none;
	}
