/*
Title: CSS Styles for ABS.BG
Author: Joro Balinov for XS Software
Email: joro@xs-software.com
Website: http://www.xs-software.com/
*/

* {
margin: 0;
padding: 0;
}

body, html {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: 12px;
min-width: 960px;
background: #eaeaea;
}

a {
outline: none;
}

input, select, textarea {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: 12px;
}

/* ----------------------------- */

.mainWrapper {
width: 960px;
position: relative;
margin: 0 auto;
}

/* ----------------------------- */

body.style-1 {
background: url('../img/home_slider_bknd_1.jpg') center 0 no-repeat;
}

body.style-2 {
background: url('../img/home_slider_bknd_2.jpg') center 0 no-repeat;
}

body.style-3 {
background: url('../img/home_slider_bknd_3.jpg') center 0 no-repeat;
}

/* ----------------------------- */

#header {
position: relative;
z-index: 10;
background: url('../img/header_bknd.png') repeat-x;
}

#header .mainWrapper {
height: 86px;
}

#header #logo {
float: left;
margin: 17px 0 0 0;
}

#header #logo a {
display: block;
width: 176px;
height: 38px;
background: url('../img/header_logo.png') no-repeat;
}

#header ul#mainNavigation {
list-style: none;
float: right;
margin: 18px 0 0 0;
}

#header ul#mainNavigation li {
float: left;
margin: 0 0 0 10px;
}

#header ul#mainNavigation li a {
display: block;
float: left;
height: 34px;
line-height: 34px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #41831f;
padding: 0 10px;
background: url('../img/header_nav_bknd.jpg') repeat-x;
border: 1px solid #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow: 0px 1px 1px #fff;
-moz-text-shadow: 0px 1px 1px #fff;
-webkit-text-shadow: 0px 1px 1px #fff;
}

#header ul#mainNavigation li a:hover,
#header ul#mainNavigation li.active a {
background-position: 0 -34px;
color: #fff;
text-shadow: 0px 1px 2px #000;
-moz-text-shadow: 0px 1px 2px #000;
-webkit-text-shadow: 0px 1px 2px #000;
}

#header a.clientsLogin {
display: block;
position: absolute;
right: 0;
bottom: -17px;
line-height: 12px;
color: #41831f;
background: #fff url('../img/header_clientslogin.gif') 10px 8px no-repeat;
text-decoration: none;
font-weight: bold;
padding: 10px 10px 10px 30px;
border-radius-bottomleft: 5px;
border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

#header a.clientsLogin:hover {
color: #000;
}

/* ----------------------------- */

#homeWrapper {
position: relative;
z-index: 5;
}

#homeWrapper .mainWrapper {
padding: 300px 0 40px 0;
}

#homeSlider {
position: absolute;
z-index: 1;
width: 1200px;
height: 600px;
top: 0;
left: 50%;
margin-left: -600px;
}

#homeSlider>div {
display: none;
width: 1200px;
height: 600px;
}

#homeSlider #homeSlide-1 {
background: url('../img/home_slider_bknd_1.jpg') center 0 no-repeat;
}

#homeSlider #homeSlide-2 {
background: url('../img/home_slider_bknd_2.jpg') center 0 no-repeat;
}

#homeSlider #homeSlide-3 {
background: url('../img/home_slider_bknd_3.jpg') center 0 no-repeat;
}

#homeSlider .text-1,
#homeSlider .text-2,
#homeSlider .text-3 {
width: 500px;
height: 52px;
position: absolute;
top: 170px;
left: 150px;
}

#homeSlider .text-1 {
background: url('../img/home_slider_text_1.png') no-repeat;
}

#homeSlider .text-2 {
background: url('../img/home_slider_text_2.png') no-repeat;
}

#homeSlider .text-3 {
background: url('../img/home_slider_text_3.png') no-repeat;
}

#homeSliderNavigation {
position: absolute;
top: 15px;
left: 0;
background: #000;
background: rgba(0,0,0,0.2);
overflow: hidden;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#homeSliderNavigation span {
display: block;
float: left;
line-height: 17px;
}

#homeSliderNavigation ul {
float: left;
list-style: none;
}

#homeSliderNavigation ul li {
float: left;
margin: 0 0 0 10px;
}

#homeSliderNavigation ul li a {
display: block;
width: 17px;
height: 17px;
background: url('../img/home_slider_nav.png') no-repeat;
}

#homeSliderNavigation ul li a.activeSlide {
background-position: 0 -17px;
}

#homeBlocks {
height: 130px;
}

