@charset "utf-8";
/* CSS Document */
/* css for fonts*/
@font-face {
    font-family: 'MinionProItalic';
    src: url('font/minionpro-it-webfont.eot');
    src: url('font/minionpro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/minionpro-it-webfont.woff') format('woff'),
         url('font/minionpro-it-webfont.ttf') format('truetype'),
         url('font/minionpro-it-webfont.svg#MinionProItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TradeGothicLTStdRegular';
    src: url('font/tradegothicltstd-webfont.eot');
    src: url('font/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/tradegothicltstd-webfont.woff') format('woff'),
         url('font/tradegothicltstd-webfont.ttf') format('truetype'),
         url('font/tradegothicltstd-webfont.svg#TradeGothicLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TradeGothicLTStdBold';
    src: url('font/tradegothicltstd-bold-webfont.eot');
    src: url('font/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/tradegothicltstd-bold-webfont.woff') format('woff'),
         url('font/tradegothicltstd-bold-webfont.ttf') format('truetype'),
         url('font/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html{
	
}

body{
	/*background:url(../images/allbg.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#CCC;
	line-height:17px;
	height:100%;
    margin:0;
    padding:0;
	text-align:center;
    min-width:1000px;
    min-height:650px;
	 /* This needs to be set or some font faced fonts look bold on Mac. */ 
}
img{
	border:0px;
}
li{
	list-style:none;
}
a{
	outline:none;
}
h1{
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
}

p{
	font-size:13px;
	font-weight:normal;
	color:#000;
	line-height:17px;
}
h5{
	font-size:13px;
	font-weight:bolder;
	color:#FFF;
	line-height:18px;
	margin:0px;
	display:inline;
}
.loader{
	position:absolute;
	left:320px;
	top:220px;
	outline:none;
}

/* transparent bg but not effect content*/
.alpha60 {
background-image:url(../images/coner.png);
background-repeat:no-repeat;


}
.backup{
	/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.3);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9929292a, endColorstr=#9929292a);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9929292a, endColorstr=#9929292a)";
}
.alpha60bk{
	background-image:url(../images/coner.jpg);
background-repeat:no-repeat;

}
/*intro animation css*/
#intro ul{
	margin:0px;
}
#intro li{
	margin:0px;
	display:inline;
	float:left;
}
#intro01{
	margin-top:275px;
}
#intro01, #intro02, #intro03, #intro04 {
	display:none;
}

/*main structure*/

/*css for centering page*/
.center{
	height:650px;
	overflow: hidden; 
	position:absolute;
	width: 100%; /* this is usually implied */
	position:absolute;
    top:50%;
    left:0;
    margin-top:-300px;/* half elements height*/
    height:650px;
    text-align:left;
	

}
#header{
	position:relative;
	
	margin:auto;
	width:950px;
	
}
.fixsize{
	height:393px;
}
.logo{
	position:absolute;
	margin:12px 0 0 0;
}

#menu{
	font-family:Helvetica, Arial, sans-serif;
	width:950px;
	height:90px;
	vertical-align:bottom;
	-webkit-font-smoothing: antialiased;
}
#menu ul {
	margin-left:232px;
	margin-top:50px;
	padding:0px;
	}
#menu ul li{
	
	display:block;
	float:left;
	font-size:13px;
	font-weight:bolder;
	color:#FFF;
	margin:5px 18px 7px 10px;
	
	
}
.ipad {
	margin-right:10px!important; 

}
#menu a{
	color:#FFF;
	text-decoration:none;
}
#menu a:hover{
	color:#00aeef;
}
#menu .selected{
	color:#00aeef;
}
#menu ul li:last-child{
	margin-right:0px;

}
/*css style of centercontent*/
.centerborder{
	border-left:1px solid #333;
	border-right:1px solid #333;
	
}
/*css style in sider*/
#sider{
	position:relative;
	width:240px;
	height:393px;
	float:left;
	
}

