@charset "utf-8";
/* Style */
/* Common Style */
html,body{
	background: #0d0d0d;
}
.spacer{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/* Layout */

.wrapper{
	width: 960px;
	min-height: 500px;
	height: auto;
	margin: 0 auto;
	background: url(../images/site_bg.jpg) top center no-repeat;
	overflow: hidden;
}

h1{
	width: 278px;
	height: 40px;
	margin: 40px 0 20px 0;
	background: url(../images/site_title.png) top left no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

/* Menu */
.menu{
	margin: 50px 0 0 0;
	float: right;	
}
.menu li{
	margin: 0 0 0 15px;
	float: left;	
}
.menu li,
.menu li a,
.menu li a:link,
.menu li a:visited{
	color: #CCC;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}


.workMainPic{
	float: left;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin: 0 0 10px 0;
	color: #FFF;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #B9B9B9;
}
p{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8F8F8F;
	margin: 0 0 8px 0;
}
img{
	display: inline;
}
a{ 	font-family: Arial, Helvetica, sans-serif; }
a.btnLaunch{
	background: #000;
	padding: 2px 5px;
	border-left: 3px solid #FFCC00;
	color: #FFF;
	font-size: 11px;
	margin: 10px 0;
}
a.btnLaunch:hover{
	background: #666666;
	border-left: 3px solid #FFF;

}
.workInfo{
	width: 460px;
	margin: 60px 0 0 0;
	display: block;
	float: right;
}
ul.workInfoThumb{
	margin: 20px 0;
	display: block;
	float: left;
}
ul.workInfoThumb li{
	background: url(../images/stroke.gif) top left repeat;
	padding: 3px;
	margin: 0 5px 0 0;
	display: block;
	float: left;
}
.footer{
	margin: 30px 0 0 0;
	color: #333;
	float: right;
}

/* Slider */
#workList{
	width: 100%;
	float: left;
}
/* Most common stuff you'll need to change */

.coda-slider-wrapper { 
	width: 100%;
	overflow: scroll;
}
.coda-slider {  }

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: hidden !important; }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 960px; } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px; }
.coda-slider-wrapper.arrows .coda-slider {  }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; width: 100px }

/* Tab nav */
.coda-nav ul li a.current { background: #39c }

/* Panel padding */
.coda-slider {  }
.panel-wrapper{
	width: 100%;
	height: 500px;
}

/* Preloader */
.coda-slider p.loading { text-align: center; }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
.coda-nav ul li { display: inline }
.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; text-decoration: none }

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: hidden; }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left; }
.coda-slider .panel-container { position: relative }
.coda-nav-left { float: left; }
.coda-nav-right { float: right; }
.coda-nav-left a, .coda-nav-right a { font-size: 11px; padding: 2px 5px; display: block; text-align: center; text-decoration: none }

