@import url('jcaarousel_tango.css');
@import url('lightbox.css');

@font-face {
	font-family: 'TrebMS';
	src: url('fonts/trebuc-webfont.eot');
	src: local('¢'), url('fonts/trebuc-webfont.woff') format('woff'), url('fonts/trebuc-webfont.ttf') format('truetype'), url('fonts/trebuc-webfont.svg#webfontQpXRcQ3P') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{ margin: 0px; padding: 0px; }
body{
    background: #000;
    font-family: Verdana;
}
div{
    overflow: hidden;
}
img{
    border: none;
}

.mainContent{
    margin-top: 9px;
    background: #dddddd url('G/background_repeater.jpg') repeat-x 0px 0px;
    min-width: 980px;
	min-height: 900px;
}
.bottomShadow{
    min-height: 860px;
	padding-bottom: 40px;
    min-width: 980px;
	background: url('G/footer_shadow.png') no-repeat center bottom;
}
.bubbles{
    background: url('G/bubbles.png') no-repeat center 0px;
}
.footer{
    height: 23px;
	text-align: center;
}
.footer span{
	text-align: center;
	color: #808080;
	font-size: 10px;
}
.wrapper{
    min-width: 980px;
    width: 980px;
    margin: 0 auto;
    overflow: visible;
}
.top{
    height: 93px;
}
a#logo{
    width: 232px;
    height: 100px;
    background: url('G/logo.png') no-repeat;
    float: left;
    margin: 0px 0px 27px 47px;
}
.mainNavigation{
    height: 56px;
    background: url('G/mainnavigation_background.png') no-repeat 0px 0px;
}
.mainNavigation ul{
    padding: 17px 35px 0px 35px;
    overflow: hidden;
}
.mainNavigation ul li{
    display: block;
    float: left;
    color: #FFF;
}
.mainNavigation ul li:hover,
.mainNavigation ul li.active{
    background: url('G/black33.png') repeat;
}
.mainNavigation ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-style: italic;
    font-family: 'Trebuchet MS', 'TrebMS';
    display: block;
    padding: 11px 31px;
    height: 16px;
    cursor: pointer;
}
.insideBox{
    background: url('G/box_background.png') repeat-y 0px 0px;
    padding: 0px 11px;
    height: 1px;
    position: relative;
	overflow: hidden;
}
.mainBox{
	overflow: visible;
}
.closer{
	clear: both;
    height: 29px;
    background: url('G/closer.png') no-repeat;
    margin-bottom: 35px;
}

.insideBox h1 a[href],
.insideBox h2 a[href],
.insideBox h3 a[href],
.insideBox h4 a[href],
.insideBox h5 a[href]{
    color: inherit;
}

#homeSlider{
    background: url('G/home_slider_background.jpg') no-repeat;
    height: 249px;
}
#articleSlider{
    background: #252525 url('G/article_slider_background.jpg') repeat-x;
    height: 135px;
    border-bottom: 1px solid #FFF;
}

.insideBox{
    font-size: 11px;
    color: #717171;
    line-height: 18px;
}
.insideBox a[href]{
    color: #009bfe;
    text-decoration: none;
}
.insideBox a[href]:hover{
    text-decoration: underline;
}
.insideBox span.date{
    color: #009bfe;
    font-weight: bold;
    font-style: italic;
}
.insideBox .quickNews{
    margin-bottom: 20px;
}
.insideBox .quickNews p{
    line-height: normal;
}


.insideBox p{
    text-align: justify;
}

#homeSlider ul{
    width: 958px;
    height: 249px;
}
#homeSlider ul li{
    width: 958px;
    height: 211px;
    padding-top: 38px;
}
#homeSlider ul li .imageHolder{
    margin-left: 90px;
    float: left;
}
#homeSlider ul li .textHolder{
    float: left;
    padding-top: 30px;
    margin-left: 60px;
    width: 430px;
    color: #FFF;
}
#homeSlider .jcarousel-prev,
#homeSlider .jcarousel-prev-disabled{
    position: absolute;
    height: 54px;
    width: 18px;
    left: 0px;
    top: 0px;
    background: url('G/home_slider_navigation.png') no-repeat -18px 0px;
    margin-top: 90px;
}
#homeSlider .jcarousel-prev[disabled=false]:hover{
    background: url('G/home_slider_navigation.png') no-repeat -18px -54px;
    cursor: pointer;
}
#homeSlider .jcarousel-next,
#homeSlider .jcarousel-next-disabled{
    position: absolute;
    height: 54px;
    width: 18px;
    right: 0px;
    top: 0px;
    background: url('G/home_slider_navigation.png') no-repeat;
    margin-top: 90px;
}
#homeSlider .jcarousel-next[disabled=false]:hover{
    background: url('G/home_slider_navigation.png') no-repeat 0px -54px;
    cursor: pointer
}

