/* **********************************
	DOCUMENT OVERVIEW
	* Browser resets
	* Default Typography
	* Frame Layout
	** Header
	*** Main Menu
	*** Login Box
	*** Search Box
	** Footer
*************************************/

/* LOAD Fonts */
@font-face {
	font-family: 'helveticaneuelight';
	src: url('../fonts/helveticaneue-light-webfont.eot');
	src: url('../fonts/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneue-light-webfont.woff') format('woff'),
		 url('../fonts/helveticaneue-light-webfont.ttf') format('truetype'),
		 url('../fonts/helveticaneue-light-webfont.svg#helveticaneuelight') format('svg');
	font-weight: normal; font-style: normal;
}


/* ***************************
	Reset Browser // Defaults 
*************************** */
body, div,
h1, h2, h3, h4, h5, h6,
p, a, ul, ol, li, dl, dt, dd, span,
img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 0;
}

p {
	margin: 4px 0 8px;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}
.img-cap {
	margin-top: .4em;
	padding: 0 .5em;
	font-size: .8em;
	font-style: italic;
	text-align: center;
}
a { outline: none; }


ul.tick {
	margin-left: 1.4em;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	list-style-image: url('../images/bullet_tick.png');
}
ul.tick li { margin-left: 20px; }



h1, h2, h3, h4, h5, h6 {
	font-family: "helveticaneuelight", Helvetica, sans-serif;
	line-height: 120%;
	color: #2d1859;
}
h2 {
	margin: 4px 0 8px;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}
h3 {
	margin: 2px 0 6px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h4 {
	font-weight: bold;
	
}
h5 {
	margin: 4px auto 10px;
	font-size: 16px;
	line-height: 18px;
}

	/* Txt alignment */
.rght	{ text-align: right; }
.left	{ text-align: left; }
.cntr	{ text-align: center; }

/* Wrapper & Container */ 
.row { 
	margin: 0 auto;
	padding: 1.2em 0 .8em;
	width: 100%; max-width: 1024px;
	height: auto;
}
.clear, .clear:before, .clear:after,
.row, .row:before, .row:after,
ul, ul:before, ul:after { content: ''; clear: both; float: none; }

.col					{ min-height: 1em; float: left; }
.col.one				{ padding: 0 1%; width: 98%; }
.col.two				{ padding: 0 1%; width: 48%; }
.col.three				{ padding: 0 1%; width: 31.333%; }
.col.four				{ padding: 0 1%; width: 23%; }
.col.five				{ padding: 0 1%; width: 18%; }
.col.two-eight			{ padding: 0 1%; width: 23%; } /* col of eight */
.col.six-eight			{ padding: 0 1%; width: 73%; }
.col.two-ten			{ padding: 0 1%; width: 17%; } /* col of ten */
.col.eight-ten			{ margin: 0 0 0 4%; width: 76%; }
.col.three-twenty		{ padding: 0 1%; width: 13%; } /* col of twenty */
.col.seventeen-twenty	{ padding: 0 1%; width: 82%; }

/* Basic Positions */
img { max-width: 100%; }
img.cntr { 
	margin: 0 auto;
	max-width: 100%;
	display: block;
}

#wrapper {
	margin:0 auto; padding: 0;
	width: 100%; height: 100%;
}

/* ********************
	Header
******************** */
#header-wrapper {
	margin:0 auto;
	height: 211px;
	position: relative;
}
#header {
	margin: 0 auto;
	width: 1004px; height: 211px;
	background: transparent url('../images/bj-head-bg.jpg') no-repeat;
	position: relative;
}
#header-behind {
	margin:-211px auto;
	height: 211px;
}
#header-strip {
	margin:-161px auto;
	height: 161px;
	background: #2d1859;
}
	/* Logo */
#header div.bj-logo {
	margin: 30px 0 14px 45px;
	width: 236px; height: 87px;
	background: transparent url('../images/bj-head-logo.jpg') no-repeat;
	float: left;
}
#header div.bj-logo h1 a {
	width: 236px; height: 87px;
	color: transparent;
	display: block;
	text-indent: -9999px;
}
	/* Info */