#homeBlocks .blockItem {
float: left;
margin: 0 10px;
}

#homeBlocks .blockItem a {
display: block;
text-decoration: none;
cursor: pointer;
width: 210px;
height: 99px;
padding: 15px 20px 0 65px;
background: url('../img/home_block_bknd.jpg') no-repeat;
text-align: right;
line-height:16px;
border: 1px solid #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 5px 8px #999;
-moz-box-shadow: 0px 5px 8px #999;
-webkit-box-shadow: 0px 5px 8px #999;
}

#homeBlocks .blockItem a:hover {
background-position: 0 -114px;
}

#homeBlocks .blockItem a big {
display: block;
font-size: 14px;
font-weight: bold;
color: #000;
margin: 0 0 8px 0;
}

#homeBlocks .blockItem a small {
display: block;
color: #157ca3;
font-size: 11px;
}

/* ----------------------------- */

#pageHeader {
padding: 80px 0 0 0;
}

#pageHeader .mainWrapper {
height: 65px;
background: url('../img/pageheader_bknd.png') repeat-x;
border-radius-topleft: 10px;
border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
}

#pageHeader .pageTitle {
float: left;
font-size: 25px;
font-weight: bold;
line-height: 65px;
color: #41831f;
padding: 0 20px;
text-transform: uppercase;
text-shadow: 0px 1px 1px #fff;
-moz-text-shadow: 0px 1px 1px #fff;
-webkit-text-shadow: 0px 1px 1px #fff;
}

#pageHeader ul.sectionMenu {
float: right;
list-style: none;
margin: 15px 20px 0 0;
}

#pageHeader ul.sectionMenu li {
float: left;
margin: 0 0 0 10px;
}

#pageHeader ul.sectionMenu li a {
display: block;
text-decoration: none;
height: 32px;
line-height: 32px;
padding: 0 15px;
background: url('../img/pageheader_menu.jpg') repeat-x;
font-size: 14px;
border: 2px solid #fff;
color: #a0def5;
text-shadow: 0px 1px 1px #000;
-moz-text-shadow: 0px 1px 1px #000;
-webkit-text-shadow: 0px 1px 1px #000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#pageHeader ul.sectionMenu li a:hover {
color: #fff;
}

#pageHeader ul.sectionMenu li.active a {
background-position: 0 -34px;
color: #000;
text-shadow: 0px 1px 1px #fff;
-moz-text-shadow: 0px 1px 1px #fff;
-webkit-text-shadow: 0px 1px 1px #fff;
}

/* ----------------------------- */

#pageBody {
padding: 0 0 40px 0;
}

#pageBody .mainWrapper {
background: #fff;
overflow: hidden;
padding: 20px;
min-height: 300px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 10px #999;
-moz-box-shadow: 0px 0px 10px #999;
-webkit-box-shadow: 0px 0px 10px #999;
}

#pageBody h1 {
margin: 0 0 10px 0;
text-transform: uppercase;
font-size: 20px;
color: #41831f;
font-weight: normal;
border-bottom: 1px solid #eaeaea;
padding: 0 0 10px 0;
}

#pageBody h2 {
margin: 10px 0;
font-size: 16px;
color: #666;
}

#pageBody p {
margin: 0 0 10px 0;
}

#pageBody ul,
#pageBody ol {
	padding: 5px 25px;
}
#pageBody ul li,
#pageBody ol li{
	list-style-image:url('../img/bullet.png');
}



#pageBody .group {
margin: 0 0 30px 0;
}

#pageBody .group.gallery {
overflow: hidden;
}

#pageBody a {
color: #41831f;
}

/* ----------------------------- */

#content {
float: left;
width: 640px;
padding: 10px;
}

/* ----------------------------- */

#content ul.submenu {
overflow: hidden;
background: #eaeaea;
padding: 5px;
margin: 0 0 20px 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#content ul.submenu li {
float: left;
list-style: none;
margin: 0 5px 0 0;
}

#content ul.submenu li a {
display: block;
float: left;
background: #fff;
font-weight: bold;
text-decoration: none;
color: #666;
padding: 5px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#content ul.submenu li a:hover {
background: #41831f;
color: #fff;
}

/* ----------------------------- */

#sidebar {
float: right;
width: 240px;
padding: 10px 10px 10px 30px; 
background: url('../img/sidebar_spacer.jpg') no-repeat;
min-height: 450px;
font-size: 11px;
color: #999;
}

#sidebar h2 {
text-transform: uppercase;
margin: 0 0 10px 0;
font-size: 14px;
font-weight: normal;
color: #18b1eb;
}

