@font-face {
    font-family: 'MyriadProRegular';
    src: url('/fonts/myriadpro-regular.eot');
    src: url('/fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('/fonts/myriadpro-regular.woff') format('woff'),
         url('/fonts/myriadpro-regular.ttf') format('truetype'),
         url('/fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f3f3f3; url('/img/background.png') repeat center top;
	color: #2a2a2a;
	font-family: 'MyriadProRegular';
	font-size: 12px;
}

a {
	color: #000000;
	text-decoration: none;
}

#wrapper {
	height: 730px;
	background: #f8f8f8;
}

#header {
	padding: 30px 35px 0;
	height: 90px
}

.container {
	
	width: 1140px;
	margin: 0 auto;
	height: 730px;
}

.Home {
	background: transparent url('/img/mainbg.png') no-repeat 0 0;
}

.AboutUs {
	background: transparent url('/img/aboutusbg.png') no-repeat 0px 40px;
}

.Portfolio {
	background: transparent url('/img/portfoliobg.png') no-repeat 34px 1px;
}

.Partners {
	background: transparent url('/img/partnerbg.png') no-repeat 96px 0;
}

.Contacts {
	background: transparent url('/img/contactbg.png') no-repeat 20px 30px;
}

#content {
	height: 460px;
	width: 1000px;
	margin: 80px -356px 70px 216px;
	background: transparent url('/img/boxbg.png') no-repeat 300px 40px;
	position: relative;
}
.Home #content{
	background: none;
}

#navigation{
	float: left;
	width: 330px;
	height: 330px;
	background: transparent url('/img/menubg.png') no-repeat 0 0;
}

#navigation ul {
	list-style: none outside none;
	padding-left: 0;
	margin: 40px 0 0 112px;
}

#navigation ul li{
	display: block;
    position: relative;
    height: 45px;
}
#navigation ul li a{
	padding: 8px 0px;
    display: block;
    position: relative;
    text-decoration: none;
    color: #e4e4e4;
    font-size: 30px;
    text-shadow: 0 0 1px rgba(0,0,0, 0.5);
}
#navigation ul li a:hover{
	color: #ffffff;
}

#navigation ul li a.active{
	color: #f00000;
}
.textcontent {
	float: left;
	width: 510px;
	height: 280px;
	border-spacing: 0;
	border: 1px solid  #aeaeae;
	background: rgba(255,255,255,0.8) url('/img/textboxbg.png') no-repeat center bottom; 
	
}
.deg-1 {
	position: absolute;
	top: 20px;
	left: 370px;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	z-index: 20;
}

.deg-2 {
	position: absolute;
	top: 65px;
	left: 410px;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
	z-index: 50;
}
.deg-3 {
	position: absolute;
	top: 120px;
	left: 460px;
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: 100;
	
}

.crs {
	cursor: pointer;
}

.innercontent {
	width: 490px;
	height: 207px;
	margin: 10px;
	overflow: auto;
}

.innercontent p{
	margin: 12px;
	text-align: justify;
}

.portfoliocontent h3{
	text-align: center;
	color: #666666;
	font-weight: normal;
}

.Contacts .innercontent {
	margin: 20px;
	width: 470px;
}

#footerline {
	background: #888888 url('/img/footerline.png') no-repeat 0 0;
	height: 2px;
}

#footer {
	background: #888888 url('/img/footerbg.png') repeat-x center top;
	
}
#footerinner {
	background: transparent url('/img/footerbg2.png') repeat-x left top;
	padding-top: 10px;
}

#footer .container{
	height: 100px;
}

#footer p {
	padding-left: 260px;
	color: #aeaeae;
}

.innercontent .partner {
	text-align: center;
	
}
.innercontent .partner img{
	margin: 5px 0;
}
.innercontent .contact {
	margin: 8px;
	
}

.cgrey {
	color: #666666;
}

.langs {
	text-align: right;
	color: #aeaeae;
	margin-top: -35px;
	margin-bottom: 20px;
}

.langs a{
	color: #aeaeae;
}
.langs a:hover{
	color: #000;
}
