@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#181818;
}

a{
	color:#181818;
	text-decoration:none;
}

a:hover{
	color:#f00;
	text-decoration:underline;
}

a:click{
	border:none;
}

#news li a:hover,
#events li a:hover,
div.service-box li a:hover,
#lang a:hover{
	text-decoration:underline;
}

#sitemap-page #content,
#contact-page #content,
#container{
	width:980px;
	margin:0 auto;
	position:relative;
}

#header{
	height:86px;
	position:relative;
	padding-top:14px;
	z-index:99;
}

#logo{
	width:334px;
	height:54px;
	overflow:hidden;
	position:relative;
	margin:0;
}

#logo span{
	width:334px;
	height:54px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:url(logo.jpg) no-repeat left top;
}

#lang{
	position:absolute;
	right:0;
	top:14px;
}

#lang ul{
	padding:0;
	margin:0;
	list-style:none;
}

#lang li{
	float:left;
	padding-left:5px;
}

#lang li a{
	font-size:10px;
	color:#272727;
	text-decoration:none;
}

#slogan{
	position:relative;
	left:701px;
	bottom:23px;
	width:280px;
	height:24px;
	_bottom:10px;
}

#slogan span{
	width:100%;
	height:30px;
	display:block;
	background:url(slogan.png) no-repeat left top;
}

#menu{
	height:26px;
	background:url(menu-bg.png) repeat-x left top;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}

#menu ul{
	padding:0;
	margin:0;
	list-style:none;
}

#menu li{
	float:left;
	padding:4px 13px 0 10px;
	background:url(menu-line.png) right top no-repeat;
	position:relative;
}

#menu .submenu{
	position:absolute;
	left:0;
	top:12px;
	border:solid 1px #ccc;
	width:160px;
	z-index:9999;
	background:#fff;
	display:none;
	padding:2px 2px 10px;
}

.submenu div{
	padding:2px 5px;
	margin:1px 0;
}

#menu li.group_links{
	background-position:left top;
	float:right;
}

#menu li.group_links a{
	color:#ff0000;
}

#menu a{
	font:bold 11px Arial;
	text-decoration:none;
	color:#272727;
}

#menu a:hover{
	color:#f00;
	text-decoration:underline;
}

#main{

}

#screen,
#services-container,
#content{
	width:790px;
}

#screen{
	height:190px;
	border-bottom:solid 6px #d5d3d3;
	float:left;
	position:relative;
	overflow:hidden;
}

#screen ul{
	margin:0;
	padding:0;
	list-style:none;
}

#screen .imgs{

}

#screen .imgs li{
	position:absolute;
	top:0;
	left:0;
}

#screen .imgs li.current{
	z-index:1;
}

#screen .nav-button{
	position:absolute;
	left:5px;
	bottom:0;
	z-index:2;
}

#screen .nav-button li{
	float:left;
}

#screen .nav-button li.current span{
	color:#fff;
	background:#333;
}

#screen .nav-button span{
	display:block;
	width:20px;
	height:20px;
	border:solid 1px #999;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	margin:2px;
	font-weight:bold;
	background:#ccc;
	color:#666;
}

#services-container {
	float:left;
	padding-top:35px;
}

div.service-box{
	float:left;
	width:145px;
	margin-left:10px;
	margin-bottom:20px;
}

div.service-box h3{
	font-size:11px;
	font-weight:bold;
	padding-left:14px;
	background:url(arrow2.png) no-repeat left 1px;
	margin-bottom:0;
	height:30px;
}

#information-container {
	float:right;
	width:187px;
	padding:0 0 0 3px;
	background:url(information-container-bg.png) left bottom no-repeat;
	margin-top:-196px;
}

#information-container .more{
	padding-top:20px;
	text-align:right;
}

#information-container .date{
	color:#CC0000;
}

#solution-cases{
	background:#ecf1f4;
	height:190px;
	border-bottom:solid 6px #d5d3d3;
}

#solution-cases ul{
	padding:0;
	margin:0;
	margin-left:10px;
	list-style:none;
}

#solution-cases li{
	background:url(arraw.png) -2px 6px no-repeat;
	display:block;
	border-bottom:solid 1px #d5d3d3;
	padding:6px 0 6px 16px;
}

#solution-cases li.more{
	border:none;
	background-image:url(arrow.png);
	padding-top:7px;
}

#solution-cases li a{
	text-decoration:none;
	font-size:11px;
	color:#317fa7;
}

#solution-cases li.more a{
	font-weight:bold;
}

#solution-cases h3{
	background:url(sc-h-bg.png) no-repeat;
	height:32px;
	font:bold 11px arial;
	color:#fff;
	margin:0;
	line-height:32px;
}

