/* Global ----------------------------- */

/* IE6 PNG fix - twinhelix.com */
 
img, div { behavior: url(../iepngfix.htc) }

body {
	font: .8em/1.2em Arial, sans-serif;
	color: #669;
	margin: 35px 0 0;
	padding: 0;
	text-align: center;
	}
	
#container {
	position: relative;
	margin: 0 auto;
	width: 852px;
	height: 528px;
	text-align: left;
	}
	
#logo {
	width: 162px;
	height: 36px;
	background: url(../images/m-c_logo.gif) 11px 0 no-repeat;
	text-indent: -5000em;
	}
	
#window {
	position: absolute;
	top: 0;
	right: 0;
	width: 680px;
	height: 497px;
	border: 1px solid #669;
	}
	
#window img {
	position: absolute;
	left: 20px;
	}
	
#footer {
	position: absolute;
	bottom: 0;
	width: 852px;
	height: 24px;
	background-color: #c2c2d6;
	}
	
#footer h1 {
	position: absolute;
	top: 5px;
	left: 172px;
	width: 400px;
	text-transform: uppercase;
	color: #fff;
	}
	
/* Navigation ------------------------------ */	
#nav {
	width: 162px;
	padding-top: 54px;
	margin-left: 20px;
	text-align: right;
	}

#nav a {
	padding-right: 20px;
	color: #669;
	font-weight: normal;
	}
	
h6.selected {
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	}

	/* Footer Nav
	
.previous, .next, .previous-off, .next-off {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 24px;
	text-indent: -5000em;
	}
	
.previous {
	background: url(../images/prev.gif) 0 0 no-repeat;
	}

.previous-off {
	background: url(../images/prev_off.gif) 0 0 no-repeat;
	}
	
.next {
	left: 30px; 
	background: url(../images/next.gif) 0 0 no-repeat;
	}
	
.next-off {
	left: 30px; 
	background: url(../images/next_off.gif) 0 0 no-repeat;
	}
	
ul#nav-footer {
	position: absolute;
	right: 5px;
	margin-top: 3px;
	padding: 2px 0;
	}
	 
ul#nav-footer li {
	display: inline;
	}
	
ul#nav-footer li a {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	margin-left: 3px;
	color: #c2c2d6;
	}
	
ul#nav-footer li a:hover {
	color: #fff;
	background-color: #fff;
	}
	
ul#nav-footer li a.selected {
	color: #fff;
	background-color: #fff;
	}
	 */
/* Link for Download Full Project ------- 
#design04 .downloadProject {
	position: absolute;
	top: 462px;
	left: 432px;
	width: 120px;
	height: 15px;
	background: url(../images/downloadFullProject.gif) 0 -15px no-repeat;
	}
	
#design08 .downloadProject {
	position: absolute;
	top: 457px;
	left: 441px;
	width: 120px;
	height: 15px;
	background: url(../images/downloadFullProject.gif) 0 -15px no-repeat;
	}
	
#design04 .downloadProject:hover, #design08 .downloadProject:hover  {
	background: url(../images/downloadFullProject.gif) 0 0 no-repeat;
	}*/

/* Background for videos ----------------------------- 

#kellogg-2video #window {background: url(../images/portfolio/kellogg/kellogg08.gif) 9px 25px no-repeat;}
#UoP-1video #window {background: url(../images/portfolio/phoenix/phoenix02.gif) 170px 340px no-repeat;}*/

/* Video Placement ----------------------------- 

#advertising #window #video {
	position: absolute;
	top: 95px;
	left: 170px;
	}

#kellogg #window #video1 {
	position: absolute;
	top: 95px;
	left: 170px;
	}

#kellogg-2video #window #video2 {
	position: absolute;
	top: 110px;
	left: 90px;
	}
	
#kellogg-2video #window #video3 {
	position: absolute;
	top: 110px;
	left: 383px;
	}
	
#UoP-1video #window #video1 {
	position: absolute;
	top: 95px;
	left: 170px;
	}
	
#UoP-4video #window #video2 {
	position: absolute;
	top: 37px;
	left: 194px;
	}
	
#UoP-4video #window #video3 {
	position: absolute;
	top: 37px;
	left: 434px;
	}
	
#UoP-4video #window #video4 {
	position: absolute;
	top: 238px;
	left: 194px;
	}
	
#UoP-4video #window #video5 {
	position: absolute;
	top: 238px;
	left: 434px;
	}
	*/
/* Contact Placement --------------------------- */
#window h5 {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 200px;
	}

/* Additional CSS for login ------------------------------ */	

#home #nav {
	width: 400px;
	text-align: left;
	margin-left: 12px;
	}

#home #continue {
	float: left;
	width: 80px;
	height: 30px;
	margin-top: 20px;
	text-indent: -9999em;
	background: url(../images/continue_btn.gif) 0 0 no-repeat;
	text-decoration: none;
	}
#home #continue:hover {
	background: url(../images/continue_btn.gif) 0 -30px no-repeat;
	}
