* { 
	margin:0;
	padding:0;
	border:none;
}
ul {list-style:none;}
a {
	color:#777;
	text-decoration: none;
}
a:hover{
	color:#ec008c;
	text-decoration: none;
}

#column_4 a {
	color:#c0c0c0;
	text-decoration: none;
}
#column_4 a:hover{
	color:#ffc20e;
	text-decoration: none;
}

body { 
	font-family:Arial, Helvetica, sans-serif;
}
h4 {}
h4 a {font-weight:bold;font-size:10px;color:#ffc20e;}
h5 {color:#ddd;font-size:14px;}
h6 {font-weight:bold;font-size:10px; }
#main_wrapper {margin:0 auto;width:955px;position:relative;}
#wrapper {margin:0 auto;width:955px;}

/* header */
#header {width:955px;height:200px;}
#left_logo {
	margin:10px 0 0 25px;
	float:left;
}
#right_banner {
	width:713px;
	height:196px;
	float:right;
}

/* main_content */
#main_content {
	margin-top:20px;
	position: relative;
}
#column_1 {float:left;width:225px;margin-right:17px;font-size:10px;color:#777;}
#column_2 {float:left;width:279px;margin-right:17px;}
#column_3 {float:left;width:219px;margin-right:17px;}
#column_4 {
	float:left;
	font-size:10px;
	color:#c0c0c0;
	width:152px;
	border:#e3e3e3 solid 1px;
	padding:10px;
	height:auto;
	background:#444;
	text-align:right;
}
#column_5 {
	float:left;
	margin-right:17px;
	font-size:10px;
	color:#c0c0c0;
	width:516px;
	height:645px;
	text-align:right;
}
.inner_column {
	border:#e3e3e3 solid 1px;
	list-style:none;
	height: auto;
}
.accordion {position:relative;}
.accordion_drop {

}
.accordion_drop p{
	font-size:11px;
	padding:10px;
	text-align: left;
	color: #888;
}

.change_link {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 12pt;
	background-color: #eee;
	float: left;
	margin-right: 5px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #bbb;
	text-decoration: none;
}

#jquery-overlay {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

}

#jquery-lightbox {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

}

#lightbox-nav {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {

	width: 49%;

	height: 100%;

	zoom: 1;

	display: block;

}

#lightbox-nav-btnPrev { 

	left: 0; 

	float: left;

}

#lightbox-nav-btnNext { 

	right: 0; 

	float: right;

}

#lightbox-container-image-data-box {

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	overflow: auto;

	width: 100%;

	padding: 0 10px 0;

}

#lightbox-container-image-data {

	padding: 0 10px; 

	color: #666; 

}

#lightbox-container-image-data #lightbox-image-details { 

	width: 70%; 

	float: left; 

	text-align: left; 

}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {

	display: block; 

	clear: left; 

	padding-bottom: 1.0em;	

}			

#lightbox-secNav-btnClose {

	width: 66px; 

	float: right;

	padding-bottom: 0.7em;	

}

.project-box {
	padding:0 10px 0 10px;
	position: relative;
	width:500px;
}

.project-box .project_box_thumbnails {
	width:500px;
	position: relative;
	float: left;
	height: auto;
}

.project_box_thumbnails a {
	margin-right:8px;
	float:left;
}

.project-box .project_box_thumbnails a img{
	width:74px;
	height:74px;
	margin-bottom:8px;
	float:left;
}

/*yellowie7 */
*:first-child+html.project-box a img{width:74px;height:74px;}

/*green ie6 */
*html .project-box a img{width:74px;height:74px;}

/* ie8 */
@media \0screen {
.project-box a {margin-right:5px;}
.project-box a img{width:73px;height:73px;}
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
.project-box {padding:0 14px 0 10px;}
.project-box a img{width:74px;height:74px;}
}

/* Banner */
.slides { position:relative; height:200px;}
.slide-pic{height:200px; width:514px;}
.slide-pic img{ width:514px; height:200px;}
.slide-pic li { display:none}
.slide-pic li.cur { display:block}
.slide-li {
	position:absolute;
	bottom:0px;
}
.slide-li li {
	float:left;
	width:128px;
	height:30px;
	line-height:30px;
	text-align:center
}
.slide-li a{
	display:block;
	width:128px;
	height:30px;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
}
.slide-li .cur a:visited, .slide-li .cur a:link, .slide-li a:hover { color:#333; text-decoration:none;}
.op li { background:#666; opacity: 0.6; filter:alpha(opacity=60)}
.op li.cur { background:#FFF}
.slide-txt span { display:none}
ul li{ list-style:none;}

/* img fade out */
.fadehover {
	position: relative;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	}
 
img.b {

	left: 0;
	top: 0;
	}
	
/**
