@charset "UTF-8";

p {
	line-height: 1.2em;
	margin-bottom: 15px;
}


em {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}

a {
}

a:link {
	text-decoration: none;
	color: #668d97;
	outline: none;
}

a:visited {
	text-decoration: none;
	color: #668d97;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #4f696f;
	outline: none;
}

/*-----*/




/*------ Clear Fix ------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}




/* Last Tweet */
div.network ul#tweetbox li.last {
	border-right: 1px solid #f0f0f0;
	min-height: 50px;
}

div.network ul#tweetbox li.last p {
	font-size: 13px;
}

div.network ul#tweetbox li.last small {
	font-size: 10px;
}




table td {border:soild 1px #CCC;}

/* Project Info */
#projectcont div.projinfo {
	float: left;
	display: inline;
	width: 600px;
}

#projectcont div.projinfo h1 {
	font-size: 28px;
	margin: 0px 0px 10px 0px;
	color: #CC0000;
}

#projectcont div.projinfo h2 {
	color: #636363;
	font-size: 14px;
	font-weight: bold;
}

#projectcont div.projinfo p {
	color: #000000;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	line-height: 20px;
}

#projectcont div.projinfo a {
	white-space: nowrap;
}

#projectcont div.projinfo p.main {
	border-top: 1px dashed #d6d7d7;
	border-bottom: 1px dashed #d6d7d7;
	color: #CC0000;
	margin: 20px 0px;
	padding: 20px 20px;
	background-color: #f4f4f4;
	font-size: 28px;
}
h1 {
	border-top: 1px dashed #d6d7d7;
	border-bottom: 1px dashed #d6d7d7;
	color: #CC0000;
	margin: 20px 0px;
	padding: 20px 20px;
	background-color: #f4f4f4;
	font-size: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/* Project Images */

#projectcont div.images {
	display: inline;
	float: left;
	position: relative;
	width: 465px;
}

#projectcont div.images img {
	background-color: #e7f4fc;
	margin-bottom: 15px;
	text-align: center;
}

#projectcont div.images a.plaunch {
	width: 155px;
	height: 46px;
	float: right;
	display: block;
	margin: 0px 0px 15px;
	padding: 23px 0px 0px 80px;
	clear: both;
	color: #37565b;
	font-size: 20px;
	text-decoration: none;
}



/*-- Motion Pages --*/

#motionpage div.moviecontainer {
	margin: auto;
	width: 720px;
	height: 520px;
}

#motionpage div.moviecontainer object {
	margin: 5px auto 0px;
}

/*----------------------------------------*/
/*----------------------------------------*/

div.thumbscroller { 
    position: relative; 
    overflow: hidden; 
    width: 465px; 
    height: 350px; 
} 
 
div.thumbscroller div.items {
	width: 20000em;
	position: absolute;
	left: 0px;
	top: 0px;
} 
 
div.thumbscroller div.items img { 
    float: left; 
} 
 
div.thumbscroller div.items div.active { 
    border: 1px inset #ccc; 
    background-color: #fff; 
}

#projectcont #navi {
	position: absolute;
	top: 66px;
	left: 0;
    height: 14px;
} 
 
#projectcont #navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background: url(../images/navigator.png) no-repeat 0 0; 
    display:block; 
    font-size:1px;
	cursor: pointer;
} 
 
#projectcont #navi a:hover { 
    background-position:0 -8px;       
} 
 
#projectcont #navi a.current { 
    background-position:0 -16px;      
}

#projectcont a#backbtn, #projectcont a#nextbtn {
	display: block;
	cursor: pointer;
	padding-top: 31px;
	width: 31px;
	height: 0px;
	outline: none;
	overflow: hidden;
	position: absolute;
	bottom: -30px;
}

#projectcont a#backbtn {
	background: url(../images/promo_banner_left.jpg) no-repeat 0 0;
	left: 0px;
}

#projectcont a#nextbtn {
	background: url(../images/promo_banner_right.jpg) no-repeat 100% 0;
	right: 0px;
}

/*----------------------------------*/
/*---------- CONTACT PAGE ----------*/