#solution-cases h3 a{
	text-indent:-10000px;
	display:block;
}

#news{
	display:none;
}

#news, #events {
	height:220px;
	overflow:hidden;
}

#news h3,
#events h3{
	height:21px;
	font:bold 11px arial;
	background:url(news-h-bg.png) repeat-x left top;
	margin:0;
	margin-top:1px;
	text-indent:5px;
	line-height:16px;
}

div.service-box ul,
#news ul,
#events ul{
	padding:5px 0 5px;
	margin:0;
	list-style:none;
}

div.service-box li span,
#news ul li,
#events ul li{
	overflow:hidden;
	background:url(bolt.png) 3px 5px no-repeat;
	padding:1px 2px 0 15px;
}

div.service-box li span{
	padding:0;
}

div.service-box li ul{
	padding-left:10px;
}

div.service-box li{
	background-position:3px 6px;
	padding:1px 2px 0 0;
}

div.service-box li a,
#news li a,
#events li a{
	text-decoration:none;
	font-size:11px;
}

div.service-box li a{
	margin:-13px 0 0 12px;
	display:block;
}

#news li.more,
#events li.more {
	text-align:right;
	padding-right:5px;
	background:none;
}

#news li.more a,
#events li.more a{
	color:#f00;
	font-weight:bold;
}

#partner-container{
	border:solid 1px #d5d3d3;
	width:100%;
	float:right;
}

#partner-container h3{
	background:#f0efef;
	font-weight:bold;
	border-bottom:solid 1px #d5d3d3;
	height:17px;
	line-height:17px;
	margin:0;
	font-size:11px;
	text-indent:10px;
}

#partner-container ul{
	list-style:none;
	margin:0;
	padding:5px 10px;
}

#partner-container li{
	float:left;
}

#partner-container a img{
	border:none;
}

#footer{
	padding-top:10px;
	clear:both;
}

#footer .links{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}

#footer .links li a{
	font-size:10px;
	text-decoration:none;
}

#footer .links li{
	float:left;
	border-right:solid 1px #666;
	padding:0 10px;
	height:12px;
	line-height:10px;
}

#footer .info{
	float:right;
	text-align:right;
}

#footer .info p{
	font-size:10px;
	margin:3px 0;
	color:#403f3f;
}

/** Subpage **/
#sidebar, #content{
	margin-bottom:20px;
}

.subpage #main{
	margin-top:15px;
}

.subpage #sidebar{
	width:180px;
	margin-right:10px;
	float:left;
}

.subpage .nav{
	padding-bottom:20px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding-right:10px;
}

.nav div{
	margin-top:14px;
}

.nav li{
	border-bottom:solid 1px #eee;
}

.nav li.current{
	padding-right:5px;
	background:url(l_arrow.gif) no-repeat right 4px;
}

.nav li.current a{
	color:#000;
	font-style:oblique;
	font-weight:bold;
}

.nav li.current ul a{
	font-style:normal;
	font-weight:normal;
	text-align:right;
}

#services-container li span.hasChildren,
.nav li span{
	width:10px;
	height:10px;
	cursor:pointer;
	background:url(plus2.gif) no-repeat left 4px;
}

#services-container li span.no-link{
	display:block;
	width:auto;
	height:auto;
	margin:-15px 0 0 12px;
}

#services-container li span.expand,
.nav li span.expand{
	background:url(minus2.gif) no-repeat left 4px;
}

#services-container li span.expand{
	background:url(minus2.gif) no-repeat 1px 4px;
}

#services-container li span.no-link,
.nav li span.no-link{
	cursor:auto;
	background:none;
	font-size:11px;
}


#sidebar h3{
	margin-bottom:8px;
	margin-top:0;
	font-size:11px;
	font-weight:bold;
	color:#f00;
}

#sidebar h4{
	padding-bottom:2px;
	border-bottom:solid 1px #ccc;
}

#sidebar ul{
	margin:0;
	padding:0;
	margin-top:5px;
	list-style:none;
}

#sidebar ul ul{
	padding-left:16px;
}



#sidebar h4{
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin:4px 0;
}

#sidebar ul li a{
	font-size:10px;
	line-height:16px;
	text-decoration:none;
}

#content{
	float:left;
}

#content h2{
	background:url(h1-left.gif) no-repeat left center;
	margin:0 0 15px;
	padding:0 0 0 18px;
	margin-bottom:5px;
}

#content h2 span{
	background:url(h1-right.gif) no-repeat right center;
	display:block;
	font-size:20px;
	font-weight:bold;
	height:43px;
	line-height:44px;
	color:#666;
}

#content div.img{
	width:500px;
	margin:15px 0;
	padding:5px;
	border:solid 1px #ccc;
}

