body {
	background: #fff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-align: center; /* IE centring */
	}

#menu, #page {
	text-align: left; /* reset text */
	}

a {
	color: #39C;
	text-decoration: none;
	}

a:hover {
	background-color: #EEFCFF;
	}

h1, h1 a:hover {
	background: #fff url('images/EdgePD-Logo-1.gif') no-repeat 0px 50%;	
	}

h1 { /* Logo */
	text-indent: -9999px; /* Hide the text */
	height: 60px;
	width: 760px;
	margin: 0 auto;
	padding: 5px 0;
	}

h1 a, h1 a:hover {
	display: block;
	height: 60px;
	width: 220px;
	}

h2, h3, h4, h5, p, form, #column2 img {
	margin: 10px 0 10px 20px;	
	}
	
h2 { /* Main headers */
	font-size: 1.8em;
	font-weight: normal;
	color: #39C;
	padding: 5px 0;
	border-bottom: 1px solid;
	}

h3 { /* Sub headers */
	font-size: 1.2em;
	font-weight: normal;
	color: #39C;
	padding:8px 0 2px 0;
	border-bottom: 1px solid;
	}

img, img a {
	border: none;
	}

p {
	font-size: 1.1em;
	line-height: 160%;
	}

#page {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	}
	
/* NAVIGATION */

#menu {
	background: #444;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#menu ul {
	width: 760px;
	margin: 0 auto;
	padding: 5px 0 5px 120px;
	}

#menu ul li {
	display: inline;
	margin-right: 15px;
	line-height: 200%;
	padding: 5px 0;
}

#menu ul li a {
	color: #666;
	background: #444;
}

#menu ul li a:hover {
	color: #fff;
}

#home a.home,
#about a.about,
#product a.product,
#manu a.manu,
#case a.case,
#site a.site,
#services a.services,
#contact a.contact { /* Highlight the page */
	color: #fff;
}

/* CONTENT */

#column1, #column2 {
	float: left;
	margin: 10px 0;
	padding: 0;
	}

#column1 {
	width: 279px;
	margin-left: 40px;
}

#column2 {
	width: 400px;
	margin-left: 20px;
}

/* LISTS */

#column1 ul, #column2 ul {
	font-size: 1.1em;
	margin: 0 0 0 20px;
	padding: 0;
	color: #666;
	list-style-type: none;
	}

#column1 ul li, #column2 ul li {
	padding: 2px 15px;
	background: url('images/greyarrow-whitebg-1.gif') no-repeat 0em 0.45em;
	}


/* FOOTER */

#footer {
	width: 680px;
	border-top: 1px dashed #ccc;
	color: #ccc;
	clear: both;
	margin: 30px 20px 20px 60px;
	padding: 0;
}

#footer a {
	color: #ccc;
}

#footer p {
	padding: 5px;
	margin: 0;
	font-size: 1em;
	}

#footer p.copyright {
	float: left;
}

#footer p.login {
	float: right;
	}
	
#footer p.login a {
	padding: 0  0 0 25px;
	color: #555;
	background: url('images/greyarrow-whitebg-1.gif') no-repeat 10px 50%;
	}


/* IMAGES */

#column2 img {
	background: #fff;
	padding: 3px;
	border: 1px solid #aaa;
	max-width: 330px;
	}

/* FORMS */


form {
	padding: 20px;
	}

form dd {
	margin: 3px 0 10px;
	}

form input, form textarea {
	width: 230px;
	background: #eee;
	color: #666;
	border: 1px solid #ccc;
	}

form .button {
	width: auto;
	}

/* MISC */

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
	}
	
/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* END LIGHTBOX */