* {
	margin: 0;
	padding: 0;
	outline-style: none;
}
html, body {
	height: 100%;
	overflow: hidden;
	font-family: HelveticaNeue, "Helvetica Neue",Corbel,Verdana,sans-serif;
	background-color: #000;
}
a {
	color: #ccc;
	text-decoration: underline;
}
a:active {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
	text-decoration: underline;
}
h1 {
	background-color:#000;
	color:#2a2a2a;
	display:block;
	float:left;
	font-size:28px;
	height:56px;
	letter-spacing:-1px;
	line-height:72px;
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	border-bottom: 8px solid transparent;
	text-align:center;
	vertical-align:middle;
	cursor: pointer;
}
h1:hover {
	/*color: #fff;*/
	/*background-color: #333;*/
	/*background-color: #0093d4;*/
	/*color: #000;*/
	border-bottom: 8px solid #0093d4;
}
h1.active {
	color: #0093d4;
	background-color: #111;
}
h2 {
	font-size: 16px;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	text-transform: lowercase;
	line-height: 20px;
	font-weight: normal;
}
h4 a {
	font-weight: bold;
}
#container {
	width: 100%;
	min-height: 100%;
	background-color: #eee;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #aaa;
}
#gallery {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	background-color: #e0e0e0;
	height: 600px;
	width: 900px;
}
#footer {
	background-color:#000;
	/*background-image: url(msawyer_photography_logo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;*/
	border-top:3px solid #282828;
	color:#eee;
	height:90px;
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	overflow: hidden;
	display: none;
	padding: 5px 5px 5px 420px;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	cursor: pointer;
}
#main_links {
	bottom:0px;
	left:260px;
	position:absolute;
	white-space: nowrap;
	height: 90px;
}
#home {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	cursor: pointer;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #000;
	text-indent: -999em;
}
div.scrollable {
	position: relative;
	top:0;
	left:0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #eee;
}
div.scrollable div.imageFrames {
    width:20000em; 
    position:absolute; 
}
div.scrollable div.imageFrames div.imageFrame {
	border: 2px solid #ccc;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 20px 20px 0 20px;
	width: 0px;
	height: 0px;
	float: left;
	cursor: pointer;
	/*display: none;*/
	position: relative;
}
div.scrollable div.imageFrames div.imageFrame.active {
	background-color: transparent;
}
div.imageFrame div.overlay {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid transparent;
	margin: 0;
	padding: 0;
	background-color: #111;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	z-index: 100;
}
div.imageFrame.active div.overlay {
	/*opacity: 0;*/
}
div.overlay .wait_img {
	left:50%;
	margin:-12px 0 0 -14px;
	padding:0;
	position:absolute;
	top:50%;
	width:auto;
}
#gallery_list {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 74px;
	width: 100px;
	text-align: right;
	line-height: 18px;
	padding-right: 20px;
	background-color: #000;
}
a.gallery_link {
	color: #ccc;
	text-decoration: none;
	display: block;
	width: auto;
	cursor: pointer;
}
a.gallery_link:visited {
	color: #ccc;
	text-decoration: none;
}
a.gallery_link:hover {
	cursor: pointer;
	/*background-color: #555;*/
	background-color: #0093d4;
}
a.gallery_link.active {
	font-weight: bold;
	color: #0093d4;
}
#scrollHelp {
	display: none;
	width: 300px;
	height: 50px;
	text-align: center;
	padding: 30px;
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin-left: -150px;
	background-color: #222;
	color: #eee;
	font-size: 20px;
	letter-spacing: 0.4px;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	border-color: #000;
	border-width: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	z-index: 1000;
}
.photoInfoIcon {
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	bottom: 10px;
	right: 10px;
	background-color: #eee;
	color: #333;
	font-size: 16px;
	font-family: Georgia, serif;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	border-color: #000;
	border-width: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1000;
	text-transform: lowercase;
}
.photoInfo {
	display: none;
	position: absolute;
	padding: 5%;
	width: 90%;
	height: auto;
	background-color: #333;
	color: #fff;
	bottom: 40px;
	left: 0px;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	font-size: 12px;
	line-height: 20px;
}
.photoInfoClose {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	border-color: #000;
	border-width: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: lowercase;
	cursor: pointer;
}
.photoInfoClose:hover {
	color: #fff;
}
.info {
	display: none;
	position: absolute;
	text-indent: -9999px;
}
#information {
	font-size:14px;
	left:0px;
	line-height:22px;
	position:absolute;
	text-transform:none;
	top:10px;
	width:800px;
	overflow: hidden;
	color: #888;
	z-index: 1000;
	padding-left: 150px;
	padding-right: 150px;
	letter-spacing: normal;
	cursor: pointer;
}
#information p {
	margin-bottom: 8px;
	font-weight: normal;
	line-height: 22px;
}
#logo_img {
	bottom: 2px;
	left: 5px;
	position: absolute;
}
.row {
	clear: both;
	width: 500px;
}
.label {
	/*float: left;*/
	text-align: left;
	width: 200px;
}
.field_container {
	width: 300px;
}
.field_container input[type=text],
.field_container textarea {
	width: 280px;
	margin-bottom: 15px;
	background-color: #444;
	color: #ccc;
	padding: 5px;
	font-family: inherit;
	font-size: 12px;
	border: 2px solid #181818;
}
.field_container textarea {
	height: 100px;
}
.field_container input.error {
	background-color: #884444;
}
h1.direct_link>a {
	text-decoration: none;
	color: inherit;
}
#information ul {
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px;
	font-weight: normal;
	padding-left: 25px;
}
#information li {
	line-height: 16px;
}
.content_block {
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;	
}
.contact.content_block {
	width: 400px;
}
#ie6_message {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 100%;
	width: 600px;
	font-size: 24px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #ccc;
	text-align: center;
}
#ie6_message img {
	behavior: url(iepngfix.htc);
}

