@charset "utf-8";

/* print.css */
body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font-family:Arial, Helvetica, sans-serif;color:#000;background:none;font-size:12pt;}
h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif;}
.login {display:none;}
/* Show URL */
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;}

/* COMMON TAGS */
body {
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:13px;
	color:#4e4e4e;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

.clearfix {
	display: inline-block;
}

.clear {
	clear: both
}

.clearandspace {
	clear: both;
	height: 10px;
}

hr {
	border: 1px solid #fff;
	border-top-color: #dadada;
	border-bottom-color: #fff;
	height: 0px;
	overflow: hidden;
}

p {
	padding: 0;
	margin: 12px 0;
}

h1 {
	color: #0270a7; /*0a93c6*/
	font-size: 20px;
	padding: 0px 0 5px 0;
	margin: 0 0 0px 0;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #0270a7; /*0a93c6*/
	padding: 4px 0 0 0; /*0a93c6*/
	margin: 0;
	text-decoration: none;
}

h3 {
	color: #0270a7; /*0a93c6*/
	padding: 0 0 0 0;
	margin: 0;
	text-decoration: none;
}

h4 {
	font-size: 11px;
	padding: 6px 0 0 0;
	margin: 0;
}

a {
	color: #0270a7;
	text-decoration: none;
}

a:hover {
	color: #0a93c6; /*0a93c6*/
	text-decoration: underline;
}

/* LAYOUT SECTIONS */

#container,#footer .wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	
}


/********************** Header region *************************/
#header {
	height: 143px;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 22px;
	left: 0px;
}

#header .contact_address{
	float:right;
	position: relative;
	top: 00px;
	width: 200px;
	text-align: left;
	list-style: none;
}
#header .contact_address .skype{
	background: url(images/Skype.png) no-repeat;
	padding-left: 20px;
	margin-top: 2px;
}
#header .contact_address .msn{
	background: url(images/messenger-16x16.png) no-repeat;
	padding-left: 20px;
	margin-top: 2px;
}
#header .contact_address .ym{
	background: url(images/yahoo-16x16.png) no-repeat;
	padding-left: 20px;
	margin-top: 2px;
}
#header .contact_address .phone{
	background: url(images/phone.png) no-repeat;
	padding-left: 20px;
	
}
#header .login {
	float: right;
	position: relative;
	top: 20px;
	width: 270px;
	text-align: left;
}

#header .social {
	float: left;
}

#header .login span {
	font-size: 11px;
	color: #888888;
}

#header .login .login_bg_left {
	background: url(images/login_bg_left.gif) no-repeat;
	width: 6px;
	height: 26px;
	float: left;
	margin: 5px 0px;
}

#header .login .login_go {
	float: left;
	margin: 5px 0px;
}

#header .login .go {
	background: url(images/btn_go.gif) no-repeat;
	height: 26px;
	width: 58px;
	border: none;
	cursor: pointer;
}
#header .login .go:hover {
	background: url(images/btn_go.gif) no-repeat left -46px;
	height: 26px;
	width: 58px;
	border: none;
	cursor: pointer;
}

#header .login .login_input_user {
	border-top: 1px #036da1 solid;
	border-bottom: 1px #036da1 solid;
	border-right: 1px #999 solid;
	float: left;
	height: 24px;
	width: 102px;
	margin: 5px 0px;
}

#header .login .login_input_pass {
	border-top: 1px #036da1 solid;
	border-bottom: 1px #036da1 solid;
	float: left;
	height: 24px;
	width: 103px;
	margin: 5px 0px;
}

#header .login input {
	border: none #FFF;
	width: 94px;
	padding: 4px 3px 0 3px;
	font-size: 11px;
	color: #666;
}

#header .topnavigation {
	position: absolute;
	margin: 95px 0 0 0;
	width: 960px;
	height: 49px;
	color: #fff;
	background: #084898 url(images/nav_bg.gif) 0 0 no-repeat;
}

#menubar .language_chooser {
	float: right;
	width: 100px;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 0 0;
}

