/*  Main Content/Layout Styling of N-BM.com */

* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}body {
	padding-top:20px;
	background: url(/images/layout/background_span.jpg) repeat-x left top;
}#header {
	background: url(/images/layout/no-boundary_marketing4.jpg) no-repeat left top;
	height:106px;
}#header h1 {
	display:none;
}#left_top {
	background: url(/images/layout/left_top.png) no-repeat left top;
	font-size:1px;
}#right_top {
	background: url(/images/layout/right_top.png) no-repeat left top;
	font-size:1px;
}#nav_span {
	background: url(/images/layout/left_span.png) repeat-y left top;
}#navigation {
	padding:0 10px 0 21px;
	height:400px;
	overflow:hidden;
}#nav_span2 {
	background: url(/images/layout/left_span.png) repeat-y left top;
	font-size:1px;
}#content_span {
	background: url(/images/layout/right_span.png) repeat-y left top;
	padding:0 14px;
	text-align:left;
}#content_div {
	height:400px;
	overflow:auto;
	margin-top:-6px;
}#content_bottom {
	background: url(/images/layout/right_bottom.png) no-repeat left bottom;
	font-size:1px;
}#left_bottom {
	background: url(/images/layout/left_bottom.png) no-repeat left top;
}#right_footer {
	background: url(/images/layout/right_footer.png) no-repeat left top;
	padding:8px 14px;
	font-size:10px;
	text-align:left;
}div.sub {
	display:none;
	text-align:left;
}a.subcat {
	background: url(/images/buttons/sub.jpg) no-repeat left top;
	padding-left:28px;
	line-height:32px;
	height: 30px;
	font-size:12px;
	color:#333333;
	display:block;
	width:100%;
	text-decoration: none;
}a.subcat:hover {
	background: url(/images/buttons/sub_over.jpg) no-repeat left top;
	text-decoration:none;
	color:#333333;
}a.nav {
	text-decoration: none;
	background:#FFFFFF;
}
