strong{
	font-weight: bold;
}

#bounce_bar{
	position: absolute;
	top: 318px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	height: 135px;
}

#intro{
	position: relative;
	padding: 15px 0;
	margin: 10px 0 0px 0;
}

#intro h3{
	display: block;
	height: 200px;
	width: 420px;
	background: url(../images/content/create/bounce/logo.png) no-repeat;
	text-indent: -5000px;
	margin-top: 0px;	
}

#intro h3#space{
	background: url(../images/content/create/space-invader/logo.png) no-repeat;
	width: 520px;
	height: 250px;
	margin-bottom: -50px;

	
}

#intro h4{
	position: absolute;
	right: 10px;
	top: 89px;
	font-size: 2.3em;
	font-family: Georgia;
	letter-spacing: -.08em;
	color: #4D4D4D;
}

#intro p{
	color: #000000;
	width: 400px;
	margin: 15px 0;
}

#bounce-video{
	position: absolute;
	top: 578px;
	width: 510px;
	background-color: #f1f1f1;
	border: 8px solid #ffffff;
	-webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, .5);
 	-moz-box-shadow:3px 3px 5px rgba(0, 0, 0, .5);
}


#bounce-video p{
	position: absolute;
	left: 0px;
	bottom: -40px;
}


/*--NAV-------*/


#bounce-nav ul{
	overflow: hidden;
	width: 637px;
	margin-left: 322px;
	
}

#bounce-nav ul li{
	float: left;
}

#bounce-nav ul li a{
	display: block;
	text-decoration: none;
	color: #4d4d4d;
	padding: 15px;
	border: 1px solid #B9B9B9;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	background:
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(231,231,231)),
    color-stop(1, rgb(255,255,255))
	);
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(221,221,221) 0%,
    rgb(244,244,244) 100%
);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, .3);
 	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, .3);
}

#bounce-nav ul li a:hover{
	background:
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(221,221,221)),
    color-stop(1, rgb(244,244,244))
	);
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(221,221,221) 0%,
    rgb(255,255,255) 100%
);

}

#bounce-nav ul li a:active{
	background:
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(144,144,144)),
    color-stop(1, rgb(124,124,124))
	);
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(144,144,144) 0%,
    rgb(124,124,124) 100%
);

}

#bounce-nav ul li a.bounce-active{
	color: black;
	background:
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(221,221,221)),
    color-stop(1, rgb(244,244,244))
	);
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(221,221,221) 0%,
    rgb(255,255,255) 100%
);
}

/*---SPACE NAV-----*/
#space-nav ul{
	overflow: hidden;
	width: 637px;
	margin-left: 660px;	
	margin-top: 0px;
}

#space-nav ul li{
	float: left;
}

#space-nav ul li a{
	display: block;
	text-decoration: none;
	color: #4d4d4d;
	padding: 15px;
	border: 1px solid #B9B9B9;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	background:
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(231,231,231)),
    color-stop(1, rgb(255,255,255))
	);
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(221,221,221) 0%,
    rgb(244,244,244) 100%
);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, .3);
 	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, .3);
}

#space-nav ul li a:hover{
	background:
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(221,221,221)),
    color-stop(1, rgb(244,244,244))
	);
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(221,221,221) 0%,
    rgb(255,255,255) 100%
);

}

#space-nav ul li a:active{
	background:
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(144,144,144)),
    color-stop(1, rgb(124,124,124))
	);
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(144,144,144) 0%,
    rgb(124,124,124) 100%
);

}

#space-nav ul li a.bounce-active{
	color: black;
	background:
	-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(221,221,221)),
    color-stop(1, rgb(244,244,244))
	);
	background:
	-moz-linear-gradient(
    center bottom,
    rgb(221,221,221) 0%,
    rgb(255,255,255) 100%
);
}



#bounce-body{
	margin: 25px 0;
	width: 600px;
	position: relative;
}

#bounce-body img{
	margin: 5px 0 5px 109px;
	border: 8px solid white;
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, .1);
 	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, .5);
}

#bounce-body h3{
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0;
}

#bounce-body h4{
	margin: 10px 0 5px 115px;
	position: relative;
	font-size: 1.1em;
}

#bounce-body h5{
	margin: 10px 0 5px 115px;
	position: relative;
	font-weight: bold;
	color: #333333;
	font-size: .9em;
}

