@import url('basic.css');

BODY {
	background-color: #fbfaf5;
	text-align: center;
}

.pageWrapper {
	margin: 0 auto;
	width: 770px;
}

.page {
	width: 770px;
}

.headerWrapper {
	width: 770px;
	height: 120px;
	background: #f7f3e5 url(../images/header.gif) top left no-repeat;
}

.header {
	width: 770px;
	height: 120px;
}

.homeLink {
	float: left;
}

.homeLink a {
	width: 315px;
	height: 120px;
	display: block;
	text-decoration: none;
}


.conactInfoWrapper {
	float: right;
	width: 300px;
}

.contactInfo {
	color: #683c15;
	text-align: right;
	font-size: 14px;
	line-height: 1.5;
	padding-right: 30px;
	padding-top: 30px;
}

.contentWrapper {
	width: 770px;
	height: 365px;
}

.content {
	width: 770px;
	height: 365px;
}

.content p {
	padding-top: 160px;
	padding-left: 380px;
	padding-right: 50px;
	line-height: 1.3;
	text-align: left;
}

.bio {
	padding-top: 95px;
	padding-left: 210px;
	padding-right: 50px;
	width: 510px;
	height: 270px;
}

.bio p {
	line-height: 1.3;
	text-align: left;
	padding-bottom: 15px;
}

.menuWrapper {
	width: 770px;
	height: 85px;
	background-color: #f7f3e5;
	overflow: hidden;
}

.menu {
	padding: 0 12px;
	width: 746px;
	height: 85px;
}

.footerWrapper {
	width: 770px;
}

.footer {
	width: 770px;
	padding: 25px;
}

/* PAGES */

#droplets {
	background: transparent url(../images/bg_page_droplets.jpg) top left no-repeat;
}

#ellipse {
	background: transparent url(../images/bg_page_ellipse.jpg) top left no-repeat;
}

#exclusive {
	background: transparent url(../images/bg_page_exclusive.jpg) top left no-repeat;
}

#infinity {
	background: transparent url(../images/bg_page_infinity.jpg) top left no-repeat;
}

#lava {
	background: transparent url(../images/bg_page_lava.jpg) top left no-repeat;
}

#pendulum {
	background: transparent url(../images/bg_page_pendulum.jpg) top left no-repeat;
}

#pierced {
	background: transparent url(../images/bg_page_pierced.jpg) top left no-repeat;
}

#structure {
	background: transparent url(../images/bg_page_structure.jpg) top left no-repeat;
}

#totem {
	background: transparent url(../images/bg_page_totem.jpg) top left no-repeat;
}

#bio {
	background: transparent url(../images/bg_page_bio.jpg) top left no-repeat;
}

/* PAGE GALLERY */

.galleryLaunchWrapper {
	height: 67px;
	overflow: hidden;
	float: right;
	margin-right: 30px;
}

.galleryLaunch {
	overflow: auto;
}

.galleryLaunch p {
	width: 95px;
	height: 67px;
	padding: 6px;
	padding-right: 14px;
	
	text-align: right;
	float: left;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #dcd2af;
	line-height: 1.1;
	background-color: #673d17;
}

/* GECKO ONLY HACK */
.galleryLaunch p:not([attr*=""]) { width: 80px; }

.galleryLaunch img {
	float: left;
	padding: 0;
	margin: 0;
}

.hiddenGalleryItem {
	display: none;
}

/* MENU */

.menu {
	text-align: center;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li {
	float: left;
	width: 90px;
	padding: 20px 5px;
	padding-bottom: 75px;
	margin: 0;
}

/* GECKO ONLY HACK */
.menu li:not([attr*=""]) { width: 72px; }

.menu ul a {
	padding: 0;
	font-weight: normal;
	color: #683c15;
	text-decoration: none;
	font-size: 16px;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.menu ul li.selected {
	background: transparent url(../images/menu_selected.jpg) repeat-x top left;
}
