/***************************************************
Template: Resolution

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

/*--- Global Styles ---*/
* {
	padding: 0px;
	margin: 0px;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0d1928;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
a {
	color: #0d1928;
	text-decoration: underline;
	}
	
a:hover {
	color: #0d1928;
	text-decoration: none;
	}

/*--- Main Container: wb-container-outer ---*/	
#wb-container-outer {
	background-color: #dadada;
	display: block;
	width: 96%;
	padding-bottom: 30px;
	background-image: url('../images/layout1/background.gif');
	background-repeat: repeat-y;
	background-position: top left;
	}
	
/*--- Layout Container: wb-layout ---*/
#wb-layout {
	display: block;
	width: 100%;
	position: relative;
}
	
/*--- Header Container: wb-layout-header ---*/
#wb-layout-header {
	width: 750px;
	height: 150px;
	overflow: hidden;
	background-color: #cc0001;
	border-bottom: 1px solid #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;
		width: 750px;
		height: 150px;
		}
		
/*--- Top Navigation: wb-navigation-subtop ---*/
/*--- Layout 3 ---*/
#wb-navigation-subtop {
	display: none;
	width: 100%;
	background-color: #444444;
	height: 30px;
	overflow: hidden;
	}
	
	#wb-navigation-subtop div {
		display: block;
		float: left;
		font-weight: bold;
		}
		
		#wb-navigation-subtop div a {
			text-decoration: none;
			display: block;
			text-align: center;
			color: #bbbbbb;
			text-decoration: none;
			background-position: top left;
			background-repeat: repeat-x;
			padding: 6px 10px;
			height: 18px;
			border-right: 1px dashed #bbbbbb;
			font-weight: bold;
			font-size: 11px;
			}
		
		* html #wb-navigation-subtop div a {
			width: 80px;
		}
			
			#wb-navigation-subtop div a:hover {
				text-decoration: none;
				background-position: bottom left;
				color: #fff;
				}
		
		#wb-navigation-subtop div.submenu {
			display: none;
			position: absolute;
			width: 160px;
			border-top: 1px dashed #bbbbbb;
			}
			
			#wb-navigation-subtop div.submenu div {
				float: none;
				}
			
				#wb-navigation-subtop div.submenu a {
					color: #bbbbbb;
					display: block;
					width: 140px;
					text-align: left;
					padding-top: 5px;
					padding-left: 10px;
					height: 20px;
					border: none;
					border-bottom: 1px dashed #bbbbbb;
					}
				
				#wb-navigation-subtop div.submenu a:hover {
					background-color: #fff;
					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;
	float: left;
	}
	
/*--- Sidebar: wb-layout-sidebar ---*/
/*--- Layout 1 / Layout 2 ---*/
#wb-layout-sidebar {
	display: none;
	width: 177px;
	background-color: #444444;
	}
	
	#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 #bbbbbb;
		color: #bbbbbb;
		font-weight: bold;
		font-size: 11px;
		}
		
	* html #wb-navigation-bottom div a {
		width: 157px;
	}
	
	#wb-navigation-bottom div a:hover {
		color: #fff;
		}
		
	
/*--- Main Content: wb-layout-main ---*/
#wb-layout-main {
	display: block;
	width: 573px;
	background-color: #fff;
	float:right;
	}
	
	#wb-layout-main-inner-2 {
		padding: 10px;
		}
					
/*--- Footer: wb-layout-footer ---*/
#wb-layout-footer {
	display: block;
	width: 100%;
	background-color: #cc0001;
	height: 20px;
	clear: both;
	}
	
/*--- submenu defaults ---*/
div.submenu {
	background-color: #444444;
	display:none;
}
