* {
	margin: 0;
	padding: 0;
}

a {color: #bd1ae6; text-decoration: none;}

a:hover {color: #FFFFFF;}

body {
	background: #000000;
	color: #bd1ae6;
	font: normal 63% Arial, Helvetica, sans-serif;
	margin: 0 0;
}

.clear{ clear: both; font-size:1px; width:1px; visibility: hidden; }

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.margin_tb {margin: 4px 0}
.color_white {color: #FFFFFF}

.container {
	font-size: 1.2em;
	margin: 0 0;
	width: 1024px;
}

.main {
	background: url(../img/img_main.png) no-repeat;
	width: 1024px;
	height: 529px;
}

.main_images {
	background: url(../img/bg_images.png) no-repeat;
	width: 1024px;
	height: 529px;
}

.main_images_show {
	background: url(../img/bg_images_show.png) no-repeat;
	width: 1024px;
	height: 529px;
}

.main_container {
	width: 320px;
	height: 358px;
	margin: 120px 0 0 216px;
	overflow: auto;
	line-height: 22px;
}

.main_feedback {
	background: #000000 url(../img/bg_planning_show.png) no-repeat;
	width: 630px;
	height: 358px;
	margin: 120px 0 0 216px;
	line-height: 22px;
}

.main_planning_show {
	background: #000000 url(../img/bg_planning_show.png) no-repeat;
	width: 630px;
	height: 358px;
	margin: 120px 0 0 216px;
	line-height: 22px;
}

.main_planning_show_txt {
	width: 570px;
	height: 306px;
	margin: 15px 15px;
}

.main_planning_show_txt_title {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 36px;
}

.images_container {
	width: 284px;
	height: 140px;
	margin: 244px 0 0 205px;
	overflow: auto;
	color: #c31e64;
	line-height: 30px;
}

#images a {
	color: #bd1ae6;
	text-decoration: none;
}

#images a:hover {
	color: #FFFFFF;
}

.images_show_container {
	height: 420px;
}

.images_show_left {
	background: #FFFFFF;
	float: left;
	width: 459px;
	height: 309px;
	margin: 110px 0 0 34px;
}

.images_show_right {
	float: right;
	width: 424px;
	height: 420px;
}

.button {
	width: 986px;
	height: 28px;
	margin: 0 0 0 38px;
	color: #c31e64;
	line-height: 28px;
}

.pages {
	float: right;
	color: #bd1ae6;
}

.main_news_list {
	height: 24px;
	line-height: 24px;
	display: block;
}

.bottom {
	width: 1024px;
	height: 50px;
	border-top: 1px solid #49000a;
}

.nav {
	background: #000000;
	float: left;
	width: 522px;
	height: 22px;
	
}

.navsub {
	float: left;
	width: 72px;
	text-align: center;
	line-height: 22px;
}

.navsub a {
	text-decoration: none;
}

.navsub a:hover {
	
}

.bottom_ico {
	background: url(../img/bg_bottom_ico.png) repeat-x;
	height: 22px;
}

.bottom_txt {
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	line-height: 21px;
}

.highlightit img{

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);

-moz-opacity: 0.5;

}


/* highlightit */
.highlightit:hover img{

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);

-moz-opacity: 1;

}