#header div.bj-info {
	margin: 42px 0 14px 502px;
	width: 176px; height: 78px;
	background: transparent url('../images/bj-info.jpg') no-repeat;
	float: left;
}
	/* Menu Stripe */
#menu {
	margin: 27px 0 0 0;
	width: 100%; height: 50px;
	background: transparent url('../images/top-nav-bg-1px-noshade.jpg') repeat-x;
	float: left;
	position: relative;
}
#nav-wrap {
	width: 651px;
	float: left;
}
#menu-behind {
	margin: 161px auto;
	height: 50px;
	background: transparent url('../images/top-nav-bg-1px-noshade.jpg') repeat-x;
} 
	/* MENU - Navigation */
#mega-menu-1 ul, #mega-menu li { margin: 0; padding: 0; list-style: none; }
#mega-menu-1 ul { display: none; /* Hides non-mega links */ }
#mega-menu-1 .sub ul { display: block; /* overrides above hide */ }
#mega-menu-1 {
	width: 1004px;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	list-style: none; 
	float: left;
	position: relative;
}
#mega-menu-1 .sub ul { display: block; }
#mega-menu-1 li {
	margin: 0; padding: 0;
	list-style-type: none;
	float: left; 
}
#mega-menu-1 li a {
	padding: 16px 25px 17px 25px;
	text-decoration: none;
	color: #FFFFFF; 
	float: left; 
	display: block; 
}
#mega-menu-1 li.mega-hover a, #mega-menu-1 li.mega-hover a:hover {
	color: #000b3a;
	background: #FFFFFF; 
}
	/* HOME ICON */
#mega-menu-1 li a.home-menu, #mega-menu-1 li.item-101 a {
	margin: 15px 10px 14px 30px; padding: 0;
	width: 25px; height: 20px;
	text-indent:-9999px;
	background: url('../images/home-icon.png') no-repeat;
	float: left; 
	display: block; 
}
#mega-menu-1 li a.home-menu:hover, #mega-menu-1 li.item-101 a:hover { background: url('../images/home-icon-hov.png') no-repeat; }

#mega-menu-1 li a.dc-mega {
	padding-right: 38px;
	position: relative; 
}
#mega-menu-1 li a .dc-mega-icon {
	width: 18px; height: 7px;
	background: transparent url('../images/nav-down-arrow.png') no-repeat 0 0;
	display: block;
	position: absolute;
	top: 22px;
	right: 20px;
}
#mega-menu-1 li.mega-hover a .dc-mega-icon { background: url('../images/nav-down-arrow-hov.png') no-repeat 0 0; }
#mega-menu-1 li a:hover { color: #FFFFFF; background: url('../images/main-nav-white-tint.png') repeat; }
#mega-menu-1 li .sub-container { margin-left: -1px; width:180px; position: absolute; }
#mega-menu-1 li .sub {
	padding: 12px 12px 0px 12px;
	background: #FFFFFF;
	border: 1px solid #69737b;
	
	-webkit-box-shadow: 0 0 9px #69737b;
	-moz-box-shadow: 0 0 9px #69737b;
	box-shadow: 0 0 9px #69737b;
}
#mega-menu-1 li .sub .row {
	width: 100%; 
	overflow: hidden;
	clear: both;
}
#mega-menu-1 li .sub li {
	margin: 6px 0 6px 0;
	width: 162px; /*width: 125px;*/
	font-weight: normal;
	list-style: none;
	text-transform: none;
	float: none; 
}
#mega-menu-1 li .sub li.mega-hdr {
	margin: 0 15px 3px 15px; /*margin: 0 16px 8px 0;*/
	float: left;
}
#mega-menu-1 li .sub li.mega-hdr.last { margin-right: 0; }
#mega-menu-1 li .sub a {
	padding: 7px 10px;
	font-size: 13px;/*font-size: 11px;*/
	color: #111111;
	background: none;
	display: block; 
	float: none; 
}
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a {
	margin: 5px; padding: 8px 11px 6px 11px;
	width: 140px;/*width: 100px;*/
	font-weight: bold; 
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background: #01a6ea; /*background: #69737b;*/
	display: table-cell;
	vertical-align: middle;
}
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a:hover { color: #2D1859;/*color: #cdd2d5;*/ }
#mega-menu-1 .sub li.mega-hdr li a { padding: 4px 5px; }
#mega-menu-1 .sub li.mega-hdr li a:hover { color: #000; background: #ccedfb; /*color: #a32403; background: #efefef;*/ }
#mega-menu-1 .sub ul li { padding-right: 0; }
#mega-menu-1 li .sub-container.non-mega .sub { padding: 10px; }
#mega-menu-1 li .sub-container.non-mega li { margin: 0; padding: 0; width: 158px; /*width: 125px;*/ }
#mega-menu-1 li .sub-container.non-mega li a { padding: 7px 5px 7px 5px;/*padding: 7px 5px 7px 22px;*/ }
#mega-menu-1 li .sub-container.non-mega li a:hover { color: #FFFFFF; background: #01a6ea;/*color: #a32403; background: #efefef;*/ }


	/* ----- Login Box ---- */ 
#login-box-1 {
	width:138px;
	height:50px;
	float: left;
	position:relative;
	padding-top: 2px;
}
#login-box-1 li {
	margin: 0px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:46px;
	list-style:none;
	display:inline;
	color:#fff;
	text-decoration:none;
}
#login-box-1 li a {
	color:#ffffff;
	text-decoration:none;
}
#login-box li-1 a:hover { text-decoration: underline; }

	/* ----- Search Box ---- */ 
