html, body, div, span, h1, h2, h3,
h4, h5, h6, p, a, abbr, acronym, del,
em, img, strong, dd, dl, dt, li, ol, ul,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a, a img, :link img, :visited img {
	border: 0;
	outline: none;
}

ol, ul {
	list-style: none;
}

body {
	background: #fff;
	color: #aaa;
	font-size: 62.5%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}

a {
	color: #bbb;
	text-decoration: none;	
}

.nav {
	width: 225px;
	margin: 25px 30px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.7em;
}

.nav h1 a {
	width: 225px;
	height: 77px;
	background: url(i/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
}

.nav h2 {
	/*text-align: center;*/
	margin: 5px 0 30px;
}

.nav li {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.nav li a:hover {
	opacity: 0.9;
}

.orange {
	color: #f79938;
}

.yellow {
	color: #cccc65;
}

.green {
	color: #99cc99;
}

.dark_green {
	color: #0c7f40;
}

.purple {
	color: #b78abf;
}

.blue {
	color: #9acece;
	display: none;
}

.red {
	color: #ee2a27;
}

.main,
.page {
	margin: 25px 0 50px 285px;
	min-width: 725px;
}

.page {
	position: relative;
}

.main img {
	margin: 0 12px 12px 0;
	opacity: 1;
	-moz-transition: opacity .1s ease-in;
	-webkit-transition: opacity .1s ease-in;
}

.main a:hover img {
	opacity: 0.7;
	-moz-transition: opacity .1s ease-in;
	-webkit-transition: opacity .1s ease-in;
}

#img_wrap {
	position: relative;
	width: 98%;
}

#img_wrap img {
	height: 600px;
}

#slideshow {
	position: relative;
}

.nav-controls a {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-indent: -9999px;
	border: 0;
	outline: none;
	opacity: 0.7;
}

.nav-controls a:hover {
	background: url(i/minus.gif) no-repeat bottom left;
}

.nav-controls a.next {
	left: 50%;
}

.nav-controls a.next:hover {
	background: url(i/plus.gif) no-repeat bottom right;	
}

#thumbs {
	margin-top: 15px;
	height: 90px;
	width: 570px;
	position: relative;
	left: -38px;
	overflow: hidden;
}

#thumbs .thumbs {
	position: relative;
	left: 40px;
}

#thumbs li {
	height: 90px;
	float: left;
}

#thumbs img {
	margin-right: 10px;
	height: 90px;
	width: 90px;
	display: block;
	border: 1px solid #fff;
}

#thumbs .selected  img {
	border-color: #999;
}

.pagination a,
.pagination span {
	display: none;
}


.pagination a[title="Prev"],
.pagination a[title="Next"] {
	display: block;
	width: 20px;
	height: 9px;
	background: url(i/arrows.png) no-repeat 0 0;
	position: absolute;
	top: 45px;
	left: 0;
	cursor: pointer;
	opacity: 0.8;
	text-indent: -9999px;
}

.pagination a[title="Prev"]:hover,
.pagination a[title="Next"]:hover {
	opacity: 1;
}

.pagination a[title="Next"] {
	background-position: 0 -11px;
	left: 550px;
}

.non_gal {
	width: 500px;
	font-size: 1.4em;
}

.non_gal h3 {
	font-weight: 300;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.non_gal img {
	float: right;
	margin-left: 15px;
}

.non_gal p,
.non_gal ul {
	line-height: 1.4em;
	margin-bottom: 2em;
}

.non_gal li {
	line-height: 1.6em;
	text-transform: uppercase;
}

.tears {
	width: 1600px;
}

.tears .col1 {
	width: 800px;
	float: left;
}

.tears .col2 {
	width: 800px;
	float: right;
}

.tears * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	line-height: 0;
}

.about {
	padding-top: 35px;
}

.about ul {
	float: left;
	margin-right: 40px;
}

.contact {
	padding-top: 129px;
}

.contact p span {
	font-size: 1.2em;
	letter-spacing: 0.3em;
}

.contact p span.blue {
	display: inline;
}

.contact li {
	text-transform: none;
	line-height: 1.8em;
}

.next_gal {
	display: block;
	height: 90px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 650px;
	opacity: 0.7;
}

.next_gal:hover {
	opacity: 1;
}

.next_gal img {
	height: 90px;
}

.next_gal span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.2em;
	background-color: #fff;
	color: #000;
	font-size: 1.8em;
	font-style: italic;
	opacity: 0.6;
	letter-spacing: 0.01em;
}