#bounce-body h4 span{
	color: #1A1A1A;
	position: absolute;
	top: 0;
	left: -90px;
	font-size: 6em;
	font-weight: bold;
}

#bounce-body p{
	width: 485px;
	margin: 10px 0 15px 115px;
	line-height: 1.5em;
}

#bounce-body p.image_id{
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: .7em;
}

#bounce-body p a{
	color: #F7931E;
}

#bounce-body ul{
	margin-left: 115px;
	width: 485px;
} 

#bounce-body ul li{
	list-style-type: disc;
	margin: 0 0 10px 15px;
	padding: 0 0 0 10px;
	font-size: .8em;
	line-height: 1.5em;
	color: #666666;
}

#bounce-body ul li a{
	color: #F7931E;
}
#pagination{
	height: 80px;
	width: 485px;
	margin: 10px 0 15px 115px;
	position: relative;
	overflow: hidden;
}

#pagination p a#previous{
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 20px ;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/content/create/bounce/arrows.png) no-repeat bottom left;
	text-decoration: none;
}

#pagination p a#previous:hover{
	color: #FBB03B;
}

#pagination p a#next{
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 5px 20px 5px 0px ;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/content/create/bounce/arrows.png) no-repeat 2px right;
	text-decoration: none;
}

#pagination p a#next:hover{
	color: #FBB03B;
}

#pagination ol{
	overflow: hidden;
	margin-top: 35px;
	padding: 10px 0 0 0;
	border-top: 1px dashed #4D4D4D;
}

#pagination ol li{
	float: left;
}

#pagination ol li a{
	display:block;
	text-decoration: none;
	padding: 8px;
	margin-right: 5px;
	background-color: #999999;
	color: white;
}

#pagination ol li a:hover{
	background-color: #CCCCCC;

}

#pagination ol li a.current{
	background-color: #CCCCCC;
	cursor: default;
}

.scribd{
	width: 485px;
	border: 8px solid white;
	margin: 20px 0 20px 109px;
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, .1);
 	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, .5);
}

#references{
	position: absolute;
	top: -5px;
	right: -350px;
	width: 300px;
}

#references h4{
	margin: 0;
}

#references ul{
	width: 100%;
	margin: 0;
}

#references ul li{
	margin: 0 0 0 20px;
}

#references ul li a{
	color: #F7931E;
}

#bounce{
	border: 8px solid white;
	width: 960px;
	height: 775px;
	margin: 30px 0;
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, .1);
 	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, .5);
}

/****OVERVIEW******/

#bounce-body-overview{
	margin: 25px 0 25px 560px;
	width: 400px;
	position: relative;
}


#bounce-body-overview img{
	margin: 5px 0 5px 109px;
	border: 8px solid white;
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, .1);
 	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, .5);
}

#bounce-body-overview h3{
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0;
}

#bounce-body-overview h4{
	margin: 10px 0 5px 115px;
	position: relative;
	font-size: 1.1em;
}

#bounce-body-overview h5{
	margin: 10px 0 5px 115px;
	position: relative;
	font-weight: bold;
}

#bounce-body-overview h4 span{
	color: #1A1A1A;
	position: absolute;
	top: 0;
	left: -90px;
	font-size: 6em;
	font-weight: bold;
}

#bounce-body-overview p{
	
	margin: 10px 0 15px 0px;
	line-height: 1.5em;
}

#bounce-body-overview p.image_id{
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: .7em;
}

#bounce-body-overview p a{
	color: #F7931E;
}

#bounce-body-overview ul{
	margin-left: 115px;
	width: 485px;
} 

#bounce-body-overview ul li{
	list-style-type: disc;
	margin: 0 0 10px 15px;
	padding: 0 0 0 10px;
	font-size: .8em;
	line-height: 1.5em;
	color: #666666;
}

#bounce-body-overview ul li a{
	color: #F7931E;
}


/*****FOOTER NAV********/


#bounce-footer-nav{
	border-top: 2px solid #B3B3B3;
	margin-top: 15px;
	padding-top: 10px;
}

#bounce-footer-nav ul{
	overflow: hidden;
}

#bounce-footer-nav ul li{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#bounce-footer-nav ul li a{
	display: block;
	list-style-type: none;
	padding: 5px;
	margin: 0 5px;
	color: #0071BC;
}

#bounce-footer-nav ul li a:hover{
	color: #333333;
}

/*****FOOTER NAV********/
