@charset "utf-8";
/* CSS Document */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	background:#0e04b9;
	background-image:url(bgblue.png);
	background-position:center;
	background-repeat:repeat-y;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h2{
font-size:24px;
color:#FF0000;
}
.container {
	width:900px; 
	background:url(bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	background-color: #bdbdbd;
	position:absolute;
	left: 50%;
	top: 0%;
	margin-left: -450px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: 0px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
.strech { 
	height:50px; 
	background:#FF0000;
	background-image:url(bgbanner.png); 
	color:#FFFFFF; 
	text-transform:uppercase; 
	text-shadow:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bolder;
	font-stretch:ultra-expanded;
	font-size:40px;
	}

.imagecontainer{
	height:590px; 
	width:100%; 
	background-image:url(gate.png); 
	background-repeat:no-repeat; 
	background-position:top left;
	left:70px;
	top:-30px;
	position:relative;
}
.pricelist{
border-color:#999999;
border-style:ridge;
border-width:thick;
}

.eagle1000 {
	position:relative;
	top:-20px; 
	left: 370px;
}
.eagle100 {
	position:relative;
	top:140px; 
	left: 170px;
}
.eagle2000 {
	position:relative;
	top:150px; 
	left: 450px;
}
.eagle200 {
	position:relative;
	top:300px; 
	left: 50px;
	
}
.nowavailable {
color:000000;
font-size:14px;
width:240px;
height:240px;
position:absolute;
left:30px;
top:300px;
background-image:url(solar.png);
background-repeat:no-repeat;
background-position:top right;
z-index:1000;	
}
.nowavailable h2{
font-size:18px;
color:#FF0000;
line-height:11px;
}
.content {
margin-left:5%;
margin-right:5%;
}
.nopower{
height:220px;
width:360px;
background-image:url(nopower.png);
background-repeat:no-repeat;
background-position:top left;
position:relative;
left:15px;
bottom:200px;
}

.solar {
width:90%;
margin-left:auto;
margin-right:auto;
font-size:24px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
position:relative;
bottom:150px;
}
.solar div{
width:100%;
position:relative;
left:0%;
margin-left:0px;
top:20px;
}
.listprice{
color:#FFFFFF;
background:#FF0000;
font-weight:bold;
}
div.hidden {
display: none;
}
div.promptshow {
font-size:12px;
width:590px;
position:relative;
} 
.diamond {
color:000000;	
font-size:24px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
position:relative;
bottom:150px;
margin-left:auto;
margin-right:auto;
width:90%;
}
.diamond div{
left:-40px;
position:relative;
}
.diamond h2{
font-size:24px;
color:#FF0000;
}
.diamond blockquote{
position:relative;
left:0px;
top:-50px;
line-height:38px;
font-size:24px;
}
.transparentback{
background-color:#FFFFFF;
opacity:.5;
filter: alpha(opacity=50);
}
.normallink{
font-size:12px;
text-decoration:none;
}
.footer{
position:relative;
bottom:50px;
}