#menubar .language_chooser .language-selector-menu {
	height: 20px;
	width: 100px;
	position: relative;
	cursor: pointer;
}

#menubar .language_chooser .language-selector-pad {
	position: absolute;
	top: 20px;
	width: 100%;
	background-color: #0a93c6;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: solid 1px #0a93c6;
}

#menubar .language_chooser .language-selector-pad a img,.language_chooser span img
	{
	vertical-align: middle;
	margin-right: 2px;
	padding: 4px 2px 4px 2px;
}

#menubar .language_chooser .language-selector-pad a,.language_chooser span {
	color: #FFFFFF;
	display: block;
	width: 100px;
	text-align: left;
}

#menubar .language_chooser .language-selector-pad a:hover {
	background-color: #f39035;
	border: #f39035;
	text-decoration:none;
}

/* Bread scrump */
.breadcrumbs {
	padding: 10px 14px 0px 5px;
	font-size: 11px;
	color: #b8b8b8;
}

.breadcrumbs a {
	color: #b8b8b8;
	text-decoration: underline
}

.breadcrumbs a:hover {
	color: #0a96c9;
}

.breadcrumbs:hover {
	color: #0a96c9;
}

.breadcrumbs strong {
	font-weight: normal;
	color: #5f5f5f;
}

/* Content */
.content {
	width: 960px;
	margin: 10px 0 0 0;
}
.content .centercolumn {
	width: 709px;
	margin: 0 auto;
	padding: 0 0 12px 0;
	float: left;
	margin: 0 20px 0 0;
}

.content .centercolumn ul li{
	margin-top: 10px;
	list-style-image:url(images/bullet.gif);
	
}
.content .centercolumn .INNER_PAGE_CONTENT_TOP_BANNER{
	float:left;
	display:block;
	margin: 5px 0 0px 0;
}
.content .centercolumn hr{
	margin-bottom: 25px;
	border:none;
	height:1px;
	background:#ffffff url(images/hr-bg.png) no-repeat;
}d
.content .centercolumn .sub-title{
	font-style: italic;
	font-size: 13px;
	color: #2967a9;
}
.content .centercolumn .paragraph-title{
	font-weight: bold;
	font-size: 16px;
	color: #2967a9;
	margin-top: 25px;
}
.content .centercolumn .paragraph-sub-title{
	font-style: italic;
	font-size: 13px;
	color: #2967a9;
}
.content .centercolumn .blue-content{
	color: #2967a9;
}
.content .centercolumn .read-more{
	color: #2967a9;
}
.content .centercolumn .read-more:hover{
	color: #f5811f;
}
.content .centercolumn .stress{
	color: #4f4f4f;
	font-weight:bold;
}
.content .centercolumn .noticement-board{
	background: #f9f9f9;
	padding: 20px 20px 20px 20px;
	border: solid 1px #dddddd;
	margin: 0 0 18px 0;
	display:block;
	-moz-border-radius: 6px;
}
.content .centercolumn .related-download{
	margin-top:30px;
}
.content .centercolumn .block_folio {
	float: left;
	width: 220px;
	margin: 0 3px 5px 0;
	background: #FFFFFF url(images/bg_poftfolio.gif) top center no-repeat;
	min-height: 260px;
	padding: 0px 10px 5px 0px;
}

.content .centercolumn .img_folio {
	margin: 7px 0 10px 10px;
	border: 2px #ffffff solid;
	width: 207px;
	height: 126px;
}
.content .centercolumn .img_folio:hover {
	margin: 7px 0 10px 10px;
	border-color: #f07d0c;
}

.content .centercolumn .block_folio h4 {
	width: 220px;
	margin: 0px 0 10px 10px;
	color: #0882c4;
	font-size: 13px;
	letter-spacing: 0.06em;
}
.content ul li .sitemap-title{
	font-size:16px;
	font-weight:bold;
	color: #0270a7; /*0a93c6*/
	
	text-decoration: none;
}
.content .portfolio-description {
	padding: 3px 2px 2px 10px;
}