#search-box {
	width:170px;
	height:50px;
	position:relative;
	float:left;
	padding-top: 2px;
} 
.inline-search input[type="text"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0;
	width:120px;
	height:16px;
	margin:10px;
	padding:6px 30px 4px 10px;
}
.inline-search input[type="submit"] {
	background:url(../images/magglass.jpg) no-repeat 4px 1px #fff;	border:none;
	position:absolute;
	top:15px;
	overflow:hidden;
	width:22px;
	height:18px;
	font-size:14px;
	right:5px;
	cursor:pointer !important;
	opacity: .5; filter:alpha(opacity=50); /* For IE8 and earlier */
} 
.inline-search input[type="submit"]:hover {
	cursor:pointer;
	opacity: 1; filter:alpha(opacity=100); /* For IE8 and earlier */
}



/* == Baselink Box == */
#baselink-box {
	background-image:url(../images/baselink-bg.jpg);
	background-repeat:no-repeat;
	width:914px;
	height:243px;
	margin: 36px auto 35px auto;
	clear: both;
}
#baselink-box #welcome-box {
	width:240px;
	height:193px;
	float:left;
}
#baselink-box #welcome-box h6 {
	font-family: 'helveticaneuelight', sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#2d1859;	
}
#baselink-box #welcome-box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	margin: 10px 0 0 0;
}
#baselink-box #welcome-box li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	margin: 7px 0 0 0;
	list-style:none;
}
#baselink-box #nav-product {
	width:184px;
	height:193px;
	float:left;
}
#baselink-box #nav-product h5 a {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:14px;
	color:#2d1859;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}
#baselink-box #nav-product h5 a:hover, a:focus {
	color:#01a3e7;
	text-decoration:underline;
}
#baselink-box #nav-product ul {
	list-style:none;
	margin-top:8px;
}
#baselink-box #nav-product li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:23px;
	text-transform:uppercase;
	color:#2d1859;
	text-decoration:none;
}
#baselink-box #nav-product li a:hover, a:focus {
	color:#01a3e7;
	text-decoration:underline;
}
#baselink-box #nav-resource {
	width:184px;
	height:193px;
	float:left;
}
#baselink-box #nav-resource h5 a {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:14px;
	color:#2d1859;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;	
}
#baselink-box #nav-resource h5 a:hover, a:focus {
	color:#01a3e7;
	text-decoration:underline;
}
#baselink-box #nav-resource ul {
	list-style:none;
	margin-top:8px;
}
#baselink-box #nav-resource li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:23px;
	text-transform:uppercase;
	color:#2d1859;
	text-decoration:none;
}
#baselink-box #nav-resource li a:hover, a:focus {
	color:#01a3e7;
	text-decoration:underline;
}
#baselink-box #nav-aboutus {
	width:184px;
	height:193px;
	float:left;
}
#baselink-box #nav-aboutus h5 a {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:14px;
	color:#2d1859;
	font-weight:normal;
	text-transform:uppercase;	
	text-decoration:none;
}
#baselink-box #nav-aboutus h5 a:hover, a:focus {
	color:#01a3e7;
	text-decoration:underline;
}
#baselink-box #nav-aboutus h5 a.spacer { line-height:37px; }
#baselink-box #nav-aboutus p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000;
}
#baselink-box #nav-aboutus p a {
	color:#000;
	text-decoration:none;
}
#baselink-box #nav-aboutus p a:hover, a:focus {
	color:#01a3e7;
	text-decoration:underline;
}
#baselink-box #nav-aboutus p.spacer {	padding-top: 14px; }
#baselink-box #nav-aboutus p.space-caps { 
	padding-top:14px;
	text-transform:uppercase;
}
.block_inside { 
	display:block;
	padding:15px;
	overflow:auto;
}
.block_inside-25-top { 
	display:block;
	padding:25px 15px 25px 15px;
	overflow:auto;
}

