/* @override 
	http://www.pixelcorestudio.com/_testing/imago_v05/styles/imago.css
	http://lauraduffydesign.com/workspace/testing/styles/imago.css
*/

/* imagogallery css*/
body {
	color: #323232;
	background: #ffffff url(bg.gif) repeat-x;
	margin: 0 auto 0px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;
	text-align: center;
	padding-bottom: 40px;
}

a img {
	border-style: none;
}

.imago_thumbImg {
	margin: 10px;
	border: 1px solid #fff;
}

td img:hover {
	position: relative;
	top: -2px;
}

.imago_selectedThumb {
	border: 1px solid #c2c2c2;
}

img.imago_loading {
	position: absolute;
	top: 8px;
	left: 40px;
	display: none;
}

.imago_error {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #FFFFFF;
}

div.imago_thumbMenu {
	width: 360px;
	height: 540px;
	float: right;
}
 
table.imago_currentThumbTable {
}

div.imago_currentImage {
	padding: 0;
	margin: 0;
}

div.imago_cititle {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

 div.imago_galleryTitle {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	font-family: monospace;
	color: #FFFFFF;
}

div.imago_frame {
	margin: 0;
	padding: 0;
}

div.imago_currentImage {
	margin-top: 20px;
	margin: 0;
	padding: 0;
}
.imagogallery {
	top: 0px;
	left: 0px;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background: url(vertical.gif) no-repeat 10px top;
}

div.imago_loading {
	background-color: #ffffff;
	color: #000;
	float: right;
	display: block;
}
a.imago_navNext, a.imago_navPrev {
	filter:alpha(opacity=20);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.imago_navPrev {
	left: 0;
	top: 0;
	background: url('img/prev.gif') no-repeat top left;
}

a.imago_navNext {
	right: 0;
	top: 0;
	background: url('img/next.gif') no-repeat top right;
}

a.imago_navNextImage {
	right: 40px;
	top: 10px;
	display: none;
}
a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center right;
	display: none;
}

a.imago_navPreviousImage {
	left: 40px;
	top: 10px;
	display: none;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center left;
	display: none;
}

.imago_downloadLink {
  background-color: #000000;
	display: none;
}
.imago_downloadLink a {
  color: #FFFFFF;
  font-size: xx-small;
}

div#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

img#logo {
	margin-left: 40px;
}

img#email {
	margin-left: 70px;
}

img#phone {
	margin-left: 119px;
}

div#nav {
	text-align: center;
	border-top: 1px solid #c8c8c8;
	width: 332px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 234px;
	top: -140px;
	height: 30px;
}

div#footer {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	color: #656565;
	border: 1px solid #bcbcbc;
	padding: 6px;
	position: relative;
	margin-right: 2px;
	top: 22px;
}

#nav a:hover {
	border: 1px solid #e0e0e0;
}

a.current-page {
	background-color: #ebebeb;
}