#articleSlider{

}
#articleSlider ul{
    width: 939px;
    height: 135px;
}
#articleSlider ul li{
    width: 272px;
    padding: 0px 20px 0px 20px;
    height: 95px;
    margin: 25px 0px 15px 0px;
    border-right: 1px solid #3e3e3e;
}
#articleSlider .jcarousel-prev{
    position: absolute;
    height: 54px;
    width: 18px;
    left: 0px;
    top: 5px;
    background: url('G/article_slider_navigation.png') no-repeat -18px 0px;
    margin-top: 35px;
}
#articleSlider .jcarousel-prev[disabled=false]:hover{
    background: url('G/article_slider_navigation.png') no-repeat -18px -54px;
    cursor: pointer;
}
#articleSlider .jcarousel-next{
    position: absolute;
    height: 54px;
    width: 18px;
    right: 0px;
    top: 5px;
    background: url('G/article_slider_navigation.png') no-repeat;
    margin-top: 35px;
}
#articleSlider .jcarousel-next[disabled=false]:hover{
    cursor: pointer;
    background: url('G/article_slider_navigation.png') no-repeat 0px -54px;
}
#articleSlider .jcarousel-clip{
    margin: 0px 10px;
    width: 938px;
}
#articleSlider h4{
    color: #FFF;
    font-weight: normal;
    font-family: 'Trebuchet MS', 'TrebMS';
    text-shadow: #333 2px 2px 2px;
    font-size: 18px;
    padding-left: 33px;
    margin-left: 2px;
    background: url('G/article_header_bubble.png') no-repeat;
    height: 19px;
    margin-bottom: 14px;
}
#articleSlider p{
    margin-left: 35px;
    margin-right: 20px;
    color: #717171;
}

.threeColumns{
    padding: 20px 10px 10px 10px;
    background: url('G/gradient_lightgray.jpg') repeat-x 0px 0px;
}
.threeColumns .column{
    float: left;
    width: 272px;
    padding: 0px 20px;
    border-right: 1px solid #e4e4e4;
}
.threeColumns .column.last{
    border-right: none;
}
.column h3{
    font-family: 'Trebuchet MS', 'TrebMS';
    color: #2c2c2c;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
}

.usClients{
	margin-top: 50px;
    list-style: none;
    text-align: center;
}
.usClients li{
    display: none;
}

a.readon{
    margin-top: 10px;
    float: right;
    margin-right: 20px;
}



#homeSlider .dotsHolder{
    height: 0px;
}
#homeSlider .dotsHolder .float{
    float: right;
}
#homeSlider ul.dynamicDots{
    position: absolute;
    margin-top: -20px;
    margin-left: -110px;
    width: 110px;
    height: 10px;
    overflow: hidden;
}
#homeSlider ul.dynamicDots li{
    width: 10px;
    height: 10px;
    float: left;
    display: block;
    margin: 0px 1px;
    background: url('G/dots.png') no-repeat;
    list-style: none;
    cursor: pointer;
}
#homeSlider ul.dynamicDots li.active{
    background: url('G/dots.png') no-repeat -10px 0px;
}
#homeSlider h2{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'TrebMS';
    font-weight: normal;
    margin-bottom: 15px;
}


#works{
	position: relative;
	height: 101px;
}
#works ul{
	position: absolute;
	width: 5000px;
}
#works ul.jcarousel{
    overflow: hidden;
    height: 101px;
}
#works ul li{
    height: 101px;
    width: 214px;
    background: #d2d0d0;
    display: block;
    overflow: hidden;
    float: left;
}
#works ul li .imageHolder{
    height: 93px;
    border-bottom: 1px solid #FFF;
    background: #FFF;
}
#works ul li .imageHolder img{
    opacity: 0.3;
    filter:  alpha(opacity=30);
    zoom: 1;
}
#works ul li.focus .imageHolder img,
#works ul li:hover .imageHolder img{
    opacity: 1;
    filter:  alpha(opacity=100);
    ZOOM: 1;
}
#works ul li{
    cursor: pointer;
}
#works ul li.focus{
    cursor: default;
    background: #52b4f4;
}
#works .jcarousel-prev{
    position: absolute;
    height: 54px;
    width: 18px;
    left: 0px;
    top: 5px;
    background: url('G/article_slider_navigation.png') no-repeat -18px 0px;
    cursor: pointer;
    margin-top: 15px;
	z-index: 14;
}
#works .jcarousel-next{
    position: absolute;
    height: 54px;
    width: 18px;
    right: 0px;
    top: 5px;
    background: url('G/article_slider_navigation.png') no-repeat;
    cursor: pointer;
    margin-top: 15px;
	z-index: 15;
}
#works .jcarousel-prev.hover{
	background: url('G/article_slider_navigation.png') no-repeat -18px -54px;
}
#works .jcarousel-next.hover{
	background: url('G/article_slider_navigation.png') no-repeat 0px -54px;
}

