@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}

#container {
	width: 900px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#wrap { 
	background-color: #000; 
	margin: 0 auto; 
	width: 900px; 
	height:100%;
	background-image: url(images/work/sub_bg.gif); 
}

#Pwrap { 
	background-color: #000; 
	margin: 0 auto; 
	width: 900px; 
	height:100%;
}

/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 900px; 
	height: 239px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	text-align: right;
	background-color: #000000; 
}

#home {position: absolute; top: 0; left: 0; text-align: left;}	

#allnav {
	float: right;
	width: 426px;
	margin-top: 90px;
	padding: 0px;
}

#nav {
    width: 436px; height: 35px;
    margin: 0; 
	padding: 0;
    position: relative;
}
#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 38px; overflow: hidden; }

#nav1w { left: 0; width: 87px; }
#nav2w { left: 87px; width: 100px; }
#nav3w { left: 187px; width: 91px; }
#nav4w { left: 278px; width: 65px; }
#nav5w { left: 343px; width: 83px; }

#nav1w a { background: transparent url(images/nav_black_all.gif) 0 0 no-repeat; }
#nav2w a { background: transparent url(images/nav_black_all.gif) -87px 0 no-repeat; }
#nav3w a { background: transparent url(images/nav_black_all.gif) -187px 0 no-repeat; }
#nav4w a { background: transparent url(images/nav_black_all.gif) -278px 0 no-repeat; }
#nav5w a { background: transparent url(images/nav_black_all.gif) -407px 0 no-repeat; }

#nav1w a:hover { background: transparent url(images/nav_black_all.gif) 0 -45px no-repeat; }
#nav2w a:hover { background: transparent url(images/nav_black_all.gif) -87px -90px no-repeat; }
#nav3w a:hover { background: transparent url(images/nav_black_all.gif) -187px -135px no-repeat; }
#nav4w a:hover { background: transparent url(images/nav_black_all.gif) -278px -180px no-repeat; }
#nav5w a:hover { background: transparent url(images/nav_black_all.gif) -407px -270px no-repeat; }

#nav1w a.selected { background: transparent url(images/nav_black_all.gif) 0 -360px no-repeat; }
#nav2w a.selected { background: transparent url(images/nav_black_all.gif) -87px -405px no-repeat; }
#nav3w a.selected { background: transparent url(images/nav_black_all.gif) -187px -450px no-repeat; }
#nav4w a.selected { background: transparent url(images/nav_black_all.gif) -278px -495px no-repeat; }
#nav5w a.selected { background: transparent url(images/nav_black_all.gif) -407px -585px no-repeat; }

#nav1w a.grey { background: transparent url(images/nav_black_all.gif) 0 -495px no-repeat; }
#nav2w a.grey { background: transparent url(images/nav_black_all.gif) -87px -495px no-repeat; }
#nav3w a.grey { background: transparent url(images/nav_black_all.gif) -187px -495px no-repeat; }
#nav4w a.grey { background: transparent url(images/nav_black_all.gif) -278px -495px no-repeat; }
#nav5w a.grey { background: transparent url(images/nav_black_all.gif) -407px -495px no-repeat; }

#subnav {
	position: absolute; right: 0;
	width: 229px;
	margin-top: 125px;
	padding: 0px;
}

#snav {
    width: 229px; height: 102px;
	margin: 0; 
	padding: 0;
    position: relative;
}

.padd { padding-top: 32px; overflow: hidden; }
#snav li { margin: 0; padding: 0; list-style: none; position: absolute; left: 0; overflow: hidden; }
#snav a { display: block; border: solid 1px #000; }

#snav1w { top: 0; width: 150px; height: 30px; }
#snav2w { top: 30px; width: 150px; height: 24px; }
#snav3w { top: 54px; width: 150px; height: 24px; }
#snav4w { top: 78px; width: 150px; height: 24px; }

