body {
	overflow: hidden;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;	
	font-size: 0.88em;
	line-height: 1.0em;
	color: #000000;
}

::-moz-selection { background: #444; color:#fff; text-shadow: none; }
::selection { background:#444; color:#fff; text-shadow: none; } 

p {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.06em;
}

.contact {
	margin-bottom: -12px;
}

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

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

#nav-container {
	position: absolute;
	left:  30px;
	top: 30px;
}

#portfolio-image {
	position: absolute;
	left: 260px;
	bottom: 30px;
}

#everyday-text {
	position: absolute;
	left: 260px;
	bottom: 30px;
	width: 600px;
	padding-bottom: 300px;
	padding-left: 15px;
}

img {
	border: 0px;
}

hr {
	background-color: #000000;
	border: 0px;
	height: 1px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 18px;
}

#bottom-nav {
	display: block;
	height:30px;
	width:100%;
	left: 260px;
	bottom:0px;
	z-index: 200; 
	background:#ffffff;
	position:absolute;
}	

#about-text {
	position: absolute;
	left: 260px;
	top: 275px;
	width: 600px;
}

#about-photo {
	position: absolute;
	left: 260px;
	top: 88px;
	width: 600px;
}

#share {
	margin-left: 15px;
	padding-top: 8px;
	cursor: pointer;
}

.share {
	color: #a4a4a4;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.18em;
}

.share:hover {
	color: #000000;
}

.phone {
	color: #a4a4a4;
}

#gallery {
	padding-top: 8px;
	margin-left: 154px;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.18em;
}

#gallery-title {
	margin-left: 15px;
	padding-top: 8px;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.18em;
}

#arrows {
	margin-top: -13px;
	margin-left: 295px;
}

#copyright {
	margin-left: 432px;
	margin-top: -17px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.09em;
	color: #a4a4a4;
}

#copyright-home {
	padding-top: 5px;
	margin-left: 16px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.09em;
	color: #a4a4a4;
}

.black {
	color: #000000;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 0.18em;
}

#thumb {
	position: absolute;
	left: 220px;
	bottom: 15px; 
	width: 930px;
}

#adults-thumb {
	position: absolute;
	left: 220px;
	bottom: 15px; 
	width: 825px;
}

/*THUMBNAILS*/

#adults-thumb li {
	float: left;
	height: 100px;
	margin: 0 1px 0px 0;
	padding: 2px 1px 1px 1px;
	list-style-type: none;
}

#thumb li {
	float: left;
	height: 100px;
	margin: 0 1px 0px 0;
	padding: 2px 1px 1px 1px;
	list-style-type: none;
}

.clearboth { clear: both; }

/* ACCORDION */

#menu {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 12px;
}

ul#menu, ul#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 100px;
}

ul#menu li ul {
	display: none;
}

ul#menu ul {
	padding-top: 8px;
	padding-left: 10px;
}

ul#menu a {
 	display:block;
	text-decoration: none;
}

ul#menu li {
	margin-bottom: 8px;
}

ul#menu li a {
	color: #a4a4a4;	
}

ul#menu li a:hover {
	color: #000000;
}

/* ACCORDION */