/* == Footer == */
#bm-footer {  
    background: url(../images/footer-strip-1px.jpg);
	background-repeat:repeat-x;
	color:#bdc3dc;
	height:50px;
	width:1004px;
	margin:0 auto;
}

#bm-footer-behind {
	background: url(../images/footer-strip-1px.jpg);
	background-repeat:repeat-x;	
	height:50px;
	margin:-50px auto;
}

#bm-footer-details {  
	height:50px;
	width:1004px;
	float:left;
}

#bm-footer-details-copyright {  
	height:17px;
	width:1004px;
	float:left;
	padding-top:10px;
}

#bm-footer-details-copyright ul {  
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	list-style:none;
} 

#bm-footer-details-copyright li {  
	display:inline;
	padding: 0 15px 0 0;
}

#bm-footer-details-copyright li a {  
	color:#FFF;
	text-decoration:none;
}
#bm-footer-details-copyright li a:hover, a:focus { text-decoration:underline; }

#bm-footer-details-fineprint {  
	height:22px;
	width:1004px;
	float:left;
}

#bm-footer-details-fineprint p {  
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

#bm-footer-details-fineprint p a {  
	color:#FFF;
	text-decoration:none;
}
#bm-footer-details-fineprint p a:hover, a:focus { text-decoration:underline; }



/* == Content Page Elements == */ 
#content-wrapper {
	width:1004px;
	margin-top:-60px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

#top-bar-wrapper {
	height:110px;
	background-image:url(../images/top-bar-wrap-1px.jpg); background-repeat:repeat-x;
}

#top-bar {
	width:1004px;
	height:50px;
	background-image:url(../images/tbar-grad.jpg); background-repeat:repeat-x;
	margin:0 auto;
}

#top-bar #qlink-head {
	width:165px;
	height:50px;
	background-image: url(../images/qlink-head.jpg); background-repeat:no-repeat;
	margin-left:45px;
}

/* == Breadcrumbs - FOR JOOMLA == */
#top-bar #breadcrumb-wrapper {
	float:right;
	width:704px;
	height:34px;
	margin-left:31px;
	margin-right:45px;
	padding-top:14px;
}

#breadcrumb { 
	float: left; 
	display: block;
	height: 20px;
	padding-top:1px; 
}

#breadcrumb ul { list-style: none; }

.crumbs { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	line-height:21px;
	display: inline;
}
.crumbs a { 
	color: #666666;
	text-decoration: none;
}
.crumbs a:hover {
	color: #e51937; 
	text-decoration: underline;
}

/* == Side Box == */
#side-box-top {
	float:left;
	width:165px;
	margin-left:45px;
	margin-bottom:55px;
	background-image: url(../images/side-box-edges.jpg); background-repeat:repeat-y;
}

#side-box-top #qlinks {
	width:145px;
	float:left;
	padding-left: 15px;
	padding-right: 15px;
}
#side-box-top #qlinks ul {
	list-style:none;
	margin-top:12px;
}
#side-box-top #qlinks li {
	height:20px;
	width:135px;
	border-bottom: 1px dotted #2d1859;
}
#side-box-top #qlinks li a {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#2d1859;
}