.content .portfolio-description .info_title {
	font-weight: bold;
}
.content .view_project {
	width: 111px;
	height: 26px;
	background: url('images/view_project.gif') no-repeat;
	display: block;
	margin: 15px 0 5px 10px;
}

.content .view_project:hover {
	background: url('images/view_project.gif') no-repeat left -46px;
}

.content  .view_website {
	width: 111px;
	height: 26px;
	background: url('images/view_website.gif') no-repeat;
	display: block;
	margin: 15px 10px 5px 0;
	float:left;
}

.content  .view_website:hover {
	background: url('images/view_website.gif') no-repeat left -46px;
}
.content .request_quotation{
	width: 129px;
	height: 26px;
	background: url('images/btn_request_quotation.gif') no-repeat;
	display: block;
	float:left;
	margin: 15px 0 5px 0;
}
.content .request_quotation:hover{
	background: url('images/btn_request_quotation.gif') no-repeat left -46px;
}
.content .upload-file{
	height: 25px;
    border: 1px #d1d0d1 solid;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #333;
}
#tree_nav, #service_nav{ /*Right column tree */
	margin: 10px 0 0 0;
}
.content .rightcolumn {
	width: 231px;
	float: left;
	font-size: 13px;
}

.rightcolumn .get_quote {
	width: 231px;
	height: 104px;
	background: url('images/get_quote.gif') no-repeat;
	display: block;
	margin: 0 0 5px;
}

.rightcolumn .get_quote:hover {
	width: 231px;
	height: 104px;
	background: url('images/get_quote.gif') no-repeat 0 -124px;
	display: block;
	margin: 0 0 5px;
}