#snav1w a { background: transparent url(images/snav_black_four.gif) 0 0 no-repeat; }
#snav2w a { background: transparent url(images/snav_black_four.gif) 0 -30px no-repeat; }
#snav3w a { background: transparent url(images/snav_black_four.gif) 0 -54px no-repeat; }
#snav4w a { background: transparent url(images/snav_black_four.gif) 0 -78px no-repeat; }

#snav1w a:hover { background: transparent url(images/snav_black_four.gif) 0 -102px no-repeat; }
#snav2w a:hover { background: transparent url(images/snav_black_four.gif) 0 -132px no-repeat; }
#snav3w a:hover { background: transparent url(images/snav_black_four.gif) 0 -156px no-repeat; }
#snav4w a:hover { background: transparent url(images/snav_black_four.gif) 0 -180px no-repeat; }

#snav1w a:selected { background: transparent url(images/snav_black_four.gif) 0 -102px no-repeat; }
#snav2w a:selected { background: transparent url(images/snav_black_four.gif) 0 -132px no-repeat; }
#snav3w a:selected { background: transparent url(images/snav_black_four.gif) 0 -156px no-repeat; }
#snav4w a:selected { background: transparent url(images/snav_black_four.gif) 0 -180px no-repeat; }

#snav1w a.grey { background: transparent url(images/snav_black_four.gif) 0 -102px no-repeat; }
#snav2w a.grey { background: transparent url(images/snav_black_four.gif) 0 -132px no-repeat; }
#snav3w a.grey { background: transparent url(images/snav_black_four.gif) 0 -156px no-repeat; }
#snav4w a.grey { background: transparent url(images/snav_black_four.gif) 0 -180px no-repeat; }

#grid {
	position: absolute; right: 207px;
	width: 200px;
	height: 20px;
	margin: 145px 0 0 0;
	padding: 0;
}


/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 900px;
	height: 100%;
	padding: 0px;
	background: #1a1a1a;
	text-align: left;
}

#mainDivider {
  background-color: #1a1a1a;
}

#mainDivider .column {
  position: relative;
  float: left;
  background-color: #1a1a1a;
}

#h_left {
  width: 360px;
  background-color: #1a1a1a;
}

#h_right {
  width: 540px;
  background-color: #1a1a1a;
  letter-spacing: 0.1em;
  line-height: 25px; 
}

#w_left {
  width: 506px;
  padding: 20px 0 0 20px;
  background-color: #000;
}

#w_right {
  width: 330px;
  padding-top: 10px;
  margin: 0 0 0 24px;
  background-color: #000;
}

#w_right p {
  line-height: 1.7em;
  padding-bottom: 15px;
}

#p_right {
  width: 506px;
  min-height: 500px;
  padding: 20px 0 0 20px;
  margin: 0 0 0 24px;
  background-color: #000;
}

#p_left {
  width: 310px;
  min-height: 500px;
  padding: 20px 0 0 20px;
  background-color: #000;
}

#p_left p {
  line-height: 1.7em;
  padding-bottom: 15px;
}

#sixmonths {
  width: 880px;
  min-height: 500px;
  padding: 20px 0 0 20px;
  background-color: #1a1a1a;
}

#sixmonths p {
  line-height: 1.7em;
  padding-bottom: 15px;
}


/*-------------------------------------------
	work page
-------------------------------------------*/

/* main page */

.copu { 
	letter-spacing: 0.1em;
	line-height: 25px; 
}

.desc { 
	line-height: 17px; 
}

.links { 
	letter-spacing: 0.1em;
	line-height: 35px; 
}

.greylink:link, .greylink:visited {
	color: #666;
	text-decoration: underline;
}
.greylink:hover {
	color: #ccc;
	text-decoration: underline;
}

/* sub page */

/* additional images */

#mainContent div.port {
	float: left;
	width: 117px;
	height: 117px;
	margin: 10px 12px 0 0;
	display: inline;
}

#mainContent div.portend {
	float: left;
	width: 117px;
	height: 117px;
	margin: 10px 0 0 0;
	display: inline;
}


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

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer { 
	padding: 40px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align: left;
	font-size: 10px;
	color: #333;
} 