@charset "utf-8";

html, body{
	height:100%;
}

body{
	color:#333333; font-family: Arial,Helvetica,sans-serif; font-size:1.09em; line-height:1.20em; margin:0; padding:0; background:url(/default/images/bkg-pattern.jpg) left top repeat;
}

a, a>img { text-decoration:none; border:none; }
	
.MainContainer{
	width:1002px;
	min-height:100%; height:auto !important;  height:100%;
	display:block;
	margin:0 auto;
	margin-bottom:-30px !IE;
}


.Footer{
	width:1002px;
	clear:both;
	float:none;
	height:107px;
	margin:0 auto;
	background:url(/default/images/footer.jpg) left top repeat;
}

.PreFooter{
	width:576px;
	height:47px;
	padding-top:10px;
	padding-top:14px !IE;
	margin:0 auto;
	margin-top:10px !important;
	background:url(/default/images/prefooter.png) left top no-repeat;
}

.LeftMenu{
	width:201px;
	min-height:500px;
	height: auto !important;
	height:500px;	
	background:url(/default/images/left-panel.png) left top repeat-y;
	float:left;
}

.RightMenu{
	width:202px;
	min-height:500px;
	height: auto !important;
	height:500px;
	background:url(/default/images/right-panel.png) left top repeat-y;
	float:left;
}


.Content{
	width:568px;
	min-height:470px;
	height:auto !important;
	height:500px;
	background-color:#FDFDFD;
	padding:15px;
}

.AntiFloat:after{
	clear:both;
	display:block;
	height:0;
	content:".";
	visibility:hidden;
}

.ul-main-menu{	
	list-style:none;
	height:39px;
	padding:0px;
}

.li-main-menu{
	float:left;
	display:block;
	height:39px;
	cursor:pointer;
	position:relative;
}
.li-main-menu img, .li-main-menu a{ border:none; text-decoration:none; outline-style:none; }
.li-main-menu .menu-list{ display:none; width:190px; height:auto; position:absolute; padding-left:6px; padding-top:10px; }
.li-main-menu .menu-list a{ text-decoration:none; color:#E5F2FF;  font-size:16px; }

.li-separator-1{
	float:left;
	width:270px;
	height:39px;
}

.separator{
	display:block;
	opacity:0.4;
	filter:alpha(opacity=40);
	width:300px;
	height:2px;
	background-color:#111111;
	margin:0 auto;
}


#slideshow_set li table tr td a{ color:#D4D0C8; font-size:12px; font-weight:bold; }
#slideshow_set li table tr td a:hover{ color:white; font-size:12px; font-weight:bold; }

.CenterText{
	text-align:center;
}

.Bold{
	font-weight:bold;
}

.Underline{
	text-decoration:underline;
}

.DarkOrangeText{
	color:#7B3209;
}
.DarkOrange2Text{
	color:#985016;
}
.DarkBlueText{
	color:#336699;
}
.DarkBlue2Text{
 color:#0f005c;
 }
 .GreenText{
 	color:#0b7100;
 }
 .DarkGreenText{
 	color:#026802;
 }
 .DarkGreen2Text{
 	color:#009593;
 }