/* CSS Document */
/* Essential Norman Conquest website
Media page styles */


/* --- Media: universal styles --- */
#media {
	background-color: #990033/* --- #990033--- */; 
	} 
#media h1 {
	color: #FFFFFF; 
	margin: 0px;
	padding: 18px 18px 4px 18px; 
	}

#media h2 {
	color: #FFFFFF; 
	margin-top: 2px; 
	margin-bottom: 2px;
	}
#media h3 a:link {
	color: #FFFFFF; 
	margin-right: 18px; 
	float: right; 
	text-align: right; 
	font-style: normal;
	}
#media p {
	color: #FFFFFF;
	font-size: 90%;
	list-style-type: square;
	margin-right: 18px; 
	margin-left: 18px; 
	}
#media p a:link, #media p a:visited {
	color: #FFFFFF;
	}
.media_list {
	list-style-type: square;
	line-height: 1.6em;
	color: #FFFFFF;
	font-size: 80%;
	padding-left: 18px;
	padding-bottom: 18px;
	margin: 0px 18px 18px 18px; 
	}
.media_line{
	background-image:  url("images/red_line.gif");
	background-repeat: repeat-x;
	background-color:#CCCCCC;
	margin: 0px 18px 18px 18px; 
	padding: 0px; 
	height: 2px;
	font-size: 1px;
	} 
	
/* --- Media: sounds background --- */	
#sounds {
	background-image:  url("images/sound_bk4.gif");
	background-color: #990033;
	background-repeat: no-repeat;
	height: 450px;
	} 

/* --- Media: sounds player position --- */
.sound_player{
	margin: 8px 18px 0px 18px;
	float: left;
	border: #AB4B4B 4px solid;} 
	
/* --- Media: 360 degree battlefield --- */	
#battlefield {
	background-image:  url("images/battlefield_bk.gif");
	background-color: #990033;
	background-repeat: no-repeat;
	clear: both;
	} 
.panorama{
	height: 372px;
	border: #AB4B4B 4px solid;
	} 
.panorama_thumb{
	border: #AB4B4B 4px solid;
	margin: 4px;
	}
.panorama_thumb_out{
	border: #666666 4px solid;
	margin: 4px;
	}

/* --- Media: 3d battlefield background --- */
#bev {
	background-image: url(images/sound_bk13.gif);
	background-repeat: no-repeat;
	background-color: #9A082F;
	background-position: 0% 0%; 
	clear: both;
	padding-bottom: 10px;
	} 
/* --- Media: 3d battlefield navigation --- */
	.bev_nav_off {color: #999999; padding: 4px 16px 4px 16px;}
	#bev_nav {text-align:center; margin: 0px; }
	#bev_nav ul {background-color: #9A082F; margin: 0px; } 
	#bev_nav li {border: 1px solid #FFFFFF; }
	#bev_nav ul li {display: inline;  margin: 0px; color: #000000; font-size: 80%; text-align: 	center;  }
	#bev_nav ul li a {color: white; text-decoration: none; background-color: #9A082F; padding: 4px 16px 4px 16px;}
	#bev_nav ul li a:hover { color: white; background: #999900;}
	#bev_nav ul li a:active { color: white; background: #999900;}
	#bev_nav ul li a:visited { color: white; 
	}



/* --- Media: Clothing - position left figure --- */
#leftfig{
	float: left;
	width: 240px;
	margin-top: 6px;
	margin-left: 45px;
	text-align:center;
   } 
/* --- Media: Clothing - position right figure --- */   
#rightfig{
	float: right;
	width: 240px;
	margin-top: 6px;
	margin-right: 45px; 
	text-align:center;
   } 
/* --- Media: Clothing --- */
.figure{
	border: #AB4B4B 4px solid;
	} 

#clothing{
	background-image: url(images/sound_bk8.gif);
	background-repeat: no-repeat;
	background-color: #990033;
	background-position: 100% 0%; 
	clear: both;
	} 
