#html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	background-color: #000000;
}
.p {
	margin: 0 0 .75em 0;
}
a:link {
	color: #bbbbbb;
	text-decoration: none;
}
a:visited {
	color: #bbbbbb;
	text-decoration: none;
}
a:hover {
	color: #dddddd;
	text-decoration: none;
}
/*  container ---*/
#container {
	width: 850px;
	margin: 0px auto;
	padding: 20px 0px 300px 10px;
	background-color: #444444;
}
/*  end container ---*/

#leftcolumn {
	width:250px;
	float: left;
	padding: 10px 20px 0px 10px;
}
#rightcolumn {
	width: 550px;
	float: left;
	padding: 0px 0px 100px 0px;
}

#form {
	padding: 20px 40px 20px 20px;
	margin: 10px 0px 70px 0px;
	background-color: #aaaaaa;
	color: black;
	width: 400px;
}
#design {
	font-size: 55px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-weight: bold;
	padding: 18px 0px 1px 0px;
	line-height: .9em;
}


#click {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	padding: 10px 0px 10px 5px;

}
#contactheader {
	font-family: Helvetica, Ari;al, sans-serif;
	line-height: .9em;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
#testimonials {
	font-size: 55px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-weight: bold;
	padding: 42px 0px 15px 0px;
}
#caption {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	padding: 0;
	margin: 0;
	line-height:1.5em;
}
#address {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	padding: 0;
	margin: 0;
	line-height:1.5em;
}
.attribute {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	padding: .8em 0em 0em 0em;
	margin: 0;
	line-height:1.5em;
	text-align: right;
}
#leftcaption {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	padding: 20px 0px 0px 0px;
	margin: 0;
	line-height:1.7em;
	height: 100px;
}
#links {
	font-size: 1.2em;
	color: white;
}

#slideshow {
	width: 450px;
	padding: 10px 0px 30px 0px;
}
/*#thumbnails {
	margin: 10px 0px 40px 0px;
	background-color: #3366CC;
}*/
#leftcolumn ul {
	width: 140px;
	padding: 5px 10px 0px 0px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
#leftcolumn li {
	list-style: none;
	color: white;
	text-decoration: none;
}
#leftcolumn li a:link, #footer li a:visited {
	list-style: none;
	color: #cccccc;
	text-decoration: none;
}
#leftcolumn li a:hover, #footer li a:active {
	list-style: none;
	color: #999999;
	text-decoration: none;
}
#footer {
	clear: both;
	border-top: solid white 1px;
	font-size: 13px;
	padding: 0px 0px 20px 0px;
	margin: 100px 0px 100px 0px;
}
#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;
}