/*.rightcolumn .block, .rightcolumn .block .wrap, .rightcolumn .block .bot {
	background-image: url('images/block-bg.png');
	background-repeat: no-repeat;
}*/
.rightcolumn .block {
	background-image: url('images/right-block-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.rightcolumn .block {
	margin: 0 0 12px 0;
	/*background-position: -434px 0;*/
	width: 231px;
	/*background-color: #fff;*/
	/*background-repeat: repeat-y;*/
}
.rightcolumn .block .wrap {
	padding: 10px 10px 8px 7px;
	/*background-position: -677px -10px;*/
}
.rightcolumn .block .bot {
	display: block;
	height: 4px;
	overflow: hidden;
	/*background-position: right top;*/
}
.rightcolumn .block .wrap h3 {
	text-transform: uppercase;
	color: #f5811f;
	font-size: 13px;
	letter-spacing: 0.07em;
}
.rightcolumn .block .wrap .scroll {
	position: relative;
	margin: 3px 0 0 0;
}

.rightcolumn .block .wrap .scroll ul li h4 a {
	font-size: 14px;
	font-weight: bold;
	color: #0270a7;
	text-decoration: none;
}
.rightcolumn .block .wrap .scroll ul li h4 a:hover {
	text-decoration: none;
	color: #0a93c6;
}
.rightcolumn .block .wrap .scroll ul li span {
	font-size: 12px;
	font-style:italic;
}
.rightcolumn .block .wrap .scroll ul {
	position: relative;
	width: 220px !important ;
	height: 220px !important ;
	margin: 0 0px;
	list-style: none;
}
.rightcolumn .block .wrap .scroll ul li {
	width: 218px !important ;
	margin: 0;
	line-height: 1.334em;
}
.rightcolumn .block .wrap .scroll ul li .testimonials {
	font-style: italic;
	margin-top:5px;
}
.testimonialer {
	color: #0270a7;
	width: 150px;
	min-height:12px;
}
.rightcolumn .block .wrap .scroll ul li span {
	display: block;
	margin: 0 0 .4em 0;
}
.rightcolumn .block .wrap .scroll ol {
	height: 13px;
	position: absolute;
	margin-top: 220px;
	top: 0;
	right: 1px;
	list-style: none;
}
.rightcolumn .block .wrap .scroll ol li {
	float: left;
}
.rightcolumn .block .wrap .scroll ol a {
	display: block;
	width: 16px;
	height: 13px;
	margin: 0 1px;
	padding: 1;
	text-decoration: none;
}
.rightcolumn .block .wrap .scroll ol .previous a {
	background: url("images/icon-previous.gif") no-repeat;
	margin: 4px 0 0 0;
	
}
.rightcolumn .block .wrap .scroll ol .previous a:hover {
	background: url("images/icon-previous.gif") no-repeat 0 -33px;
	margin: 4px 0 0 0;
}

.rightcolumn .block .wrap .scroll ol .next a {
	background: url("images/icon-next.gif") no-repeat;
	margin: 4px 0 0 0;
}
.rightcolumn .block .wrap .scroll ol .next a:hover {
	background: url("images/icon-next.gif") no-repeat  0 -33px;
	margin: 4px 0 0 0;
}

.rightcolumn .block .wrap .scroll .news-line {
	border-top: 1px #CCC solid;
	height: 1px;
	margin-bottom:3px;
}
.rightcolumn .block .wrap .scroll .ico_quote {
	position: relative;
	top: -35px;
	left: 160px;
	width: 51px;
	height: 40px;
}
.rightcolumn .block .wrap .scroll .readmore-news {
	width: 100%;
	text-align: left;
	font-size: 11px;
}

.rightcolumn .block .wrap .scroll .readmore-news a {
	color: #b0b0b0;
	text-decoration: none;
}

.rightcolumn .block .wrap .scroll .readmore-news a:hover {
	color: #898989;
	text-decoration: none;
}
.rightcolumn .block .wrap .download {
	width: 216px;
	padding: 0;
	margin: 5px auto;
}
.rightcolumn .block .wrap ul{
	list-style:none;
	padding:0;
	margin:0;
}
.rightcolumn .block .wrap .download li {
	background: url("images/bg-right-nav.gif") no-repeat;
	background-position: bottom;
	padding: 6px 0 6px 5px;
	text-align: left;
	list-style:none;
}

.rightcolumn .block .wrap .download li a {
	padding: 0 0 0 0px;
	display:block;
	margin: 0 0 0 22px;
}
.rightcolumn .block .wrap .download img {
	vertical-align: middle;
	float:left;
	width:16px;
}
.rightcolumn .block .wrap .right-nav {
	width: 219px;
	padding: 0;
	margin: 5px auto;
}
.rightcolumn .block .wrap .right-nav ul {
	padding: 6px 0 0 0;
}
.rightcolumn .block .wrap .right-nav ul li{
	padding: 6px 0 6px 0px;
	display:block;
	text-align: left;
}

.rightcolumn .block .wrap .right-nav ul li {
	
	background: url("images/bg-right-nav.gif") no-repeat;
	background-position: bottom;
}
.rightcolumn .block .wrap .right-nav ul .li-dir{
	background:none;
	padding: 4px 0 0 0;
}
/*.rightcolumn .block .wrap .right-nav ul li:not(.li-dir) {
	
	background: url("images/bg-right-nav.gif") no-repeat;
	background-position: bottom;
}*/

.rightcolumn .block .wrap .right-nav .nav-dir {
	background: url("images/bg-right-menu-current.gif") no-repeat  -2px -8px;
	padding: 0px 0 0px 13px;
	text-align: left;
}

.rightcolumn .block .wrap .right-nav li a {
	background: url("images/bg-right-menu.gif") no-repeat -2px -8px;
	padding: 0 0 0 13px;
	display:block;
}
.rightcolumn .block .wrap .right-nav li span {
	/*background: url("images/arrow.gif") no-repeat 2px 3px;*/
	background: url("images/bg-right-menu.gif") no-repeat -2px -8px;
	padding: 0 0 0 13px;
	display:block;
	/*font-weight:bold;*/
	color:#f39035;
}
.rightcolumn .block .wrap .right-nav .nav-dir li span{
	
	color:#f39035;
}
.rightcolumn .block .wrap .right-nav ul ul li a, .rightcolumn .block .wrap .right-nav ul ul li span{
	margin-left: 15px;
}

.rightcolumn .block .wrap .right-nav ul ul ul li a, .rightcolumn .block .wrap .right-nav ul ul ul li span{
	margin-left: 30px;
}
#key_services{
	margin-top:30px;
	margin-bottom: 30px;
	float:left;
}

