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

* {
	padding:0px;
	margin:0px;
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}
a img{
	border:0px;
	
}
html, body {
	height: 100%;
	background:#000;
	background:url(../images/bg1.jpg) #000;
	background-repeat:no-repeat;
	background-position:left;
	background-size:100%;	
}
q{
	font-style:italic;
}
.mobile_tag{
	display:none;
}
#whitebar {
	z-index:2000;
	position:fixed;
	margin:0px auto 0px 60px;
	width:300px;
	min-height: 100%;
	background:url(../images/whitebar.png);
	background-repeat:repeat-y;
}
#up_arrows{
	z-index:2;
	overflow:hidden;
	width:5040px;
	height:26px;
	top:50%;
	margin-top:-260px;
	position:absolute;
}
.up_arrow{
	background:url(../images/arrow_up.png);
	cursor:pointer;
	width:30px;
	height:26px;
	position:absolute;
}
#down_arrows{
	z-index:3;
	overflow:hidden;
	width:5040px;
	height:26px;
	top:50%;
	margin-top:236.5px;
	position:absolute;
}
.down_arrow{
	background:url(../images/arrow_down.png);
	cursor:pointer;
	width:30px;
	height:26px;
	position:absolute;
}
#navigation{
	
	height:447px;
	width:21px;
	float:left;
	
	position:absolute;
	top:50%;
	margin-top:-223.5px;
	
}
#logo{
	width:280px;
	height:447px;
	background:url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	
	position:absolute;
	top:50%;
	margin-top:-223.5px;
}
#nav_text{
	position:absolute;
	bottom:17%;
	font-size:11px;
	font-weight:lighter;
	margin-left:32px;
	margin-right:12px;
	cursor:pointer;
}
.text{
	float:left;
	width:200px;
	padding:20px;
	margin:0px;
}
.image{
	width:auto;
	padding:20px;
	float:right;
	margin:0px;
}
#content_holder{
	z-index:1;
	overflow:hidden;
	width:5040px;
	height:447px;
	top:50%;
	margin-top:-223.5px;
	position:absolute;
}
.content_tag{
	height:447px;
	float:left;
	position:static;
}
.content_box_holder{
	top:0px;
	margin:0px;
	position:absolute;
	float:right;
	height:auto;
}
.content_box{
	margin-left:20px;
	font-size:12px;
	height:447px;		
	background:url(../images/content_bg_75percent.png);
}
/* these are the content holders */
#intro{
	margin-left:330px;
}
#intro a{
	text-decoration:none;
}

#news{
	margin-left:610px;
	width:659px
}

#sites{
	width:1010px;
	margin-left:1290px;
}

#interactives{
	width:860px;
	margin-left:2320px;
}

#illustrations{
	width:707px;
	margin-left:3200px;
}
#motion{
	width:911px;
	margin-left:3927px;
}
/* these are the related arrows */
#news_up{
	margin-left:927.5px;
}
#news_down{
	margin-left:927.5px;
}

#sites_up{
	margin-left:1800px;
}
#sites_down{
	margin-left:1800px;
}
#interactives_up{
	margin-left:2750px;
}
#interactives_down{
	margin-left:2750px;
}

#illustrations_up{
	margin-left:3550px;
}
#illustrations_down{
	margin-left:3550px;
}