/* Global */

html,body {
	margin:0;
	padding:0;
	border:none;
	font-family: "helvetica", sans-serif;
	}
	
img {
	border: 0;
	}
	
a {
	font-family: "helvetica", sans-serif;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	}

#main_window {
	overflow: hidden;
	}
	
#limbo {
	background: #000000;
	color: #000000;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#loader {
	position: absolute;
	top: 75px;
	right: 160px;
	}

.bottom_bar {
	width: auto;
	background: #FF4800;
	height:15px;
	position: absolute;
	left: 425px;
	bottom: 0px;
	right: 115px;
	color:#FF4800;
	}

.item_tag {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 23px;
	width: 85px;
	padding-top: 7px;
	border-bottom: 4px solid #FF4800;
	border-style: double;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	text-align: center;
	}

	
.tag {
	position: absolute;
	right: 115px;
	top: 0px;
	height: 50px;
	width: 150px;
	font-size: 29px;
	padding-left: 10px;
	background: url('assets/header_bg.png');
	}
	
.fine_print {
	position: absolute;
	right: 155px;
	bottom: 25px;
	color: #ffffff;
	font-size: 8px;
	}
	
.fine_print_logo {
	position: absolute;
	right: 125px;
	bottom: 25px;
	width: 20px;
	height: 30px;
	background: url('assets/mini_logo.png');
	}
	

/* General Sidebar */


.sidebar_box {
	width: 315px;
	height: 100%;
	position: relative;
	float: left;
	background: url('assets/nav_bg.png');
	}
	
.sidebar_shadow {
	width: 35px;
	height: 100%;
	float: right;
	background: url('assets/nav_shadow.png') repeat;
	}
	



/* General About */

	
.about_bg_box {
	height: 100%;
	position: absolute;
	left: 315px;
	right: 0px;
	top: 0px;
	background: url('assets/about_bg.png') repeat;
	}
	
	
	
	
/* General GC Logo */

h1 {
	width: 200px;
	height: 50px;
	position: absolute;
	top: 28px;
	left: 53px;
	background: url('assets/gc_logo.png');
	}
	
h1:i {
	display: none;
	}
	



/* General Case Studies Header */

.case_studies {
	border-bottom: 4px solid #FF4800;
	width: 205px;
	height: 40px;
	position: absolute;
	top: 180px;
	left: 53px;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	font-size: 13px;
	}




/* General Contact */

.contact_info {
	padding:15px 0px 15px 5px; 
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	width: 200px;
	position: absolute;
	top: 475px;
	left: 53px;
	border-bottom: 1px dotted #FF4800;
	border-top: 1px dotted #FF4800;
	}
	
.contact_info a {
	color: #000000;
	filter:alpha(opacity=85);
	-moz-opacity:.75;
	opacity:.75;
	}
	
.contact_info a:hover {
	color: #000000;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	



/* General Nav Links */

.nav_links {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 53px;
	top: 225px;
	}
	
.nav_links ul {
	margin-left: 0px;
	list-style-type: none;
	color: #000000;
	padding-left: 0px;
	width: 200px;
	}
	
	
.nav_links li {
	height: 30px;
	width: 200px;
	border-bottom: 1px solid #FF4800;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 0px;
	}
	
.nav_links li a:hover {
	color: #000000;
	height: 20px;
	width: 200px;
	padding-top: 10px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
	
.nav_links li a {
	display: block;
	height: 20px;
	width: 200px;
	padding-top: 10px;
	color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}	


.nav_links_disable {
	color: #000000;
	height: 20px;
	width: 200px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
.topspace {
	height: 10px;
	width: 200px;
	display: block;
	}
	
	




/* General About */

.about_text {
	font-family: "helvetica", sans-serif;
	font-size: 14px;
	border-top: 4px solid #FF4800;
	width: auto;
	height: 800px;
	margin-right: 115px;
	line-height: 19px;
	position: absolute;
	top: 220px;
	left: 425px;
	padding-top: 5px;
	}
	
.about_header {
	font-family: "Georgia", times, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	width: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 35px;
	padding: 10px 10px 5px 10px;
	background: url('assets/header_bg.png');
	}
	
.about_body {
	width: auto;
	height: auto;
	padding: 60px 10px 10px 10px;
	display: block;
	color: #333333;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}

.location {
	margin-top: -1px;
	font-size: 11px;
	color: #333333;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	}
	

.visit {
	position: absolute;
	top: 19px;
	right: 10px;
	width:20px;
	height: 20px;
	}
		
	
	
/* Visit Buttons */
	
	
	
	
#home_visit {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
	
#home_visit:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
#sl_visit {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
	
#sl_visit:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
#cp_visit {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
	
#cp_visit:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
#mn_visit {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
	
#mn_visit:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
#mp_visit {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
	
#mp_visit:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
#uk_visit {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
	
#uk_visit:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
#tb_visit {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
	
#tb_visit:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
	


/* Splash */

html,body,#bg,#bg table,#bg td{
	width:100%;
	height:100%;
	overflow:hidden;
	}

#bg div{
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
	}
	
#bg td {
	vertical-align:middle;
	text-align:center;
	}
	
#bg img{
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	}

#info_box {
	width: 200px;
	height: 200px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	display: none;
	}
	
