/* * { margin: 0; padding: 0;}
html { font-size: 100%; }
body { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; margin: 0; background: #292929 url('images/sliderbar/bg/gradient.gif') repeat-x top; }
p { font-size: 1.1em; color: #666; margin: 0; line-height: 1.5; margin: 0; padding: 0 0 10px 0; text-align: left; }
a:focus { outline: none; }

a images/sliderbar { border: 0; }

h1 { margin: 0 0 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 3.9em; color: #333; font-weight: lighter; }
h2 { margin: 0 0 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 3.2em; color: #333; font-weight: lighter; }
h3 { margin: 0 0 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 2.4em; color: #333; font-weight: lighter; }

hr { width: 910px; margin: 20px auto; border: 1px dotted #CCCCCC; height: 0; clear: both; border-width: 1px 0 0 0; } */

/* ========= Javascript Features ========= */

		div#tabContainer { width: 908px!important; overflow: hidden; padding-top: 11px;}			
		div#tabbedContent { border: 1px solid #CCC; margin: 0 0 20px 0; height: 180px; background-color:#FFF; }
			div#tabbedContent div#menu { text-align: center; width: 906px; background: #DFDFDF; border: 1px solid #CCC; border-width: 0 1px 1px 0; }
				
				div#tabbedContent div#menu ul#tab { position: relative; z-index: 3!important; margin: 0; padding: 12px 15px 11px 15px; }
				div#tabbedContent div#menu ul#tab li { list-style: none; display:inline; border: 1px solid #CCC; border-width: 0; padding: 12px 15px 10px 15px; margin: 0; }
				div#tabbedContent div#menu ul#tab li.last { border-width: 0px; }
				
				div#tabbedContent div#menu ul#tab li a { height: 82px; position: relative; text-decoration: none; color: #333; font-size: 1.5em; }
					div#tabbedContent div#menu ul#tab li a:hover { color: #09F; }
					div#tabbedContent div#menu ul#tab li a.active { color: #FFF; padding: 26px 8px 30px 8px; height: 82px; background: url('../images/sliderbar/bg/tab_bg.png') repeat-x; }
					div#tabbedContent div#menu ul#tab li a.active span.left { position: absolute; z-index: 5; top: 0; left: -20px; width: 20px; height: 82px; background: url('../images/sliderbar/bg/tab_bg_left.png') no-repeat; }
					div#tabbedContent div#menu ul#tab li a.active span.right { position: absolute; z-index: 5; top: 0; right: -19px; width: 20px; height: 82px; background: url('../images/sliderbar/bg/tab_bg_right.png') no-repeat; }
					div#tabbedContent div#menu ul#tab li a.active span.btm { position: absolute; margin: 0 auto; bottom: -12px; left: 0; right: 0; width: 33px; height: 82px; background: url('../images/sliderbar/bg/tab_bg_btm.png') no-repeat bottom center; }

					* + html div#tabbedContent div#menu ul#tab li a.active { color: #FFF; padding: 26px 8px 30px 8px; height: 82px; background: url('images/sliderbar/bg/tab_bg.gif') repeat-x; }
					* + html div#tabbedContent div#menu ul#tab li a.active span.left { position: absolute; z-index: 5; top: 24px; left: -20px; width: 20px; height: 82px; background: url('images/sliderbar/bg/tab_bg_left.gif') no-repeat; }
					* + html div#tabbedContent div#menu ul#tab li a.active span.right { position: absolute; z-index: 5; top: 24px; right: -19px; width: 20px; height: 82px; background: url('images/sliderbar/bg/tab_bg_right.gif') no-repeat; }
					* + html div#tabbedContent div#menu ul#tab li a.active span.btm { position: absolute; margin: 0 auto; top: 27px; left: 0; right: 0; width: 33px; height: 82px; background: url('images/sliderbar/bg/tab_bg_btm.gif') no-repeat bottom center; }


				div#tabbedContainer div { display: none; margin: 0; height: 75px;}
				div#tabbedContainer div.active { display: block; }
				div#tabbedContainer p { width: 800px; font-size: 1.8em; color: #666; padding: 20px 20px 30px 110px;}
				
				
		