@charset "UTF-8";

body {
	background-color: #000;
	color: #999;
	font-family: "myriad-pro", sans-serif;
	font-size: .9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

a:link {
	color: #999;
	text-decoration: none;
}

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

a:hover {
	text-decoration: none;
	color: #F30;
}

a:active {
	text-decoration: none;
	color: #F30;
}

h1 {
	font-size: 3em;
	color: #F30;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	color: #999;
	font-family: "arno-pro-display", serif;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	color: #999;
	background-color: #333;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

h4 {
	font-size: 15px;
}

#package {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 980px;
}

#banner {
	margin-bottom: 25px;
	clear: both;
}

#banner h1 {
	padding-bottom: 0px;
	border-width: 0px;
}

#banner-galleries {
	clear: both;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
}

#banner-galleries img {
	float: left;
	border-width: 0px;
}

#nav-home {
	width: auto;
	clear: both;
	padding-top: 25px;
	padding-bottom: 18px;
	text-transform: uppercase;
	padding-top: 18px;
}

#nav-galleries {
	width: 435px;
	clear: both;
	padding-top: 25px;
	text-transform: uppercase;
	padding-top: 6px;
	float: right;
	text-align: right;
	margin-top: -36px;
}

#content {
	background-image: url(assets/bg-gradient.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding-bottom: 20px;
	width: auto;
}

#content img {
	-webkit-box-shadow: 0px 0px 69px 9px #333333;
	box-shadow: 0px 0px 69px 9px #333333;
}

#story {
	line-height: 1.36em;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
	width: auto;
}

#footer {
	clear: both;
	font-size: 0.75em;
	padding-top: 18px;
	padding-bottom: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: auto;
}

.statement {
	font-family: "arno-pro-display-n3", "arno-pro-display", serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2em;
}
.galleryPod-left {
	width: 230px;
	margin-right: 20px;
	float: left;
	margin-bottom: 25px;
	margin-top: 25px;
}
.galleryPod-right {
	width: 230px;
	margin-right: 0px;
	float: left;
	margin-bottom: 25px;
	clear: right;
	margin-top: 25px;
}

.section {
	clear: both;
	margin-bottom: 50px;
}

.leftCol {
	float: left;
	width: 500px;
	margin-right: 50px;
	text-align: left;
}

.rightCol {
	clear: right;
	float: left;
	width: 300px;
	font-size: .8em;
	line-height: 1.5em;
	text-align: left;
}

.table-left {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}

.table-left th {
	font-size: .9em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;	
}

.table-left td {
	font-size: .9em;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
}
	
.table-right {
	float: left;
}

.table-right th {
	font-size: .9em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333;
}

.table-right td {
	font-size: .9em;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333;
}
.clear {
	clear: both;
}

.description {
	/*font-family: "arno-pro-display-n3", "arno-pro-display", serif;*/
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	line-height: 150%;
}
