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

html{
	height:100%;
}
body {
	height:100%;
	padding:0;
	margin:0;
	background:url(../images/top-bg.jpg) top left repeat-x #2a100d;
	font:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#cont {
	width:930px;
	margin-left: -465px;
	position:relative;
	left:50%;
}
a img{
	border:#df4926;
	}
#wrapper{
	min-height:100%;
	min-height:auto !important;
	height:100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

p{ font-size:11px; color:#eaeae0;}

a{ font-size: 11px; color:#df4926; text-decoration:none;}

a:hover{ text-decoration:underline;}

/***header-navigation***/

#header{
	width:574px;
	height:63px;
	background:url(../images/header.jpg) top left no-repeat;
	padding:62px 0px 0px 356px;
}
a.navigation{
	width:82px;
	text-align:center;
	height:auto;
	float:left;
	font-size:11px;
	color:#2a100d;
	text-decoration:none;
}
a:hover.navigation{
	color:#eaeae0;
}
#content{
	width:930px;
	
}
.push{
	height:80px;
}
#footer{
	height:80px;
	text-align:center;
}
#footer a{
	padding:5px;
	color:#df4926;
	text-decoration:none;
}
#footer a:hover{
	color:#eaeae0;
}
.footer{
	font-size:11px;
	color:#df4926;
}
#media{
	width:744px;
	height:500px;
	overflow:scroll;
	border:1px solid #df4926;
	position:relative;
}
a.riptide{
	width:95px;
	height:56px;
	background:url(../images/media-images/riptide-reflection.jpg) left top no-repeat;
	display:block;
	text-decoration:none;
}
a:hover.riptide{
	background:url(../images/media-images/riptide-reflection.jpg) right top no-repeat;
	text-decoration:none;
}
a.echo{
width:95px;
	height:56px;
	background:url(../images/media-images/echologo.jpg) right top no-repeat;
	display:block;
	text-decoration:none;
	}
a:hover.echo{
background:url(../images/media-images/echologo.jpg) left top no-repeat;
	text-decoration:none;}
	a.movement{
width:124px;
	height:56px;
	background:url(../images/media-images/movement-logo.jpg) right top no-repeat;
	display:block;
	text-decoration:none;
	}
a:hover.movement{
background:url(../images/media-images/movement-logo.jpg) left top no-repeat;
	text-decoration:none;}
a.aframe{
	width:105px;
	height:55px;
	background:url(../images/media-images/a-frame-reflection.jpg) right top no-repeat;
	display:block;
	text-decoration:none;
}
a:hover.aframe{
	background:url(../images/media-images/a-frame-reflection.jpg) left top no-repeat;
	text-decoration:none;
}
a.ebb{
	width:56px;
	height:56px;
	background:url(../images/media-images/ebb-logo.jpg) right top no-repeat;
	display:block;
	text-decoration:none;
}
a:hover.ebb{
	background:url(../images/media-images/ebb-logo.jpg) left top no-repeat;
	text-decoration:none;
}
a.nomad{
	width:158px;
	height:56px;
	background:url(../images/media-images/nomad-logo.jpg) right top no-repeat;
	display:block;
	text-decoration:none;
}
a:hover.nomad{
	background:url(../images/media-images/nomad-logo.jpg) left top no-repeat;
	text-decoration:none;
}