#side-box-top #qlinks li a:hover, a:focus {
	color:#58595b;
	text-decoration:underline;
}

#side-box-top #side-box-main {
	margin-top:23px;
	float:left;
	width:165px;
	height:275px;
	background-image:url(../images/sidebox-mainlink-bg-short.jpg);
	background-repeat:no-repeat;
}

#side-box-top #side-cat-box {
	float:left;
	width:165px;
	height:132px;
}

.side-cat-title {
	width:133px;
	height:30px;
	padding-top:15px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:7px;
}

.side-cat-title h5 {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:14px;
	line-height:15px;
	color:#2d1859;
	font-weight:normal;
}

.bm-cat-smallpic {
	float:left;
	width:55px;
	height:71px;
	padding-left:16px;
	padding-bottom:14px;
}

.bm-cat-smallpic a { text-decoration: none; }

.side-box-text {
	float:right;
	padding-left:7px;
	padding-right:16px;
	padding-top:5px;
	padding-bottom:10px;
	width:71px;
	height:70px;
}

.side-box-text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
}

.side-box-text a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	line-height:20px;
}
.side-box-text a:hover { text-decoration: underline; }

.side-box-text a.soon {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	line-height:20px;
}

.side-box-divider {
	float:left;
	width:133px;
	height:1px;
	margin-top:5px;
	margin-left:16px;
	margin-right:16px;
	background-image: url(../images/sidebox-dots.jpg);
	background-repeat:no-repeat;
}

#side-box-top #side-bull-box {
	float:left;
	width:165px;
	height:132px;
}

.side-bull-title {
	width:133px;
	height:30px;
	padding-top:12px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:7px;
}

.side-bull-title h5 {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:14px;
	color:#2d1859;
	font-weight:normal;
	line-height:15px;
}

.bm-bull-smallpic {
	float:left;
	width:55px;
	height:71px;
	padding-left:16px;
	padding-bottom:14px;
}

.bm-bull-smallpic a { text-decoration: none; }

#side-box-top #side-tip-box {
	float:left;
	width:165px;
	height:132px;
}

.side-tip-title {
	width:133px;
	height:30px;
	padding-top:10px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:7px;
}

.side-tip-title h5 {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:14px;
	color:#000;
	font-weight:normal;
	line-height:15px;
}

.bm-tip-smallpic {
	float:left;
	width:55px;
	height:71px;
	padding-left:16px;
	padding-bottom:14px;
}

.bm-tip-smallpic a {
	text-decoration:none;
}

#side-box-base {
	float:left;
	width:165px;
	height:151px;
	background-image: url(../images/side-box-edges.jpg);
	background-repeat:repeat-y;
}

#side-box-base #side-feedback-box {
	float:left;
	width:165px;
	height:64px;
}

.feedback-smallpic {
	float:left;
	width:42px;
	height:24px;
	padding-left:16px;
	padding-bottom:20px;
	padding-top:20px;
}

.side-feedback-title {
	float:left;
	width:98px;
	height:30px;
	padding-top:15px;
	padding-left:9px;
	padding-right:0;
	padding-bottom:20px;
}

.side-feedback-title h5 a {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:13px;
	color:#2d1859;
	font-weight:normal;
	text-decoration:none;
	line-height:17px;

}

.side-feedback-title h5 a:hover {
	text-decoration:underline;
}

#side-box-base #side-expert-box {
	float:left;
	width:165px;
	height:75px;
}

.expert-smallpic {
	padding: 28px 0 18px 15px;
	width: 37px; height: 29px;
	float:left;
}
.side-expert-title {
	padding: 10px 0 10px 7px;
	width: 100px; height:88px;
	float:left;
}

.side-expert-title h5 {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:13px;
	color: #2d1859;
	font-weight:normal;
	text-decoration:none;
	line-height: 17px;
}

.side-expert-title h6 {
	font-family: 'helveticaneuelight', sans-serif;
	font-size:13px;
	color:#2d1859;
	font-weight:bold;
	text-decoration:none;
	line-height:23px;
}

#shade-base {
	float:left;
	width:165px;
	height:25px;
	background-image: url('../images/sidebox-base.jpg');
	background-repeat: no-repeat;
}