@charset "utf-8";
/* CSS Document */

#page{
	position:relative;
	margin:0 auto;
	width:980px;
}

#popupPage{
	position:relative;
	margin:0 auto;
	width:749px;
}

#mainNavi, #mainBanner, #mainContent, #columnLeft, #columnRight, #divider, #mainContentBottom, #panel, #panelContent, #panelContentBottom, #footer{
	position:relative;
	float:left;
}

#mainNavi{
	margin:0 0 16px 9px;
	width:962px;
}

#mainBanner{
	width:980px;
	margin:0;
}

#mainContent{
	width:936px;
	min-height:135px;
	padding:10px 0;
	margin:-10px 0 0 21px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	background: transparent url(../images/bg_content.gif) repeat-x left bottom;
}
#popupPage #mainContent{
	width:709px;
	min-height:415px;
	border:none;
	background:none;
	padding:20px;
	margin:0;
}
#mainContent #columnLeft, #panelContent #columnLeft{
	width:46%;
}
#mainContent #divider{
	width:8%;
	height:100px;
	background: transparent url(../images/divider_content.gif) no-repeat center top;
}
#mainContent #columnRight, #panelContent #columnRight{
	width:46%;
}
#mainContentBottom, #panelContentBottom{
	width:938px;
	margin:0 0 24px 21px;
	height:7px;
	background: #fff url(../images/bg_bottom_content.gif) no-repeat center bottom;
	font-size:1px;
}
#panel{
	width:938px;
	margin:0 0 0 21px;
}
#panel img.buttons, #panel a{
	float:left;
}
#panel #topRight{
	float:left;
	width:632px;
	height:77px;
	background: #fff url(../images/btn_panel_tr.gif) no-repeat right top;
}
#panel #topRight span.text{
	position:absolute;
	top:10px;
	left:480px;
	width:450px;
	font-size:11px;
}
#panelContent{
	width:936px;
	min-height:135px;
	padding:10px 0;
	margin:0 0 0 21px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	background: transparent url(../images/bg_content.gif) repeat-x left bottom;
}
#panelContent #divider{
	width:8%;
}
#footer{
	margin:0 0 0 21px;
	width:938px;
	height:45px;
	text-align:center;
	background: #fff url(../images/bg_footer.gif) no-repeat left bottom;
}
#popupPage #footer{
	margin:0;
	width:749px;
	height:45px;
	font-size:11px;
	text-align:center;
	background: #fff url(../images/bg_footer_popup.gif) no-repeat left bottom;
}
#footer p{
	margin:15px 0 0 0;
}
