﻿@charset "utf-8";
/* CSS Document */


html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
font-size: 18px;
font-weight: bold;
color: #eee;
text-shadow: -1px -1px 0 #000;
margin-left: 250px;
margin-top: 7px;
text-align: right;
}

h2 {
font-size: 16px;
font-weight: bold;
margin-bottom:10px
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right !important;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(images/bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	color: #1d1d1b;
	line-height: 18px;
}

.outer-wrapper {
	background-image: url(images/bg-img.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.facebooklike{ margin:10px 0}
strong {

}

.clear {
	clear: both;
}

*+html .clear {
	height: 0;
}

.wrapper {
	margin: 0 auto;
	width: 980px;
}

/* --------------------
		Header
-------------------- */

.header {
	margin-bottom: 6px;
	color: #9c9b9b;
	height: 77px;
	clear: both;	
}

.header .wrapper {
	padding: 21px 0 0 200px;
	width: 780px;
	height: 56px;
	position: relative;
}

.header .company-name {
	font-size: 23px;
	line-height: 28px;
}

.header .logo {
background-image: url(images/logo.png);
background-position: 0 0;
background-repeat: no-repeat;
width: 373px;
height: 158px;
display: block;
top: 10px;
left: 0;
position: absolute;
z-index: 10;
}

/* --------------------
		Navigation
-------------------- */

.navigation {
	height: 40px;
	clear: both;
}

.navigation ul {
	text-align: center;
	display: block;
	padding-left: 150px;
}

.navigation ul li {
	background-image: url(images/nav-separator.jpg);
	background-repeat: no-repeat !important;
	padding: 0 8px 0 14px;
	font-size: 16px;
	color: #b1b1b1;
	line-height: 40px;
	list-style: none;
	display: inline-block;
	text-shadow: -1px -1px 0 #000;
}

.navigation ul li:first-child {
	background: none !important;
	padding-left: 0 !important;
}

*+html .navigation ul li {
	list-style: outside;
	display: inline;
	
}

.navigation ul li a {
	text-shadow: -1px -1px 0 #000;
	color: #b1b1b1;
	line-height: 40px;
	display: inline-block;
	position: relative;
	z-index: 100;
}

.navigation ul li a:hover, .navigation ul li.selected a {
	color: #fff;
	text-decoration: none;
}



.navigation ul.lang {
	margin-left: -50%;
	float: right;
}

.navigation ul.lang li {
	padding: 0 6px 0 13px;
	float: left;
}

.navigation ul.lang li a {
	color: #c99d66;
}

.navigation ul.lang li a:hover {
	text-decoration: underline;
}

a {
	color: #c99d66;
}

 a:hover {
	text-decoration: underline;
}
/* --------------------
		Intro
-------------------- */

.intro {
	text-align: center;
	height: 257px;
	clear: both;
}

.team .intro {
	text-align: center;
}

/* --------------------
		Main
-------------------- */

.main {
	clear: both;
}

.main .wrapper {
	padding-top: 25px;
}

.thumb {
	box-shadow: #3c3c3b -10px 10px 0;
	-moz-box-shadow: #3c3c3b -10px 10px 0;
	-webkit-box-shadow: #3c3c3b -10px 10px 0;
	margin: 5px 20px 54px 34px;
	float: left;
}

.thumb.alignright {
	box-shadow: #3c3c3b 10px 10px 0;
	-moz-box-shadow: #3c3c3b 10px 10px 0;
	-webkit-box-shadow: #3c3c3b 10px 10px 0;
	margin: 5px 34px 54px 20px;
}

.double {
background-image: url(images/double-bg.jpg);
background-position: top center;
background-repeat: repeat-y;
font-size: 15px;
}

.double-cleared {
	background: none;
	font-size: 18px;
	line-height: 24px;
	color: #3D3D3C;
}

.bg-img {
	background-image: url(images/img-17.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bg-img.double {
	font-family: "GOTHICB", "Myriad Pro", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.bg-img.double a {
	font-family: "GOTHICB", "Myriad Pro", Helvetica, sans-serif;
}

.double-cleared a {
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size: 15px;
	color: #1D1D1B;
}

.double-cleared .wrapper {
	height: 575px;
	overflow: visible;
}

form {
	padding: 40px 0 0 0;
}

form .line {
	padding: 0 0 20px 110px;
	clear: both;	
}

form label {
	margin-left: -130px;
	font-size: 16px;
	color: #461116;
	line-height: 36px;
	text-align: right;
	width: 100px;
	float: left;
}

form input {
	background: none;
	border: none;
	background-color: #fff;
	border: #999388 2px solid;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	width: 300px;
	height: 16px;
}

form textarea {
	background: none;
	border: none;
	background-color: #fff;
	border: #999388 2px solid;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	width: 300px;
	height: 230px;
	overflow: auto;
	resize: none;
}

form input.submit {
	background: none;
	border: none;
	background-image: url(images/submit.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 88px;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	float: right;
}

.left {
	padding: 0 20px 20px 20px;
	width: 380px;
	float: left;
}

.double-cleared .left, .double-cleared .right {
	background-image: url(images/transparent.png);
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 20px;
	padding: 20px 10px 5px 20px;
	width: 440px;
	height: 510px;
}

.details .left {
	margin: -176px 0 0 25px;
	padding: 0;
}

.details .right {
	background-image: url(images/transparent.png);
	background-position: 0 0;
	background-repeat: repeat;
	margin: -200px 0 0 0;
	padding: 18px 0 0 25px;
	font-family: "GOTHICB", "Myriad Pro", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	font-style: italic;
	width: 400px;
	height: 460px;
}

.right {
	padding: 0 20px 20px 20px;
	width: 380px;
	float: right;
}

.light {
	font-size: 16px;
	color: #fff;
}

.img-wrapper {
	background-image: url(images/img-border.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: -20px -10px 24px -20px;
	padding-bottom: 5px;
	text-align: center;
}

.back {
	color: #828381;
	bottom: 10px;
	right: 0;
	position: absolute;
	z-index: 10;
}

.team .main .wrapper {
	text-align: center;
	height: 319px;
	overflow: inherit;
	position: relative;
}

.details {
	height: 345px;
}

.details .wrapper {
	height: 319px !important;
}

.img-holder {
	margin: 24px 0 0 20px;
	padding: 14px 14px 14px 0;
	display: inline-block;
}

.bg-img.double .img-holder {
	margin-top: 0;
}

.img-holder:hover {
	text-decoration: none;
}

.intro .img-holder {
	margin: 30px 11px 0 11px;
}

.img-holder .name {
	padding: 10px 0 0 0;
	font-size: 14px;
	color: #1d1d1b;
	line-height: 20px;
	text-align: center;
	display: block;
	clear: both;
}

.intro .img-holder .name {
	color: #fff;
}

.img-holder img {
	box-shadow: #3c3c3b -7px 7px 0;
	-moz-box-shadow: #3c3c3b -7px 7px 0;
	-webkit-box-shadow: #3c3c3b -7px 7px 0;
}

.intro .img-holder img {
	box-shadow: #3c3c3b -7px -7px 0;
	-moz-box-shadow: #3c3c3b -7px -7px 0;
	-webkit-box-shadow: #3c3c3b -7px -7px 0;
}

.shadow-right img {
	box-shadow: #3c3c3b 7px 7px 0;
	-moz-box-shadow: #3c3c3b 7px 7px 0;
	-webkit-box-shadow: #3c3c3b 7px 7px 0;
}

.intro .shadow-right img, .double-cleared .img-holder img {
	box-shadow: #3c3c3b 7px -7px 0;
	-moz-box-shadow: #3c3c3b 7px -7px 0;
	-webkit-box-shadow: #3c3c3b 7px -7px 0;
}

.shadow-middle img {
	box-shadow: #3c3c3b 7px 7px 0, #3c3c3b -7px 7px 0;
	-moz-box-shadow: #3c3c3b 7px 7px 0, #3c3c3b -7px 7px 0;
	-webkit-box-shadow: #3c3c3b 7px 7px 0, #3c3c3b -7px 7px 0;
}

.intro .shadow-middle img {
	box-shadow: #3c3c3b 7px -7px 0, #3c3c3b -7px -7px 0;
	-moz-box-shadow: #3c3c3b 7px -7px 0, #3c3c3b -7px -7px 0;
	-webkit-box-shadow: #3c3c3b 7px -7px 0, #3c3c3b -7px -7px 0;
}

.details .img-holder {
	margin: -25px 0 0 0;
	padding: 34px 34px 34px 0;
	float: left;
	position: relative;
}

.details .img-holder img {
	box-shadow: #3c3c3b 34px -34px 0;
	-moz-box-shadow: #3c3c3b 34px -34px 0;
	-webkit-box-shadow: #3c3c3b 34px -34px 0;
}

.details .img-holder .name {
	padding: 0;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	top: 6px;
	right: 7px;
	position: absolute;
	z-index: 10;
	width: 268px;
}

/* --------------------
		Footer
-------------------- */

.footer {
	height: 46px;
font-size: 14px;
color: #c6c6c5;
text-align: center;
clear: both;
background-image: url(images/footer.jpg);
width: 100%;
}

.footer .wrapper {
	padding: 12px 0 4px 0;
	height: 21px;
}

.footer a {
	font-size: 18px;
	color: #c6c6c5;
}



.outer-wrapper-scrollable {
	position: relative;
	overflow: hidden;
	height: 450px;
}

.scrollable a {
	margin-bottom: -45px;
}

.scrollable .clear {
	margin-top: -65px;
}

.middle-placeholder {
	display: inline-block;
	width: 250px;
	height: 250px;
}

.outer-wrapper-scrollable .fixed {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: -15px;
}

.company-name strong {
	font-weight: normal;
	font-family: 'Arimo', sans-serif;
}

.hasScrollbar {
	height: 295px;
	overflow: auto;
}

.aboveScrollbar {
	height: 158px;
	overflow: auto;
}

.right .hasScrollbar {
	padding-top: 7px;
}

.ajax-list {
	padding-bottom: 55px;
}

.ajax-list .item {
	padding-bottom: 12px;
}

.ajax-list .item .item-description {
	display: none;
}

.ajax-description {
	max-height: 500px;
	margin-bottom: 45px;
	overflow: auto;
	font-size: 16px;
}


.copiright a{
font-size: 14px;
}
.copiright {
float: right;
padding: 2px 73px 0 0;
}
.copiright-left {
padding: 3px 0 0 0px;
}
.tankoo {
font-family: 'Montez', cursive;
font-size: 27px;
}