body {
	background-color: #000E3E;
	margin: 0;
	padding: 0;
	overflow-x: hidden;

}

img {
	border: 0;

}

#mainContainer {
	position: absolute;
	left: 50%;
	margin-left: -407px;
	margin-top: 10px;

}

#mainWindow {
	background-image:url('http://www.edasinc.com/images/window-background.gif');
	background-repeat: repeat-y;
	height: 596px;
	padding-left: 7px;
	width: 814px;
}

#logoBar {
	width: 800px;
	height: 68px;
	background-color: black;

}

#mainNavigation {
	width: 800px;
	height: 17px;
	background-image:url('http://www.edasinc.com/images/main-nav-background.jpg');
	background-repeat: repeat-x;
	padding-top: 3px;
}

#mainNavigation span {
	float: left;
	margin-left: 38px;
}

#mainNavigation span a {
	font-family: Helvetica;
	font-size: 14px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#mainNavigation span a:hover {
	color: grey;
}


#windowAboutText {
	position: absolute;
	color: white;
	font-size:13px;
	font-family: Arial;
	font-weight: 100;
	padding: 5px;
	width: 540px;
	left: 225px;
	top: 125px;
	text-align:justify;
	line-height: 22px;
	overflow-y: auto;
}

#windowAboutText a {
	color: #3D85FF;
	text-decoration: none;
	font-weight: bold;

}

#windowAboutText a:hover {
	color: #2653A1;


}

.bannerDiv {
	position: absolute;
	margin:0;
	border:0;
	top: 440px;
	
	height: 150px;
	margin-left: 8px;
	float: left;
	width: 250px;
	background-color: #0B295B;
	cursor: pointer;
	padding: 2px;
	MozOpacity: .9;
	opacity: .9;
	filter: alpha(opacity:90);
}

.bannerText {
	cursor: pointer;
	position: absolute;
	height: 150px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	width: 245px;
	padding: 10px;
	color: white;
	top: 440px;
}


#windowAboutDiv {
	position: absolute;
	border: 1px solid #666666;
	background-color: #333333;
	width: 550px;
	height: 450px;
	left: 225px;
	top: 125px;
	MozOpacity: .75;
	opacity: .75;
	filter: alpha(opacity:75);
}

#divLoader {
	width: 0;
	height: 0;
	display: none;
}

.imageBackground {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
}



/* Products Page */
#containerProductImages {
	position: relative;
	margin-top: 10px;
	width: 170px;
	float: left;
}

.divProduct {
	padding: 10px 0px 10px 15px;
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity:60);
	border-bottom: 1px solid #666666;
}

#divProductHeaderDiv {
	position: absolute;
	width: 560px;
	height: 20px;
	left: 225px;
	background-color: #333333;
	MozOpacity: .75;
	opacity: .75;
	filter: alpha(opacity:75);
	border: 1px solid #666666;
	margin-top: 15px;
}

#divProductHeaderText {
	position: absolute;
	padding: 2px;
	width: 560px;
	height: 17px;
	left: 225px;
	margin-top: 15px;
	color: #3D85FF;
	font-size: 15px;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}

#divProductHeaderText a {
	cursor: pointer;
	margin-left: 12px;
	margin-right: 12px;
	color: #3D85FF;
	text-decoration: none;

}

#divProductHeaderText a:hover {
	color: #2653A1;
}

#divProductInfoDiv {
	position: absolute;
	background-color: #333333;
	padding: 7px;
	padding-top: 5px;
	width: 550px;
	height: 405px;
	left: 225px;
	margin-top: 45px;
	border: 1px solid #666666;
	MozOpacity: .75;
	opacity: .75;
	filter: alpha(opacity:75);
}

#divProductInfoText {
	position: absolute;
	padding: 7px;
	padding-top: 10px;
	width: 550px;
	height: 400px;
	left: 225px;
	margin-top: 45px;
	color: white;
	font-size: 14px;
	font-family: Arial;
	font-weight: 100;
	text-align:justify;
	line-height: 21px;
	overflow-y: auto;
}

#divProductInfoText a {
	color: #3D85FF;
	font-size: 15px;
	font-family: Arial;
	font-weight: 100;
	text-decoration: none;
}

#divProductInfo a:hover {
	color: #2653A1;
	
}
#divProductLinksDiv {
	position: absolute;
	background-color: #333333;
	MozOpacity: .5;
	opacity: .6;
	filter: alpha(opacity:50);
	width: 526px;
	height: 18px;
	left: 250px;
	margin-top: 475px;
	border: 1px solid #666666;
}

#divProductLinksText {
	position: absolute;
	width: 526px;
	height: 20px;
	left: 250px;
	margin-top: 475px;
}


#divProductLinksText a {
	cursor: pointer;
	padding: 2px;
	margin-left: 30px;
	color: white;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #3D85FF;
}

#divProductLinksText a:hover {
	color:#2653A1;
}

#divNews {
	float: right;
	height: 60px;
	width: 350px;
	margin-right: 10px;
	color: white;
	font-size: 12px;
	font-family: Arial;
	border: 2px solid #333333;
	padding: 0px 5px 0px 5px;
}

.titleNews {
	color: #999999;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	font-family: Arial;
}

#divNews a {
	color: #CCCCCC;
	font-size: 12px;
	text-decoration:underline;

}

#divNews a:hover {
	text-decoraetion: none;
}

.divHidden {
	display: none;
}

#subInfo {
	text-align: center;
	width: 100%;
}

#subInfo a {
	margin-left: 25px;
	cursor: pointer;
}

#subInfo a:hover {
	color: #999999;
}

#product_image {
	position:absolute;
	margin-left: 15px;
	margin-top: 15px;
}

.formField span {
	color: #CCDFF7;
	font-size: 14px;
	font-weight: bold;
}

.formField input {
	font-size: 10px;
	background-color:#CCCCCC;
	border: 0;
}