* {
	margin: 0;
	vertical-align: middle;
}

body {
	background:url(Images/BGgradient.jpg);
	background-repeat: repeat-x;
	background-color: #202020;
}

#Container{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#Header{
	Height: 120px;
	margin-top: 5px;
	background:url(Images/LOGO.jpg);
}

#menu {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background:url(Images/MenuBar.jpg);
	border-radius: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
}

#menu ul {
	margin: 0;
    padding: 0px 0px 0px 60px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 20px;
	margin-right: 1px;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	border: none;
	font-weight: bold;
}

#menu a:hover {
	color: #CCC;
}

#Page {
	height: 540px;
	background:#FFF;
}

#BaseImage {
	padding: 10px 10px 10px 10px;
	float: right;
	width: 520px;
}

#imagebar {
	padding: 15px 10px 10px 15px;
	float: left;
	width: 220px;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	text-color: #000;
	color: #333;
	font-style: normal;
	font-weight: bold;
	line-height: 25px;
	font-size: large;
	text-align: left;
}

#SoftwareLogo {
	width: 150px;
	margin-left: 50px;
}

#image {
	padding: 7px;
	float: left;
}

.image{
	border: 3px;
	border-color: #404040;
}

#caption {
	float: right;
	margin-left:auto;
	height: auto;
	width: 350px;
	font-size: large;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	color: #999;
	font-variant: normal;
	font-weight: lighter;
}

#Quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	text-align:center;
}

#footer {
	background:url(Images/footer.jpg);
	height: 50px;
	text-align:center;
	width: 800px;
    margin: 0px auto 0px auto;	
	text-decoration: none;
	text-transform: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #202020;
	border: none;
}




#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.ImagebarHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	font-weight: lighter;
	text-decoration: underline;
}
.ImagebarBodyBulleted {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #808080;
}
.ImagebarBody {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
