/***** SBCentre.ca » Small Business Centre » Developed by ScriptReaction » www.scriptreaction.com *****/

/* \**\ = property also defined in js css fixer */

@import url("global_content.css");
@import url("global_addons.css");

/* global items */
body { margin:0px; background:#333366 url(../../assets/gfx/bg.gif) repeat; cursor:default; }
body, td, input { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#fff; text-transform:none; text-decoration:none; }
ul { margin:0px; padding:0px; list-style:none; }
h1 { margin:0px; padding:0px; font-size:11px; }
.flash { background:url(/assets/gfx/loading.gif) center center no-repeat; border:1px solid #fff; }

/* shell items */
#shell { position:absolute; width:100%; left:0px; top:0px; }
	
	/* top margin cover */
	#shell #cvr { position:absolute; width:100%; height:15px; left:0px; top:0px; background:#333366; }
	
	/* nav/bodycnt container */
	#shell #core { position:relative; width:100%; left:0px; top:0px; background:#333366; }
		
		/* nav region */
		#shell #core #nav { position:relative; width:100%; height:245px; left:0px; top:0px; margin-top:15px; z-index:7; }
			/* nav menu */
			#shell #core #nav #menu { position:relative; width:774px; height:245px; top:0px; z-index:6; }
			/* nav side arm extensions */
				/* top star */ #shell #core #nav #exa { position:absolute; width:50%; height:43px; left:50%; top:8px; background:url(../../assets/gfx/exa.png) repeat-x; z-index:3; }
				/* mid star */ #shell #core #nav #exb { position:absolute; width:50%; height:43px; left:50%; top:196px; background:url(../../assets/gfx/exb.gif) repeat-x; z-index:3; }
				/* mid port */ #shell #core #nav #exc { position:absolute; width:50%; height:43px; left:0px; top:187px; background:url(../../assets/gfx/exc.png) repeat-x; z-index:3; }
			/* nav star bg */
			#shell #core #nav #bg { position:absolute; width:50%; height:151px; left:50%; top:44px; background:url(../../assets/gfx/bg.gif) repeat; z-index:2; }
		
		/* body content area */
		#shell #core #cnt { position:relative; width:774px; height:100%; left:0px; top:0px; z-index:6; }
			/* cnt port bg */
			#shell #core #cnt #bg { position:absolute; width:70%; height:107%; left:-60%; top:-22px; background:url(../../assets/gfx/bg.gif) repeat; z-index:5; }
			/* cnt side options */
			#shell #core #cnt #opt { position:absolute; width:204px; height:100%; left:6px; top:0px; background:url(../../assets/gfx/optbg.gif) repeat-y; z-index:6; }
				/* options bg */
				#shell #core #cnt #opt #bg { position:absolute; width:196px; height:100%; left:1px; top:0px; z-index:7; }
				/* options display */
				#shell #core #cnt #opt #dsp { position:relative; float:left; width:196px; left:1px; top:0px; z-index:8; }
				#shell #core #cnt #opt #dsp .release { display:block; clear:left; }
			/* cnt display area */
			#shell #core #cnt #dsp { position:relative; width:548px; left:103px; top:0px; z-index:6; }
				/* box classes */
				#shell #core #cnt #dsp .bxhead { height:31px; color:#ffffcc; font-weight:bold; padding:6px 0px 0px 5px; vertical-align:top; }
				#shell #core #cnt #dsp .bxbody { color:cdcdde; padding:0px 7px 0px 7px; vertical-align:top; }
				#shell #core #cnt #dsp .bxfoot { height:7px; }
				#shell #core #cnt #dsp .lghead { background:url(../../assets/gfx/boxlg_head.png) no-repeat; }
				#shell #core #cnt #dsp .lgbody { background:url(../../assets/gfx/boxlg_body.gif) repeat-y; }
				#shell #core #cnt #dsp .lgfoot { background:url(../../assets/gfx/boxlg_foot.png) no-repeat; }
				#shell #core #cnt #dsp .mdhead { background:url(../../assets/gfx/boxmd_head.png) no-repeat; }
				#shell #core #cnt #dsp .mdbody { background:url(../../assets/gfx/boxmd_body.gif) repeat-y; }
				#shell #core #cnt #dsp .mdfoot { background:url(../../assets/gfx/boxmd_foot.png) no-repeat; }
				#shell #core #cnt #dsp .smhead { background:url(../../assets/gfx/boxsm_head.png) no-repeat; }
				#shell #core #cnt #dsp .smhead2 { background:url(../../assets/gfx/boxsm_head2.png) no-repeat; height:43px; }
				#shell #core #cnt #dsp .smbody { background:url(../../assets/gfx/boxsm_body.gif) repeat-y; }
				#shell #core #cnt #dsp .smfoot { background:url(../../assets/gfx/boxsm_foot.png) no-repeat; }
				#shell #core #cnt #dsp .smhead_hold { background:url(../../assets/gfx/boxsm_headhold.png) no-repeat; }
				#shell #core #cnt #dsp .smhead2_hold { background:url(../../assets/gfx/boxsm_head2hold.png) no-repeat; height:43px; }
				#shell #core #cnt #dsp .smbody_hold { background:url(../../assets/gfx/boxsm_bodyhold.gif) repeat-y; }
				#shell #core #cnt #dsp .smfoot_hold { background:url(../../assets/gfx/boxsm_foothold.png) no-repeat; }
				#shell #core #cnt #dsp .lghead_tab { height:24px; background:url(../../assets/gfx/boxlg_head_tab.png) no-repeat; }
				#shell #core #cnt #dsp .mdhead_tab { height:24px; background:url(../../assets/gfx/boxmd_head_tab.png) no-repeat; }
				#shell #core #cnt #dsp .bxbody_tab { padding:0px; }
				#shell #core #cnt #dsp .lgfoot_tab { background:url(../../assets/gfx/boxlg_foot_tab.png) no-repeat; }
				#shell #core #cnt #dsp .mdfoot_tab { background:url(../../assets/gfx/boxlg_foot_tab.png) no-repeat; }
				#shell #core #cnt #dsp .golk li a { width:100%; display:block; }
				#shell #core #cnt #dsp td { color:cdcdde; vertical-align:top; }
				
			/* cnt background cover */
			#shell #core #cnt #cvr { position:absolute; width:768px; height:100%; left:6px; top:0px; background:#333366; }
		
	/* footer items */
	#shell #ftr { position:relative; width:100%; height:85px; left:0px; top:0px; z-index:6; }
		/* ftr star cover */
		#shell #ftr #cvr { position:absolute; width:50%; height:13px; left:50%; top:0px; background:#333366; }
		/* ftr options bar */
		#shell #ftr #bar { position:relative; width:774px; height:55px; z-index:4; }
		/* ftr base container */
		#shell #ftr #ctr { position:relative; width:774px; height:123px; z-index:2; /*hasFlash*/ height:30px; }
			/* base bg */
			#shell #ftr #ctr #bg { position:relative; width:768px; height:123px; left:2px; top:-17px; background:url(../../assets/gfx/ftr.png) no-repeat; z-index:2; /*hasFlash*/ display:none; height:50px; top:-22px; background:url(../../assets/gfx/ftr2.png) no-repeat; }
			/* base links */
			#shell #ftr #ctr #lks { position:absolute; width:768px; height:123px; left:2px; top:-17px; z-index:3; /*hasFlash*/ display:none; }
				/* links table */
				#shell #ftr #ctr #lks table { width:740px; height:82px; padding:0px; margin:20px 0px 0px 5px; z-index:3; }
				#shell #ftr #ctr #lks td { vertical-align:top; font-size:9px; }
				#shell #ftr #ctr #lks ul { overflow:hidden; font-weight:bold; }
				#shell #ftr #ctr #lks .fc { margin:0px 0px 1px 0px; color:#fff; font-size:10px; }
				#shell #ftr #ctr #lks .on { color:#ffcc00; background:url(../../assets/gfx/lks2.gif) no-repeat; padding:0px 0px 0px 7px; }
				#shell #ftr #ctr #lks li a { width:96%; height:11px; color:#cdcdde; text-decoration:none; display:block; /**/padding:0px 0px 0px 7px; }
				#shell #ftr #ctr #lks li a:hover { color:#fff; background:url(../../assets/gfx/lks.gif) no-repeat; }
			/* srx source */
			#shell #ftr #ctr #srl { position:absolute; width:161px; height:23px; left:603px; top:81px; z-index:3; /*hasFlash*/ display:none; top:3px; }
			#shell #ftr #ctr #srl2 { /*hasFlash*/ position:absolute; width:198px; height:45px; left:6px; top:-16px; z-index:0; }
		/* ftr side arm extensions */
			/* bot port */ #shell #ftr #exd { position:absolute; width:50%; height:43px; left:0px; top:3px; background:url(../../assets/gfx/exd.png) repeat-x; z-index:3; }
			/* bot star */ #shell #ftr #exe { position:absolute; width:50%; height:43px; left:50%; top:12px; background:url(../../assets/gfx/exa.png) repeat-x; z-index:3; }

