body {
	font-family: tahoma, arial, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 1em;
}

#content {
	/* BOX MODEL:
	total width: 725px
	padding left: 40 + content area: 615 + padding right: 70 = 725
	*/
	padding: 235px 70px 0 40px;
	width: 615px;
	min-height: 275px;
	position: relative;
	height: auto;
}

h1 {
	font-size: 15px;
	text-transform: lowercase;
	margin: 0 0 15px 0;
	padding: 0;
}

h2 { 
	font-size: 11px; 
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	line-height: 14px;
}

h3 { 
	font-size: 11px; 
	margin: 0;
	padding: 0;
}

p { 
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 14px;
}

ul { 
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none outside;
	line-height: 14px;
}

a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #fc6; }
a:active { outline: 0; }

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 1000px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	-moz-box-shadow: 0 5px 20px #ccc;
	-webkit-box-shadow: 0 5px 20px #ccc;
}

/* banner */
#banner {
	width: 1000px;
	height: 72px;
	background: transparent url("/images/layout/banner-bg-tile.png") repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

	#banner #logo {
		position: absolute;
		top: 13px;
		left: 55px;
		width: 258px;
		height: 37px;
	}
	
	#banner #slogan {
		position: absolute;
		top: 31px;
		right: 137px;
		font-size: 10px;
		font-weight: bold;
		color: #ccc;
		letter-spacing: .5px;
	}

/* featured museums */
#featured-museums {
	width: 1000px;
	height: 108px;
	position: absolute;
}

	#featured-museums h2 {
		width: 20px;
		height: 108px;
		text-indent: -999em;
		background: transparent url("/images/layout/header-featured-museums.png") no-repeat;
		position: absolute;
		top: 72px;
		left: 0;
		margin: 0;
		padding: 0;
	}
	
	#featured-museums h3 {
		width: 245px;
		height: 108px;
		margin-top: 72px;
		float: left;
		text-align: center;
	}
	
	#featured-museums h3#featured-museum-1 { 
		margin-left: 20px;
	}
	
		#featured-museums h3 a { 
			text-decoration: none; 
			width: 245px;
			/* height: 108px; */
			display: block;
			padding-top: 115px;
		}

/* search element */		
#search-element {
	position: absolute;
	top: 235px;
	right: 0;
	width: 275px;
	text-align: center;	
}

	#search-element #product-search {
		margin-top: 60px;
	}

	#search-element h2 {
		font-size: 14px;
		margin: 0 0 10px 0;
		float: none;
	}
	
	#search-element input {
		width: 220px;
		height: 1.3em;
		padding: 0 1px 2px 1px;
		margin: 0;
		font-size: 1em;
	}
	
		#search-element input.submit {
			width: 16px;
			height: 14px;
			padding: 0;
			margin: 0;
		}
	
	#search-element select {
		clear: both;
		float: right;
		margin: 3px 15px 10px 0;
		padding: 1px;
		font-size: 10px;
	}
	
		#search-element select#search-museum-type {
			margin-bottom: 0;
		}
	
	#search-element p {
		clear: both;
		color: #999;
		line-height: 13px;
		margin: 5px 20px 0 20px;
	}

/* footer */
#footer {
	text-align: center;
	margin-top: 40px;
}

	#footer ul li {
		display: inline;
		font-weight: bold;
		border-right: solid 1px #333;
		padding: 0 10px;
	}
	
	#footer ul li.last {
		border-right: 0;
	}
	
		#footer ul li a {
			text-decoration: none;
			text-transform: lowercase;
		}
		
/* home page */
#home #search-element {
	width: 100%;
}

	#home #search-element #museum-store-search {
		float: left;
		width: 250px;
		margin: 0 60px 0 220px;
	}
	
	#home #search-element #product-search {
		float: left;
		width: 250px;
		margin: 0;
	}

/* contact page */
#contact #direct-email-form {
	position: absolute;
	top: 235px;
	left: 240px;
	width: 600px;
}
	#contact h3 span {
		font-weight: normal;
	}

	#contact #direct-email-form h3 {
		font-weight: normal
	}
	
	#contact #direct-email-form form {
		margin: 10px 0 0 60px;
	}
	
	#contact #direct-email-form .field {
		margin: 0 0 5px 0;
	}
	
	#contact #direct-email-form input {
		width: 150px;
		height: 12px;
	}
	
		#contact #direct-email-form .field div {
			width: 50px;
			float: left;
			text-align: right;
			padding: 3px 5px 0 0;
		}
		
	#contact #direct-email-form #submit {
		margin-left: 55px;
		width: auto;
		height: auto;
	}
	
	#contact #content {
		min-height: 300px;
	}

#contact #logo-wdi {
	position: absolute;
	top: 235px;
	left: 535px;
}

/* join */
#join dl {
	padding-top: 5px;
}

#join dt  {
	font-weight: bold;
	margin-left: 37px;
	display: list-item;
	padding-top: 5px;
}

#join h2#download {
	margin-bottom: 30px;
}

	#join h2 span {
		font-weight: normal;
	}
	

/* museum store search results */
.featureditem {
	border-top: solid 1px #fc6;
	border-bottom: solid 1px #fc6;
	margin: 0 0 5px 0;
	background-color: #ffffe0;
	clear: both;
	padding: 10px;
	height: 80px;
}

.featured-item-name-link {
	text-decoration: none;
	font-weight: bold;
}

.featured-item-text-link {
	display: block;
	margin: 5px 0 0 0;
}

.featured-item-desc {
	margin: 10px 0;
}

.featured-item-image {
	float: left;
	padding-right: 10px;
	border: solid 1x #ccc;
}

.result-column {
	width: 44%;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 5% 0 0;
}

.listing-slot {
	margin: 0 0 25px 0;
}

.museum-listing-name-link {
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0 0 2px 0;
}

.museum-listing-text-link {
	display: block;
	margin: 2px 0 0 0;
}

.pagination {
	margin: 10px 0;
}

/* utility styles */		
a img { border: 0; }
.hide { display: none; }
.clear { clear: both; }
.right { float: right; }