.dynamicWork{
    min-height: 450px;
}

#additionalMenu{
    background: #262626 url('G/additional_background.jpg') repeat-x;
    height: 31px;
}
#additionalMenu .additionalDotWrapper{
    width: 26px;
    height: 0px;
    margin: 0 auto;
    clear: both;
    overflow: visible;
}
#additionalMenu li .additionalDotWrapper .menuDot{
    position:absolute;
    width: 26px;
    height: 10px;
    background: url('G/additional_dot.png') no-repeat;
    display: none;
    z-index: 100;
    margin-top: 9px;
}
#additionalMenu li.active .additionalDotWrapper .menuDot{
    display: block;
}
#additionalMenu ul li a{
    font-family: 'Trebuchet MS', 'TrebMS';
    color: #FFF;
    display: block;
    height: 16px;
    background: #333 1px 2px 2px;
}
#additionalMenu ul{
    margin: 6px 10px;
}
#additionalMenu ul li{
    list-style: none;
    float: left;
    display: block;
    padding: 0px 30px;
    background: url('G/additional_separator.png') no-repeat right center;
}
#additionalMenu ul li.last{
    background: transparent;
}

.gallery .thumbnails{
    float: left;
    overflow: hidden;
}
.gallery .thumbnails li{
	overflow: hidden;
	display: block;
    list-style: none;
}
li.work{
    padding-top: 58px;
    display: none;
}
.work .informations{
    width: 285px;
    margin-left: 25px;
    margin-right: 45px;
    float: left;
}
.work .gallery{
    float: left;
    width: 568px;
}
.work .fullsizeImageHolder{
    width: 566px;
    height: 270px;
    border: 1px solid #DDD;
    background: url('G/loader.gif') no-repeat center center;
}
.work h2{
    font-family: 'Trebuchet MS', 'TrebMS';
    font-size: 17px;
    font-weight: normal;
    color: #2c2c2c;
    margin-bottom: 20px;
}
.work .technologies{
    margin: 25px 0px 20px 0px;
    padding: 15px 3px;
    overflow: hidden;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.work .technologies li{
    float: left;
    margin-right: 4px;
    height: 23px;
    width: 29px;
    background: url('G/technology_dot.png') no-repeat;
    text-align: center;
    color: #FFF;
    font-size: 8px;
    font-style: italic;
    font-family: 'Verdana';
    padding-top: 6px;
    list-style: none;
}

.regularPage{
    background: url('G/gradient_lightgray.jpg') repeat-x;
    min-height: 300px;
	height: auto;
}
.regularPage h1{
    font-size: 24px;
    font-family: 'Trebuchet MS', 'TrebMS';
    margin: 50px 0px 50px 48px;
    color: #207ca9;
    line-height: normal;
}


.bigDotsList{
    padding: 0px 15px;
}
.bigDotsList li.item{
    overflow: visible;
    height: 125px;
    float: left;
    width: 460px;
    list-style: none;
	margin-bottom: 10px;
	padding-bottom: 15px;
	display: block;
}
.bigDotsList .itemContent{
	padding: 10px 30px;
	height: 105px;
	width: 460px;
	z-index: 4;
	position: absolute;
}
.bigDotsList .baloonBackground{
	width: 460px;
	height: 125px;
	z-index: 3;
	position: absolute;
	display: none;
	background: #efefef;
}
.baloonContent .ieTopRound,
.baloonContent .ieBottomRound{
	height: 20px;
}
.bigDotsList .baloonContent{
	width: 465px;
	padding: 0px;
	position: absolute;
	z-index: 5;
	display: none;
	background: #efefef;
}
.bigDotsList .baloonContent .padder{
	padding: 0px 20px;
	min-height: 135px;
}
.bigDotsList li.odd .baloonContent{
	margin-left: 460px;
}
.bigDotsList li.even .baloonContent{
	margin-left: -460px;
}
.bigDotsList li.even .baloonBackground{
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.bigDotsList li.odd .baloonBackground{
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.bigDotsList li.even .baloonContent{
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.bigDotsList li.odd .baloonContent{
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.bigDotsList li.item:hover .baloonBackground{
	/*display: block;*/
}
.bigDotsList li.item:hover .baloonContent{
	/*display: block;*/
}
.bigDotsList .number{
    width: 68px;
    height: 44px;
    background: url('G/dot_big.png') no-repeat;
    color: #FFF;
    text-align: center;
    font-family: 'Verdana';
    font-size: 23px;
    font-style: italic;
    padding-top: 24px;
    float: left;
}
.bigDotsList .informations{
    float: left;
    width: 307px;
    margin-left: 25px;
}
.bigDotsList .informations p{
    height: 85px;
    color: #a6a6a6;
    line-height: normal;
    border-bottom: 1px solid #efefef;
}
.bigDotsList li.ending .informations p{
    border-bottom: none;
}
.bigDotsList .informations h3{
    color: #232323;
    font-size: 17px;
    font-family: 'Trebuchet MS', 'TrebMS';
    font-weight: normal;
    margin-bottom: 14px;
}



.regularPage .inset{
    padding-left: 25px;
    width: 182px;
    float: left;
    border-left: 1px solid #efefef;
    margin-left: 30px;
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 50px;
}
.regularPage .inset,
.regularPage .inset p{
	text-align: left;
}
.regularPage .inset .block{
    margin-bottom: 25px;
    line-height: normal;
}
.regularPage .inset .block .text{
    color: #a6a6a6;
}
.regularPage .inset .block h4{
    color: #207ca9;
    font-size: 11px;
    margin-bottom: 16px;
}
.regularPage .withInset{
    width: 695px;
    color: #808080;
    min-height: 1px;
    float: left;
    line-height: normal;
}
h1.preset1{
    margin: 69px 0px 20px 293px;
}
h1.preset2{
    margin: 50px 0px 20px 0px;
}

.teamList .member{
    padding-left: 72px;
    display: block;
    overflow: hidden;
    margin-bottom: 48px;
}
.teamList .member .imageHolder{
    float: left;
    width: 185px;
    height: 175px;
    margin-right: 37px;
}
.member .informations{
    padding-top: 22px;
}
.member p{
    color: #a6a6a6;
    line-height: normal;
}
.member span.rank{
    color: #007ca9;
    margin-bottom: 15px;
    display: block;
}
.member h3{
    font-family: 'Trebuchet MS', 'TrebMS';
    font-size: 18px;
    color: #7b7b7b;
}
.leftInset{
    width: 240px;
    float: left;
    min-height: 1px;
}
.withInset .short{
    margin-left: 15px;
    float: left;
    min-height: 1px;
    width: 420px;
}
.withInset .short{
    width: 420px;
    margin-left: 35px;
}
.withInset p{
    margin-bottom: 20px;
}


ol.newsList{
    margin-top: 95px;
    margin-left: 20px;
    border-right: 1px solid #efefef;
	padding-right: 20px;
}
.newsList li{
    overflow: hidden;
    margin-bottom: 15px;
}
.newsList li .number{
    float: left;
    width: 29px;
    height: 22px;
    background: url('G/articlelist_dots.png') no-repeat;
    text-align: center;
    padding-top: 7px;
    color: #FFF;
    font-size: 9px;
    font-style: italic;
    margin-right: 8px;
}
.newsList li.active .number,
.newsList li:hover .number{
	background: url('G/articlelist_dots.png') no-repeat -29px 0px;
}
.newsList li a[href],
.newsList li a[href]:hover{
    display: block;
    overflow: hidden;
    color: #717171;
    text-decoration: none;
}
.newsList li a[href]:hover span{
    text-decoration: underline;
}
.newsList li span{
    margin-top: 5px;
    display: block;
}


#galleryCarousel{
	height: 82px;
	width: 360px;
	margin: 0px 20px;
}
#galleryCarousel li{
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	border: 1px solid #CCC;
	margin: 0px 3px;
}
.galleryTab .jcarousel-next{
	width: 20px;
	height: 82px;
	background: url('G/gallerycarousel_sprite.jpg') no-repeat -20px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.galleryTab .jcarousel-prev{
	width: 20px;
	height: 82px;
	background: url('G/gallerycarousel_sprite.jpg') no-repeat 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.galleryTab .jcarousel-prev-disabled{
	cursor: default;
	background: url('G/gallerycarousel_sprite.jpg') no-repeat 0px -82px;
}
.galleryTab .jcarousel-next-disabled{
	cursor: default;
	background: url('G/gallerycarousel_sprite.jpg') no-repeat -20px -82px;
}
.galleryTab .jcarousel-clip{
	margin: 0px 24px;
}


.tabMenu{
    float: right;
    overflow: hidden;
    height: 22px;
}
.tabMenu li{
    display: block;
    list-style: none;
    float: left;
    width: 22px;
    height: 22px;
    background: url('G/taboption_dot.png') no-repeat;
    margin-right: 7px;
    cursor: pointer;
}
.tabMenu li.active{
    cursor: default;
}
.tabMenu li:hover,
.tabMenu li.active{
    background: url('G/taboption_dot.png') no-repeat -22px 0px;
}
.tabHeader{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 4px;
}
.tabContents{
    border-bottom: 1px solid #efefef;
    padding: 10px;
}
.tabContents li.tab{
    list-style: none;
    display: block;
	height: 0px;
	padding-top: 1px;
}
.tabContents li.videoTab{
	display: none;
}
.tabContents{
    color: #A6A6A6;
}
span.tabOptionName{
    float: left;
    margin: 4px 0px 0px 15px;
    color: #207ca9;
    font-style: italic;
    font-size: 12px;
}
.localLink{
	cursor: pointer;
}
.localLink a[href]{
	display: block;
}
.localLink:hover a[href],
.localLink:hover a[href]:hover{
	text-decoration: none;
}

.contactBox{
	padding: 45px 30px 5px 30px;
}
.contactInformations{
	width: 200px;
	margin-right: 60px;
	float: left;
}
.contactInformations li{
	overflow: hidden;
	list-style: none;
	margin-bottom: 15px;
}
.contactInformations .dot{
	float: left;
	width: 29px;
	height: 25px;
	background: url('G/technology_dot.png') no-repeat;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
	font-style: italic;
	margin-right: 21px;
}
.contactInformations .infoContent{
	width: 150px;
	float: left;
	color: #717171;
}
.contactMap{
	float: left;
	width: 638px;
	height: 400px;
}

ol li{
	list-style: none;
}

#clientList{
	overflow: hidden;
	padding: 30px 0px 30px 27px;
}

#clientList li{
	display: block;
	float: left;
	width: 201px;
	height: 86px;
	border: 2px solid #e0e0e0;
	margin: 10px;
	overflow: hidden;
}

#clientList li .colored{
	position: absolute;
	width: 1px;
	height: 1px;
	text-indent: 100px;
}
#clientList li:hover .colored{
	position: absolute;
	width: auto;
	height: auto;
	text-indent: 0;
}

.thumbnailsHolder{
	overflow: hidden;
	width: 570px;
	height: 82px;
}
.thumbnailsHolder .jcarousel-container{
	padding: 0px 21px;
	width: 528px;
}
.thumbnailsHolder .jcarousel-clip{
	width: 528px;
}
.thumbnailsHolder{
	padding: 10px 0px;
}

.gallery .thumbnailsHolder .thumbnails li{
	float: left;
	width: 125px;
	height: auto;
	min-height: 20px;
	border: 1px solid #CCC;
	overflow: hidden;
	text-align: center;
	margin-right: 5px;
	display: block;
	line-height: 0;
}

.thumbnailsHolder .jcarousel-next{
	width: 20px;
	height: 82px;
	background: url('G/gallerycarousel_sprite.jpg') no-repeat -20px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.thumbnailsHolder .jcarousel-prev{
	width: 20px;
	height: 82px;
	background: url('G/gallerycarousel_sprite.jpg') no-repeat 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.thumbnailsHolder .jcarousel-prev-disabled{
	cursor: default;
	background: url('G/gallerycarousel_sprite.jpg') no-repeat 0px -82px;
}
.thumbnailsHolder .jcarousel-next-disabled{
	cursor: default;
	background: url('G/gallerycarousel_sprite.jpg') no-repeat -20px -82px;
}
.gallery .thumbnails{
	width: 528px;
	height: 120px;
	overflow: hidden;
	display: block;
	margin-left: 21px;
}
.gallery .thumbnails.jcarousel-list{
	margin-left: 0px;
}
.noHand,
.noHand *,
.noHand a{
	cursor: default;
}

.insideBox .quickNews a[href],
.insideBox .quickNews a[href] span{
	text-decoration: none;
}
.insideBox .quickNews a p{
	color: #666;
}

.onloadFade,
.onloadDisplay{
	display: none;
}

.article,
.withInset .short,
.member .informations p{
	line-height: 17px;
}
.regularPage .inset p{
	line-height: 16px;
}