#sidebar .sidebox{
	padding-right:0;
}



#sidebar .sidebox h3{
	background:url(sidebox-background-top.png) no-repeat left top;
	padding:0px 0 0 7px;
	font-size:10px;
	font-weight:bold;
	margin:0;
	line-height:17px;
}

.sidebox .main{
	background:url(sidebox-background-main.png) repeat-y left top;
}

#content .sidebox .main{
	background:none;
}

#content .sidebox{
	background:#fff;
	border:solid 1px #999;
}

#content .sidebox h3{
	background:#ccc;
	font-size:12px;
	padding:5px 15px;
	margin:0;
}

#content .sidebox .main{
	padding:2px 10px;
}

#content .sidebox .main ul{
	margin:0;
	padding:0;
	margin:5px 0 0 20px;
}

#content .sidebox .bottom{
	background:none;
}

#sidebar .sidebox .main ul{
	margin:0;
	padding:0;
	padding-right:10px;
	list-style:none;
}

#sidebar .sidebox li{
	background:url(bullet1.gif) 7px 8px no-repeat;
	padding-left:15px;
}

#sidebar .sidebox li.more{
	text-align:right;
	background:none;
	height:1%;
}

.sidebox .bottom{
	background:url(sidebox-background-bottom.png) no-repeat left top;
	height:3px;
	overflow:visible;
}

.subpage #footer{
	border-top:solid 7px #DCDCDC;
	_height:1%;
	float:left;
	width:100%;
	margin-top:30px;
}

.sidebox, .nav,
.contactbox{
	margin-bottom:10px;
}

.contactbox .top{
	height:3px;
	background:url(evpr_img_contact_box_top.gif) no-repeat left bottom;
	overflow:visible;
}

.contactbox .middle{
	height:100px;
	background:url(evpr_img_contact_box_middle.gif) no-repeat left top;
}
.contactbox .bottom{
	height:3px;
	background:url(evpr_img_contact_box_bottom.gif) no-repeat left top;
	overflow:visible;
}

#sidebar .contactbox ul{
	margin:0;
	padding:0;
	padding-left:12px;
	list-style:none;
	padding-top:2px;
	font-weight:bold;
}

.contactbox li{
	font-size:11px;
	line-height:20px;
}

.contactbox li span{
	color:#f00;
}

/** list subpage **/
#news-page #content h2,
.list #content h2{
	height:27px;
	background:url(evpr_img_bg_filter_container.gif) repeat-x left top;
	border:solid 1px #E4E4E4;
	font-size: 12px;
	margin-bottom:20px;
}

#news-page #content h2 span,
.list #content h2 span{
	background:none;
	height:auto;
	line-height:28px;
	font-size:12px;
	color:#666;
}

.list #content ul{
	margin:0;
	padding:0;
	margin-left:15px;
}

.list #content li{
	background:url(bolt.png) 6px 8px no-repeat;
	padding:3px 2px 3px 15px;
	list-style:none;
	font-size:11px;
}

/** text subpage **/
#content .text{
	padding: 16px;
	font-size:11px;
	color:#333333;
	height:1%;
}

#content .relative_news{
	float:right;
	margin:0 0 20px 20px;
	width:300px;
}

.relative_news .sidebox .bottom{
	height:auto;
}

#content .text p{
	margin-top:0;
	margin-bottom:10px;
	line-height:20px;
}

#content .text h3{
	padding-left:15px;
	background:url(arrow2.png) no-repeat left 2px;
	font-size:16px;
	margin:20px 0;
}

#content .text h4{
	margin:5px 0;
	font-size:14px;
}

#content .text ul, #content .text ol{
	margin:5px 5px 5px 20px;
	padding-left:10px;
}

#content .text table{
	width:90%;
}

#content .text table td{
	padding:5px 10px;
	background:#ffe7e7;
}

#content .text table td.n{
	background:#fecbcb;
}

#content .text table td.first_tr{
	padding:10px;
	font-size:13px;
	color:#fff;
	background:#fd0000;
}

#content .text a{
	color:#ff0000;
	text-decoration:underline;
}

#content .text a:hover{
	color:#CC0000;
}

.goal ul{
	margin:0;
	padding:0;
	list-style:none;
}

.goal li{
	display:block;
	height:24px;
	margin-bottom:10px;
	padding-left:15px;
	background:url(red_arrow_box.gif) no-repeat left 3px;
}

.goal span{
	float:left;
	height:24px;
	font-weight:bold;
	margin-right:10px;
	clear:left;
	width:100px;
}

#solution-cases-page .case{
	border-bottom:dotted 1px #ccc;
	height:180px;
	margin-top:20px;
	padding-top:1px;
	background:url(horznav_shadow_rpt.gif) repeat-x left top;
}

