/* CSS Document */
html { height:100%; margin:0px; }
body { height:100%; background:#B3AD9E;  margin:0px; font-family:Tahoma, Arial, sans-serif; font-size:12px; }


table.mainTab { width:100%; height:100%; background:#CECCC6 url(../img/bg_main.jpg) repeat-x; }
div.header { width:880px; position:relative; margin:auto; height:87px; }
	div.header div.logoContainer { position:absolute; right:30px; top:0px; background:url(../img/logo_bg.gif) no-repeat; width:289px; height:67px; padding-top:20px; padding-left:30px; text-align:right}
	div.header img.logoImg { position:absolute; right:0px; top:20px; border:0px; }
	
div.menuContainer { position:absolute; left:0px; bottom:0px; *bottom:-2px; font-size:13px; font-weight:bold; height:30px; }
	div.menuContainer span.active { height:30px; float:left; line-height:30px; padding:0px; background:url(../img/button_active_lw.gif) left top no-repeat; margin-right:2px; width:auto !important; }
	div.menuContainer span.active a { height:30px; float:left; display:block; line-height:30px; padding:0px 10px 0px 10px; background:url(../img/button_active_rg.gif) right 0px no-repeat; color:#FFF; text-decoration:none }
	div.menuContainer span.active a:hover { text-decoration:underline }
	
	div.menuContainer span.inactive { height:30px; float:left; line-height:30px; padding:0px; background:url(../img/button_inactive_lw.gif) left top no-repeat; margin-right:2px; width:auto !important; }
	div.menuContainer span.inactive a { height:30px; float:left; display:block; line-height:30px; padding:0px 10px 0px 10px; background:url(../img/button_inactive_rg.gif) right 0px no-repeat; color:#292222; text-decoration:none }
	div.menuContainer span.inactive a:hover { text-decoration:underline }

div.mainAnim { margin:auto; width:880px; margin-top:1px; }
div.mainContent { width:880px; height:auto; margin:auto; background:url(../img/main_content_bg.gif) repeat-x }
	div.mainContent div.shadows { width:880px; height:1px; font-size:1px; line-height:0; position:relative; display:block }	
		div.mainContent div.shadows div.lw { background:url(../img/bg_lw.gif) no-repeat; position:absolute; left:-10px; top:-1px; *top:-3px; width:10px; height:323px; }
		div.mainContent div.shadows div.rg { background:url(../img/bg_rg.gif) no-repeat; position:absolute; right:-10px; top:-1px; *top:-3px; width:10px; height:323px; }
		
div.footer { width:100%; height:91px; background:url(../img/bg_footer.gif) repeat-x }
	div.foot { width:880px; padding-top:40px; color:#323027; margin:auto; position:relative }
	div.foot a { color:#323027; text-decoration:none }
	div.foot a:hover { text-decoration:underline; }
	div.foot div.company { position:absolute; top:40px; right:0px; text-align:right }
	div.foot div.company a { color:#323027; font-size:9px; text-decoration:none }
	div.foot div.company a:hover { color:#323027; font-size:9px; text-decoration:underline  }
		div.foot div.company div.ft a { color:#92072A; font-size:11px; text-decoration:none }
		div.foot div.company div.ft a:hover { color:#92072A; font-size:11px; text-decoration:underline }