#info {
	height: 15px;
	width: 15px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	}
	
#info_link {
	height: 15px;
	width: 15px;
	}

#credit {
    background: #ffffff;
    font-size: 7px;
    padding: 5px;
	height: 60px;
	width: 150px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	display: none;
	}
	
#credit a {
	color: #0000FF;	
	}
	
#credit a:hover {
	color: #333333;	
	}
	
#credit_header {
	color: #ffffff;
    background: #333333;
    height: 8px;
    width: 140px;
    margin-bottom: 5px;
    font-size: 8px;
    padding: 5px;
	}
	
#credit_text {
	color: #333333;
    position: absolute;
    top: 30px;
    left: 9px;
    font-size: 7px;
    }
	
#close_box {
    height: 10px;
    width: 10px;
    position: absolute;
	top: 9px;
	right: 9px;
	}
	
	
		
/* Home Nav */
	
#home_nav_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	z-index: 999;
	}

#home_nav_outer {
	overflow: hidden;
	width: 350px;
	height: 100%;
	margin-left: -300px;
    }

#home_nav_inner {
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Home About */
	
#home_about_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	}

#home_about_outer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-left: -200%;
    }

#home_about_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
/* Home Label */
	
#home_label_position {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 9;
	}

#home_label_outer {
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-left: -100px;
    }

#home_label_inner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('assets/gc_logo_tag.png');
	}


	

/* Utopian Key Nav */
	
#uk_nav_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	z-index: 444;
	}

#uk_nav_outer {
	overflow: hidden;
	width: 350px;
	height: 100%;
	margin-left: -300px;
    }

#uk_nav_inner {
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Utopian Key About */
	
#uk_about_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 44;
	}

#uk_about_outer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-left: -200%;
    }

#uk_about_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Utopian Key Label */
	
#uk_label_position {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 4;	
	}

#uk_label_outer {
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-left: -100px;
    }

#uk_label_inner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('assets/gc_logo_tag.png');
	}	



	
/* Mixing Numbers Nav */
	
#mn_nav_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	z-index: 666;
	}

#mn_nav_outer {
	overflow: hidden;
	width: 350px;
	height: 100%;
	margin-left: -300px;
    }

#mn_nav_inner {
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Mixing Numbers About */
	
#mn_about_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 66;
	}

#mn_about_outer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-left: -200%;
    }

#mn_about_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Mixing Numbers Label */
	
#mn_label_position {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 6;
	}

#mn_label_outer {
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-left: -100px;
    }

#mn_label_inner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('assets/gc_logo_tag.png');
	}
	

	
	
/* Splatlab Nav */
	
#sl_nav_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	z-index: 888;
	}

#sl_nav_outer {
	overflow: hidden;
	width: 350px;
	height: 100%;
	margin-left: -300px;
    }

#sl_nav_inner {
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Splatlab About */
	
#sl_about_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 88;
	}

#sl_about_outer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-left: -200%;
    }

#sl_about_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}

	
/* Splatlab Label */
	
#sl_label_position {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 8;	
	}

#sl_label_outer {
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-left: -100px;
    }

#sl_label_inner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('assets/gc_logo_tag.png');
	}

	

	
/* Cheyenne Pallo Nav */
	
#cp_nav_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	z-index: 777;
	}

#cp_nav_outer {
	overflow: hidden;
	width: 350px;
	height: 100%;
	margin-left: -300px;
    }

#cp_nav_inner {
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Cheyenne Pallo About */
	
#cp_about_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 77;
	}

#cp_about_outer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-left: -200%;
    }

#cp_about_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Cheyenne Pallo Label */
	
#cp_label_position {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 7;	
	}

#cp_label_outer {
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-left: -100px;
    }

#cp_label_inner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('assets/gc_logo_tag.png');
	}

	


/* Meridian Pear Nav */
	
#mp_nav_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	z-index: 555;	
	}

#mp_nav_outer {
	overflow: hidden;
	width: 350px;
	height: 100%;
	margin-left: -300px;
    }

#mp_nav_inner {
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Meridian Pear About */
	
#mp_about_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 55;
	}

#mp_about_outer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-left: -200%;
    }

#mp_about_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	

/* Meridian Pear Label */
	
#mp_label_position {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 5;
	}

#mp_label_outer {
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-left: -100px;
    }

#mp_label_inner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('assets/gc_logo_tag.png');
	}
	
	
	
/* Tiny Being Pear Nav */
	
#tb_nav_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 100%;
	z-index: 555;	
	}

#tb_nav_outer {
	overflow: hidden;
	width: 350px;
	height: 100%;
	margin-left: -300px;
    }

#tb_nav_inner {
	width: 350px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
	
/* Tiny Being Pear About */
	
#tb_about_position {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 55;
	}

#tb_about_outer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-left: -200%;
    }

#tb_about_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	

/* Tiny Being Pear Label */
	
#tb_label_position {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 5;
	}

#tb_label_outer {
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-left: -100px;
    }

#tb_label_inner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('assets/gc_logo_tag.png');
	}


	

/* Content */

#content_iframe_div {
	width: 100%;
	height: 100%;
	z-index: 1;
	}