/* ----------------------------- */

#sidebar #quotes {
background: url('../img/sidebar_quotes.jpg') right 0 no-repeat;
}

#sidebar #quotes .author {
margin: 10px 0 0 0;
color: #666;
}

/* ----------------------------- */

#sidebar #events {
margin: 0 0 30px 0;
background: url('../img/sidebar_events.jpg') right 0 no-repeat;
}

#sidebar #events .eventItem {
margin: 0 0 10px 0;
}

#sidebar #events .eventItem .date {
font-weight: bold;
color: #999;
}

#sidebar #events .eventItem .title {
color: #666;
font-weight: bold;
font-size: 12px;
margin: 0 0 5px 0;
}

/* ----------------------------- */
iframe {
	border: 2px solid #41831f;
}


.contactsBlocks {
overflow: hidden;
padding: 10px 0 0 0;
}

.contactsBlocks .contactItem {
width: 275px;
float: left;
margin: 10px;
padding: 10px;
color: #999;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.contactItem {
	border: 1px solid #41831f;
}

.contactsBlocks .contactItem.company {
width: 590px;
}

.contactsBlocks .contactItem big {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
color: #000;
}

#pageBody .contactsBlocks .contactItem p {
margin: 0;
}

/* ----------------------------- */

#pageBody .formbox {

}

#pageBody .formbox .row {
overflow: hidden;
padding: 5px 0;
}

#pageBody .formbox .row .left {
width: 220px;
text-align: right;
float: left;
}

#pageBody .formbox .row .left label {
display: block;
}

#pageBody .formbox .row img {
vertical-align: top;
}

#pageBody .formbox .row .right {
margin: 0 0 0 230px;
}

#pageBody .formbox .row .right label.error {
display: block;
padding: 5px 0 0 0;
font-weight: bold;
color: #ff0000;
}

#pageBody .formbox .row .right input,
#pageBody .formbox .row .right select,
#pageBody .formbox .row .right textarea {
background: #eaeaea;
border: 1px solid #999;
color: #666;
padding: 4px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#pageBody .formbox .row .right input:focus,
#pageBody .formbox .row .right select:focus,
#pageBody .formbox .row .right textarea:focus {
background: #fff;
border-color: #000;
color: #000;
}

#pageBody .formbox .row .left.required {
font-weight: bold;
}

#pageBody .formbox .buttonrow {
padding: 0 0 0 230px;
}

#pageBody .formbox .buttonrow input,
#pageBody .formbox .buttonrow button {
background: #41831f;
color: #fff;
text-transform: uppercase;
border: none;
padding: 8px 16px;
cursor: pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#pageBody .formbox .buttonrow input:hover,
#pageBody .formbox .buttonrow button:hover {
background: #000;
}

#pageBody p.notice {
font-size: 10px;
color: #999;
margin: 10px 0 0 0;
}

#pageBody p.notice-2 {
font-size: 10px;
color: #999;
margin: 0 0 10px 0;
}

/* ----------------------------- */

.partnersList .partnerItem {
	padding: 0;
	margin: 0 0 20px 0;
	min-height:80px;
}
.partnersList .partnerItem.efct a.logo-link {
	background: url('../img/logos/efct.png') no-repeat left center;
	display:block; height:80px; width:220px;
	float:left;
}
.partnersList .partnerItem.xs a.logo-link  {
	background: url('../img/logos/xs.png') no-repeat left center;
	display:block; height:80px; width:220px;
	float:left;
}
.partnersList .partnerItem.sisizar a.logo-link  {
	background: url('../img/logos/sisizar.png') no-repeat left center;
	display:block; height:80px; width:220px;
	float:left;
}
.partnersList .partnerItem.eging a.logo-link  {
	background: url('../img/logos/eging.png') no-repeat left center;
	display:block; height:80px; width:220px;
	float:left;
}

.partnersList .partnerItem.bpa a.logo-link  {
	background: url('../img/logos/bfa.png') no-repeat left center;
	display:block; height:80px; width:220px;
	float:left;
}
.partnersList .partnerItem.efct a.logo-link:hover,
.partnersList .partnerItem.xs a.logo-link:hover,
.partnersList .partnerItem.sisizar a.logo-link:hover,
.partnersList .partnerItem.eging a.logo-link:hover,
.partnersList .partnerItem.bpa a.logo-link:hover {
	opacity:0.7;	
}
a.external-link {
	background:url("../img/icon-external-link.png") no-repeat right center;
	padding:2px 13px 2px 0;
}
/* ----------------------------- */

