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


body {
	background-color:#000000;
	margin: auto;
	text-align: center;
	}
	
.container {
background-color:#000000;
margin: 0 auto;
width: 960px;
text-align: center;
}

.header {
	text-align:center;
	width:600px;
	height:200px;
	position:relative;
}

/*.skyline {
	position:absolute;
	background-image: url(images/snowskyline.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:274px;
	top:328px;
	left:0px;
}*/

.replay {
position:absolute;
top: 80px;
left: 860px;
}

.printsign {
	position:absolute;
	top: 200px;
	left:10px;
}

.websign {
	position:absolute;
	top: 300px;
	left: 10px;
}

.etcsign {
	position:absolute;
	top: 375px;
	left: 10px;
}


.yezsign {
	/*background-image: url(images/yezukevichdesign.gif);
background-repeat:no-repeat;*/
/*background-position:center;*/
position:absolute;
	left: 10px;

}

/*.yezsign:hover {
	color: #ffffff;
	background: url(images/yezukevichdesignglow.png) no-repeat;
	background-position:center; 
}*/

.scaffoldingyez {
position:absolute;
top: 420px;
left: 620px;
}

.scaffoldingprint {
position:absolute;
top: 480px;
left: 22px;
}

.scaffoldingweb {
position:absolute;
top: 520px;
left: 242px;
}

.ampersand {
position: absolute;
top: 485px;
left: 455px;
}

.ampersand2 {
position: absolute;
top: 120px;
left: 825px;
}

.ampersand3 {
position: absolute;
top: 130px;
left: 875px;
}

.ampersand4 {
position: absolute;
top: 160px;
left: 740px;
}
.photoshop {
	position: absolute;
	top: 485px;
	left: 185px;
}

.illustrator {
position: absolute;
top: 485px;
left: 525px;
}

.indesign {
position: absolute;
top: 25px;
left: 730px;
}

.quark {
	position: absolute;
	top: 485px;
	left: 260px;
}

.flash {
	position: absolute;
	top: 485px;
	left: 200px;
}

.dreamweaver {
position: absolute;
top: 160px;
left: 730px;
}

.things {
position: absolute;
top: 60px;
left: 730px;
}

.stuff {
position: absolute;
top: 145px;
left: 800px;
}

.moreprint {
position: absolute;
top: 200px;
left: 880px;
}

.back {
	position: absolute;
	top: 200px;
	left: 885px;
}

.monkeylink {
	position: absolute;
	top: 500px;
	left: 45px;
}

.aboutmain  {
position:absolute;
top: 10px;
left: 150px;
width: 700px;
height: 400px;
border: 1px solid;
}

.codaslider {
position:relative;
width: 960px;
height: 550px;
text-align:center;
}

.footer {
text-align:center;
margin-top:10px;
left:0px;
height:25px;
width:1000px;
font-size:xx-small;
}

.contact {
position:relative;
width: 960px;
height: 350px;
text-align:left;
clear:both;
}

p { text-align: left}
		
p, ul { font-size: 13px; line-height: 1.4em } 
		
p a, li a { color: #39c; text-decoration: none }
		
p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 10px 0 10px 0; text-align: center; width: 100% }
		
p#cross-links { text-align: center }
		
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
		
a:focus { outline:none }
		
img { border: 0 }
		
/*h3 { border-bottom: 1px solid silver; margin-bottom: 0px; padding-bottom: 3px; text-align: right; }
*/		
	
.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 15px;
	}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 5px 0px 0px 0px;
	position: relative;
	width: 100%;
	}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 570px; background: #fff; overflow: scroll}
.csw .loading {margin: 0; text-align: center}



.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 570px;
			clear: both;
			background: #fff;
	}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 600px; /* Also specified in  .stripViewer  above */
	}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
	}
	
/* This is the div to hold your nav (the UL generated at run time) */	
.stripNav { 
			margin: auto;
	}
.stripNav { display: none; }
	
/* The auto-generated set of links */	
.stripNav ul { 
			list-style: none;
	}
		
/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
.stripNav ul li {
			float: left;
			margin-right: 1px; 
	}
	
/* The nav links */	
.stripNav a { 
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 20px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
	}
		
.stripNav li.tab1 a { background: #336699 }
.stripNav li.tab2 a { background: #336699 }
.stripNav li.tab3 a { background: #336699 }
.stripNav li.tab4 a { background: #336699 }
.stripNav li.tab5 a { background: #336699 }
.stripNav li.tab6 a { background: #336699 }
.stripNav li.tab7 a { background: #336699 }
.stripNav li.tab8 a { background: #336699 }

		
.stripNav li a:hover {
			background: #333;
	}
		
.stripNav li.tab1 a.current {background:#0099CC }
.stripNav li.tab2 a.current {background:#0099CC }
.stripNav li.tab3 a.current {background:#0099CC }
.stripNav li.tab4 a.current {background:#0099CC }
.stripNav li.tab5 a.current {background:#0099CC }
.stripNav li.tab6 a.current {background:#0099CC }
.stripNav li.tab7 a.current {background:#0099CC }
.stripNav li.tab8 a.current {background:#0099CC }
		
.stripNavL { 
			position: absolute;
			top: 320px;
			left: 0px;
			text-indent: -6000em;
	}
	
.stripNavR { 
			position: absolute;
			top: 320px;
			left: 840px;
			text-indent: -6000em;
	}
		
.stripNavL a, .stripNavR a {
			display: block;
			height: 200px;
			width: 200px;
	}
		
.stripNavL {
			left: 0;
	}
		
.stripNavR {
			right: 0;
	}
		
.stripNavL {
			background: url(images/previous.gif) no-repeat;
	}
		
.stripNavR {
			background: url(images/next.gif) no-repeat;
	}
	

.rotate {
	text-align:center;
	}