@charset "utf-8";
/** 
 * BASE STYLES
 */
* {
	margin:0;
	padding:0;
	font:normal 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
}
body {
	background-color: #000000;
	font:12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
}
/* NAV container List BEGIN */
#navcontainer {
	border:0px;
	position: fixed;
	float: right;
	margin-left: 60%;
	bottom: -10px;
}

#navcontainer a {
	display: block;
	width: auto;
	float: left;
	margin-left: 0px;
	height: 20px;
	text-decoration: none;
}

#navcontainer ul {
	list-style-type: none;
}
#navcontainer ul li {
	list-style-type: none;
	background: #460200;
	display: block;
	float: left;
	height: 25px;
	padding: 0 5px;
}
#navcontainer ul a:hover {
	background-color:#F00;
	width: auto;
	padding-bottom: 22px;
}
#active /* do not ad width elements to this area */ {
	display: block;
	padding:0px;
	margin: 0px;
}
#wrapper {
	margin: 3% auto 0;
	width:900px;
	height:auto;
}
#header_ {
	left:0px;
	top:0px;
	width:900px;
	height:111px;
	background-image: url(../../sliced%20comps/images/warsoldier_site_v021_fireworks_r1_c1.gif);
	z-index:0;
}
#gallery_ {
	left:0px;
	top:150px;
	width:900px;
	height:387px;
	background-image: url(../../sliced%20comps/images/warsoldier_site_v021_fireworks_r2_c1.gif);
	z-index: 5;
}
#welcome   {
	float: left;
	width: 415px;
	height: 400px;
	padding: 15px;

}

#gallery_ h1 {
	font-size: 1.5em;
	color: #777;
	text-decoration: none;
}

#content_ {
	left:0px;
	top:585px;
	width:900px;
	height:52px;
	background-image: url(../../sliced%20comps/images/warsoldier_site_v021_fireworks_r3_c1.gif);
}
#content_ p{
	font: 14px/1.6em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content_ h1{
	font: normal 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0.2em;
}
#construction{
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	position: fixed;
	height: 100%;
	margin: 0 0 0 450px;
	width: 350px;
	font: bolder 12px "Arial", Helvetica, sans-serif;
	color: #333;
	top: auto;
	background: #F90 url(../images/work_ahead.png) repeat-y;
	text-align: center;
	display: block;
	letter-spacing: 0.1em;
	white-space: normal;
	word-spacing: 1.1em;
	text-transform: capitalize;
	z-index:10;
	display:none;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.module_a0 {
	padding: 10px 15px 0 0;
	margin: 0 0 0 15px;
	z-index:0;
}
.module_a0 img {

	border:none; padding:2px;

	}
.module_a0 img a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
}