#key_services h2 {
	text-transform: uppercase;
	font-size: 15px
}

#key_services .key_pic {
	border: none;
}

#key_services .key_readmore {
	background: url('images/readmore_arrow.gif') no-repeat left 6px;
	height: 25px;
	padding: 7px 0 7px 22px;
	/*font-size: 12px;*/
	font-weight: bold;
	color: #0270a7;
}

#key_services .key_readmore:hover {
	background: url('images/readmore_arrow.gif') no-repeat left -32px;
	height: 25px;
	padding: 7px 0 7px 22px;
	/*font-size: 12px;*/
	font-weight: bold;
	color: #f5811f;
	cursor: pointer;
}

#key_services .three-columns {
	width: 221px;
	padding: 0 5px;
	float: left;
	margin: 0;
	margin: 0 4px 10px 0;
	/*border-right: 1px #cccccc solid;*/
	min-height:280px;
}
#key_services .three-columns:last-child{
	/*border-right: 1px #ffffff solid;*/
}
#key_services .three-columns .title_1 a{
	color: #0270a7;
	font-size: 15px;
}
#key_services .three-columns .title_1 a:hover{
	text-decoration:none;
}
#key_services .three-columns .title_2 {
	color: #f5811f;
	font-size: 15px;
}
#key_services .three-columns .title_2 a:hover{
	text-decoration:none;
}
#key_services .three-columns .title_3 a{
	color: #0270a7;
	font-size: 15px;
}
#key_services .three-columns .title_3 a:hover{
	text-decoration:none;
}

/******************************* Footer ********************************/
#footer {
	background: #ededed url('images/footer_bg.gif') top repeat-x;
	position: relative;
	padding: 28px 0 14px 20px;
	margin-top: 20px;
	font-size:11px;
	color:#888888;
	/*font-size: 12px;*/
}
#footer .stress{
	color: #666666;
	font-weight:bold;
}
#footer .block {
	float: left;
	margin: 0;
	width: 260px;
}

#footer a
{
	color:#888888;
	text-decoration:none;
}

#footer a:hover,.footer a:active {
	color: #999999;
	text-decoration: underline;
}

#footer .block ul {
	padding: 0;
	margin: 6px 0 0 0;
}

#footer .block li {
	list-style: none;
	padding: 3px 10px 0 0px;
	margin: 5px 0 2px 15px;
}

#footer .addr li {
	margin: 5px 0 2px 15px;
	width: 320px;
}

#footer .ft_line {
	background: url('images/ft_line.gif') repeat-y;
	width: 2px;
	height: 190px;
	float: left;
	margin-right: 20px;
}

#footer .noheader {
	margin: 1.2em 0 0 -30px;
}
#footer .email_address{
	color:#0270a7;
}

/** OUTSIDE THE CONTAINER **/
.nav_up {
	position: fixed;
	border: 1px solid #CCC;
	background: transparent url(images/arrow_up.gif) no-repeat top left;
	background-position: 50% 50%;
	width: 21px;
	height: 21px;
	bottom: 10px;
	opacity: 0.7;
	right: 55px;
	white-space: nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	filter: progid : DXImageTransform.Microsoft.Alpha ( opacity = 70 );
}

.nav_down {
	position: fixed;
	border: 1px solid #CCC;
	background: transparent url(images/arrow_down.gif) no-repeat top left;
	background-position: 50% 50%;
	width: 21px;
	height: 21px;
	bottom: 10px;
	opacity: 0.7;
	right: 30px;
	white-space: nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	filter: progid : DXImageTransform.Microsoft.Alpha ( opacity = 70 );
}