#solution {
	width:650px;
	height:300px;
	float:left;
	position:relative;
}

#solution h2 {
	margin:25px 0 0 28px;
	width:604px;
	height:28px;
	/*text-indent:-9000px;*/
	/*background: url(/images/headers.png) no-repeat left top;*/
	border-bottom:1px solid #c9cacf;
	position:relative;
	z-index:-1;
}

#solution ul {
	margin-top:10px;
	margin-left:28px;
	line-height:24px;
	font-size:12px;
	width:175px;
}

#solution li {
	height:24px;
	display:block;
	overflow:hidden;
}

#solution li:hover div {
	visibility:visible;
}

#solution li a {
	padding-left:22px;
	background: url(/images/arrows.png) no-repeat left -180px;
	cursor:pointer;
	height:24px;
}

#solution li a:hover {
	color:#1e2172;
	background: url(/images/arrows.png) no-repeat left -5px;
}

.active-solution, .active-solution a {
	color:#1e2172 !important;
}

.active-solution a {
	background: url(/images/arrows.png) no-repeat left -5px !important;
}

#solution .full-list {
	background: url(/images/arrows.png) no-repeat left -30px !important;
}

.solution-content {
	width:430px;
	height:216px;
	position:absolute;
	top:63px;
	right:0;
	visibility:hidden;
}

.active-solution .solution-content {
	visibility:visible !important;
}

#solution h3 {
	color:#1e2172;
	font-weight:bold;
	margin-left:235px;
	margin-bottom:10px;
	font-size:11px;
}

#solution p {
	margin-left:235px;
	color:#1d1d1d;
	width:190px;
	line-height:19px;
	font-size:12px;
}





#works {
	clear:left;
	position:relative;
	width:650px;
	float:left;
}

#works h2 {
	/*background:transparent url(/images/headers.png) no-repeat left -84px;*/
	border-bottom:1px solid #C9CACF;
	height:28px;
	margin:10px 0 0 28px;
	/*text-indent:-9000px;*/
	width:604px;
	margin-bottom:15px;
}

#works-title-wrapper {
	line-height:22px;
	position:absolute;
	top:15px;
	right:18px;
	width:495px;
	height:24px;
	overflow:hidden;
	visibility:hidden;
}

#works-title {
	width:90000px;
	height:24px;
	position:relative;
	overflow:hidden;
	float:right;
}

#works-title li {
	background:#f8f8f8;
	border-top:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	float:right;
	height:22px;
	display:inline;    
}

#works-title li a {
	font-size:12px;
	color:#6b6b6b;
	font-weight:bold;
	padding:0 27px;
	height:22px;
	cursor:pointer;
}

#works-title li a:hover {
	color:#b22600;
}

#works-title-wrapper .arrows {
	width:23px;
	height:22px;
	display:block;
	text-indent:-9000px;
	cursor:pointer;
	padding:0 !important;
	position:absolute;
	border:1px solid #cdcdcd;
	z-index:10000;
	top:0;
	visibility:hidden;
}

#works-title-wrapper .forw-arrow {
	background: #F8F8F8 url(/images/arrows.png) no-repeat center -76px !important;
	margin-left:100%;
	left:-25px;
}

#works-title-wrapper .prev-arrow {
	background: #F8F8F8 url(/images/arrows.png) no-repeat center -51px !important;
	left:0;
}

.active-wlink {
	height:22px;
	border-top:1px solid #b5b5b5 !important;
	border-right:1px solid #b5b5b5 !important;
	border-left:1px solid #b5b5b5 !important;
	border-bottom:1px solid #fff;
}

.active-wlink a {
	color:#b22600 !important;
}

.active-work {
	display:block !important;
	visibility:visible !important;
}

#works-preview-wrapper {
	margin-left:28px;
	width:604px;
	height:170px;
	left:0;
	bottom:0;
	position:relative;
	z-index:10000;
	overflow:hidden;
}

#works-preview {
	width:608px;
	height:170px;
	position:absolute;
	padding-bottom:15px;
}

#works-preview ul {
	width:10000px;
	overflow:hidden;
	position:absolute;
	visibility:hidden;
}

#works-preview li {
	width:162px;
	float:right;
	display:block;
	text-align:center;
	font-size:10px;
	color:#8e8e8e;
}

#works-preview li img {
        width:149px;
	height:90px;
	margin:0 auto;
}

#works-preview li div.link_img {
        width:149px;
	height:90px;
        background-color: #cccccc;
        background-image: url(/images/ajax-loader.gif);
        background-repeat: no-repeat;
        background-position: center;
        border:1px solid #c1c2c6;
}

#works-preview li p {
	margin:0 7px;
}

#works-preview li h3 a {
	color:#1e2172;
	line-height:20px;
}

#works-preview li p a {
	color:#8e8e8e;
}

#works-preview-wrapper .arrows {
	position:absolute;
	visibility:hidden;
	cursor:pointer;
	width:15px;
	height:15px;
	top:65px;
	border:1px solid #000;
	text-indent:-9000px;
}

#works-preview-wrapper .prev-arrow {
	left:10px;
	background:#fff url(/images/arrows.png) no-repeat center -105px;
}

#works-preview-wrapper .forw-arrow {
	right:10px;
	background:#fff url(/images/arrows.png) no-repeat center -130px;
}

.long_txt {
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	COLOR: #9A9A9A;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	FONT-SIZE: 11px;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
}
.long_txt a{
	color:#9A9A9A !important;
	text-decoration:none;
}
.hidden_txt h3{
	color: #1E2172;
	font-size:14px;
	font-weight: bolder;
	padding: 5px 0px 5px 0px;
}
.hidden_txt ul{
	padding: 5px 0px 5px 20px;
}
.hidden_txt ul li {
	padding-left:8px;
	background: url(/images/sep.png) no-repeat left 7px;
}
.hidden_txt a:link, .hidden_txt a:visited, .hidden_txt a:hover{
	color: #B22600 !important;
	text-decoration:none !important;
	font-weight:bolder !important;
}