@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: HelveticaNeue-Light;
    src:url(../font/HelveticaNeue-Light.woff) format("woff"),
	url(../font/HelveticaNeue-Light.ttf) format("opentype");
}

@font-face {
    font-family: HelveticaNeue-Medium;
    src:url(../font/HelveticaNeue-Medium.woff) format("woff"),
	url(../font/HelveticaNeue-Medium.ttf)format("opentype");
	
}

@font-face {
    font-family: HelveticaNeue-UltraLight;
    src:url(../font/HelveticaNeue-UltraLight.woff) format("woff"),
	url(../font/HelveticaNeue-UltraLight.ttf)format("opentype");
}

.index_font {
font-family: HelveticaNeue-UltraLight;
font-size:36px;
letter-spacing: 1px;
}

.work_font {
font-family: HelveticaNeue-Light;
font-size:28px;
letter-spacing: 1px;
}


#content {
	/*width:1280px;*/
	width:975px;
	height:675px;
	margin-left: auto ;
	margin-right: auto ;
	background-image:url(../img/bg-01.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-position: center; 
	font-family:"Helvetica Neue";
	padding-left:10px;
	}

#top {
	position:relative;
	width:100%;
	height:80px;
}

#logo{
	height:60px;
	width:auto;
	position:absolute;
	/*left:160px;*/
	bottom:0px;

}

#logo img{
	width:100%;

}

#navigation{
	position:absolute;
	/*right:153px;*/
	right:10px;
	width:auto;
	height:20px;
	bottom:0px;
	alignment-adjust:central;
}

#navigation ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
	list-style:none;
}

#navigation ul li
{
	 float: left;
	 margin-right:7px;
}

#navigation ul li img
{
	 display:inline;
	 width:10px;
}

#navigation ul li a {
    display: block;
    padding: 0;
	font:"Helvetica Neue";
	font-weight:300;
	letter-spacing:0.5px;
	font-size:10px;
	color:#666;
	display:inline;
	margin-left:3px;
}

#middle{
	position:relative;
	width:100%;
	height:560px;
}

#VMtool div {
	cursor:default;
}

#event_display div {
	cursor:default;
}

.box_contain {
	position:absolute;
	/*left:160px;*/
	left:0;
	top:45px;
	margin-bottom:45px;
	height:426px;
	width:960px;
}

.box_contain div img {
	max-width:100%;
	max-height:100%;
}

.box{
	position:absolute;
	width:313px;
	height:208px;
	background-size:100%;
	text-align:right;
	cursor:pointer;
}

.triangle-bottomright {
	width: 0;
	height: 20px;
	border-bottom: 188px solid #FF4034;
	border-left: 313px solid transparent;
	opacity: 0.3;
}

.caption {
	position:absolute;
	margin:0;
	padding:0;
	right:1px;
	bottom:5px;
	color:#FFF;
	/*font-size:26px;*/
	/*font-weight:200;*/
	/*font-family: HelveticaNeue-UltraLight;*/
	/*letter-spacing: 1px;*/
	z-index:1;
	opacity: 0.8;
}

.left_side {
	position:absolute;
	left:0;
}

.middle_side{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;

}

.right_side{
	position:absolute;
	right:0;
}

.upper 
{
	position:absolute;
	top:0;
}

.middle
{
	position:absolute;
	top:217px;
}

.lower
{
	position:absolute;
	bottom:0;
}

#bottom {
	width:100%;
	position:relative;
	height:30px;
}

#copy_right { 
	width:500px;
	height:20px;
	/*left:160px;*/
	position:relative;
	padding:0;
	margin:0;
	top:0;
}

#copy_right p {
	padding:0;
	margin:0;
	font-size:8px;  
	letter-spacing:0.3px;
	color:#666;
	position:absolute;
	top:0;
	height:20px;
}

#about_us_pic {
	position:absolute;
	left:0;
	width:313px;
	height:100%;
	background-size:contain;
}


#about_us_pic .caption {
 font-size:63px;
}