.case-page .case h3,
#solution-cases-page .case h3{
	background:url(sectionDiv_top.gif) repeat-x left bottom;
	padding-bottom:10px;
	margin-top:10px;
}

.case-page .case h3 span,
#solution-cases-page .case h3 span{
	padding-left:20px;
	background:url(header_recentlyposted.gif) no-repeat 3px 2px;
	font-size:13px;
	color:#ff0000;
}

.subpage p,
.case-page .case p
#solution-cases-page .case p{
	font-size:11px;
}

#solution-cases-page .case p img{
	float:left;
	margin:0 30px 10px 5px;
}

p.more{
	text-align:right;
	padding-right:20px;
}


.case-page .text h3{
	font-size:13px;
}

.contact-box{
	width:488px;
	border-bottom:solid 1px #ccc;
	float:left;
	margin-left:1px;
	margin-top:10px;
}

.contact-box h3{
	background:url(contact-box-h.png) no-repeat -1px top;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#EB1015;
	padding-left:30px;
	margin:0;
}

.contact-box .middle{
	background:url(contact-box-m.png) repeat-y -1px top;
	font-size:11px;
	padding:20px 5px 20px 0;
	height:125px;
	position:relative;
}

.contact-box .middle div{
	position:absolute;
	right:20px;
	bottom:10px;
	font-weight:bold;
}

.contact-box th{
	text-align:right;
	width:65px;
	padding-right:10px;
}

.contact-box-office .middle{
	height:80px;
}

.contact-box-even h3{
	background:url(contact-box-h-r.png) no-repeat -2px top;
}

#case-success-page .case{
	border:1px solid #CCCCCC;
	float:left;
	margin:10px 30px 30px;
	padding:10px;
	text-align:center;
	width:180px;
	height:180px;
}

#case-success-page .case h3{
	color:#333;
	font-size:12px;
	height:40px
}

#case-success-page .case p{

}

#case-success-page .case p img{
	width:100px;
}

#contact-page a.btn{
	position:absolute;
	right:3px;
	top:7px;
	display:block;
	background:url(btn_.png) no-repeat left top;
	width:160px;
	padding-right:5px;
	height:33px;
	line-height:28px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	display:none;
}

#contact-page a.btn:hover{
	background-position:left -33px;
	text-decoration:none;
}

#sitemap-page #content ul{
	margin-left:24px;
	margin-bottom:10px;
}

#sitemap-page #content ul ul{
	margin-bottom:0;
}

.sitemap-other{
	float:left;
}

.sitemap-other div{
	margin-bottom:20px;
	padding-left:50px;
}

.sitemap-services {
	float:right;
	width:600px;
	background:#efefef;
	border-left:1px solid #999999;
	padding:10px 20px;
}

#company-group-links{
	float:right;
	clear:right;
}

#company-group-links a{
	width:185px;
	height:27px;
	background:url(company-group-btn.png) no-repeat left top;
	text-indent:-10000px;
	display:block;
	margin-top:20px;
	margin-bottom:5px;
}

div.text-box{
	width:747px;
	padding-bottom:12px;
	background:url(text-box-b.png) no-repeat left bottom;
	margin-bottom:30px;
}

#content div.text-box h3{
	background:url(text-box-h.png) no-repeat left top;
	height:24px;
	margin:0;
	padding:20px 10px 0 20px;
	font-size:14px;
}

div.text-box h4{
	margin-top:0;
	margin-bottom:10px;
}

div.text-box div.content{
	background:url(text-box-m.png) repeat-y left top;
	padding:10px 20px;
}

div.text-box div.content p{
	text-align:center;
}

div.text-box ul{
	padding:0;
	margin:20px 30px;
}

div.text-box a img{
	border:none;
}	

div.cp{
	margin-top:30px;
	padding-top:10px;
}

div.cp p{
	text-align:center;
}

div.cp p img{
	border:solid 1px #ccc;
	padding:2px;
}

#case-success-page .case img{
	border:none;
}

.pager-nav{
	margin:30px;
}

.page-number{
	padding:2px 5px;
	border:solid #CC0000 1px;
	color:#c00;
	margin:2px;
}

.pager-nav .current{
	background:#f00;
	color:#fff;
}

#tip{
	float:left;
	margin-top:78px;
	padding-left:30px;
	background:url(195.gif) no-repeat left top;
}

#tip ul{
	list-style:none;
}

#tip li{
	float:left;
	margin-right:20px;
	padding-left:16px;
	background:url(154.gif) no-repeat left center;
}

#tip li a{
	color:#CC0000;
}

#content #tip{
	margin:0 20px;
}