.infoarea{
	margin:15px 10px 30px 10px;
	
}
.infoarea a{
	color:#00aeef;
}
.infoarea ul{
	margin:0px;
	padding:0px;
}
.infoarea h2{
	display:block;
	text-transform:uppercase;
	color:#CCC;
	margin:0;
	padding:3px 0 3px 0px;
	font-size:13px;
	font-weight:normal;
	border-bottom:1px solid #444;
	width: 215px;
	cursor:pointer;	
}
.infoarea .pane a{
	color:#999;
	text-decoration:none;
	line-height:16px;
}
.infoarea .pane a:hover{
	color:#00aeef;
	text-decoration:none
}


.infoareaScroll {
	margin:0px 5px 30px 10px;
	padding-right:10px;
	width: 220px;
	height: 460px;
	overflow: auto;
}

.infoareaScroll a {
	text-decoration:none;
	color:#fff;
}

.infoareaScroll a:hover {
	text-decoration:none;
	color:#00aeef;
}

.infoareaScroll h1{
	margin-top:15px;}

.projectbrief{
	position:absolute;
	margin:10px 10px 10px 10px;
}
.projectbrief a{
	color:#00aeef;
}
.projectdetail{
	display:none;
	position:absolute;
	margin:10px 10px 10px 10px;
	
}


.backbtn a{
	background-image:url(../images/back_bg.png);
	background-repeat:no-repeat;
	background-position:2px;
	width:30px;
	text-align:right;
	text-decoration:none;
	color:#FFF;
	position:absolute;
	bottom:10px;
	left:10px;
	height:19px;
	
}
.backbtn a:hover{
	background-image:url(../images/backover_bg.png);
	color:#00aeef;
}
/*css style in content*/
#content{
	/*border-right:1px solid #333;*/
	position:relative;
	height:500px;
	float:left;
	outline:none;
}

#content2{
	/*border-right:1px solid #333;*/
	position:relative;
	height:395px;
	float:left;
	outline:none;
}

.item{
	width:710px;
	height:500px;
	color:#FFF;
}

.item2{
	width:710px;
	height:395px;
	color:#FFF;
}

#content .item .copy{
	margin:0px 0 10px 10px !important;
}
.team{
	color:#999;
	font-size:13px;
	line-height:20px;
}
.teamdetail h1{
	color:#00aeef;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	margin:0px;
}
.teamdetail{
	position:absolute;
	margin-top:15px;
}
.teamdetail h2{
	color:#FFF;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	display:inline-block;
	margin-top:0px;
	margin-top:10px;
	
}
.teamdetail .span-6{
	border-top:1px solid #00aeef;
	
}
.teamdetail .span-11{
	border-top:1px solid #00aeef;
	
}
.teamdetail p{
	margin-top:10px;
}
.team .italic{
	 color:#FFF;
	 font-family: 'MinionProItalic';
	 font-size:16px;
	 line-height:26px;
}
scrollcontent ul{
	position:fixd;
}
.press{
	color:#CCC;
	font-size:13px;
}
.contact{
	color:#999;
	font-size:13px;
	line-height:18px;
}
.contact h1{
	color:#00aeef;
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:800;
	padding-left:10px;
}
.contact h2{
	border-top:1px solid #00aeef;
	margin-top:10px;
	color:#FFF;
	font-size:13px;
	font-weight:normal;
	line-height:40px;
}
.contact div{
	margin-top:10px;
}
.moreinfo a{
	font-family: 'TradeGothicLTStdRegular';
	font-size:10px;
	font-weight:normal;
	border:1px solid #666;
	background-color:#000;
	color:#999;
	
	display:block;
	width:58px;
	padding:1px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}
.moreinfo a:hover{
	background-color:#00aeef;
	border:1px solid #00aeef;
	color:#FFF;
	
}
.heavycontent{
	display:none
}

/*css style in footer*/
#footer{
	padding:8px 0 5px 0;

}
#footer ul{
	margin:0px;
	padding:0px;
	
}
#footer ul li{
	display:block;
	color:#666;
	font-size:13px;
	text-decoration:none;
	
}
#footer .bottommenu a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	font-weight:700;
}
#footer .bottommenu a:hover{
	color:#00aeef;
	text-decoration:none;
}

#footer .copy{
	text-align:right;
	color:#666;
	font-size:13px;
}

.fullwidth{
	z-index: -1; 
	width: 100%; /* this is usually implied */
	border-top:1px solid #333;
	
}