#triangle-bottomright_about {
	width: 0;
	height: 20px;
	border-bottom: 406px solid #FF4034;
	border-left: 313px solid transparent;
	opacity: 0.3;
}

#triangle-bottomright_about .caption {

}

#about_us_content {
	position:absolute;
	right:0;
	height:100%;
	width:636px;
	background-color:#FF4034;
	color:#FFF;
	margin:0;
	font-family:"Helvetica Neue";
}

#about_us_content div h1 {
	width:90%;
	margin-left:30px;
	margin-top:30px;
	font-size:20px;
	font-family:"Helvetica Neue";
	font-weight:400;
	letter-spacing:0.5px;

}

#about_us_content div p {
	width:90%;
	margin-left:30px;
	font-size:12px;
	font-family:"Helvetica Neue";
	line-height: 130%;
}

#arrow {
	position:absolute;
	bottom:0;
	right:10px;
	bottom:10px;
	cursor:pointer;
	font-size:22px;
	margin-right:20px;
}

#work_category {
	position:absolute;
	/*right:165px;*/
	right:0px;
	width:auto;
	height:20px;
	top:20px;
	alignment-adjust:central;

}

#work_category ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
	list-style:none;
}

#work_category ul li
{
	 float: left;
	 margin-right:15px;
}

#work_category ul li a {
    display: block;
    padding: 0;
	font:"Helvetica Neue";
	font-size:11px;
	font-weight:480;
	letter-spacing:0.2px;
	color:#666;
	display:inline;
	margin-left:1px;
}

#work_category ul li a:active {
color:#FF4034;
}

#showCase {
	position:absolute;
	/*left:160px;*/
	top:45px;
	margin-bottom:45px;
	height:426px;
	width:960px;
	background-color:#FF4034;
	z-index:100000;
}

#showCase #left_frame {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:400px;
	
}

#showCase #left_frame img {
	position:relative;
	margin-left:30px;
	margin-top:25px;
	width:390px;
}


#showCase #right_frame {
	position:absolute;
	right:0px;
	bottom:0px;
	height: 73%;
	width:510px;
}

#showCase #right_frame img {
	float:left;
	width:130px;
	margin-right:30px;
	/*margin-top:30px;*/
	cursor:pointer;
}



#showCase #frame_title {
	position:absolute;
	right:80px;
	top:40px;
	overflow:hidden;	
	width:430px;
	margin:0;
	padding:0;
}

#showCase #frame_title p {
	/*position:absolute;
	left:0px;
	top:0px;*/
	width:auto;
	margin:0;
	padding:0;
	font-size:30px;
	color:#FFF;
	text-align:left;
	font:"Helvetica Neue";
	font-weight:lighter;
}

#showCase #close_button {
	position:absolute;
	padding:0;
	margin:0;
	right:10px;
	top:0px;
	height:70px;
	width:70px;
}

#showCase #close_button p{
	position:absolute;
	top:0px;
	height:70px;
	width:70px;
	padding:0;
	margin:0;
	cursor:pointer;
	font-size:70px;
	color:#FFF;
	font-family:"Helvetica Neue";
	font-weight:lighter;
	text-align:center;
	vertical-align:middle;
	line-height:60px;
}



#map {
	position:absolute;
	left:0px;
	top:0px;
	height:250px;
	width:960px;
}
     
#map iframe {
	height:100%;
	width:100%;
}
	 
#contact_info {
	position:absolute;
	top:280px;
	bottom:0px;
	height:190px;
	width:960px;
}	 
	                
#contact_info img {
	position:absolute;
	top:0px;
	left:0px;
	height:190px;
	width:300px;
}

#contact_info table {
	position:absolute;
	top:0px;
	left:340px;
	width:auto;
}

#contact_info table{
	font-family:"Helvetica Neue";
	font-weight:300;
	letter-spacing:0.5px;
	font-size:14px;
	color:#666;
}

#contact_title {
	font-family:"Helvetica Neue";
	font-weight:lighter;
	letter-spacing:0.5px;
	font-size:36px;
	color:#F00;
}