#footer {
position: relative;
z-index: 5;
color: #919191;
overflow: hidden;
margin: 0 0 50px 0;
}

#footer a {
color: #686868;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
color: #000;
}

#footer ul.footerMenu {
list-style: none;
color: #686868;
font-weight: bold;
overflow: hidden;
margin: 0 0 5px 0;
}

#footer ul.footerMenu li {
float: left;
margin: 0 20px 0 0;
}

#footer ul.footerMenu li a {
display: block;
float: left;
}

#footer .copyright {

}

/* ----------------------------- */

.inline-img {
	padding:6px;
	background-color:#eaeaea;
	border:1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
.inline-img:hover {
	box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 15px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
}
.inline-img.left {
float: left;
margin: 20px 20px 20px 0;
}
.inline-img.right {
float: right;
margin: 20px 0 20px 20px;
}

/* ----------------------------- */

.clients-graphic { position:relative; }
.clients-graphic ul { padding:0 !important; }
.clients-graphic ul li{
	list-style-image:none !important;
	list-style-type:none;
	background-color:#036;
	width:260px; height:180px;
	padding:20px;
	float:left;	
	background: url('../img/clients-graph-big.png') no-repeat;
	margin-bottom:40px;
	color:#55656d;
	text-shadow:0 1px 0 #d6eaf5;
}
.clients-graphic ul li.l-column {
	margin-right:40px;
}
.graphic-center {
	width:160px; height:44px;
	background: url('../img/clients-graph-small.png') no-repeat;
	position:absolute;
	left:220px;	top:200px;
	padding:23px 20px;
	text-align:center;
	color:#082c20;
	text-shadow:0 1px 0 #8fe9c3;
	font-size:13px;
}

/* ----------------------------- */

ul.pdf-docs, ul.external-link {
	padding:0 !important;
}
ul.pdf-docs li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin-bottom:8px;
	min-height:22px;
	background:	url('../img/icon-pdf.png') no-repeat center left;
	padding-left:30px;
}
ul.external-link  li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin-bottom:8px;
	background:	url('../img/icon-external-link.png') no-repeat center left;
	padding-left:20px;
}

/* ----------------------------- */

.services-graphic {
	width:640px; height:256px;
	background:	url('../img/arrow-circle.png') no-repeat;
	position:relative;
}
.services-graphic .block {
	width:180px; height:90px;
	padding:0 10px;
	background: url('../img/clients-graph-small.png') no-repeat;
	text-align:center;
	color:#082c20;
	text-shadow:0 1px 0 #8fe9c3;
	font-size:16px;
	line-height:75px;
}
.services-graphic .block1 {
	position:absolute;
	top:-10px; left:220px;
}
.services-graphic .block2 {
	position:absolute;
	top:80px; right:0;
}
.services-graphic .block3 {
	position:absolute;
	bottom:-13px; right:105px;
}
.services-graphic .block4 {
	position:absolute;
	bottom:-13px; left:105px;
}
.services-graphic .block5 {
	position:absolute;
	top:80px; left:0;
}
#pageBody a.button {
	background: #41831f;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 6px 14px;
	text-decoration:none;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#pageBody a.button:hover {
	background: #000;
}

.eventItem {
border-bottom: 1px solid #eaeaea;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

/* ----------------------------- */

#pageBody a.threeIcons {
	display: block;
	min-height: 90px;
	padding: 0 0 0 100px;
	color: #000;
	opacity: 0.7;
	text-decoration: none;
	line-height: 18px;
	margin: 0 0 20px 0;
}

#pageBody a.threeIcons:hover {
	opacity: 1;
}

#pageBody a.threeIcons.one {
	background: url(../img/icon_renew.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.two {
	background: url(../img/icon_general.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.three {
	background: url(../img/icon_pm.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.s_one {
	background: url(../img/s_icon_renew.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.s_two {
	background: url(../img/s_icon_general.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.s_three {
	background: url(../img/s_icon_pm.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.c_one {
	background: url(../img/c_icon_renew.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.c_two {
	background: url(../img/c_icon_general.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.c_three {
	background: url(../img/c_icon_pm.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.ref_one {
	background: url(../img/ref_icon_renew.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.ref_two {
	background: url(../img/ref_icon_general.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.ref_three {
	background: url(../img/ref_icon_pm.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.res_one {
	background: url(../img/res_icon_renew.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.res_two {
	background: url(../img/res_icon_general.jpg) no-repeat 0 0;
}

#pageBody a.threeIcons.res_three {
	background: url(../img/res_icon_pm.jpg) no-repeat 0 0;
}